deprecated-addons/windowsphonepush/lang/da-dk/strings.php

12 lines
424 B
PHP

<?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 WindowsPhonePush Addon'] = 'Aktiver WindowsPhonePush-tilføjelsen';
$a->strings['Push text of new item'] = 'Send tekst fra nyt element';
$a->strings['Device URL'] = 'Enheds-URL';
$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush Indstillinger';