lms/lang/de/common.php

108 lines
2.8 KiB
PHP

<?php
return array (
'title' => 'Title',
'description' => 'Description',
'name' => 'Name',
'email' => 'Email',
'password' => 'Password',
'type' => 'Type',
'category' => 'Category',
'status' => 'Status',
'location' => 'Location',
'image' => 'Image',
'url' => 'URL',
'categories' => 'Categories',
'students' => 'Students',
'courses' => 'Courses',
'comments' => 'Comments',
'comment' => 'Comment',
'price' => 'Price',
'rating' => 'Rating',
'instructor' => 'Instructor',
'role' => 'Role',
'action' => 'Action',
'actions' => 'Aktionen',
'level' => 'Level',
'active' => 'Active',
'inactive' => 'Inactive',
'published' => 'Published',
'draft' => 'Draft',
'expired' => 'Expired',
'pending' => 'Pending',
'enabled' => 'Enabled',
'disabled' => 'Disabled',
'language' => 'Sprache',
'default' => 'default',
'closed' => 'Closed',
'paused' => 'Paused',
'on' => 'On',
'off' => 'Off',
'free' => 'Free',
'completed' => 'Completed',
'search' => 'Search',
'filter' => 'Filter',
'create' => 'Create',
'update' => 'Aktualisierung',
'edit' => 'Edit',
'save' => 'Speichern',
'delete' => 'Delete',
'cancel' => 'Abbrechen',
'submit' => 'Submit',
'apply' => 'Apply',
'view' => 'View',
'preview' => 'Preview',
'download' => 'Download',
'close' => 'Close',
'confirm' => 'Confirm',
'yes' => 'Yes',
'no' => 'No',
'ok' => 'OK',
'back' => 'Back',
'continue' => 'Continue',
'skip' => 'Skip',
'retry' => 'Retry',
'refresh' => 'Refresh',
'reload' => 'Reload',
'change_email' => 'Change Email',
'change_password' => 'Change Password',
'forget_password' => 'Forget Password',
'loading' => 'Loading...',
'processing' => 'Processing...',
'saving' => 'Saving...',
'updating' => 'Updating...',
'deleting' => 'Deleting...',
'uploading' => 'Wird hochgeladen...',
'searching' => 'Searching...',
'no_results_found' => 'No results found',
'today' => 'Today',
'yesterday' => 'Yesterday',
'ago' => 'ago',
'general_settings' => 'General Einstellungen',
'email_settings' => 'Email Einstellungen',
'payment_settings' => 'Payment Einstellungen',
'settings' => 'Einstellungen',
'file_too_large' => 'Datumi is too large. Please select a smaller Datumi.',
'invalid_file' => 'Invalid Datumi format. Please Hochladen a valid .zip Datumi.',
'required_field' => 'This field is required.',
'home' => 'Home',
'about' => 'About',
'contact' => 'Contact',
'help' => 'Help',
'support' => 'Support',
'dashboard' => 'Dashboard',
'page' => 'Page',
'of' => 'of',
'first' => '<<First',
'previous' => 'Previous',
'next' => 'Next',
'last' => 'Last>>',
'go_to_page' => 'Go to page',
'video' => 'Video',
'audio' => 'Audio',
'document' => 'Document',
'file' => 'Datei',
'reviews' => 'Reviews',
'select_the_approval_status' => 'Select the Approval Status',
);