source: extensions/captcha/language/no_NO/plugin.lang.php @ 15367

Last change on this file since 15367 was 8922, checked in by ddtddt, 14 years ago

[extensions] - captcha - add no_NO (Norwegian) thanks to atlew

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 469 bytes
Line 
1<?php
2
3$lang['Captcha Configuration'] = 'Captcha Konfigurasjon';
4$lang['Public Key'] = 'Offentlig nøkkel';
5$lang['Private Key'] = 'Privat Nøkkel';
6$lang['Signup for personal usage keys'] = 'Meld deg på for personlig nøkkel bruk';
7
8$lang['Invalid Captcha'] = 'Ugyldig Captcha';
9$lang['You need to define Captcha keys'] = 'Du må definere Captcha nøkkler';
10$lang['Piwigo can\'t connect to reCaptcha server'] = 'Piwigo kan\'kan ikke koble til reCaptcha serveren';
11
12?>
Note: See TracBrowser for help on using the repository browser.