-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from mustasj/patch-1
Norwegian translation
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' | ||
]; |