Skip to content

Commit

Permalink
More corrections ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Djarnis committed Jul 27, 2014
1 parent d742a19 commit 27960b4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/js/language/da_DK.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
choice: {
'default': 'Indtast venligst en gyldig værdi',
less: 'Venligst vælg %s valgmuligheder som minimum',
more: 'Venligst vælg %s valgmuligheder som maximum',
between: 'Venligst vælg %s - %s valgmuligheder'
less: 'Vælg venligst %s valgmuligheder som minimum',
more: 'Vælg venligst %s valgmuligheder som maximum',
between: 'Vælg venligst %s - %s valgmuligheder'
},
creditCard: {
'default': 'Indtast venligst et gyldigt kreditkort-nummer'
Expand All @@ -45,7 +45,7 @@
'default': 'Indtast venligst en gyldig e-mail-adresse'
},
file: {
'default': 'Venligst vælg en gyldig fil'
'default': 'Vælg venligst en gyldig fil'
},
greaterThan: {
'default': 'Indtast venligst en værdi større eller lig med %s',
Expand All @@ -62,7 +62,7 @@
},
iban: {
'default': 'Indtast venligst et gyldigt IBAN-nummer',
countryNotSupported: 'Lande koden %s understøttes ikke',
countryNotSupported: 'Landekoden %s understøttes desværre ikke',
country: 'Indtast venligst et gyldigt IBAN-nummer i in %s',
countries: {
AD: 'Andorra',
Expand Down Expand Up @@ -148,10 +148,10 @@
},
id: {
'default': 'Indtast venligst et gyldigt identifikations-nummer',
countryNotSupported: 'Landekoden %s understøttes ikke',
countryNotSupported: 'Landekoden %s understøttes desværre ikke',
country: 'Indtast venligst et gyldigt %s identifikations-nummer',
countries: {
BA: 'Bosnien-Hercegovinask',
BA: 'Bosnien-Hercegovinsk',
BG: 'bulgarsk',
BR: 'brasiliansk',
CH: 'schweizisk',
Expand All @@ -174,7 +174,7 @@
SE: 'svensk',
SI: 'slovensk',
SK: 'slovakisk',
SM: 'San Marinosk',
SM: 'sammarinesisk',
ZA: 'sydafrikansk'
}
},
Expand Down Expand Up @@ -225,7 +225,7 @@
},
phone: {
'default': 'Indtast venligst et gyldigt telefonnummer',
countryNotSupported: 'Landekoden %s understøttes ikke',
countryNotSupported: 'Landekoden %s understøttes desværre ikke',
country: 'Indtast venligst et gyldigt telefonnummer i %s',
countries: {
ES: 'Spanien',
Expand Down Expand Up @@ -274,7 +274,7 @@
},
vat: {
'default': 'Indtast venligst et gyldig moms-nummer',
countryNotSupported: 'Landekoden %s understøttes ikke',
countryNotSupported: 'Landekoden %s understøttes desværre ikke',
country: 'Indtast venligst et gyldigt %s moms-nummer',
countries: {
AT: 'østrisk',
Expand Down Expand Up @@ -317,7 +317,7 @@
},
zipCode: {
'default': 'Indtast venligst et gyldigt postnummer',
countryNotSupported: 'Landekoden %s understøttes ikke',
countryNotSupported: 'Landekoden %s understøttes desværre ikke',
country: 'Indtast venligst et gyldigt %s',
countries: {
CA: 'canadisk postnummer',
Expand Down

0 comments on commit 27960b4

Please sign in to comment.