Просмотр исходного кода

Organize Language Files and Add "Capture"

Organize the language files in the i18n directory to read alphabetical
to find terms easier within the files. Also add "capture" to the
language files so the images pages can be updated to reflect captures
vs. images.
pull/123/head
Justin Karimi 3 лет назад
Родитель
Сommit
3c9dcbf92c
5 измененных файлов: 37 добавлений и 32 удалений
  1. +7
    -6
      templates/webpanel/i18n/ar.php
  2. +7
    -6
      templates/webpanel/i18n/de.php
  3. +9
    -8
      templates/webpanel/i18n/en.php
  4. +7
    -6
      templates/webpanel/i18n/es.php
  5. +7
    -6
      templates/webpanel/i18n/sr.php

+ 7
- 6
templates/webpanel/i18n/ar.php Просмотреть файл

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


+ 7
- 6
templates/webpanel/i18n/de.php Просмотреть файл

@@ -1,15 +1,16 @@
<?php
$lang = array(
"passes" => "Überflüge",
"satellite" => "Satellit",
"captures" => "Erfasst",
"elev" => "Erhebung",
"images" => "Bilder",
"max_elev" => "Maximale Erhebung",
"next" => "Nächstes",
"of" => "von",
"pass_start" => "Start des Überflugs",
"pass_end" => "Ende des Überflugs",
"max_elev" => "Maximale Erhebung",
"elev" => "Erhebung",
"page" => "Seite",
"of" => "von",
"passes" => "Überflüge",
"prev" => "Vorherig",
"next" => "Nächstes",
"satellite" => "Satellit",
);
?>

+ 9
- 8
templates/webpanel/i18n/en.php Просмотреть файл

@@ -1,15 +1,16 @@
<?php
$lang = array(
"passes" => "Passes",
"satellite" => "Satellite",
"images" => "Images",
"pass_start" => "Pass start",
"pass_end" => "Pass end",
"max_elev" => "Max elevation",
"captures" => "Captures",
"elev" => "Elevation",
"page" => "Page",
"images" => "Images",
"max_elev" => "Max Elevation",
"next" => "Next",
"of" => "of",
"pass_start" => "Pass Start",
"pass_end" => "Pass End",
"page" => "Page",
"passes" => "Passes",
"prev" => "Prev",
"next" => "Next",
"satellite" => "Satellite",
);
?>

+ 7
- 6
templates/webpanel/i18n/es.php Просмотреть файл

@@ -1,15 +1,16 @@
<?php
$lang = array(
"passes" => "Pasadas",
"satellite" => "Satélite",
"captures" => "Capturas",
"elev" => "Elevación",
"images" => "Imagenes",
"max_elev" => "Elevación",
"next" => "Siguiente",
"of" => "de",
"pass_start" => "Inicio",
"pass_end" => "Fin",
"max_elev" => "Elevación",
"elev" => "Elevación",
"page" => "Página",
"of" => "de",
"passes" => "Pasadas",
"prev" => "Anterior",
"next" => "Siguiente",
"satellite" => "Satélite",
);
?>

+ 7
- 6
templates/webpanel/i18n/sr.php Просмотреть файл

@@ -1,15 +1,16 @@
<?php
$lang = array(
"passes" => "Preleti satelita",
"satellite" => "Satelit",
"captures" => "Hvatanja",
"elev" => "Visina",
"images" => "Slike",
"max_elev" => "Maksimalna visina",
"next" => "Sledeća",
"of" => "od",
"pass_start" => "Početak",
"pass_end" => "Kraj",
"max_elev" => "Maksimalna visina",
"elev" => "Visina",
"page" => "Strana",
"of" => "od",
"passes" => "Preleti satelita",
"prev" => "Prethodna",
"next" => "Sledeća",
"satellite" => "Satelit",
);
?>

Загрузка…
Отмена
Сохранить