PHP Classes

File: app/Libraries/lang/ar.php

Recommend this page to a friend!
  Classes of akeel   F3A   app/Libraries/lang/ar.php   Download  
File: app/Libraries/lang/ar.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: F3A
PHP Web development framework like Laravel lite
Author: By
Last change:
Date: 2 years ago
Size: 1,629 bytes
 

Contents

Class file image Download
<?php

return array(
   
'required' => "?????",
   
'equals' => "??? ?? ???? ????? ?? '%s'",
   
'different' => "??? ?? ???? ??? '%s'",
   
'accepted' => "??? ?? ???? ???",
   
'numeric' => "??? ?? ???? ???",
   
'integer' => "??? ?? ???? ??? (0-9)",
   
'length' => "??? ?? ???? ???? ?? %d",
   
'min' => "??? ?? ???? ???? ?? %s",
   
'max' => "??? ?? ???? ??? ?? %s",
   
'in' => "??????? ???? ????",
   
'listContains' => "??????? ???? ????",
   
'notIn' => "??????? ???? ????",
   
'ip' => "??? ??????? ??? ????",
   
'email' => "?????? ?????????? ??? ????",
   
'url' => "?????? ??? ????",
   
'urlActive' => "??? ?? ???? ???? ????",
   
'alpha' => "??? ?? ????? ??? ??? a-z",
   
'alphaNum' => "??? ?? ????? ??? a-z ?? ????? 0-9",
   
'slug' => "??? ?? ????? ??? ??? a-z, ? ????? 0-9, ????? ? ?? ????",
   
'regex' => "??? ???????",
   
'date' => "??? ????????",
   
'dateFormat' => "??? ?? ???? ????? ???? ?????? '%s'",
   
'dateBefore' => "??????? ??? ?? ???? ??? '%s'",
   
'dateAfter' => "??????? ??? ?? ???? ??? '%s'",
   
'contains' => "??? ?? ????? %s"
);