Begin translation

This commit is contained in:
Espen Lorentzen 2013-08-13 19:16:44 +02:00
parent 492bab209f
commit 7e9e273d27

View File

@ -1,13 +1,13 @@
<?php
$lang['required'] = "The %s field is required.";
$lang['required'] = "Feltet %s er obligatorisk.";
$lang['not_allowed'] = "You are not allowed to paste.";
$lang['captcha'] = "The captcha is incorrect.";
$lang['blocked_words'] = "Your Paste contains blocked words.";
$lang['robot'] = "Go away, robot!";
$lang['empty'] = "The %s field can not be empty.";
$lang['blocked_words'] = "Din post inneholder blokkerte ord.";
$lang['robot'] = "Robot, stikk av!";
$lang['empty'] = "Feltet %s kan ikke være tomt.";
$lang['valid_lang'] = "Please select your language.";
$lang['isset'] = "The %s field must have a value.";
$lang['isset'] = "Feltet %s må ha en verdi.";
$lang['valid_email'] = "The %s field must contain a valid email address.";
$lang['valid_emails'] = "The %s field must contain all valid email addresses.";
$lang['valid_url'] = "The %s field must contain a valid URL.";