Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions lang/no/maintenance.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
'description' => 'På denne siden finner du alle nødvendige handlinger for å holde Lychee-installasjonen din i gang knirkefritt.',
'cleaning' => [
'title' => 'Cleaning %s',
'result' => '%s deleted.',
'result' => '%s ble slettet.',
'description' => 'Remove all contents from <span class="font-mono">%s</span>',
'button' => 'Clean',
],
'duplicate-finder' => [
'title' => 'Duplicates',
'title' => 'Duplikater',
'description' => 'This module counts potential duplicates betwen pictures.',
'duplicates-all' => 'Duplicates over all albums',
'duplicates-title' => 'Title duplicates per album',
'duplicates-per-album' => 'Duplicates per album',
'show' => 'Show duplicates',
'show' => 'Vis duplikater',
],
'fix-jobs' => [
'title' => 'Fixing Jobs History',
Expand All @@ -35,7 +35,7 @@
'fill-filesize-sizevariants' => [
'title' => 'File sizes missing',
'description' => 'Found %d small variants without file size.',
'button' => 'Fetch data!',
'button' => 'Hent data!',
'success' => 'Successfully computed sizes of %d small variants.',
],
'fix-tree' => [
Expand All @@ -48,8 +48,7 @@
],
'optimize' => [
'title' => 'Optimaliser databasen',
'description' => 'If you notice slowdown in your installation, it may be because your database does not
have all its needed index.',
'description' => 'Hvis du merker at installasjonen er treg, kan det skyldes at databasen din ikke har all den nødvendige indeksen.',
'button' => 'Optimize Database',
],
'update' => [
Expand All @@ -59,10 +58,10 @@
'no-pending-updates' => 'Ingen ventende oppdateringer.',
],
'statistics-check' => [
'title' => 'Statistics integrity Check',
'missing_photos' => '%d photo statistics missing.',
'missing_albums' => '%d album statistics missing.',
'button' => 'Create missing',
'title' => 'Statistikk integritetskontroll',
'missing_photos' => '%d fotostatistikk mangler.',
'missing_albums' => '%d albumstatistikk mangler.',
'button' => 'Opprett manglende',
],
'flush-cache' => [
'title' => 'Flush Cache',
Expand Down
Loading