| <?php | <?php |
| |
| |
| |
| $txt['aeva'] = 'Aeva'; | $txt['aeva'] = 'Aeva'; |
| |
| $txt['aeva_title'] = 'Aeva (Auto-Embed Video & Audio)'; | $txt['aeva_title'] = 'Aeva (Auto-Embed Video & Audio)'; |
| |
| $txt['aeva_enable'] = 'Enable Aeva mod (Master Setting)'; | $txt['aeva_enable'] = 'Aktivér Aeva mod (Master Indstillinger)'; |
| |
| $txt['aeva_lookups'] = 'Enable Lookups'; | $txt['aeva_lookups'] = 'Aktivér Lookups'; |
| |
| $txt['aeva_lookup_success'] = 'This feature WILL work on your server'; | $txt['aeva_lookup_success'] = 'Denne funktion VIL fungere på din server'; |
| |
| $txt['aeva_lookup_fail'] = 'This feature will NOT work on your server'; | $txt['aeva_lookup_fail'] = 'Denne funktion VIL IKKE fungere på din server'; |
| |
| $txt['aeva_max_per_post'] = 'Max Embedding Per Post'; | $txt['aeva_max_per_post'] = 'Maks. Embedding Per Post'; |
| |
| $txt['aeva_max_per_page'] = 'Max Embedding Per Page'; | $txt['aeva_max_per_page'] = 'Maks. Embedding Per Page'; |
| |
| $txt['aeva_max_warning'] = 'Too much flash is bad for your browsers health'; | $txt['aeva_max_warning'] = 'For mange flash er skidt for din browsers helbred'; |
| |
| $txt['aeva_nolimit'] = 'Use 0 for no limit (not recommended)'; | $txt['aeva_nolimit'] = 'Angiv 0 for ubegrænset (anbefales ikke)'; |
| |
| $txt['aeva_quotes'] = 'Enable Embedding in Quotes'; | $txt['aeva_quotes'] = 'Aktivér Embedding i citater'; |
| |
| $txt['aeva_quicktime'] = 'Quicktime files (.mov)'; | $txt['aeva_quicktime'] = 'Quicktime filer (.mov)'; |
| |
| $txt['aeva_realmedia'] = 'RealPlayer files (.rm/.ram)'; | $txt['aeva_realmedia'] = 'RealPlayer filer (.rm/.ram)'; |
| |
| $txt['aeva_windowsmedia'] = 'Windows Media files (.wmv/.wma)'; | $txt['aeva_windowsmedia'] = 'Windows Media filer (.wmv/.wma)'; |
| |
| $txt['aeva_flash'] = 'Flash-based files (.swf, .flv)'; | $txt['aeva_flash'] = 'Flash-baseret filer (.swf, .flv)'; |
| |
| $txt['aeva_divx'] = 'Divx files (.divx)'; | $txt['aeva_divx'] = 'Divx filer (.divx)'; |
| |
| $txt['aeva_avi'] = 'Avi files (.avi) (with divx player)'; | $txt['aeva_avi'] = 'Avi filer (.avi) (med divx afspiller)'; |
| |
| $txt['aeva_mp3'] = 'Mp3 files (with a flash player)'; | $txt['aeva_mp3'] = 'Mp3 filer (med en flash afspiller)'; |
| |
| $txt['aeva_fix_html'] = 'Fix uses of the embed html with an embeddable link'; | $txt['aeva_fix_html'] = 'Fiks brugen af embed html med et embeddable link'; |
| |
| $txt['aeva_hq'] = 'Use higher quality YouTube clips'; | $txt['aeva_hq'] = 'Brug høj kvalitets YouTube clips'; |
| |
| $txt['aeva_hq_desc'] = '(where available)'; | $txt['aeva_hq_desc'] = '(hvor det er muligt)'; |
| |
| $txt['aeva_youtube'] = 'Check whether Youtube videos are embeddable'; | $txt['aeva_youtube'] = 'Check om Youtube videoer er embeddable'; |
| |
| $txt['aeva_youtube_noexternalembedding'] = '(External Embedding Disabled)'; | $txt['aeva_youtube_noexternalembedding'] = '(Ekstern Embedding déaktiveret)'; |
| |
| $txt['aeva_includeurl'] = 'Include the Original Link'; | $txt['aeva_includeurl'] = 'Inkludér det Originale Link'; |
| |
| $txt['aeva_includeurl_desc'] = '(for sites that don\'t have it in the player)'; | $txt['aeva_includeurl_desc'] = '(for sider som ikke har det i afspilleren)'; |
| |
| $txt['aeva_debug'] = 'Aeva Debug Mode (Admin Only)'; | $txt['aeva_debug'] = 'Aeva Debug Mode (Kun Admin)'; |
| |
| $txt['aeva_debug_took'] = 'Aeva Debug:'; | $txt['aeva_debug_took'] = 'Aeva Debug:'; |
| |
| $txt['aeva_debug_seconds'] = ' seconds.'; | $txt['aeva_debug_seconds'] = ' sekunder.'; |
| |
| $txt['aeva_debug_desc'] = 'Time taken to auto embed is appended to each post.'; | $txt['aeva_debug_desc'] = 'Tid det tager at embedde automatisk tilføjes til hver post.'; |
| |
| $txt['aeva_local'] = 'Embed Local Files [Excludes attachments]'; | $txt['aeva_local'] = 'Embed Lokale Filer [Ekskluderer vedhæftninger]'; |
| |
| $txt['aeva_local_desc'] = 'Local means on the same server. But this doesn\'t allow ANY file of this type to be embedded from anywhere.'; | $txt['aeva_local_desc'] = 'Lokal betyder på den samme server. Dette tillader dog ikke ENHVER fil af denne type at være embedded fra ethvert sted.'; |
| |
| $txt['aeva_denotes'] = '(Sites marked with * require lookups)'; | $txt['aeva_denotes'] = '(Sider markeret med * forlanger lookups)'; |
| |
| $txt['aeva_fish'] = '(Sites marked with * require lookups, however lookups will NOT work on your server.<br /> Therefore unless you manually fish for an embeddable url yourself, embedding will NOT work for these sites.)'; | $txt['aeva_fish'] = '(Sider markeret med * forlanger lookups, imidlertidigt vil lookups IKKE fungere på din server.<br /> Derfor med mindre du manuelt søger efter en embeddable webadresse, vil embedding IKKE virke for disse sider.)'; |
| |
| $txt['aeva_pop'] = 'Popular Sites'; | $txt['aeva_pop'] = 'Populære Sider'; |
| |
| $txt['aeva_video'] = 'Video Sites'; | $txt['aeva_video'] = 'Video Sider'; |
| |
| $txt['aeva_audio'] = 'Audio Sites'; | $txt['aeva_audio'] = 'Audio Sider'; |
| |
| $txt['aeva_other'] = 'Other Sites'; | $txt['aeva_other'] = 'Andre Sider'; |
| |
| $txt['aeva_select'] = 'Select All'; | $txt['aeva_select'] = 'Vælg Alle'; |
| |
| $txt['aeva_reset'] = 'Reset To Defaults'; | $txt['aeva_reset'] = 'Nulstil til Standardindstillinger'; |
| |
| $txt['aeva_disable'] = 'Disable Embedding'; | $txt['aeva_disable'] = 'Déaktiver Embedding'; |
| |
| $txt['aeva_desc'] = 'Welcome to the administration panel for the Aeva Mod. Here you can change the settings'; | $txt['aeva_desc'] = 'Velkommen til administrationspanelet til Aeva Modifikationen. Her kan du ændre indstillingerne'; |
| |
| |
| |
| ?> | ?> |
| |