Skip to content

Commit

Permalink
Merge pull request #1 from mustasj/patch-1
Browse files Browse the repository at this point in the history
Norwegian translation
  • Loading branch information
christianruhstaller committed Jan 26, 2017
2 parents 54437d7 + 6b1d05b commit 838439c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions safedelete/translations/no.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

return [
'Element is still referenced' => 'Elementet er i bruk',
'The selected element is still in use and can not be deleted just like that.' => 'Elementet er fortsatt i bruk og kan ikke slettes uten videre',
'Safe Delete…' => 'Sikker sletting…',
'Element type' => 'Elementtype',
'Reference element type' => 'Referert element type',
'Field' => 'Felt',
'Source Element' => 'Kildeelement',
'WARNING! Deletion of referenced elements can lead to unexpected consequences and errors in the frontend.' => 'ADVARSEL! Sletting av refererte elementer kan føre til uforutsette hendelser på selve siden.'
];

0 comments on commit 838439c

Please sign in to comment.