Skip to content

Commit

Permalink
Merge branch 'patch-2' of https://github.com/feskehau/zf2 into hotfix…
Browse files Browse the repository at this point in the history
…/translations-no
  • Loading branch information
weierophinney committed Feb 27, 2012
2 parents 0b4846f + ac98850 commit a5795d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/languages/no/Zend_Captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
*/
return array(
// Zend_Captcha_ReCaptcha
"Missing captcha fields" => "Savnede captcha felter",
"Missing captcha fields" => "Mangler captcha felter",
"Failed to validate captcha" => "Validering av captcha feilet",
"Captcha value is wrong: %value%" => "Feil Captcha verdi for: %value%",

// Zend_Captcha_Word
"Empty captcha value" => "Tom captcha verdi",
"Captcha ID field is missing" => "Feltet for Captcha id er ikke tilstede",
"Captcha value is wrong" => "Verdien til Captcha er feil",
"Empty captcha value" => "Tomt captcha verdi",
"Captcha ID field is missing" => "Feltet for captcha id er ikke tilstede",
"Captcha value is wrong" => "Verdien til captcha er feil",
);

0 comments on commit a5795d8

Please sign in to comment.