Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hartenthaler committed Jan 6, 2025
2 parents 5764b2a + fd9418e commit f68fd76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/lang/ExtendedFamilyTranslations.php
Original file line number Diff line number Diff line change
Expand Up @@ -3233,8 +3233,8 @@ public static function norwegianBokmålTranslations(): array
'not a male person' => 'ingen person av hankjønn',
'not a female person' => 'ingen person av hunkjønn',
'not a person of unknown gender' => 'ingen person av ukjent kjønn',
'copy all members of the extended family to the clippings cart' => 'copy all members of the extended family to the clippings cart',
'copy to clippings cart' => 'copy to clippings cart',
'copy all members of the extended family to the clippings cart' => 'kopiér alle medlemmer av storfamilien til utklippsmappen',
'copy to clippings cart' => 'kopiér til utklippsmappen',

'twin' => 'tvilling',
'triplet' => 'trilling',
Expand Down Expand Up @@ -3323,9 +3323,9 @@ public static function norwegianBokmålTranslations(): array
'Mr.' => 'Herr',
'Mrs.' => 'Fru',
'No family available' => 'Ingen familie funnet',
'Summary for the shown extended family' => 'Summary for the shown extended family',
'Summary for the shown extended family' => 'Sammendrag for den viste storfamilien',
'The extended family has only %1$s as a member.' . I18N::PLURAL . 'The extended family of %1$s has %2$d members (including %1$s).'
=> 'The extended family has only %1$s as a member.' . I18N::PLURAL . 'The extended family of %1$s has %2$d members (including %1$s).',
=> '%1$s er det eneste medlemmet av storfamilien.' . I18N::PLURAL . 'Storfamilien til %1$s har %2$d medlemmer (medregnet %1$s).',
'%s has no %s recorded.' => '%s har ingen registrerte %s.',
'%s has no %s, and no %s recorded.' => '%s har ingen registrerte %s og ingen %s.',

Expand Down

0 comments on commit f68fd76

Please sign in to comment.