aboutsummaryrefslogtreecommitdiff
path: root/languages/da/da.search.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/da/da.search.php')
-rw-r--r--languages/da/da.search.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/languages/da/da.search.php b/languages/da/da.search.php
deleted file mode 100644
index 27d554012..000000000
--- a/languages/da/da.search.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * Search Danish language file
- *
- */
-
-$danish = array(
- 'search:enter_term' => 'Indtast et søgeord:',
- 'search:no_results' => 'Ingen resultater...',
- 'search:matched' => 'Match: ',
- 'search:results' => 'Resultater for %s',
- 'search:no_query' => 'Vær venlig at indtaste noget at søge efter.',
- 'search:search_error' => 'Fejl',
-
- 'search:more' => '+%s flere %s',
-
- 'search_types:tags' => 'Tags',
-
- 'search_types:comments' => 'Kommentarer',
- 'search:comment_on' => 'Kommentér "%s"',
- 'search:comment_by' => 'af',
- 'search:unavailable_entity' => 'Utilgængelig søgeterm',
-);
-
-add_translation("da",$danish);