-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from humhub-contrib/enh/77-reduce-translation-…
…message-categories Reduce translation message categories
- Loading branch information
Showing
100 changed files
with
350 additions
and
1,050 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<?php | ||
return array ( | ||
return [ | ||
'<strong>Most</strong> active people' => '', | ||
'Back to modules' => '', | ||
'Comments created' => '', | ||
'Get a list' => '', | ||
'Likes given' => '', | ||
'Most Active Users Module Configuration' => '', | ||
'Posts created' => '', | ||
'Save' => 'አስቀምጥ', | ||
'The number of most active users that will be shown.' => '', | ||
'You may configure the number users to be shown.' => '', | ||
); | ||
]; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,13 @@ | ||
<?php | ||
/** | ||
* Message translations. | ||
* | ||
* This file is automatically generated by 'yii message' command. | ||
* It contains the localizable messages extracted from source code. | ||
* You may modify this file by translating the extracted messages. | ||
* | ||
* Each array element represents the translation (value) of a message (key). | ||
* If the value is empty, the message is considered as not translated. | ||
* Messages that no longer need translation will have their translations | ||
* enclosed between a pair of '@@' marks. | ||
* | ||
* Message string can be used with plural forms format. Check i18n section | ||
* of the guide for details. | ||
* | ||
* NOTE: this file must be saved in UTF-8 encoding. | ||
*/ | ||
return [ | ||
'<strong>Most</strong> active people' => '', | ||
'Get a list' => '', | ||
'Most Active Users Module Configuration' => '', | ||
'The number of most active users that will be shown.' => '', | ||
'You may configure the number users to be shown.' => '', | ||
'Back to modules' => 'Zpět k modulům', | ||
'Save' => 'Uložit', | ||
'<strong>Most</strong> active people' => '', | ||
'Back to modules' => 'Zpět k modulům', | ||
'Comments created' => '', | ||
'Get a list' => '', | ||
'Likes given' => '', | ||
'Most Active Users Module Configuration' => '', | ||
'Posts created' => '', | ||
'Save' => 'Uložit', | ||
'The number of most active users that will be shown.' => '', | ||
'You may configure the number users to be shown.' => '', | ||
]; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<?php | ||
return array ( | ||
return [ | ||
'<strong>Most</strong> active people' => '', | ||
'Back to modules' => 'العودة للموديولات', | ||
'Comments created' => '', | ||
'Get a list' => '', | ||
'Likes given' => '', | ||
'Most Active Users Module Configuration' => '', | ||
'Posts created' => '', | ||
'Save' => 'حفظ', | ||
'The number of most active users that will be shown.' => '', | ||
'You may configure the number users to be shown.' => '', | ||
); | ||
]; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<?php | ||
return array ( | ||
return [ | ||
'<strong>Most</strong> active people' => '<strong>Най-</strong>активни хора', | ||
'Back to modules' => 'Върни се при модулите', | ||
'Comments created' => 'Създадени коментари', | ||
'Get a list' => 'Вземи списък', | ||
'Likes given' => 'Дадени харесвания', | ||
'Most Active Users Module Configuration' => 'Конфигурация на модула за най-активните потребители', | ||
'Posts created' => 'Създадени публикации', | ||
'Save' => 'Запази', | ||
'The number of most active users that will be shown.' => 'Броят на най-активните потребители, които ще бъдат показани.', | ||
'You may configure the number users to be shown.' => 'Можете да конфигурирате броя потребители, които да се показват.', | ||
); | ||
]; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
'<strong>Most</strong> active people' => '', | ||
'Back to modules' => '', | ||
'Get a list' => '', | ||
'Most Active Users Module Configuration' => '', | ||
'Save' => '', | ||
'The number of most active users that will be shown.' => '', | ||
'You may configure the number users to be shown.' => '', | ||
'<strong>Most</strong> active people' => '', | ||
'Back to modules' => '', | ||
'Comments created' => '', | ||
'Get a list' => '', | ||
'Likes given' => '', | ||
'Most Active Users Module Configuration' => '', | ||
'Posts created' => '', | ||
'Save' => '', | ||
'The number of most active users that will be shown.' => '', | ||
'You may configure the number users to be shown.' => '', | ||
]; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,13 @@ | ||
<?php | ||
/** | ||
* Message translations. | ||
* | ||
* This file is automatically generated by 'yii message' command. | ||
* It contains the localizable messages extracted from source code. | ||
* You may modify this file by translating the extracted messages. | ||
* | ||
* Each array element represents the translation (value) of a message (key). | ||
* If the value is empty, the message is considered as not translated. | ||
* Messages that no longer need translation will have their translations | ||
* enclosed between a pair of '@@' marks. | ||
* | ||
* Message string can be used with plural forms format. Check i18n section | ||
* of the guide for details. | ||
* | ||
* NOTE: this file must be saved in UTF-8 encoding. | ||
*/ | ||
return [ | ||
'<strong>Most</strong> active people' => '', | ||
'Get a list' => '', | ||
'Most Active Users Module Configuration' => '', | ||
'The number of most active users that will be shown.' => '', | ||
'You may configure the number users to be shown.' => '', | ||
'Back to modules' => 'Torna al mòduls', | ||
'Save' => 'Desa', | ||
'<strong>Most</strong> active people' => '', | ||
'Back to modules' => 'Torna al mòduls', | ||
'Comments created' => '', | ||
'Get a list' => '', | ||
'Likes given' => '', | ||
'Most Active Users Module Configuration' => '', | ||
'Posts created' => '', | ||
'Save' => 'Desa', | ||
'The number of most active users that will be shown.' => '', | ||
'You may configure the number users to be shown.' => '', | ||
]; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<?php | ||
return array ( | ||
return [ | ||
'<strong>Most</strong> active people' => '<strong>Nejvíce </strong> aktivní uživatelé', | ||
'Back to modules' => 'Zpět na přehled modulů', | ||
'Comments created' => 'Vytvořeny komentáře', | ||
'Get a list' => 'Získat seznam', | ||
'Likes given' => 'To se mi líbí', | ||
'Most Active Users Module Configuration' => 'Konfigurace modulu nejaktivnějších uživatelů', | ||
'Posts created' => 'Vytvořeny příspěvky', | ||
'Save' => 'Uložit', | ||
'The number of most active users that will be shown.' => 'Počet nejaktivnějších uživatelů, kteří se zobrazí.', | ||
'You may configure the number users to be shown.' => 'Můžete konfigurovat počet uživatelů, kteří mají být zobrazeni.', | ||
); | ||
]; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
'<strong>Most</strong> active people' => '', | ||
'Back to modules' => '', | ||
'Get a list' => '', | ||
'Most Active Users Module Configuration' => '', | ||
'Save' => '', | ||
'The number of most active users that will be shown.' => '', | ||
'You may configure the number users to be shown.' => '', | ||
'<strong>Most</strong> active people' => '', | ||
'Back to modules' => '', | ||
'Comments created' => '', | ||
'Get a list' => '', | ||
'Likes given' => '', | ||
'Most Active Users Module Configuration' => '', | ||
'Posts created' => '', | ||
'Save' => '', | ||
'The number of most active users that will be shown.' => '', | ||
'You may configure the number users to be shown.' => '', | ||
]; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,13 @@ | ||
<?php | ||
/** | ||
* Message translations. | ||
* | ||
* This file is automatically generated by 'yii message' command. | ||
* It contains the localizable messages extracted from source code. | ||
* You may modify this file by translating the extracted messages. | ||
* | ||
* Each array element represents the translation (value) of a message (key). | ||
* If the value is empty, the message is considered as not translated. | ||
* Messages that no longer need translation will have their translations | ||
* enclosed between a pair of '@@' marks. | ||
* | ||
* Message string can be used with plural forms format. Check i18n section | ||
* of the guide for details. | ||
* | ||
* NOTE: this file must be saved in UTF-8 encoding. | ||
*/ | ||
return [ | ||
'<strong>Most</strong> active people' => '<strong>Mest</strong> aktive personer', | ||
'Back to modules' => 'Tilbage til moduler', | ||
'Get a list' => 'Få en liste', | ||
'Most Active Users Module Configuration' => 'Mest Aktive Brugere Modul konfiguration', | ||
'Save' => 'Gem', | ||
'The number of most active users that will be shown.' => 'Antallet af mest aktive brugere som vil blive vist.', | ||
'You may configure the number users to be shown.' => 'Du må gerne konfigurere antal brugere som skal vises.', | ||
'<strong>Most</strong> active people' => '<strong>Mest</strong> aktive personer', | ||
'Back to modules' => 'Tilbage til moduler', | ||
'Comments created' => 'Kommentarer oprettet', | ||
'Get a list' => 'Få en liste', | ||
'Likes given' => 'Syntes godt om givet', | ||
'Most Active Users Module Configuration' => 'Mest Aktive Brugere Modul konfiguration', | ||
'Posts created' => 'Opslag oprettet', | ||
'Save' => 'Gem', | ||
'The number of most active users that will be shown.' => 'Antallet af mest aktive brugere som vil blive vist.', | ||
'You may configure the number users to be shown.' => 'Du må gerne konfigurere antal brugere som skal vises.', | ||
]; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<?php | ||
return array ( | ||
return [ | ||
'<strong>Most</strong> active people' => '<strong>Aktivste</strong> Benutzer', | ||
'Back to modules' => 'Zurück zu den Modulen', | ||
'Comments created' => 'Erstellte Kommentare', | ||
'Get a list' => 'Liste ansehen', | ||
'Likes given' => 'Abgegebene "Gefällt mir"', | ||
'Most Active Users Module Configuration' => 'Aktivste-Benutzer-Modul Einstellungen ', | ||
'Posts created' => 'Erstellte Beiträge', | ||
'Save' => 'Speichern', | ||
'The number of most active users that will be shown.' => 'Die Anzahl der aktivsten Benutzer, die angezeigt werden.', | ||
'You may configure the number users to be shown.' => 'Du kannst die Anzahl der anzuzeigenden Benutzer konfigurieren.', | ||
); | ||
]; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<?php | ||
return array ( | ||
return [ | ||
'<strong>Most</strong> active people' => '', | ||
'Back to modules' => 'Επιστροφή στις ενότητες', | ||
'Comments created' => '', | ||
'Get a list' => '', | ||
'Likes given' => '', | ||
'Most Active Users Module Configuration' => '', | ||
'Posts created' => '', | ||
'Save' => 'Αποθήκευση', | ||
'The number of most active users that will be shown.' => 'Ο μέγιστος αριθμός ενεργών χρηστών που θα φαίνεται.', | ||
'You may configure the number users to be shown.' => '', | ||
); | ||
]; |
Oops, something went wrong.