38 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
| <?php
 | |
| /**
 | |
|  * Text used in custom JavaScript driven components.
 | |
|  */
 | |
| return [
 | |
| 
 | |
|     // Image Manager
 | |
|     'image_select' => 'Val av bild',
 | |
|     'image_upload' => 'Upload Image',
 | |
|     'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
 | |
|     'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
 | |
|     'image_all' => 'Alla',
 | |
|     'image_all_title' => 'Visa alla bilder',
 | |
|     'image_book_title' => 'Visa bilder som laddats upp till den aktuella boken',
 | |
|     'image_page_title' => 'Visa bilder som laddats upp till den aktuella sidan',
 | |
|     'image_search_hint' => 'Sök efter bildens namn',
 | |
|     'image_uploaded' => 'Laddades upp :uploadedDate',
 | |
|     'image_load_more' => 'Ladda fler',
 | |
|     'image_image_name' => 'Bildnamn',
 | |
|     'image_delete_used' => 'Den här bilden används på nedanstående sidor.',
 | |
|     'image_delete_confirm_text' => 'Är du säker på att du vill radera denna bild?',
 | |
|     'image_select_image' => 'Välj bild',
 | |
|     'image_dropzone' => 'Släpp bilder här eller klicka för att ladda upp',
 | |
|     'image_dropzone_drop' => 'Drop images here to upload',
 | |
|     'images_deleted' => 'Bilder borttagna',
 | |
|     'image_preview' => 'Förhandsgranskning',
 | |
|     'image_upload_success' => 'Bilden har laddats upp',
 | |
|     'image_update_success' => 'Bildens uppgifter har ändrats',
 | |
|     'image_delete_success' => 'Bilden har tagits bort',
 | |
| 
 | |
|     // Code Editor
 | |
|     'code_editor' => 'Redigera kod',
 | |
|     'code_language' => 'Språk',
 | |
|     'code_content' => 'Kod',
 | |
|     'code_session_history' => 'Sessionshistorik',
 | |
|     'code_save' => 'Spara',
 | |
| ];
 |