mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
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
18
diaspora/lang/da-dk/strings.php
Normal file
18
diaspora/lang/da-dk/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?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['Post to Diaspora'] = 'Læg op på Diaspora';
|
||||
$a->strings['Please remember: You can always be reached from Diaspora with your Friendica handle <strong>%s</strong>. '] = 'Husk på: Du kan altid kontaktes fra Diaspora med dit Friendica handle <strong>%s</strong>. ';
|
||||
$a->strings['All aspects'] = 'Alle aspekter';
|
||||
$a->strings['Public'] = 'Offentlig';
|
||||
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Forbundet til din Diaspora-konto <strong>%s</strong>';
|
||||
$a->strings['Information'] = 'Information';
|
||||
$a->strings['Error'] = 'Fejl';
|
||||
$a->strings['Enable Diaspora Post Addon'] = 'Aktiver Diaspora-tilføjelsen';
|
||||
$a->strings['Diaspora handle'] = 'Diaspora handle';
|
||||
$a->strings['Diaspora password'] = 'Diaspora adgangskode';
|
||||
$a->strings['Post to Diaspora by default'] = 'Læg op på Diaspora som standard';
|
Loading…
Add table
Add a link
Reference in a new issue