committed by
							
								 GitHub
								GitHub
							
						
					
				
				 4 changed files with 140 additions and 0 deletions
			
			
		| @ -0,0 +1,80 @@ | |||||
|  | <?php | ||||
|  | 
 | ||||
|  | return [ | ||||
|  | 
 | ||||
|  |     /* | ||||
|  |     |-------------------------------------------------------------------------- | ||||
|  |     | App Language Lines | ||||
|  |     |-------------------------------------------------------------------------- | ||||
|  |     | | ||||
|  |     */ | ||||
|  | 
 | ||||
|  |     'settings.system' => 'Systemet', | ||||
|  |     'settings.appearance' => 'Utseende', | ||||
|  |     'settings.miscellaneous' => 'Diverse', | ||||
|  | 
 | ||||
|  |     'settings.version' => 'Versjon', | ||||
|  |     'settings.background_image' => 'Bakgrunnsbilde', | ||||
|  |     'settings.homepage_search' => 'Startside Søk', | ||||
|  |     'settings.search_provider' => 'Søkemotor', | ||||
|  |     'settings.language' => 'Språk', | ||||
|  |     'settings.reset' => 'Tilbakestill tilbake til standard', | ||||
|  |     'settings.remove' => 'Fjern', | ||||
|  |     'settings.search' => 'søk', | ||||
|  |     'settings.no_items' => 'Ingen funn', | ||||
|  |      | ||||
|  | 
 | ||||
|  |     'settings.label' => 'Merkelapp',     | ||||
|  |     'settings.value' => 'Verdi',     | ||||
|  |     'settings.edit' => 'Endre',     | ||||
|  |     'settings.view' => 'Se',     | ||||
|  | 
 | ||||
|  |     'options.none' => '- ikke valgt -', | ||||
|  |     'options.google' => 'Google', | ||||
|  |     'options.ddg' => 'DuckDuckGo', | ||||
|  |     'options.bing' => 'Bing', | ||||
|  |     'options.yes' => 'Ja', | ||||
|  |     'options.no' => 'Nei', | ||||
|  | 
 | ||||
|  |     'buttons.save' => 'Lagre', | ||||
|  |     'buttons.cancel' => 'Avbryt', | ||||
|  |     'buttons.add' => 'Legg til', | ||||
|  |     'buttons.upload' => 'Last opp en fil', | ||||
|  | 
 | ||||
|  |     'dash.pin_item' => 'Fest objektet til dashboardet', | ||||
|  |     'dash.no_apps' => 'Det er for øyeblikket ingen festede applikasjoner, :link1 eller :link2', | ||||
|  |     'dash.link1' => 'Legg til en applikasjon her', | ||||
|  |     'dash.link2' => 'Fest et objekt til dashboardet', | ||||
|  |     'dash.pinned_items' => 'Festede Objekter', | ||||
|  | 
 | ||||
|  |     'apps.app_list' => 'Applikasjonsliste', | ||||
|  |     'apps.view_trash' => 'Vis papirkurven', | ||||
|  |     'apps.add_application' => 'Legg til en applikasjon', | ||||
|  |     'apps.application_name' => 'Applikasjonsnavn', | ||||
|  |     'apps.colour' => 'Farge', | ||||
|  |     'apps.icon' => 'Ikon', | ||||
|  |     'apps.pinned' => 'Festet', | ||||
|  |     'apps.title' => 'Tittel', | ||||
|  |     'apps.hex' => 'Hex-farge', | ||||
|  |     'apps.username' => 'Brukernavn', | ||||
|  |     'apps.password' => 'Passord', | ||||
|  |     'apps.config' => 'Konfigurasjon', | ||||
|  |     'apps.apikey' => 'Api nøkkel', | ||||
|  |     'apps.enable' => 'Aktiver', | ||||
|  | 
 | ||||
|  |     'url' => 'Url', | ||||
|  |     'title' => 'Tittel', | ||||
|  |     'delete' => 'Slett',     | ||||
|  |     'optional' => 'Valgfritt',     | ||||
|  |     'restore' => 'Tilbakestill',     | ||||
|  | 
 | ||||
|  |     'alert.success.item_created' => 'Objektet ble opprettet', | ||||
|  |     'alert.success.item_updated' => 'Objektet ble oppdatert', | ||||
|  |     'alert.success.item_deleted' => 'Objektet ble slettet', | ||||
|  |     'alert.success.item_restored' => 'Objektet ble gjenopprettet', | ||||
|  | 
 | ||||
|  |     'alert.success.setting_updated' => 'Du har oppdatert denne innstillingen', | ||||
|  |     'alert.error.not_exist' => 'Denne innstillingen eksisterer ikke.', | ||||
|  | 
 | ||||
|  | 
 | ||||
|  | ]; | ||||
| @ -0,0 +1,19 @@ | |||||
|  | <?php | ||||
|  | 
 | ||||
