xref: /dokuwiki/lib/plugins/authpdo/lang/fa/lang.php (revision 1759e9999b9e5f9bff5eb81c233b4e0b8d4f5ebc)
1*f18db579SAndreas Gohr<?php
2*f18db579SAndreas Gohr
3*f18db579SAndreas Gohr/**
4*f18db579SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5*f18db579SAndreas Gohr *
6*f18db579SAndreas Gohr * @author Mohmmad Razavi <sepent@gmail.com>
7*f18db579SAndreas Gohr * @author Masoud Sadrnezhaad <masoud@sadrnezhaad.ir>
8*f18db579SAndreas Gohr */
9*f18db579SAndreas Gohr$lang['connectfail']           = 'خطا در اتصال به دیتابیس';
10*f18db579SAndreas Gohr$lang['userexists']            = 'با عرض پوزش، یک کاربر با این نام از قبل وجود دارد.';
11*f18db579SAndreas Gohr$lang['writefail']             = 'امکان تغییر داده کاربر وجود نداشت. لطفا مسئول Wiki را آگاه کنید.';
12