blob: 3a3f45cd50a7120c5fd00c106646bf0ab34a52fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
*/
$lang['userexists'] = 'Pardonu, ĉi tiu uzanto-nomo jam ekzistas.';
$lang['usernotexists'] = 'Pardonu, tiu uzanto ne ekzistas.';
|