|  | return [ | ||||
|  | 
 | ||||
|  |     /* | ||||
|  |     |-------------------------------------------------------------------------- | ||||
|  |     | Authentication Language Lines | ||||
|  |     |-------------------------------------------------------------------------- | ||||
|  |     | | ||||
|  |     | The following language lines are used during authentication for various | ||||
|  |     | messages that we need to display to the user. You are free to modify | ||||
|  |     | these language lines according to your application's requirements. | ||||
|  |     | | ||||
|  |     */ | ||||
|  | 
 | ||||
|  |     'failed' => 'Påloggingsinformasjonen stemmer ikke overens med våre data.', | ||||
|  |     'throttle' => 'For mange påloggingsforsøk. Prøv igjen om :seconds sekunder.', | ||||
|  | 
 | ||||
|  | ]; | ||||
| @ -0,0 +1,19 @@ | |||||
|  | <?php | ||||
|  | 
 | ||||
|  | return [ | ||||
|  | 
 | ||||
|  |     /* | ||||
|  |     |-------------------------------------------------------------------------- | ||||
|  |     | Pagination Language Lines | ||||
|  |     |-------------------------------------------------------------------------- | ||||
|  |     | | ||||
|  |     | The following language lines are used by the paginator library to build | ||||
|  |     | the simple pagination links. You are free to change them to anything | ||||
|  |     | you want to customize your views to better match your application. | ||||
|  |     | | ||||
|  |     */ | ||||
|  | 
 | ||||
|  |     'previous' => '« Forrige', | ||||
|  |     'next' => 'Neste »', | ||||
|  | 
 | ||||
|  | ]; | ||||
| @ -0,0 +1,22 @@ | |||||
|  | <?php | ||||
|  | 
 | ||||
|  | return [ | ||||
|  | 
 | ||||
|  |     /* | ||||
|  |     |-------------------------------------------------------------------------- | ||||
|  |     | Password Reset Language Lines | ||||
|  |     |-------------------------------------------------------------------------- | ||||
|  |     | | ||||
|  |     | The following language lines are the default lines which match reasons | ||||
|  |     | that are given by the password broker for a password update attempt | ||||
|  |     | has failed, such as for an invalid token or invalid new password. | ||||
|  |     | | ||||
|  |     */ | ||||
|  | 
 | ||||
|  |     'password' => 'Passord må være minst seks tegn og i samsvar med bekreftelsen.', | ||||
|  |     'reset' => 'Passordet ditt har blitt tilbakestilt!', | ||||
|  |     'sent' => 'Vi har sendt deg en e-post med en tilbakestillingslink for ditt passord!', | ||||
|  |     'token' => 'Denne tilgangstoken er ikke gyldig.', | ||||
|  |     'user' => "Vi fant ingen med den e-postadressen.", | ||||
|  | 
 | ||||
|  | ]; | ||||
					Loading…
					
					
				
		Reference in new issue