diff options
author | mistic100 <mistic@piwigo.org> | 2012-01-05 21:32:17 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-01-05 21:32:17 +0000 |
commit | 19b58d483bf3c8de06e6b494040cda6ce446bec2 (patch) | |
tree | b516bac5ac62aff3d2c91231f8dcf799a194e6b2 | |
parent | 39334130ce946d62911684fbf17f43d0e7a662b0 (diff) |
fix a typo in da_DK admin.lang file
git-svn-id: http://piwigo.org/svn/trunk@12850 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/da_DK/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/da_DK/admin.lang.php b/language/da_DK/admin.lang.php index be5f31144..40b801344 100644 --- a/language/da_DK/admin.lang.php +++ b/language/da_DK/admin.lang.php @@ -311,7 +311,7 @@ $lang['A local listing.xml file has been found for'] = 'En lokal listing $lang['read local listing.xml and update'] = 'Læse lokale listing.xml og ajourføring'; $lang['test'] = 'Test'; $lang['test this remote site'] = 'Test har denne remot side'; -$lang['Remote site url must start by http or https and must only contain characters among '/', \'a-zA-Z0-9\', \'-\' or \'_\''] = 'Remote site url skal starte med at http eller https og må kun indeholde tegn mellem \' / \', \' a-zA-Z0-9 \', \' - \'eller \' _ \''; +$lang['Remote site url must start by http or https and must only contain characters among \'/\', \'a-zA-Z0-9\', \'-\' or \'_\''] = 'Remote site url skal starte med at http eller https og må kun indeholde tegn mellem \' / \', \' a-zA-Z0-9 \', \' - \'eller \' _ \''; $lang['remove tags'] = 'Fjerne tags'; $lang['Repair and optimize database'] = 'Reparation og optimere databasen'; $lang['selection'] = 'Udvælgelse'; |