8000 merged branch cvaldemar/master (PR #1842) · Modder/symfony@3caa895 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3caa895

Browse files
committed
merged branch cvaldemar/master (PR symfony#1842)
Commits ------- 7d5785e Fixed message 8 8ef3647 Updated danish validator translation Discussion ---------- Updated Danish translation of validator strings Just an updated Danish translation as requested. --------------------------------------------------------------------------- by yethee at 2011/07/27 23:25:11 -0700 @cvaldemar, can you fix message symfony#8?
2 parents e417a46 + 7d5785e commit 3caa895

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.da.xliff

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>One or more of the given values is invalid</source>
35-
<target>One or more of the given values is invalid</target>
35+
<target>En eller flere af de oplyste værdier er ugyldige</target>
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>The fields {{ fields }} were not expected</source>
@@ -126,6 +126,42 @@
126126
<source>The two values should be equal</source>
127127
<target>De to værdier skal være ens</target>
128128
</trans-unit>
129+
<trans-unit id="32">
130+
<source>The file is too large. Allowed maximum size is {{ limit }}</source>
131+
<target>Filen er for stor. Den maksimale størrelse er {{ limit }}</target>
132+
</trans-unit>
133+
<trans-unit id="33">
134+
<source>The file is too large</source>
135+
<target>Filen er for stor</target>
136+
</trans-unit>
137+
<trans-unit id="34">
138+
<source>The file could not be uploaded</source>
139+
<target>Filen kunne ikke blive uploadet</target>
140+
</trans-unit>
141+
<trans-unit id="35">
142+
<source>This value should be a valid number</source>
143+
<target>Denne værdi skal være et gyldigt tal</target>
144+
</trans-unit>
145+
<trans-unit id="36">
146+
<source>This file is not a valid image</source>
147+
<target>Denne fil er ikke gyldigt billede</target>
148+
</trans-unit>
149+
<trans-unit id="37">
150+
<source>This is not a valid IP address</source>
151+
<target>Dette er ikke en gyldig IP adresse</target>
152+
</trans-unit>
153+
<trans-unit id="38">
154+
<source>This value is not a valid language</source>
155+
<target>Denne værdi er ikke et gyldigt sprog</target>
156+
</trans-unit>
157+
<trans-unit id="39">
158+
<source>This value is not a valid locale</source>
159+
<target>Denne værdi er ikke en gyldig lokalitet</target>
160+
</trans-unit>
161+
<trans-unit id="40">
162+
<source>This value is not a valid country</source>
163+
<target>Denne værdi er ikke et gyldigt land</target>
164+
</trans-unit>
129165
</body>
130166
</file>
131167
</xliff>

0 commit comments

Comments
 (0)
0