Advertisement
Guest User

Untitled

a guest
Feb 18th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.95 KB | None | 0 0
  1.     }elseif ($jezyk=='en')
  2.     {
  3.     $pole_form_1="Username:";
  4.     $pole_form_2="E-mail:";
  5.     $pole_form_3="Password:";
  6.     $pole_form_4="Repeat password:";
  7.     $pole_form_5="I accept the terms and conditions";
  8.     $pole_form_6="Sign Up";
  9.     $pole_form_7="Rewrite text from the image";
  10.    
  11.     $komunikat_err_1="Username has to consist of 3 to 20 characters!";
  12.     $komunikat_err_2="Username has to consist of letters and numbers!";
  13.     $komunikat_err_3="Your E-mail is wrong!";
  14.     $komunikat_err_4="A password has to consist of 8 to 20 characters!";
  15.     $komunikat_err_5="The passwords do not match!";
  16.     $komunikat_err_6="You have to accept the terms and conditions!";
  17.     $komunikat_err_7="There already is an account associated with that E-mail address!";
  18.     $komunikat_err_8="A user with this nickname already exists!";
  19.     $komunikat_err_9="Internal server error! We apologise for the inconvenience, please try again later!";
  20.     $komunikat_err_10="Rewrite the text from the image again!";
  21.     }
  22.     ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement