From 3994d1e2a7ab5634ff94604c9c65ec7e5b90a1f2 Mon Sep 17 00:00:00 2001 From: mapadesign Date: Tue, 10 Nov 2015 20:18:01 +0100 Subject: [PATCH] Create ka-ge.lang.php --- .../box/information/languages/ka-ge.lang.php | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 plugins/box/information/languages/ka-ge.lang.php diff --git a/plugins/box/information/languages/ka-ge.lang.php b/plugins/box/information/languages/ka-ge.lang.php new file mode 100644 index 0000000..baf3848 --- /dev/null +++ b/plugins/box/information/languages/ka-ge.lang.php @@ -0,0 +1,40 @@ + array( + 'Information' => 'ინფორმაცია', + 'Debugging' => 'Debugging-ი', + 'Name' => 'სახელი', + 'Value' => 'მნიშვნელობა', + 'Security' => 'უსაფრთხოება', + 'System' => 'სისტემა', + 'on' => 'ჩართულია', + 'off'=> 'გამორთულია', + 'Server' => 'სერვერი', + 'PHP version' => 'PHP-ის ვერსია', + 'SimpleXML module' => 'SimpleXML მოდული', + 'DOM module' => 'DOM მოდული', + 'Installed' => 'დაყენებულია', + 'Not Installed' => 'არ არის დაყენებული', + 'Security check results' => 'უსაფრთხოების შემოწმების შედეგები', + 'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' => + 'კონფიგურაციის ფაილის ჩაწერა შესაძლებელია. გირჩევთ წაშალოთ ფაილის (defines.php) ჩაწერის უფლებები.', + 'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod -R a-w :path' => + 'Monstra-ს დირექტორია (":path") ჩასაწერად ხელმისაწვდომია. გირჩევთ წაშალოთ ჩაწერის უფლებები დირექტორიაზე (":path") .
ამის გაკეთება UNIX სისტემებზე ასე შეგიძლიათ: chmod -R a-w :path', + 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => + 'მთავარი .htaccess ფაილი ჩასაწერად ხელმისაწვდომია. გირჩევთ წაშალოთ ჩაწერის უფლებები მთავარ .htaccess ფაილზე.
ამის გაკეთება UNIX სისტემებზე ასე შეგიძლიათ: chmod -R a-w :path', + 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path' => + 'მთავარი index.php ფაილი ჩასაწერად ხელმისაწვდომია. გირჩევთ წაშალოთ ჩაწერის უფლებები მთავარ index.php ფაილზე.
ამის გაკეთება UNIX სისტემებზე ასე შეგიძლიათ: chmod -R a-w :path', + 'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' => + 'სისტემა მუშაობს Monstra::DEVELOPMENT რეჟიმზა, გირჩევთ Monstra::PRODUCTION რეჟიმის დაყენებას.', + 'Monstra version' => 'Monstra-ს ვერსია', + 'Directory Permissions' => 'დაშვების უფლებები', + 'Directory' => 'კატალოგი', + 'Writable' => 'ჩასაწერად ხელმისაწვდომია', + 'Unwritable' => 'ჩასაწერად არ არის ხელმისაწვდომია', + 'Status' => 'სტატუსი', + 'PHP Built On' => 'PHP აგებულია', + 'Web Server' => 'Web სერვერი', + 'WebServer to PHP Interface' => 'Web სერვერი PHP ინტერფეისისთვის', + ) + );