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.3 KiB
PHP
44 lines
1.3 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
|
|
*/
|
|
'create' => 'Opret',
|
|
'delete' => 'Slet',
|
|
'enter-subject' => 'Indtast emne',
|
|
'from' => 'Fra',
|
|
'inbox' => 'Indbakke',
|
|
'mark-all-read' => 'Markér alle meddelelser som Læst',
|
|
'message' => 'Besked',
|
|
'messages' => 'Beskeder',
|
|
'new' => 'Ny meddelelse',
|
|
'outbox' => 'Udbakke',
|
|
'private' => 'Privat',
|
|
'read' => 'Læst',
|
|
'received-at' => 'Modtaget den',
|
|
'refresh' => 'Opdater',
|
|
'reply' => 'Svar',
|
|
'search' => 'Søg efter emne',
|
|
'select' => 'Vælg en bruger',
|
|
'send' => 'Send PM',
|
|
'send-to' => 'Send PM til',
|
|
'sent' => 'Sendt',
|
|
'sent-at' => 'Sendt til',
|
|
'subject' => 'Emne',
|
|
'to' => 'Til',
|
|
'unread' => 'Ulæst',
|
|
'empty-inbox' => 'Tøm indbakke',
|
|
'all-marked-read' => 'Dine beskeder er alle markeret som læst!',
|
|
'delete-success' => 'PM blev slettet!',
|
|
'error' => 'Hvad prøver du at gøre her!',
|
|
'sent-success' => 'Din PM blev sendt!',
|
|
];
|