- Timestamp:
- Mar 15, 2014, 8:19:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rv_autocomplete/language/da_DK/plugin.lang.php
r27153 r27770 24 24 $lang['Look for matches in other languages if the number of matches in main language is less than'] = 'Se efter matches på andre sprog, hvis antallet af matches på hovedsproget er mindre end'; 25 25 $lang['Use <b>\</b> to break search (e.g. Central Park\, NY will not match NY but it will display it)'] = 'Benyt <b>\</b> for at afbryde søgningen (fx vil Central Park\, NY ikke matche NY, men vil vise det)'; 26 $lang['Weight:'] = 'Vægt:';27 26 $lang['positive matches'] = 'positive matches'; 28 27 $lang['(Auto completions are automatically invalidated on uploads, permission changes ...).'] = '(Autofuldførelser gøres automatisk ugyldige ved upload, rettighedsændringer, ...).'; 29 $lang['Actions'] = 'Handlinger';30 28 $lang['Configuration'] = 'Opsætning'; 31 29 $lang['Create a new suggestion'] = 'Opret et nyt forslag'; 32 30 $lang['Custom'] = 'Skræddersyet'; 33 31 $lang['Exclude'] = 'Fravælg'; 34 $lang['Ideal number of suggestions'] = 'Ideelt antal forslag';35 32 $lang['If you change album/tag names or permalink you might want to'] = 'Hvis du ændrer navne på albummer/tags eller permalinks vil det måske være en god ide at'; 36 33 $lang['Invalidate auto completion index cache'] = 'Gør autofuldførelses indekscache ugyldig'; 37 $lang['Maximum number of suggestions'] = 'Maksimalt antal forslag'; 38 $lang['Name'] = 'Navn'; 39 $lang['No data available in table'] = 'Ingen data tilgængelige i tabellen'; 40 $lang['Query:'] = 'Forespørgsel:'; 41 $lang['Stop accumulating matches after'] = 'Stop indsamling af matches efter'; 42 $lang['URL'] = 'URL'; 43 $lang['Url:'] = 'Url:'; 34 $lang['Query'] = 'Forespørgsel'; 35 $lang['Url'] = 'Url'; 44 36 $lang['Weight'] = 'Vægt'; 45 37 ?>
Note: See TracChangeset
for help on using the changeset viewer.