Improve language

I suspect the file has been updated from the Danish translation and thus some of the sentences sound weird in Norwegian. Here's a suggested update.
This commit is contained in:
Tarjei Huse 2016-12-22 10:25:47 +01:00 committed by Fabien Potencier
parent 948b44c461
commit 1255786811

View File

@ -12,11 +12,11 @@
</trans-unit> </trans-unit>
<trans-unit id="3"> <trans-unit id="3">
<source>This value should be of type {{ type }}.</source> <source>This value should be of type {{ type }}.</source>
<target>Verdien må være av typen {{ type }}.</target> <target>Verdien skal ha typen {{ type }}.</target>
</trans-unit> </trans-unit>
<trans-unit id="4"> <trans-unit id="4">
<source>This value should be blank.</source> <source>This value should be blank.</source>
<target>Verdien være blank.</target> <target>Verdien skal være blank.</target>
</trans-unit> </trans-unit>
<trans-unit id="5"> <trans-unit id="5">
<source>The value you selected is not a valid choice.</source> <source>The value you selected is not a valid choice.</source>
@ -88,19 +88,19 @@
</trans-unit> </trans-unit>
<trans-unit id="22"> <trans-unit id="22">
<source>This value should not be blank.</source> <source>This value should not be blank.</source>
<target>Verdien ikke være blank.</target> <target>Verdien kan ikke være blank.</target>
</trans-unit> </trans-unit>
<trans-unit id="23"> <trans-unit id="23">
<source>This value should not be null.</source> <source>This value should not be null.</source>
<target>Verdien ikke være tom (null).</target> <target>Verdien kan ikke være tom (null).</target>
</trans-unit> </trans-unit>
<trans-unit id="24"> <trans-unit id="24">
<source>This value should be null.</source> <source>This value should be null.</source>
<target>Verdien være tom (null).</target> <target>Verdien skal være tom (null).</target>
</trans-unit> </trans-unit>
<trans-unit id="25"> <trans-unit id="25">
<source>This value is not valid.</source> <source>This value is not valid.</source>
<target>Verdien er ikke gyldig.</target> <target>Verdien er ugyldig.</target>
</trans-unit> </trans-unit>
<trans-unit id="26"> <trans-unit id="26">
<source>This value is not a valid time.</source> <source>This value is not a valid time.</source>
@ -112,7 +112,7 @@
</trans-unit> </trans-unit>
<trans-unit id="31"> <trans-unit id="31">
<source>The two values should be equal.</source> <source>The two values should be equal.</source>
<target>Verdiene være identiske.</target> <target>Verdiene skal være identiske.</target>
</trans-unit> </trans-unit>
<trans-unit id="32"> <trans-unit id="32">
<source>The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.</source> <source>The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.</source>
@ -128,7 +128,7 @@
</trans-unit> </trans-unit>
<trans-unit id="35"> <trans-unit id="35">
<source>This value should be a valid number.</source> <source>This value should be a valid number.</source>
<target>Verdien være et gyldig tall.</target> <target>Verdien skal være et gyldig tall.</target>
</trans-unit> </trans-unit>
<trans-unit id="36"> <trans-unit id="36">
<source>This file is not a valid image.</source> <source>This file is not a valid image.</source>
@ -176,11 +176,11 @@
</trans-unit> </trans-unit>
<trans-unit id="47"> <trans-unit id="47">
<source>This value should be the user's current password.</source> <source>This value should be the user's current password.</source>
<target>Verdien være brukerens sitt nåværende passord.</target> <target>Verdien skal være brukerens sitt nåværende passord.</target>
</trans-unit> </trans-unit>
<trans-unit id="48"> <trans-unit id="48">
<source>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</source> <source>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</source>
<target>Verdien være nøyaktig {{ limit }} tegn.</target> <target>Verdien skal være nøyaktig {{ limit }} tegn.</target>
</trans-unit> </trans-unit>
<trans-unit id="49"> <trans-unit id="49">
<source>The file was only partially uploaded.</source> <source>The file was only partially uploaded.</source>
@ -220,11 +220,11 @@
</trans-unit> </trans-unit>
<trans-unit id="58"> <trans-unit id="58">
<source>Unsupported card type or invalid card number.</source> <source>Unsupported card type or invalid card number.</source>
<target>Korttypen er ikke støttet eller ugyldig kortnummer.</target> <target>Korttypen er ikke støttet eller kortnummeret er ugyldig.</target>
</trans-unit> </trans-unit>
<trans-unit id="59"> <trans-unit id="59">
<source>This is not a valid International Bank Account Number (IBAN).</source> <source>This is not a valid International Bank Account Number (IBAN).</source>
<target>Dette er ikke en gyldig IBAN.</target> <target>Dette er ikke et gyldig IBAN-nummer.</target>
</trans-unit> </trans-unit>
<trans-unit id="60"> <trans-unit id="60">
<source>This value is not a valid ISBN-10.</source> <source>This value is not a valid ISBN-10.</source>
@ -248,43 +248,43 @@
</trans-unit> </trans-unit>
<trans-unit id="65"> <trans-unit id="65">
<source>This value should be equal to {{ compared_value }}.</source> <source>This value should be equal to {{ compared_value }}.</source>
<target>Verdien være lik {{ compared_value }}.</target> <target>Verdien skal være lik {{ compared_value }}.</target>
</trans-unit> </trans-unit>
<trans-unit id="66"> <trans-unit id="66">
<source>This value should be greater than {{ compared_value }}.</source> <source>This value should be greater than {{ compared_value }}.</source>
<target>Verdien være større enn {{ compared_value }}.</target> <target>Verdien skal være større enn {{ compared_value }}.</target>
</trans-unit> </trans-unit>
<trans-unit id="67"> <trans-unit id="67">
<source>This value should be greater than or equal to {{ compared_value }}.</source> <source>This value should be greater than or equal to {{ compared_value }}.</source>
<target>Verdien være større enn eller lik {{ compared_value }}.</target> <target>Verdien skal være større enn eller lik {{ compared_value }}.</target>
</trans-unit> </trans-unit>
<trans-unit id="68"> <trans-unit id="68">
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source> <source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Verdien være identisk med {{ compared_value_type }} {{ compared_value }}.</target> <target>Verdien skal være identisk med {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit> </trans-unit>
<trans-unit id="69"> <trans-unit id="69">
<source>This value should be less than {{ compared_value }}.</source> <source>This value should be less than {{ compared_value }}.</source>
<target>Verdien være mindre enn {{ compared_value }}.</target> <target>Verdien skal være mindre enn {{ compared_value }}.</target>
</trans-unit> </trans-unit>
<trans-unit id="70"> <trans-unit id="70">
<source>This value should be less than or equal to {{ compared_value }}.</source> <source>This value should be less than or equal to {{ compared_value }}.</source>
<target>Verdien være mindre enn eller lik {{ compared_value }}.</target> <target>Verdien skal være mindre enn eller lik {{ compared_value }}.</target>
</trans-unit> </trans-unit>
<trans-unit id="71"> <trans-unit id="71">
<source>This value should not be equal to {{ compared_value }}.</source> <source>This value should not be equal to {{ compared_value }}.</source>
<target>Verdien ikke være lik {{ compared_value }}.</target> <target>Verdien skal ikke være lik {{ compared_value }}.</target>
</trans-unit> </trans-unit>
<trans-unit id="72"> <trans-unit id="72">
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source> <source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Verdien ikke være identisk med {{ compared_value_type }} {{ compared_value }}.</target> <target>Verdien skal ikke være identisk med {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit> </trans-unit>
<trans-unit id="73"> <trans-unit id="73">
<source>The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.</source> <source>The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.</source>
<target>Bildeforholdet er for stort ({{ ratio }}). Tillatt maksimumsbildeforhold er {{ max_ratio }}.</target> <target>Bildeforholdet er for stort ({{ ratio }}). Tillatt bildeforhold er maks {{ max_ratio }}.</target>
</trans-unit> </trans-unit>
<trans-unit id="74"> <trans-unit id="74">
<source>The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.</source> <source>The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.</source>
<target>Bildeforholdet er for lite ({{ ratio }}). Forventet maksimumsbildeforhold er {{ min_ratio }}.</target> <target>Bildeforholdet er for lite ({{ ratio }}). Forventet bildeforhold er minst {{ min_ratio }}.</target>
</trans-unit> </trans-unit>
<trans-unit id="75"> <trans-unit id="75">
<source>The image is square ({{ width }}x{{ height }}px). Square images are not allowed.</source> <source>The image is square ({{ width }}x{{ height }}px). Square images are not allowed.</source>