Browse Source

Merge pull request #63 from saudfs/arabic-webpanel

Add files via upload
tags/1.5
Nico 3 years ago
committed by GitHub
parent
commit
f7edf2c553
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      templates/webpanel/language/ar.php

+ 16
- 0
templates/webpanel/language/ar.php View File

@@ -0,0 +1,16 @@
<?php
$lang = array(
"passes" => "مرور",
"satellite" => "الأقمار",
"images" => "الصور",
"pass_start" => "بداية المرور",
"pass_end" => "نهاية المرور",
"max_elev" => "أقصى إرتفاع",
"elev" => "الإرتفاع",
"page" => "الصفحة",
"of" => "من",
"prev" => "السابق",
"next" => "التالي",
);
?>


Loading…
Cancel
Save