|
9 | 9 | 'description' => 'På denne siden finner du alle nødvendige handlinger for å holde Lychee-installasjonen din i gang knirkefritt.', |
10 | 10 | 'cleaning' => [ |
11 | 11 | 'title' => 'Cleaning %s', |
12 | | - 'result' => '%s deleted.', |
| 12 | + 'result' => '%s ble slettet.', |
13 | 13 | 'description' => 'Remove all contents from <span class="font-mono">%s</span>', |
14 | 14 | 'button' => 'Clean', |
15 | 15 | ], |
16 | 16 | 'duplicate-finder' => [ |
17 | | - 'title' => 'Duplicates', |
| 17 | + 'title' => 'Duplikater', |
18 | 18 | 'description' => 'This module counts potential duplicates betwen pictures.', |
19 | 19 | 'duplicates-all' => 'Duplicates over all albums', |
20 | 20 | 'duplicates-title' => 'Title duplicates per album', |
21 | 21 | 'duplicates-per-album' => 'Duplicates per album', |
22 | | - 'show' => 'Show duplicates', |
| 22 | + 'show' => 'Vis duplikater', |
23 | 23 | ], |
24 | 24 | 'fix-jobs' => [ |
25 | 25 | 'title' => 'Fixing Jobs History', |
|
35 | 35 | 'fill-filesize-sizevariants' => [ |
36 | 36 | 'title' => 'File sizes missing', |
37 | 37 | 'description' => 'Found %d small variants without file size.', |
38 | | - 'button' => 'Fetch data!', |
| 38 | + 'button' => 'Hent data!', |
39 | 39 | 'success' => 'Successfully computed sizes of %d small variants.', |
40 | 40 | ], |
41 | 41 | 'fix-tree' => [ |
|
48 | 48 | ], |
49 | 49 | 'optimize' => [ |
50 | 50 | 'title' => 'Optimaliser databasen', |
51 | | - 'description' => 'If you notice slowdown in your installation, it may be because your database does not |
52 | | - have all its needed index.', |
| 51 | + 'description' => 'Hvis du merker at installasjonen er treg, kan det skyldes at databasen din ikke har all den nødvendige indeksen.', |
53 | 52 | 'button' => 'Optimize Database', |
54 | 53 | ], |
55 | 54 | 'update' => [ |
|
59 | 58 | 'no-pending-updates' => 'Ingen ventende oppdateringer.', |
60 | 59 | ], |
61 | 60 | 'statistics-check' => [ |
62 | | - 'title' => 'Statistics integrity Check', |
63 | | - 'missing_photos' => '%d photo statistics missing.', |
64 | | - 'missing_albums' => '%d album statistics missing.', |
65 | | - 'button' => 'Create missing', |
| 61 | + 'title' => 'Statistikk integritetskontroll', |
| 62 | + 'missing_photos' => '%d fotostatistikk mangler.', |
| 63 | + 'missing_albums' => '%d albumstatistikk mangler.', |
| 64 | + 'button' => 'Opprett manglende', |
66 | 65 | ], |
67 | 66 | 'flush-cache' => [ |
68 | 67 | 'title' => 'Flush Cache', |
|
0 commit comments