Merge pull request 'Update markdown translations for da-dk' (#1636) from marcusxs/friendica-addons:update_markdown_da_dk_translations into 2025.07-rc
Reviewed-on: friendica/friendica-addons#1636
This commit is contained in:
commit
ce97294546
2 changed files with 46 additions and 0 deletions
36
markdown/lang/da-dk/messages.po
Normal file
36
markdown/lang/da-dk/messages.po
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# ADDON markdown
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica markdown addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Jesper Stocholm, 2025
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-11-21 19:15-0500\n"
|
||||
"PO-Revision-Date: 2019-12-27 06:41+0000\n"
|
||||
"Last-Translator: Jesper Stocholm, 2025\n"
|
||||
"Language-Team: Danish (Denmark) (https://app.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"
|
||||
|
||||
#: markdown.php:30
|
||||
msgid "Enable Markdown parsing"
|
||||
msgstr "Aktivér Markdown-understøttelse"
|
||||
|
||||
#: markdown.php:30
|
||||
msgid "If enabled, adds Markdown support to the Compose Post form."
|
||||
msgstr ""
|
||||
"Hvis aktiveret, tilføjes understøttelse for Markdown ved redigering af "
|
||||
"opslag."
|
||||
|
||||
#: markdown.php:35
|
||||
msgid "Markdown Settings"
|
||||
msgstr "Markdown-indstillinger"
|
||||
10
markdown/lang/da-dk/strings.php
Normal file
10
markdown/lang/da-dk/strings.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?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['Enable Markdown parsing'] = 'Aktivér Markdown-understøttelse';
|
||||
$a->strings['If enabled, adds Markdown support to the Compose Post form.'] = 'Hvis aktiveret, tilføjes understøttelse for Markdown ved redigering af opslag.';
|
||||
$a->strings['Markdown Settings'] = 'Markdown-indstillinger';
|
||||
Loading…
Add table
Add a link
Reference in a new issue