One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
compmath
/
public_html
/
inc
/
View File Name :
loc_en.php
<?php /* Drukkar, a small blogging platform Copyright (C) 2011-2012 Danyil Bohdan 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 (at your option) 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ $loc_password = "Password"; $loc_submit = "Submit"; $loc_search = "Search"; $loc_salt = "Salt"; $loc_no_matches = "No matching entries found."; $loc_entry_not_found = "The entry you've specified doesn't exist."; $loc_text = "Text"; $loc_tags = "Tags"; $loc_files = "Files"; $loc_title = "Title"; $loc_date = "Date"; $loc_new = "New"; $loc_view_entry = "View entry"; $loc_edit_saved = "Edit saved!"; $loc_saving_failed = "Saving failed!"; $loc_upload = "Upload files:"; $loc_file_uploaded = "File %s uploaded successfully as %s."; $loc_uploading_failed = "Couldn't upload the file %s."; $loc_uploading_failed_file_exists = "Couldn't upload the file %s: file exists."; $loc_file_not_found = "File not found:"; $loc_invalid_date = "The date %s is invalid; the previous date %s has been retained."; $loc_makepass_warning = "Warning! Do <i>not</i> use this script on a remote server over an unsecure connection. Instead, run it locally to generate your password."; $loc_put_this_in_config_file = "Put this in your <tt>config.xml</tt> file:"; $loc_directories = "Directories:"; $loc_log_out = "[ Log out ]"; $loc_log_in = "Log in"; $loc_session_expired = "Your session has expired."; $loc_save = "Save"; $loc_format = "Format:"; $loc_html = "HTML"; $loc_plain = "Plain text"; $loc_delete = "Delete"; $loc_delete_prompt_entry = "Are you sure you want to delete this entry?"; $loc_delete_prompt_file = "Are you sure you want to delete %s?"; $loc_file_deleted = "The file %s has been deleted."; $loc_rename = "Rename"; $loc_rename_prompt = "Input new file name:"; $loc_file_renamed = "The file %s has been renamed to %s."; $loc_back = "Back"; $loc_next_page = "Next page"; $loc_prev_page = "Previous page"; $loc_translit = "Transliterate Cyrillic file names from"; $loc_ukrainian = "Ukrainian"; $loc_russian = "Russian"; ?>