mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-06 20:21:21 +01:00
Currently translated at 100.0% (106 of 106 strings) Translated using Weblate (Danish) Currently translated at 100.0% (404 of 404 strings) Translated using Weblate (Danish) Currently translated at 100.0% (229 of 229 strings) Translated using Weblate (Danish) Currently translated at 100.0% (12 of 12 strings) Translated using Weblate (Danish) Currently translated at 100.0% (29 of 29 strings) Translated using Weblate (Danish) Currently translated at 100.0% (29 of 29 strings) Translated using Weblate (Danish) Currently translated at 100.0% (20 of 20 strings) Translated using Weblate (Danish) Currently translated at 100.0% (228 of 228 strings) Co-authored-by: Globber <globbered@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/unit3d/common/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/graveyard/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/notifications/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/pm/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/subtitle/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/torrent/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/user/da/ Translate-URL: https://hosted.weblate.org/projects/unit3d/validation/da/ Translation: UNIT3D/common Translation: UNIT3D/graveyard Translation: UNIT3D/notifications Translation: UNIT3D/pm Translation: UNIT3D/subtitle Translation: UNIT3D/torrent Translation: UNIT3D/user Translation: UNIT3D/validation
44 lines
1.7 KiB
PHP
44 lines
1.7 KiB
PHP
<?php
|
|
return [
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
'bon-gifts' => 'Bon Gaver',
|
|
'comment-tags' => 'Kommentar-tags',
|
|
'date' => 'Dato',
|
|
'delete' => 'Slet',
|
|
'delete-all' => 'Slet alle notifikationer',
|
|
'filter-by-type' => 'Filtrer via Notifikationstype',
|
|
'mark-all-read' => 'Markér alt som Læst',
|
|
'mark-read' => 'Markér som læst',
|
|
'message' => 'Besked',
|
|
'no-notifications' => 'Der er ingen notifikationer fundet',
|
|
'notifications' => 'Notifikationer',
|
|
'post-tags' => 'Indlægs-tags',
|
|
'post-tips' => 'Indlægs-belønning',
|
|
'read' => 'Læs',
|
|
'request-approvals' => 'Request Godkendt',
|
|
'request-bounties' => 'Request Dusør',
|
|
'request-claims' => 'Request Opkrævet',
|
|
'request-fills' => 'Request Opfyldt',
|
|
'request-rejections' => 'Request Afvist',
|
|
'request-unclaims' => 'Request Uopkrævet',
|
|
'reseed-requests' => 'Reseed Request',
|
|
'title' => 'Titel',
|
|
'unfollows' => 'Affølger',
|
|
'already-marked-read' => 'Notifikation er allerede markeret som læst!',
|
|
'all-deleted' => 'Alle notifikationer slettet!',
|
|
'all-marked-read' => 'Alle notifikationer markeret som læst!',
|
|
'deleted' => 'Notifikation slettet!',
|
|
'marked-read' => 'Notifikation markeret som læst!',
|
|
'not-existent' => 'Notifikation findes ikke!',
|
|
];
|