mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Use array() instead of []
This commit is contained in:
parent
5db4a6dd3b
commit
f427c196f1
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
* َAnd Ham3D (hamed334@gmail.com)
|
||||
*/
|
||||
|
||||
$LANG['fa'] = [
|
||||
$LANG['fa'] = array(
|
||||
'Packages' => 'بسته ها',
|
||||
'IP' => 'آي پي',
|
||||
'Graphs' => 'نمودار ها',
|
||||
|
@ -754,4 +754,4 @@ $LANG['fa'] = [
|
|||
'Do not use encryption' => 'از رمزگزاری استفاده نشود',
|
||||
|
||||
'maximum characters length, including prefix' => 'بیشینه %s کاراکتر طول, شامل پیشوند',
|
||||
];
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue