Jelajahi Sumber

Merge pull request #3 from OpenGamePanel/master

Updating
rocco27 8 tahun lalu
induk
melakukan
d17eb41caf
2 mengubah file dengan 50 tambahan dan 2 penghapusan
  1. 2 2
      lang/Arabic/modules/cron.php
  2. 48 0
      lang/Greek(Greece)/modules/cron.php

+ 2 - 2
lang/Arabic/modules/cron.php

@@ -41,8 +41,8 @@ define('OGP_LANG_scheduled_jobs', "المهام المجدولة");
 define('OGP_LANG_there_are_no_scheduled_jobs', "لا توجد أية مهام مجدولة");
 define('OGP_LANG_cron_events', "أحداث الCron");
 define('OGP_LANG_refresh_interval', "الفاصل الزمني للتحديث");
-define('OGP_LANG_cron_no_servers_tied_to_account', "There are no servers directly assigned to your account.");
+define('OGP_LANG_cron_no_servers_tied_to_account', "لا توجد خوادم تم تعيينها مباشرة إلى حسابك.");
 define('OGP_LANG_cron_admin_link_display_text', "إدارة كرون (جميع الخوادم)");
-define('OGP_LANG_cron_admin_no_ogp_servers_to_display', "There aren't any servers currently configured in OGP.");
+define('OGP_LANG_cron_admin_no_ogp_servers_to_display', "لا توجد أي خوادم تم تكوينها حاليًا في OGP.");
 define('OGP_LANG_bad_inputs', "يحتوي الوقت المقرر على أحرف غير صالحة.");
 ?>

+ 48 - 0
lang/Greek(Greece)/modules/cron.php

@@ -0,0 +1,48 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2018 The OGP Development Team
+ *
+ * http://www.opengamepanel.org/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ */
+
+define('OGP_LANG_minute', "Λεπτό");
+define('OGP_LANG_hour', "Ώρα");
+define('OGP_LANG_day', "Ημέρα");
+define('OGP_LANG_month', "Μήνας");
+define('OGP_LANG_day_of_the_week', "Η / Εβδομάδα");
+define('OGP_LANG_action', "Ενέργεια");
+define('OGP_LANG_steam_auto_update', "Αυτόματη Ενημέρωση Steam");
+define('OGP_LANG_stop', "Σταμάτησε");
+define('OGP_LANG_start', "Ξεκίνησε");
+define('OGP_LANG_restart', "Επανεκκίνησε");
+define('OGP_LANG_command', "Εντολή");
+define('OGP_LANG_add', "Προσθέστε");
+define('OGP_LANG_remove', "Καταργήστε");
+define('OGP_LANG_now', "Τώρα");
+define('OGP_LANG_schedule_new_job', "Προγραμματίστε μια νέα δουλειά.");
+define('OGP_LANG_scheduled_jobs', "Προγραμματισμένες δουλειές.");
+define('OGP_LANG_there_are_no_scheduled_jobs', "Δεν υπάρχουν προγραμματισμένες δουλειές.");
+define('OGP_LANG_cron_events', "Γεγονότα Cron");
+define('OGP_LANG_refresh_interval', "Διάστημα Ανανέωσης");
+define('OGP_LANG_cron_no_servers_tied_to_account', "Δεν υπάρχουν διακομιστές απευθείας αντιστοιχισμένοι στο λογαριασμό σας.");
+define('OGP_LANG_cron_admin_link_display_text', "Διαχείριση Cron (Όλοι Οι Διακομιστές)");
+define('OGP_LANG_cron_admin_no_ogp_servers_to_display', "Δεν υπάρχουν διαμορφωμένοι διακομιστές στο OGP αυτή τη στιγμή.");
+define('OGP_LANG_bad_inputs', "Ο προγραμματισμένος χρόνος περιέχει μη έγκυρους χαρακτήρες.");
+?>