Browse Source
Merge pull request #63 from saudfs/arabic-webpanel
Add files via upload
tags/1.5
Nico
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
16 additions and
0 deletions
-
templates/webpanel/language/ar.php
|
|
@@ -0,0 +1,16 @@ |
|
|
|
<?php |
|
|
|
$lang = array( |
|
|
|
"passes" => "مرور", |
|
|
|
"satellite" => "الأقمار", |
|
|
|
"images" => "الصور", |
|
|
|
"pass_start" => "بداية المرور", |
|
|
|
"pass_end" => "نهاية المرور", |
|
|
|
"max_elev" => "أقصى إرتفاع", |
|
|
|
"elev" => "الإرتفاع", |
|
|
|
"page" => "الصفحة", |
|
|
|
"of" => "من", |
|
|
|
"prev" => "السابق", |
|
|
|
"next" => "التالي", |
|
|
|
); |
|
|
|
?> |
|
|
|
|