DA DK translation for various addons added THX atjn
This commit is contained in:
parent
2fd8b75598
commit
931be19eca
114 changed files with 4446 additions and 0 deletions
60
notifyall/lang/da-dk/messages.po
Normal file
60
notifyall/lang/da-dk/messages.po
Normal file
|
@ -0,0 +1,60 @@
|
|||
# ADDON notifyall
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica notifyall addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Anton <dev@atjn.dk>, 2022
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||
"PO-Revision-Date: 2016-08-14 19:29+0000\n"
|
||||
"Last-Translator: Anton <dev@atjn.dk>, 2022\n"
|
||||
"Language-Team: Danish (Denmark) (https://www.transifex.com/Friendica/teams/12172/da_DK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: da_DK\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: NotifyAllEmail.php:40
|
||||
#, php-format
|
||||
msgid "%s Administrator"
|
||||
msgstr "%s Administrator"
|
||||
|
||||
#: NotifyAllEmail.php:42
|
||||
#, php-format
|
||||
msgid "%1$s, %2$s Administrator"
|
||||
msgstr "%1$s, %2$s Administrator"
|
||||
|
||||
#: notifyall.php:22
|
||||
msgid "Send email to all members"
|
||||
msgstr "Send email til alle medlemmer"
|
||||
|
||||
#: notifyall.php:49
|
||||
msgid "No recipients found."
|
||||
msgstr "Ingen modtagere fundet."
|
||||
|
||||
#: notifyall.php:59
|
||||
msgid "Emails sent"
|
||||
msgstr "Emails sendt"
|
||||
|
||||
#: notifyall.php:69
|
||||
msgid "Send email to all members of this Friendica instance."
|
||||
msgstr "Send emails til alle medlemmer af denne Friendica instans"
|
||||
|
||||
#: notifyall.php:74
|
||||
msgid "Message subject"
|
||||
msgstr "Beskedemne"
|
||||
|
||||
#: notifyall.php:75
|
||||
msgid "Test mode (only send to administrator)"
|
||||
msgstr "Testtilstand (send kun til administrator)"
|
||||
|
||||
#: notifyall.php:76
|
||||
msgid "Submit"
|
||||
msgstr "Indsend"
|
16
notifyall/lang/da-dk/strings.php
Normal file
16
notifyall/lang/da-dk/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_da_dk")) {
|
||||
function string_plural_select_da_dk($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['%s Administrator'] = '%s Administrator';
|
||||
$a->strings['%1$s, %2$s Administrator'] = '%1$s, %2$s Administrator';
|
||||
$a->strings['Send email to all members'] = 'Send email til alle medlemmer';
|
||||
$a->strings['No recipients found.'] = 'Ingen modtagere fundet.';
|
||||
$a->strings['Emails sent'] = 'Emails sendt';
|
||||
$a->strings['Send email to all members of this Friendica instance.'] = 'Send emails til alle medlemmer af denne Friendica instans';
|
||||
$a->strings['Message subject'] = 'Beskedemne';
|
||||
$a->strings['Test mode (only send to administrator)'] = 'Testtilstand (send kun til administrator)';
|
||||
$a->strings['Submit'] = 'Indsend';
|
Loading…
Add table
Add a link
Reference in a new issue