diff options
Diffstat (limited to 'languages/eu/eu.search.php')
-rw-r--r-- | languages/eu/eu.search.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/languages/eu/eu.search.php b/languages/eu/eu.search.php new file mode 100644 index 000000000..6fa2d2a88 --- /dev/null +++ b/languages/eu/eu.search.php @@ -0,0 +1,17 @@ +<?php +$basque=array ( + 'search:enter_term' => 'Sartu bilaketarako hitza:', + 'search:no_results' => 'Emaitzarik ez.', + 'search:matched' => 'Aurkituak:', + 'search:results' => 'Emaitzak honentzat: %s', + 'search:no_query' => 'Mesedez, sartu bilatzeko hitza.', + 'search:search_error' => 'Errorea', + 'search:more' => '+%s gehiago %s', + 'search_types:tags' => 'Etiketak', + 'search_types:comments' => 'Iruzkinak', + 'search:comment_on' => 'Iruzkinak "%s"-(r)entzat', + 'search:comment_by' => 'egilea:', + 'search:unavailable_entity' => 'Enitate ez erabilgarria', +); + +add_translation("eu", $basque);
\ No newline at end of file |