Language editor

This commit is contained in:
Ibnu Maksum 2024-02-19 09:52:36 +07:00
parent f550af257a
commit de4a783dba
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
6 changed files with 900 additions and 911 deletions

View File

@ -11,11 +11,12 @@ class Lang
public static function T($key) public static function T($key)
{ {
global $_L, $lan_file, $config; global $_L, $lan_file, $config;
$L = $_SESSION['Lang']; $_L = $_SESSION['Lang'];
if (!empty($_L[$key])) { if (!empty($_L[$key])) {
return $_L[$key]; return $_L[$key];
} }
$val = $key; $val = $key;
$key = Lang::sanitize($key);
if (isset($_L[$key])) { if (isset($_L[$key])) {
return $_L[$key]; return $_L[$key];
}else if (isset($_L[$key])) { }else if (isset($_L[$key])) {
@ -38,6 +39,10 @@ class Lang
} }
} }
public static function sanitize($str){
return preg_replace("/[^A-Za-z0-9]/", '_', $str);;
}
public static function getIsoLang(){ public static function getIsoLang(){
global $isolang; global $isolang;
if(empty($isolang) || count($isolang)==0){ if(empty($isolang) || count($isolang)==0){

View File

@ -1,418 +1,401 @@
{ {
"Log-in": "Log-in", "Log_in": "Log-in",
"Register": "Register", "Register": "Register",
"Announcement": "Announcement", "Announcement": "Announcement",
"Registration Info": "Registration Info", "Registration_Info": "Registration Info",
"Voucher not found, please buy voucher befor register": "Voucher not found, please buy voucher befor register", "Voucher_not_found__please_buy_voucher_befor_register": "Voucher not found, please buy voucher befor register",
"Register Success! You can login now": "Register Success! You can login now", "Register_Success__You_can_login_now": "Register Success! You can login now",
"Log in to Member Panel": "Log in to Member Panel", "Log_in_to_Member_Panel": "Log in to Member Panel",
"Register as Member": "Register as Member", "Register_as_Member": "Register as Member",
"Enter Admin Area": "Enter Admin Area", "Enter_Admin_Area": "Enter Admin Area",
"PHPNuxBill": "PHPNuxBill", "PHPNuxBill": "PHPNuxBill",
"Username": "Username", "Username": "Username",
"Password": "Password", "Password": "Password",
"Passwords does not match": "Passwords does not match", "Passwords_does_not_match": "Passwords does not match",
"Account already axist": "Account already axist", "Account_already_axist": "Account already axist",
"Manage": "Manage", "Manage": "Manage",
"Submit": "Submit", "Submit": "Submit",
"Save Changes": "Save Changes", "Save_Changes": "Save Changes",
"Cancel": "Cancel", "Cancel": "Cancel",
"Edit": "Edit", "Edit": "Edit",
"Delete": "Delete", "Delete": "Delete",
"Welcome": "Welcome", "Welcome": "Welcome",
"Data Created Successfully": "Data Created Successfully", "Data_Created_Successfully": "Data Created Successfully",
"Data Updated Successfully": "Data Updated Successfully", "Data_Updated_Successfully": "Data Updated Successfully",
"Data Deleted Successfully": "Data Deleted Successfully", "Data_Deleted_Successfully": "Data Deleted Successfully",
"Static Pages": "Static Pages", "Static_Pages": "Static Pages",
"Failed to save page, make sure i can write to folder pages, <i>chmod 664 pages\/*.html<i>": "Failed to save page, make sure i can write to folder pages, <i>chmod 664 pages\/*.html<i>", "Failed_to_save_page__make_sure_i_can_write_to_folder_pages___i_chmod_664_pages___html_i_": "Failed to save page, make sure i can write to folder pages, <i>chmod 664 pages\/*.html<i>",
"Saving page success": "Saving page success", "Saving_page_success": "Saving page success",
"Sometimes you need to refresh 3 times until content change": "Sometimes you need to refresh 3 times until content change", "Sometimes_you_need_to_refresh_3_times_until_content_change": "Sometimes you need to refresh 3 times until content change",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Search Customers...": "Search Customers...", "Search_Customers___": "Search Customers...",
"My Account": "My Account", "My_Account": "My Account",
"My Profile": "My Profile", "My_Profile": "My Profile",
"Settings": "Settings", "Settings": "Settings",
"Edit Profile": "Edit Profile", "Edit_Profile": "Edit Profile",
"Change Password": "Change Password", "Change_Password": "Change Password",
"Logout": "Logout", "Logout": "Logout",
"Services": "Services", "Services": "Services",
"Bandwidth Plans": "Bandwidth Plans", "Bandwidth_Plans": "Bandwidth Plans",
"Bandwidth Name": "Bandwidth Name", "Bandwidth_Name": "Bandwidth Name",
"New Bandwidth": "New Bandwidth", "New_Bandwidth": "New Bandwidth",
"Edit Bandwidth": "Edit Bandwidth", "Edit_Bandwidth": "Edit Bandwidth",
"Add New Bandwidth": "Add New Bandwidth", "Add_New_Bandwidth": "Add New Bandwidth",
"Rate Download": "Rate Download", "Rate_Download": "Rate Download",
"Rate Upload": "Rate Upload", "Rate_Upload": "Rate Upload",
"Name Bandwidth Already Exist": "Name Bandwidth Already Exist", "Name_Bandwidth_Already_Exist": "Name Bandwidth Already Exist",
"Hotspot Plans": "Hotspot Plans", "Hotspot_Plans": "Hotspot Plans",
"PPPOE Plans": "PPPOE Plans", "PPPOE_Plans": "PPPOE Plans",
"Plan Name": "Plan Name", "Plan_Name": "Plan Name",
"New Service Plan": "New Service Plan", "New_Service_Plan": "New Service Plan",
"Add Service Plan": "Add Service Plan", "Add_Service_Plan": "Add Service Plan",
"Edit Service Plan": "Edit Service Plan", "Edit_Service_Plan": "Edit Service Plan",
"Name Plan Already Exist": "Name Plan Already Exist", "Name_Plan_Already_Exist": "Name Plan Already Exist",
"Plan Type": "Plan Type", "Plan_Type": "Plan Type",
"Plan Price": "Plan Price", "Plan_Price": "Plan Price",
"Limit Type": "Limit Type", "Limit_Type": "Limit Type",
"Unlimited": "Unlimited", "Unlimited": "Unlimited",
"Limited": "Limited", "Limited": "Limited",
"Time Limit": "Time Limit", "Time_Limit": "Time Limit",
"Data Limit": "Data Limit", "Data_Limit": "Data Limit",
"Both Limit": "Both Limit", "Both_Limit": "Both Limit",
"Plan Validity": "Plan Validity", "Plan_Validity": "Plan Validity",
"Select Bandwidth": "Select Bandwidth", "Select_Bandwidth": "Select Bandwidth",
"Shared Users": "Shared Users", "Shared_Users": "Shared Users",
"Choose User Type Sales to disable access to Settings": "Choose User Type Sales to disable access to Settings", "Choose_User_Type_Sales_to_disable_access_to_Settings": "Choose User Type Sales to disable access to Settings",
"Current Password": "Current Password", "Current_Password": "Current Password",
"New Password": "New Password", "New_Password": "New Password",
"Administrator": "Administrator", "Administrator": "Administrator",
"Sales": "Sales", "Sales": "Sales",
"Member": "Member", "Member": "Member",
"Confirm New Password": "Confirm New Password", "Confirm_New_Password": "Confirm New Password",
"Confirm Password": "Confirm Password", "Confirm_Password": "Confirm Password",
"Full Name": "Full Name", "Full_Name": "Full Name",
"User Type": "User Type", "User_Type": "User Type",
"Address": "Address", "Address": "Address",
"Created On": "Created On", "Created_On": "Created On",
"Expires On": "Expires On", "Expires_On": "Expires On",
"Phone Number": "Phone Number", "Phone_Number": "Phone Number",
"User deleted Successfully": "User deleted Successfully", "User_deleted_Successfully": "User deleted Successfully",
"Full Administrator": "Full Administrator", "Full_Administrator": "Full Administrator",
"Keep Blank to do not change Password": "Keep Blank to do not change Password", "Keep_Blank_to_do_not_change_Password": "Keep Blank to do not change Password",
"Keep it blank if you do not want to show currency code": "Keep it blank if you do not want to show currency code", "Keep_it_blank_if_you_do_not_want_to_show_currency_code": "Keep it blank if you do not want to show currency code",
"Theme Style": "Theme Style", "Theme_Style": "Theme Style",
"Theme Color": "Theme Color", "Theme_Color": "Theme Color",
"Default Language": "Default Language", "Default_Language": "Default Language",
"Network": "Network", "Network": "Network",
"Routers": "Routers", "Routers": "Routers",
"IP Pool": "IP Pool", "IP_Pool": "IP Pool",
"New Router": "New Router", "New_Router": "New Router",
"Add Router": "Add Router", "Add_Router": "Add Router",
"Edit Router": "Edit Router", "Edit_Router": "Edit Router",
"Router Name": "Router Name", "Router_Name": "Router Name",
"IP Address": "IP Address", "IP_Address": "IP Address",
"Router Secret": "Router Secret", "Router_Secret": "Router Secret",
"Description": "Description", "Description": "Description",
"IP Router Already Exist": "IP Router Already Exist", "IP_Router_Already_Exist": "IP Router Already Exist",
"Name Pool": "Name Pool", "Name_Pool": "Name Pool",
"Range IP": "Range IP", "Range_IP": "Range IP",
"New Pool": "New Pool", "New_Pool": "New Pool",
"Add Pool": "Add Pool", "Add_Pool": "Add Pool",
"Edit Pool": "Edit Pool", "Edit_Pool": "Edit Pool",
"Pool Name Already Exist": "Pool Name Already Exist", "Pool_Name_Already_Exist": "Pool Name Already Exist",
"Prepaid": "Prepaid", "Prepaid": "Prepaid",
"Prepaid Users": "Prepaid Users", "Prepaid_Users": "Prepaid Users",
"Prepaid Vouchers": "Prepaid Vouchers", "Prepaid_Vouchers": "Prepaid Vouchers",
"Refill Account": "Refill Account", "Refill_Account": "Refill Account",
"Recharge Account": "Recharge Account", "Recharge_Account": "Recharge Account",
"Select Account": "Select Account", "Select_Account": "Select Account",
"Service Plan": "Service Plan", "Service_Plan": "Service Plan",
"Recharge": "Recharge", "Recharge": "Recharge",
"Method": "Method", "Method": "Method",
"Account Created Successfully": "Account Created Successfully", "Account_Created_Successfully": "Account Created Successfully",
"Database Status": "Database Status", "Database_Status": "Database Status",
"Total Database Size": "Total Database Size", "Total_Database_Size": "Total Database Size",
"Download Database Backup": "Download Database Backup", "Download_Database_Backup": "Download Database Backup",
"Table Name": "Table Name", "Table_Name": "Table Name",
"Rows": "Rows", "Rows": "Rows",
"Size": "Size", "Size": "Size",
"Customer": "Customer", "Customer": "Customer",
"Add New Contact": "Add New Contact", "Add_New_Contact": "Add New Contact",
"Edit Contact": "Edit Contact", "Edit_Contact": "Edit Contact",
"List Contact": "List Contact", "List_Contact": "List Contact",
"Manage Contact": "Manage Contact", "Manage_Contact": "Manage Contact",
"Reports": "Reports", "Reports": "Reports",
"Daily Reports": "Daily Reports", "Daily_Reports": "Daily Reports",
"Period Reports": "Period Reports", "Period_Reports": "Period Reports",
"All Transactions": "All Transactions", "All_Transactions": "All Transactions",
"Total Income": "Total Income", "Total_Income": "Total Income",
"All Transactions at Date": "All Transactions at Date", "All_Transactions_at_Date": "All Transactions at Date",
"Export for Print": "Export for Print", "Export_for_Print": "Export for Print",
"Print": "Print", "Print": "Print",
"Export to PDF": "Export to PDF", "Export_to_PDF": "Export to PDF",
"Click Here to Print": "Click Here to Print", "Click_Here_to_Print": "Click Here to Print",
"You can use html tag": "You can use html tag", "You_can_use_html_tag": "You can use html tag",
"Date Format": "Date Format", "Date_Format": "Date Format",
"Income Today": "Income Today", "Income_Today": "Income Today",
"Income This Month": "Income This Month", "Income_This_Month": "Income This Month",
"Users Active": "Users Active", "Users_Active": "Users Active",
"Total Users": "Total Users", "Total_Users": "Total Users",
"Users": "Users", "Users": "Users",
"Edit User": "Edit User", "Edit_User": "Edit User",
"Last Login": "Last Login", "Last_Login": "Last Login",
"Administrator Users": "Administrator Users", "Administrator_Users": "Administrator Users",
"Manage Administrator": "Manage Administrator", "Manage_Administrator": "Manage Administrator",
"Add New Administrator": "Add New Administrator", "Add_New_Administrator": "Add New Administrator",
"Localisation": "Localisation", "Localisation": "Localisation",
"Backup\/Restore": "Backup\/Restore", "Backup_Restore": "Backup\/Restore",
"General Settings": "General Settings", "General_Settings": "General Settings",
"Date": "Date", "Date": "Date",
"Login Successful": "Login Successful", "Login_Successful": "Login Successful",
"Failed Login": "Failed Login", "Failed_Login": "Failed Login",
"Settings Saved Successfully": "Settings Saved Successfully", "Settings_Saved_Successfully": "Settings Saved Successfully",
"User Updated Successfully": "User Updated Successfully", "User_Updated_Successfully": "User Updated Successfully",
"User Expired, Today": "User Expired, Today", "User_Expired__Today": "User Expired, Today",
"Activity Log": "Activity Log", "Activity_Log": "Activity Log",
"View Reports": "View Reports", "View_Reports": "View Reports",
"View All": "View All", "View_All": "View All",
"Number of Vouchers": "Number of Vouchers", "Number_of_Vouchers": "Number of Vouchers",
"Length Code": "Length Code", "Length_Code": "Length Code",
"Code Voucher": "Code Voucher", "Code_Voucher": "Code Voucher",
"Voucher": "Voucher", "Voucher": "Voucher",
"Hotspot Voucher": "Hotspot Voucher", "Hotspot_Voucher": "Hotspot Voucher",
"Status Voucher": "Status Voucher", "Status_Voucher": "Status Voucher",
"Add Vouchers": "Add Vouchers", "Add_Vouchers": "Add Vouchers",
"Create Vouchers Successfully": "Create Vouchers Successfully", "Create_Vouchers_Successfully": "Create Vouchers Successfully",
"Generate": "Generate", "Generate": "Generate",
"Print side by side, it will easy to cut": "Print side by side, it will easy to cut", "Print_side_by_side__it_will_easy_to_cut": "Print side by side, it will easy to cut",
"From Date": "From Date", "From_Date": "From Date",
"To Date": "To Date", "To_Date": "To Date",
"New Service": "New Service", "New_Service": "New Service",
"Type": "Type", "Type": "Type",
"Finish": "Finish", "Finish": "Finish",
"Application Name\/ Company Name": "Application Name\/ Company Name", "Application_Name__Company_Name": "Application Name\/ Company Name",
"This Name will be shown on the Title": "This Name will be shown on the Title", "This_Name_will_be_shown_on_the_Title": "This Name will be shown on the Title",
"Next": "Next", "Next": "Next",
"Last": "Last", "Last": "Last",
"Timezone": "Timezone", "Timezone": "Timezone",
"Decimal Point": "Decimal Point", "Decimal_Point": "Decimal Point",
"Thousands Separator": "Thousands Separator", "Thousands_Separator": "Thousands Separator",
"Currency Code": "Currency Code", "Currency_Code": "Currency Code",
"Order Voucher": "Order Voucher", "Order_Voucher": "Order Voucher",
"Voucher Activation": "Voucher Activation", "Voucher_Activation": "Voucher Activation",
"List Activated Voucher": "List Activated Voucher", "List_Activated_Voucher": "List Activated Voucher",
"Enter voucher code here": "Enter voucher code here", "Enter_voucher_code_here": "Enter voucher code here",
"Private Message": "Private Message", "Private_Message": "Private Message",
"Inbox": "Inbox", "Inbox": "Inbox",
"Outbox": "Outbox", "Outbox": "Outbox",
"Compose": "Compose", "Compose": "Compose",
"Send to": "Send to", "Send_to": "Send to",
"Title": "Title", "Title": "Title",
"Message": "Message", "Message": "Message",
"Your Account Information": "Your Account Information", "Your_Account_Information": "Your Account Information",
"Welcome to the Panel Members page, on this page you can:": "Welcome to the Panel Members page, on this page you can:", "Welcome_to_the_Panel_Members_page__on_this_page_you_can_": "Welcome to the Panel Members page, on this page you can:",
"Invalid Username or Password": "Invalid Username or Password", "Invalid_Username_or_Password": "Invalid Username or Password",
"You do not have permission to access this page": "You do not have permission to access this page", "You_do_not_have_permission_to_access_this_page": "You do not have permission to access this page",
"Incorrect Current Password": "Incorrect Current Password", "Incorrect_Current_Password": "Incorrect Current Password",
"Password changed successfully, Please login again": "Password changed successfully, Please login again", "Password_changed_successfully__Please_login_again": "Password changed successfully, Please login again",
"All field is required": "All field is required", "All_field_is_required": "All field is required",
"Voucher Not Valid": "Voucher Not Valid", "Voucher_Not_Valid": "Voucher Not Valid",
"Activation Vouchers Successfully": "Activation Vouchers Successfully", "Activation_Vouchers_Successfully": "Activation Vouchers Successfully",
"Data Not Found": "Data Not Found", "Data_Not_Found": "Data Not Found",
"Search by Username": "Search by Username", "Search_by_Username": "Search by Username",
"Search by Name": "Search by Name", "Search_by_Name": "Search by Name",
"Search by Code Voucher": "Search by Code Voucher", "Search_by_Code_Voucher": "Search by Code Voucher",
"Search": "Search", "Search": "Search",
"Select a customer": "Select a customer", "Select_a_customer": "Select a customer",
"Select Routers": "Select Routers", "Select_Routers": "Select Routers",
"Select Plans": "Select Plans", "Select_Plans": "Select Plans",
"Select Pool": "Select Pool", "Select_Pool": "Select Pool",
"Hrs": "Hrs", "Hrs": "Hrs",
"Mins": "Mins", "Mins": "Mins",
"Days": "Days", "Days": "Days",
"Months": "Months", "Months": "Months",
"Add Language": "Add Language", "Add_Language": "Add Language",
"Language Name": "Language Name", "Language_Name": "Language Name",
"Folder Name": "Folder Name", "Folder_Name": "Folder Name",
"Translator": "Translator", "Translator": "Translator",
"Language Name Already Exist": "Language Name Already Exist", "Language_Name_Already_Exist": "Language Name Already Exist",
"Payment Gateway": "Payment Gateway", "Payment_Gateway": "Payment Gateway",
"Community": "Community", "Community": "Community",
"1 user can be used for many devices?": "1 user can be used for many devices?", "1_user_can_be_used_for_many_devices_": "1 user can be used for many devices?",
"Cannot be change after saved": "Cannot be change after saved", "Cannot_be_change_after_saved": "Cannot be change after saved",
"Explain Coverage of router": "Explain Coverage of router", "Explain_Coverage_of_router": "Explain Coverage of router",
"Name of Area that router operated": "Name of Area that router operated", "Name_of_Area_that_router_operated": "Name of Area that router operated",
"Payment Notification URL, Recurring Notification URL, Pay Account Notification URL": "Payment Notification URL, Recurring Notification URL, Pay Account Notification URL", "Payment_Notification_URL__Recurring_Notification_URL__Pay_Account_Notification_URL": "Payment Notification URL, Recurring Notification URL, Pay Account Notification URL",
"Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL": "Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL", "Finish_Redirect_URL__Unfinish_Redirect_URL__Error_Redirect_URL": "Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL",
"Status": "Status", "Status": "Status",
"Plan Not found": "Plan Not found", "Plan_Not_found": "Plan Not found",
"Failed to create transaction.": "Failed to create transaction.", "Failed_to_create_transaction_": "Failed to create transaction.",
"Seller has not yet setup Xendit payment gateway": "Seller has not yet setup Xendit payment gateway", "Seller_has_not_yet_setup_Xendit_payment_gateway": "Seller has not yet setup Xendit payment gateway",
"Admin has not yet setup Xendit payment gateway, please tell admin": "Admin has not yet setup Xendit payment gateway, please tell admin", "Admin_has_not_yet_setup_Xendit_payment_gateway__please_tell_admin": "Admin has not yet setup Xendit payment gateway, please tell admin",
"You already have unpaid transaction, cancel it or pay it.": "You already have unpaid transaction, cancel it or pay it.", "You_already_have_unpaid_transaction__cancel_it_or_pay_it_": "You already have unpaid transaction, cancel it or pay it.",
"Transaction Not found": "Transaction Not found", "Transaction_Not_found": "Transaction Not found",
"Cancel it?": "Cancel it?", "Cancel_it_": "Cancel it?",
"expired": "expired", "expired": "expired",
"Check for Payment": "Check for Payment", "Check_for_Payment": "Check for Payment",
"Transaction still unpaid.": "Transaction still unpaid.", "Transaction_still_unpaid_": "Transaction still unpaid.",
"Paid Date": "Paid Date", "Paid_Date": "Paid Date",
"Transaction has been paid.": "Transaction has been paid.", "Transaction_has_been_paid_": "Transaction has been paid.",
"PAID": "PAID", "PAID": "PAID",
"CANCELED": "CANCELED", "CANCELED": "CANCELED",
"UNPAID": "UNPAID", "UNPAID": "UNPAID",
"PAY NOW": "PAY NOW", "PAY_NOW": "PAY NOW",
"Buy Hotspot Plan": "Buy Hotspot Plan", "Buy_Hotspot_Plan": "Buy Hotspot Plan",
"Buy PPOE Plan": "Buy PPOE Plan", "Buy_PPOE_Plan": "Buy PPOE Plan",
"Package": "Package", "Package": "Package",
"Order Internet Package": "Order Internet Package", "Order_Internet_Package": "Order Internet Package",
"Unknown Command.": "Unknown Command.", "Unknown_Command_": "Unknown Command.",
"Checking payment": "Checking payment", "Checking_payment": "Checking payment",
"Create Transaction Success": "Create Transaction Success", "Create_Transaction_Success": "Create Transaction Success",
"You have unpaid transaction": "You have unpaid transaction", "You_have_unpaid_transaction": "You have unpaid transaction",
"TripayPayment Channel": "TripayPayment Channel", "TripayPayment_Channel": "TripayPayment Channel",
"Payment Channel": "Payment Channel", "Payment_Channel": "Payment Channel",
"Payment check failed.": "Payment check failed.", "Payment_check_failed_": "Payment check failed.",
"Order Package": "Order Package", "Order_Package": "Order Package",
"Transactions": "Transactions", "Transactions": "Transactions",
"Payments": "Payments", "Payments": "Payments",
"History": "History", "History": "History",
"Order History": "Order History", "Order_History": "Order History",
"Gateway": "Gateway", "Gateway": "Gateway",
"Date Done": "Date Done", "Date_Done": "Date Done",
"Unpaid Order": "Unpaid Order", "Unpaid_Order": "Unpaid Order",
"Payment Gateway Not Found": "Payment Gateway Not Found", "Payment_Gateway_Not_Found": "Payment Gateway Not Found",
"Payment Gateway saved successfully": "Payment Gateway saved successfully", "Payment_Gateway_saved_successfully": "Payment Gateway saved successfully",
"ORDER": "ORDER", "ORDER": "ORDER",
"Package History": "Package History", "Package_History": "Package History",
"Buy History": "Buy History", "Buy_History": "Buy History",
"Activation History": "Activation History", "Activation_History": "Activation History",
"Buy Package": "Buy Package", "Buy_Package": "Buy Package",
"Email": "Email", "Email": "Email",
"Company Footer": "Company Footer", "Company_Footer": "Company Footer",
"Will show below user pages": "Will show below user pages", "Will_show_below_user_pages": "Will show below user pages",
"Request OTP": "Request OTP", "Request_OTP": "Request OTP",
"Verification Code": "Verification Code", "Verification_Code": "Verification Code",
"SMS Verification Code": "SMS Verification Code", "SMS_Verification_Code": "SMS Verification Code",
"Please enter your email address": "Please enter your email address", "Please_enter_your_email_address": "Please enter your email address",
"Failed to create Paypal transaction.": "Failed to create Paypal transaction.", "Failed_to_create_Paypal_transaction_": "Failed to create Paypal transaction.",
"Plugin": "Plugin", "Plugin": "Plugin",
"Plugin Manager": "Plugin Manager", "Plugin_Manager": "Plugin Manager",
"User Notification": "User Notification", "User_Notification": "User Notification",
"Expired Notification": "Expired Notification", "Expired_Notification": "Expired Notification",
"User will get notification when package expired": "User will get notification when package expired", "User_will_get_notification_when_package_expired": "User will get notification when package expired",
"Expired Notification Message": "Expired Notification Message", "Expired_Notification_Message": "Expired Notification Message",
"Payment Notification": "Payment Notification", "Payment_Notification": "Payment Notification",
"User will get invoice notification when buy package or package refilled": "User will get invoice notification when buy package or package refilled", "User_will_get_invoice_notification_when_buy_package_or_package_refilled": "User will get invoice notification when buy package or package refilled",
"Current IP": "Current IP", "Current_IP": "Current IP",
"Current MAC": "Current MAC", "Current_MAC": "Current MAC",
"Login Status": "Login Status", "Login_Status": "Login Status",
"Login Request successfully": "Login Request successfully", "Login_Request_successfully": "Login Request successfully",
"Logout Request successfully": "Logout Request successfully", "Logout_Request_successfully": "Logout Request successfully",
"Disconnect Internet?": "Disconnect Internet?", "Disconnect_Internet_": "Disconnect Internet?",
"Not Online, Login now?": "Not Online, Login now?", "Not_Online__Login_now_": "Not Online, Login now?",
"You are Online, Logout?": "You are Online, Logout?", "You_are_Online__Logout_": "You are Online, Logout?",
"Connect to Internet?": "Connect to Internet?", "Connect_to_Internet_": "Connect to Internet?",
"Your account not connected to internet": "Your account not connected to internet", "Your_account_not_connected_to_internet": "Your account not connected to internet",
"Failed to create transaction. ": "Failed to create transaction. ", "Failed_to_create_transaction__": "Failed to create transaction. ",
"Failed to check status transaction. ": "Failed to check status transaction. ", "Failed_to_check_status_transaction__": "Failed to check status transaction. ",
"Disable Voucher": "Disable Voucher", "Disable_Voucher": "Disable Voucher",
"Balance": "Balance", "Balance": "Balance",
"Balance System": "Balance System", "Balance_System": "Balance System",
"Enable System": "Enable System", "Enable_System": "Enable System",
"Allow Transfer": "Allow Transfer", "Allow_Transfer": "Allow Transfer",
"Telegram Notification": "Telegram Notification", "Telegram_Notification": "Telegram Notification",
"SMS OTP Registration": "SMS OTP Registration", "SMS_OTP_Registration": "SMS OTP Registration",
"Whatsapp Notification": "Whatsapp Notification", "Whatsapp_Notification": "Whatsapp Notification",
"Tawk.to Chat Widget": "Tawk.to Chat Widget", "Tawk_to_Chat_Widget": "Tawk.to Chat Widget",
"Invoice": "Invoice", "Invoice": "Invoice",
"Country Code Phone": "Country Code Phone", "Country_Code_Phone": "Country Code Phone",
"Voucher activation menu will be hidden": "Voucher activation menu will be hidden", "Voucher_activation_menu_will_be_hidden": "Voucher activation menu will be hidden",
"Customer can deposit money to buy voucher": "Customer can deposit money to buy voucher", "Customer_can_deposit_money_to_buy_voucher": "Customer can deposit money to buy voucher",
"Allow balance transfer between customers": "Allow balance transfer between customers", "Allow_balance_transfer_between_customers": "Allow balance transfer between customers",
"Reminder Notification": "Reminder Notification", "Reminder_Notification": "Reminder Notification",
"Reminder Notification Message": "Reminder Notification Message", "Reminder_Notification_Message": "Reminder Notification Message",
"Reminder 7 days": "Reminder 7 days", "Reminder_7_days": "Reminder 7 days",
"Reminder 3 days": "Reminder 3 days", "Reminder_3_days": "Reminder 3 days",
"Reminder 1 day": "Reminder 1 day", "Reminder_1_day": "Reminder 1 day",
"PPPOE Password": "PPPOE Password", "PPPOE_Password": "PPPOE Password",
"User Cannot change this, only admin. if it Empty it will use user password": "User Cannot change this, only admin. if it Empty it will use user password", "User_Cannot_change_this__only_admin__if_it_Empty_it_will_use_user_password": "User Cannot change this, only admin. if it Empty it will use user password",
"Invoice Balance Message": "Invoice Balance Message", "Invoice_Balance_Message": "Invoice Balance Message",
"Invoice Notification Payment": "Invoice Notification Payment", "Invoice_Notification_Payment": "Invoice Notification Payment",
"Balance Notification Payment": "Balance Notification Payment", "Balance_Notification_Payment": "Balance Notification Payment",
"Balance Plans": "Balance Plans", "Balance_Plans": "Balance Plans",
"Buy Balance": "Buy Balance", "Buy_Balance": "Buy Balance",
"Price": "Price", "Price": "Price",
"Validity": "Validity", "Validity": "Validity",
"Disable auto renewal?": "Disable auto renewal?", "Disable_auto_renewal_": "Disable auto renewal?",
"Auto Renewal On": "Auto Renewal On", "Auto_Renewal_On": "Auto Renewal On",
"Enable auto renewal?": "Enable auto renewal?", "Enable_auto_renewal_": "Enable auto renewal?",
"Auto Renewal Off": "Auto Renewal Off", "Auto_Renewal_Off": "Auto Renewal Off",
"Refill Balance": "Refill Balance", "Refill_Balance": "Refill Balance",
"Invoice Footer": "Invoice Footer", "Invoice_Footer": "Invoice Footer",
"Pay With Balance": "Pay With Balance", "Pay_With_Balance": "Pay With Balance",
"Pay this with Balance? your active package will be overwrite": "Pay this with Balance? your active package will be overwrite", "Pay_this_with_Balance__your_active_package_will_be_overwrite": "Pay this with Balance? your active package will be overwrite",
"Success to buy package": "Success to buy package", "Success_to_buy_package": "Success to buy package",
"Auto Renewal": "Auto Renewal", "Auto_Renewal": "Auto Renewal",
"View": "View", "View": "View",
"Back": "Back", "Back": "Back",
"Active": "Active", "Active": "Active",
"Transfer Balance": "Transfer Balance", "Transfer_Balance": "Transfer Balance",
"Send your balance?": "Send your balance?", "Send_your_balance_": "Send your balance?",
"Send": "Send", "Send": "Send",
"Cannot send to yourself": "Cannot send to yourself", "Cannot_send_to_yourself": "Cannot send to yourself",
"Sending balance success": "Sending balance success", "Sending_balance_success": "Sending balance success",
"From": "From", "From": "From",
"To": "To", "To": "To",
"insufficient balance": "insufficient balance", "insufficient_balance": "insufficient balance",
"Send Balance": "Send Balance", "Send_Balance": "Send Balance",
"Received Balance": "Received Balance", "Received_Balance": "Received Balance",
"Minimum Balance Transfer": "Minimum Balance Transfer", "Minimum_Balance_Transfer": "Minimum Balance Transfer",
"Minimum Transfer": "Minimum Transfer", "Minimum_Transfer": "Minimum Transfer",
"Company Logo": "Company Logo", "Company_Logo": "Company Logo",
"Expired IP Pool": "Expired IP Pool", "Expired_IP_Pool": "Expired IP Pool",
"Proxy": "Proxy", "Proxy": "Proxy",
"Proxy Server": "Proxy Server", "Proxy_Server": "Proxy Server",
"Proxy Server Login": "Proxy Server Login", "Proxy_Server_Login": "Proxy Server Login",
"Hotspot Plan": "Hotspot Plan", "Hotspot_Plan": "Hotspot Plan",
"PPPOE Plan": "PPPOE Plan", "PPPOE_Plan": "PPPOE Plan",
"UNKNOWN": "UNKNOWN", "UNKNOWN": "UNKNOWN",
"Are You Sure?": "Are You Sure?", "Are_You_Sure_": "Are You Sure?",
"Success to send package": "Success to send package", "Success_to_send_package": "Success to send package",
"Target has active plan, different with current plant.": "Target has active plan, different with current plant.", "Target_has_active_plan__different_with_current_plant_": "Target has active plan, different with current plant.",
"Recharge a friend": "Recharge a friend", "Recharge_a_friend": "Recharge a friend",
"Buy for friend": "Buy for friend", "Buy_for_friend": "Buy for friend",
"Buy this for friend account?": "Buy this for friend account?", "Buy_this_for_friend_account_": "Buy this for friend account?",
"Review package before recharge": "Review package before recharge", "Review_package_before_recharge": "Review package before recharge",
"Activate": "Activate", "Activate": "Activate",
"Deactivate": "Deactivate", "Deactivate": "Deactivate",
"Sync": "Sync", "Sync": "Sync",
"Failed to create PaymeTrust transaction.": "Failed to create PaymeTrust transaction.", "Failed_to_create_PaymeTrust_transaction_": "Failed to create PaymeTrust transaction.",
"Location": "Location", "Location": "Location",
"Radius Plans": "Radius Plans", "Radius_Plans": "Radius Plans",
"Change title in user Plan order": "Change title in user Plan order", "Change_title_in_user_Plan_order": "Change title in user Plan order",
"Logs": "Logs", "Logs": "Logs",
"Voucher Format": "Voucher Format", "Voucher_Format": "Voucher Format",
"Resend To Customer": "Resend To Customer", "Resend_To_Customer": "Resend To Customer",
"Your friend do not have active package": "Your friend do not have active package", "Your_friend_do_not_have_active_package": "Your friend do not have active package",
"Service Type": "Service Type", "Service_Type": "Service Type",
"Others": "Others", "Others": "Others",
"PPPoE": "PPPoE", "PPPoE": "PPPoE",
"Hotspot": "Hotspot", "Hotspot": "Hotspot",
"Disable Registration": "Disable Registration", "Disable_Registration": "Disable Registration",
"Customer just Login with Phone number and Voucher Code, Voucher will be password": "Customer just Login with Phone number and Voucher Code, Voucher will be password", "Customer_just_Login_with_Phone_number_and_Voucher_Code__Voucher_will_be_password": "Customer just Login with Phone number and Voucher Code, Voucher will be password",
"Login \/ Activate Voucher": "Login \/ Activate Voucher", "Login___Activate_Voucher": "Login \/ Activate Voucher",
"After Customer activate voucher or login, customer will be redirected to this url": "After Customer activate voucher or login, customer will be redirected to this url", "After_Customer_activate_voucher_or_login__customer_will_be_redirected_to_this_url": "After Customer activate voucher or login, customer will be redirected to this url",
"Voucher Prefix": "Voucher Prefix", "Voucher_Prefix": "Voucher Prefix",
"Voucher activation success, now you can login": "Voucher activation success, now you can login", "Voucher_activation_success__now_you_can_login": "Voucher activation success, now you can login",
"Client Can Purchase": "Client Can Purchase", "Client_Can_Purchase": "Client Can Purchase",
"Buy this? your active package will be overwritten": "Buy this? your active package will be overwritten", "Buy_this__your_active_package_will_be_overwritten": "Buy this? your active package will be overwritten",
"Pay this with Balance? your active package will be overwritten": "Pay this with Balance? your active package will be overwritten", "Pay_this_with_Balance__your_active_package_will_be_overwritten": "Pay this with Balance? your active package will be overwritten",
"Buy this? your active package will be overwrite": "Buy this? your active package will be overwrite", "Buy_this__your_active_package_will_be_overwrite": "Buy this? your active package will be overwrite",
"Monthly Registered Customers": "Monthly Registered Customers", "Monthly_Registered_Customers": "Monthly Registered Customers",
"Total Monthly Sales": "Total Monthly Sales", "Total_Monthly_Sales": "Total Monthly Sales",
"Active Users": "Active Users", "Active_Users": "Active Users",
"All Users Insights": "All Users Insights", "All_Users_Insights": "All Users Insights",
"SuperAdmin": "Super Admin",
"Radius": "Radius", "Radius": "Radius",
"Radius NAS": "Radius NAS", "Radius_NAS": "Radius NAS",
"Profile": "Profile", "Translation": "Translation",
"Credentials": "Credentials", "Translation_saved_Successfully": "Translation saved Successfully",
"Phone": "Phone", "Language_Editor": "Language Editor"
"City": "City",
"Sub District": "Sub District",
"Ward": "Ward",
"Send Notification": "Send Notification",
"Add User": "Add User",
"Username should be between 3 to 45 characters": "Username should be between 3 to 45 characters",
"Password should be minimum 6 characters": "Password should be minimum 6 characters",
"Login": "Login",
"SuperAdmin": "SuperAdmin",
"Admin": "Admin",
"Report": "Report",
"Agent": "Agent",
"Send To Customer": "Send To Customer",
"Code": "Code",
"Generated By": "Generated By",
"Report Viewer": "Report Viewer",
"Super Administrator": "Super Administrator",
"Customers Attributes": "Customers Attributes"
} }

View File

@ -1,379 +1,380 @@
{ {
"Log-in": "Entrar", "Log_in": "Entrar",
"Register": "Registro", "Register": "Registro",
"Announcement": "Anuncio", "Announcement": "Anuncio",
"Registration Info": "Informaci\u00f3n de registro", "Registration_Info": "Informaci\u00f3n de registro",
"Voucher not found, please buy voucher befor register": "Cup\u00f3n no encontrado, compre el cup\u00f3n antes de registrarse", "Voucher_not_found__please_buy_voucher_befor_register": "Cup\u00f3n no encontrado, compre el cup\u00f3n antes de registrarse",
"Register Success! You can login now": "\u00a1Registro exitoso! Puedes iniciar sesi\u00f3n ahora", "Register_Success__You_can_login_now": "\u00a1Registro exitoso! Puedes iniciar sesi\u00f3n ahora",
"Log in to Member Panel": "Log in to Member Panel", "Log_in_to_Member_Panel": "Log in to Member Panel",
"Register as Member": "Reg\u00edstrese como miembro", "Register_as_Member": "Reg\u00edstrese como miembro",
"Enter Admin Area": "Panel de administraci\u00f3n", "Enter_Admin_Area": "Panel de administraci\u00f3n",
"PHPNuxBill": "DIGITAL-RED",
"Username": "Usuario", "Username": "Usuario",
"Password": "Contrase\u00f1a", "Password": "Contrase\u00f1a",
"Passwords does not match": "Las contrase\u00f1as no coinciden", "Passwords_does_not_match": "Las contrase\u00f1as no coinciden",
"Account already axist": "La cuenta ya existe", "Account_already_axist": "La cuenta ya existe",
"Manage": "Administrar", "Manage": "Administrar",
"Submit": "Enviar", "Submit": "Enviar",
"Save Changes": "Guardar cambios", "Save_Changes": "Guardar cambios",
"Cancel": "Cancelar", "Cancel": "Cancelar",
"Edit": "Editar", "Edit": "Editar",
"Delete": "Eliminar", "Delete": "Eliminar",
"Welcome": "Bienvenido", "Welcome": "Bienvenido",
"Data Created Successfully": "Datos creados con \u00e9xito", "Data_Created_Successfully": "Datos creados con \u00e9xito",
"Data Updated Successfully": "Datos actualizados con \u00e9xito", "Data_Updated_Successfully": "Datos actualizados con \u00e9xito",
"Data Deleted Successfully": "Datos eliminados con \u00e9xito", "Data_Deleted_Successfully": "Datos eliminados con \u00e9xito",
"Static Pages": "P\u00e1ginas est\u00e1ticas", "Static_Pages": "P\u00e1ginas est\u00e1ticas",
"Failed to save page, make sure i can write to folder pages, <i>chmod 664 pages\/*.html<i>": "No se pudo guardar la p\u00e1gina, aseg\u00farese de que pueda escribir en las p\u00e1ginas de la carpeta, <i>chmod 664 pages\/*.html<i>", "Failed_to_save_page__make_sure_i_can_write_to_folder_pages___i_chmod_664_pages___html_i_": "No se pudo guardar la p\u00e1gina, aseg\u00farese de que pueda escribir en las p\u00e1ginas de la carpeta, <i>chmod 664 pages\/*.html<i>",
"Saving page success": "Guardando el \u00e9xito de la p\u00e1gina", "Saving_page_success": "Guardando el \u00e9xito de la p\u00e1gina",
"Sometimes you need to refresh 3 times until content change": "A veces es necesario actualizar 3 veces hasta que cambie el contenido", "Sometimes_you_need_to_refresh_3_times_until_content_change": "A veces es necesario actualizar 3 veces hasta que cambie el contenido",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Search Customers...": "Buscar clientes...", "Search_Customers___": "Buscar clientes...",
"My Account": "Mi cuenta", "My_Account": "Mi cuenta",
"My Profile": "Mi perfil", "My_Profile": "Mi perfil",
"Settings": "Ajustes", "Settings": "Ajustes",
"Edit Profile": "Editar perfil", "Edit_Profile": "Editar perfil",
"Change Password": "Cambia la contrase\u00f1a", "Change_Password": "Cambia la contrase\u00f1a",
"Logout": "Cerrar sesi\u00f3n", "Logout": "Cerrar sesi\u00f3n",
"Services": "Servicios", "Services": "Servicios",
"Bandwidth Plans": "Planes de velocidad", "Bandwidth_Plans": "Planes de velocidad",
"Bandwidth Name": "Nombre de ancho de banda", "Bandwidth_Name": "Nombre de ancho de banda",
"New Bandwidth": "Nuevo ancho de banda", "New_Bandwidth": "Nuevo ancho de banda",
"Edit Bandwidth": "Editar ancho de banda", "Edit_Bandwidth": "Editar ancho de banda",
"Add New Bandwidth": "Agregar nuevo ancho de banda", "Add_New_Bandwidth": "Agregar nuevo ancho de banda",
"Rate Download": "Tarifa Descarga", "Rate_Download": "Tarifa Descarga",
"Rate Upload": "Tasa de subida", "Rate_Upload": "Tasa de subida",
"Name Bandwidth Already Exist": "El ancho de banda del nombre ya existe", "Name_Bandwidth_Already_Exist": "El ancho de banda del nombre ya existe",
"Hotspot Plans": "Planes de Hotspot", "Hotspot_Plans": "Planes de Hotspot",
"PPPOE Plans": "Planes PPPOE", "PPPOE_Plans": "Planes PPPOE",
"Plan Name": "Nombre", "Plan_Name": "Nombre",
"New Service Plan": "Nuevo plan de servicio", "New_Service_Plan": "Nuevo plan de servicio",
"Add Service Plan": "Agregar plan de servicio", "Add_Service_Plan": "Agregar plan de servicio",
"Edit Service Plan": "Editar plan de servicio", "Edit_Service_Plan": "Editar plan de servicio",
"Name Plan Already Exist": "Nombre El plan ya existe", "Name_Plan_Already_Exist": "Nombre El plan ya existe",
"Plan Type": "Tipo de plan", "Plan_Type": "Tipo de plan",
"Plan Price": "Precio del plan", "Plan_Price": "Precio del plan",
"Limit Type": "Tipo de l\u00edmite", "Limit_Type": "Tipo de l\u00edmite",
"Unlimited": "Ilimitado", "Unlimited": "Ilimitado",
"Limited": "Limitado", "Limited": "Limitado",
"Time Limit": "L\u00edmite de tiempo", "Time_Limit": "L\u00edmite de tiempo",
"Data Limit": "L\u00edmite de datos", "Data_Limit": "L\u00edmite de datos",
"Both Limit": "Ambos L\u00edmite", "Both_Limit": "Ambos L\u00edmite",
"Plan Validity": "Validez del Plan", "Plan_Validity": "Validez del Plan",
"Select Bandwidth": "Seleccionar ancho de banda", "Select_Bandwidth": "Seleccionar ancho de banda",
"Shared Users": "Usuarios compartidos", "Shared_Users": "Usuarios compartidos",
"Choose User Type Sales to disable access to Settings": "Elija Ventas de tipo de usuario para deshabilitar el acceso a la Configuraci\u00f3n", "Choose_User_Type_Sales_to_disable_access_to_Settings": "Elija Ventas de tipo de usuario para deshabilitar el acceso a la Configuraci\u00f3n",
"Current Password": "Contrase\u00f1a actual", "Current_Password": "Contrase\u00f1a actual",
"New Password": "Nueva contrase\u00f1a", "New_Password": "Nueva contrase\u00f1a",
"Administrator": "Administrador", "Administrator": "Administrador",
"Sales": "Ventas", "Sales": "Ventas",
"Member": "Usuario", "Member": "Usuario",
"Confirm New Password": "Confirmar nueva contrase\u00f1a", "Confirm_New_Password": "Confirmar nueva contrase\u00f1a",
"Confirm Password": "Confirmar contrase\u00f1a", "Confirm_Password": "Confirmar contrase\u00f1a",
"Full Name": "Nombre completo", "Full_Name": "Nombre completo",
"User Type": "Tipo de usuario", "User_Type": "Tipo de usuario",
"Address": "Direcci\u00f3n", "Address": "Direcci\u00f3n",
"Created On": "Creado en", "Created_On": "Creado en",
"Expires On": "Expira el", "Expires_On": "Expira el",
"Phone Number": "N\u00famero de tel\u00e9fono", "Phone_Number": "N\u00famero de tel\u00e9fono",
"User deleted Successfully": "Usuario eliminado con \u00e9xito", "User_deleted_Successfully": "Usuario eliminado con \u00e9xito",
"Full Administrator": "Administrador completo", "Full_Administrator": "Administrador completo",
"Keep Blank to do not change Password": "Mantener en blanco para no cambiar la contrase\u00f1a", "Keep_Blank_to_do_not_change_Password": "Mantener en blanco para no cambiar la contrase\u00f1a",
"Keep it blank if you do not want to show currency code": "Mant\u00e9ngalo en blanco si no desea mostrar el c\u00f3digo de moneda", "Keep_it_blank_if_you_do_not_want_to_show_currency_code": "Mant\u00e9ngalo en blanco si no desea mostrar el c\u00f3digo de moneda",
"Theme Style": "Estilo de tema", "Theme_Style": "Estilo de tema",
"Theme Color": "Color del tema", "Theme_Color": "Color del tema",
"Default Language": "Idioma predeterminado", "Default_Language": "Idioma predeterminado",
"Network": "Red", "Network": "Red",
"Routers": "Routers", "Routers": "Routers",
"IP Pool": "IP Pool", "IP_Pool": "IP Pool",
"New Router": "Nuevo Router", "New_Router": "Nuevo Router",
"Add Router": "Agregar Router", "Add_Router": "Agregar Router",
"Edit Router": "Editar Router", "Edit_Router": "Editar Router",
"Router Name": "Nombre del Router", "Router_Name": "Nombre del Router",
"IP Address": "Direccion IP", "IP_Address": "Direccion IP",
"Router Secret": "Contrase\u00f1a Router", "Router_Secret": "Contrase\u00f1a Router",
"Description": "Descripcion", "Description": "Descripcion",
"IP Router Already Exist": "El enrutador IP ya existe", "IP_Router_Already_Exist": "El enrutador IP ya existe",
"Name Pool": "Nombre del Pool", "Name_Pool": "Nombre del Pool",
"Range IP": "Rango de IP", "Range_IP": "Rango de IP",
"New Pool": "Nuevo Pool", "New_Pool": "Nuevo Pool",
"Add Pool": "Agregar Pool", "Add_Pool": "Agregar Pool",
"Edit Pool": "Editar Pool", "Edit_Pool": "Editar Pool",
"Pool Name Already Exist": "Nombre del Pool ya existe", "Pool_Name_Already_Exist": "Nombre del Pool ya existe",
"Prepaid": "Prepago", "Prepaid": "Prepago",
"Prepaid Users": "Usuarios prepago", "Prepaid_Users": "Usuarios prepago",
"Prepaid Vouchers": "Fichas prepago", "Prepaid_Vouchers": "Fichas prepago",
"Refill Account": "Recargar Ficha", "Refill_Account": "Recargar Ficha",
"Recharge Account": "Recargar Cuenta", "Recharge_Account": "Recargar Cuenta",
"Select Account": "Seleccionar cuenta", "Select_Account": "Seleccionar cuenta",
"Service Plan": "Plan de servicio", "Service_Plan": "Plan de servicio",
"Recharge": "Recargar", "Recharge": "Recargar",
"Method": "M\u00e9todo", "Method": "M\u00e9todo",
"Account Created Successfully": "Cuenta creada con \u00e9xito", "Account_Created_Successfully": "Cuenta creada con \u00e9xito",
"Database Status": "Estado de la base de datos", "Database_Status": "Estado de la base de datos",
"Total Database Size": "Tama\u00f1o total de la base de datos", "Total_Database_Size": "Tama\u00f1o total de la base de datos",
"Download Database Backup": "Descargar copia de seguridad de la base de datos", "Download_Database_Backup": "Descargar copia de seguridad de la base de datos",
"Table Name": "Nombre de la tabla", "Table_Name": "Nombre de la tabla",
"Rows": "Filas", "Rows": "Filas",
"Size": "Tama\u00f1o", "Size": "Tama\u00f1o",
"Customer": "Clientes", "Customer": "Clientes",
"Add New Contact": "A\u00f1adir nuevo contacto", "Add_New_Contact": "A\u00f1adir nuevo contacto",
"Edit Contact": "Editar contacto", "Edit_Contact": "Editar contacto",
"List Contact": "Lista de contactos", "List_Contact": "Lista de contactos",
"Manage Contact": "Administrar contacto", "Manage_Contact": "Administrar contacto",
"Reports": "Reportes", "Reports": "Reportes",
"Daily Reports": "Reportes diarios", "Daily_Reports": "Reportes diarios",
"Period Reports": "Informes del per\u00edodo", "Period_Reports": "Informes del per\u00edodo",
"All Transactions": "Todas las transacciones", "All_Transactions": "Todas las transacciones",
"Total Income": "Ingresos totales", "Total_Income": "Ingresos totales",
"All Transactions at Date": "Todas las transacciones en la fecha", "All_Transactions_at_Date": "Todas las transacciones en la fecha",
"Export for Print": "Exportar para imprimir", "Export_for_Print": "Exportar para imprimir",
"Print": "Impresi\u00f3n", "Print": "Impresi\u00f3n",
"Export to PDF": "Exportar a PDF", "Export_to_PDF": "Exportar a PDF",
"Click Here to Print": "Haga clic aqu\u00ed para imprimir", "Click_Here_to_Print": "Haga clic aqu\u00ed para imprimir",
"You can use html tag": "Puedes usar la etiqueta html", "You_can_use_html_tag": "Puedes usar la etiqueta html",
"Date Format": "Formato de fecha", "Date_Format": "Formato de fecha",
"Income Today": "Ingresos hoy", "Income_Today": "Ingresos hoy",
"Income This Month": "Ingresos este mes", "Income_This_Month": "Ingresos este mes",
"Users Active": "Usuarios activos", "Users_Active": "Usuarios activos",
"Total Users": "Total de usuarios", "Total_Users": "Total de usuarios",
"Users": "Usuarios", "Users": "Usuarios",
"Edit User": "Editar usuario", "Edit_User": "Editar usuario",
"Last Login": "\u00daltimo acceso", "Last_Login": "\u00daltimo acceso",
"Administrator Users": "Usuarios administradores", "Administrator_Users": "Usuarios administradores",
"Manage Administrator": "Administrar administrador", "Manage_Administrator": "Administrar administrador",
"Add New Administrator": "Agregar nuevo administrador", "Add_New_Administrator": "Agregar nuevo administrador",
"Localisation": "Localizaci\u00f3n", "Localisation": "Localizaci\u00f3n",
"Backup\/Restore": "Copia de seguridad\/restauracion", "Backup_Restore": "Copia de seguridad\/restauracion",
"General Settings": "Configuraci\u00f3n general", "General_Settings": "Configuraci\u00f3n general",
"Date": "Fecha", "Date": "Fecha",
"Login Successful": "Inicio de sesi\u00f3n exitoso", "Login_Successful": "Inicio de sesi\u00f3n exitoso",
"Failed Login": "Inicio de sesi\u00f3n fallido", "Failed_Login": "Inicio de sesi\u00f3n fallido",
"Settings Saved Successfully": "Configuraci\u00f3n guardada con \u00e9xito", "Settings_Saved_Successfully": "Configuraci\u00f3n guardada con \u00e9xito",
"User Updated Successfully": "Usuario actualizado con \u00e9xito", "User_Updated_Successfully": "Usuario actualizado con \u00e9xito",
"User Expired, Today": "Usuario vencido, hoy", "User_Expired__Today": "Usuario vencido, hoy",
"Activity Log": "Registro de actividades", "Activity_Log": "Registro de actividades",
"View Reports": "Ver los informes", "View_Reports": "Ver los informes",
"View All": "Ver todo", "View_All": "Ver todo",
"Number of Vouchers": "N\u00famero de Fichas", "Number_of_Vouchers": "N\u00famero de Fichas",
"Length Code": "Longitud de codigo", "Length_Code": "Longitud de codigo",
"Code Voucher": "Cup\u00f3n de Ficha", "Code_Voucher": "Cup\u00f3n de Ficha",
"Voucher": "Ficha", "Voucher": "Ficha",
"Hotspot Voucher": "Ficha Hotspot", "Hotspot_Voucher": "Ficha Hotspot",
"Status Voucher": "Estatado de Ficha", "Status_Voucher": "Estatado de Ficha",
"Add Vouchers": "Agregar Ficha", "Add_Vouchers": "Agregar Ficha",
"Create Vouchers Successfully": "Crear Ficha con \u00e9xito", "Create_Vouchers_Successfully": "Crear Ficha con \u00e9xito",
"Generate": "Generar", "Generate": "Generar",
"Print side by side, it will easy to cut": "Imprimir uno al lado del otro, ser\u00e1 f\u00e1cil de cortar", "Print_side_by_side__it_will_easy_to_cut": "Imprimir uno al lado del otro, ser\u00e1 f\u00e1cil de cortar",
"From Date": "Partir de la fecha", "From_Date": "Partir de la fecha",
"To Date": "Hasta la fecha", "To_Date": "Hasta la fecha",
"New Service": "Nuevo servicio", "New_Service": "Nuevo servicio",
"Type": "Tipo", "Type": "Tipo",
"Finish": "Finalizar", "Finish": "Finalizar",
"Application Name\/ Company Name": "Nombre de la aplicaci\u00f3n\/ Nombre de la empresa", "Application_Name__Company_Name": "Nombre de la aplicaci\u00f3n\/ Nombre de la empresa",
"This Name will be shown on the Title": "Este nombre se mostrar\u00e1 en el t\u00edtulo", "This_Name_will_be_shown_on_the_Title": "Este nombre se mostrar\u00e1 en el t\u00edtulo",
"Next": "Siguiente", "Next": "Siguiente",
"Last": "Atras", "Last": "Atras",
"Timezone": "Zona horaria", "Timezone": "Zona horaria",
"Decimal Point": "Punto decimal", "Decimal_Point": "Punto decimal",
"Thousands Separator": "Separador de miles", "Thousands_Separator": "Separador de miles",
"Currency Code": "C\u00f3digo de moneda", "Currency_Code": "C\u00f3digo de moneda",
"Order Voucher": "Comprobante de pedido", "Order_Voucher": "Comprobante de pedido",
"Voucher Activation": "Activaci\u00f3n de Fichas", "Voucher_Activation": "Activaci\u00f3n de Fichas",
"List Activated Voucher": "Lista de Fichas activados", "List_Activated_Voucher": "Lista de Fichas activados",
"Enter voucher code here": "Ingrese el c\u00f3digo de la Ficha aqu\u00ed", "Enter_voucher_code_here": "Ingrese el c\u00f3digo de la Ficha aqu\u00ed",
"Private Message": "Mensaje privado", "Private_Message": "Mensaje privado",
"Inbox": "Bandeja de entrada", "Inbox": "Bandeja de entrada",
"Outbox": "Bandeja de salida", "Outbox": "Bandeja de salida",
"Compose": "Componer", "Compose": "Componer",
"Send to": "Enviar a", "Send_to": "Enviar a",
"Title": "T\u00edtulo", "Title": "T\u00edtulo",
"Message": "Mensaje", "Message": "Mensaje",
"Your Account Information": "Informaci\u00f3n de su cuenta", "Your_Account_Information": "Informaci\u00f3n de su cuenta",
"Welcome to the Panel Members page, on this page you can:": "Bienvenido a la p\u00e1gina de Miembros del Panel, en esta p\u00e1gina puede:", "Welcome_to_the_Panel_Members_page__on_this_page_you_can_": "Bienvenido a la p\u00e1gina de Miembros del Panel, en esta p\u00e1gina puede:",
"Invalid Username or Password": "Usuario o contrase\u00f1a invalido", "Invalid_Username_or_Password": "Usuario o contrase\u00f1a invalido",
"You do not have permission to access this page": "Usted no tiene permiso para acceder a esta p\u00e1gina", "You_do_not_have_permission_to_access_this_page": "Usted no tiene permiso para acceder a esta p\u00e1gina",
"Incorrect Current Password": "IContrase\u00f1a actual incorrecta", "Incorrect_Current_Password": "IContrase\u00f1a actual incorrecta",
"Password changed successfully, Please login again": "Contrase\u00f1a cambiada con \u00e9xito, por favor inicie sesi\u00f3n de nuevo", "Password_changed_successfully__Please_login_again": "Contrase\u00f1a cambiada con \u00e9xito, por favor inicie sesi\u00f3n de nuevo",
"All field is required": "Todo el campo es requerido", "All_field_is_required": "Todo el campo es requerido",
"Voucher Not Valid": "Ficha no v\u00e1lida", "Voucher_Not_Valid": "Ficha no v\u00e1lida",
"Activation Vouchers Successfully": "Fichas de activaci\u00f3n con \u00e9xito", "Activation_Vouchers_Successfully": "Fichas de activaci\u00f3n con \u00e9xito",
"Data Not Found": "Datos no encontrados", "Data_Not_Found": "Datos no encontrados",
"Search by Username": "Buscar por nombre de usuario", "Search_by_Username": "Buscar por nombre de usuario",
"Search by Name": "Buscar por nombre", "Search_by_Name": "Buscar por nombre",
"Search by Code Voucher": "B\u00fasqueda por c\u00f3digo de Ficha", "Search_by_Code_Voucher": "B\u00fasqueda por c\u00f3digo de Ficha",
"Search": "B\u00fasqueda", "Search": "B\u00fasqueda",
"Select a customer": "Seleccione un cliente", "Select_a_customer": "Seleccione un cliente",
"Select Routers": "Seleccionar enrutadores", "Select_Routers": "Seleccionar enrutadores",
"Select Plans": "Seleccionar planes", "Select_Plans": "Seleccionar planes",
"Select Pool": "Seleccionar Pool", "Select_Pool": "Seleccionar Pool",
"Hrs": "Hrs", "Hrs": "Hrs",
"Mins": "Mins", "Mins": "Mins",
"Days": "Dias", "Days": "Dias",
"Months": "Meses", "Months": "Meses",
"Add Language": "Agregar idioma", "Add_Language": "Agregar idioma",
"Language Name": "Nombre del lenguaje", "Language_Name": "Nombre del lenguaje",
"Folder Name": "Nombre de la carpeta", "Folder_Name": "Nombre de la carpeta",
"Translator": "Traducir", "Translator": "Traducir",
"Language Name Already Exist": "El nombre del idioma ya existe", "Language_Name_Already_Exist": "El nombre del idioma ya existe",
"Payment Gateway": "Payment Gateway", "Payment_Gateway": "Payment Gateway",
"Community": "Community", "Community": "Community",
"1 user can be used for many devices?": "1 user can be used for many devices?", "1_user_can_be_used_for_many_devices_": "1 user can be used for many devices?",
"Cannot be change after saved": "Cannot be change after saved", "Cannot_be_change_after_saved": "Cannot be change after saved",
"Explain Coverage of router": "Jelaskan Cakupan wilayah hotspot", "Explain_Coverage_of_router": "Jelaskan Cakupan wilayah hotspot",
"Name of Area that router operated": "Nama Lokasi\/Wilayah Router beroperasi", "Name_of_Area_that_router_operated": "Nama Lokasi\/Wilayah Router beroperasi",
"Payment Notification URL, Recurring Notification URL, Pay Account Notification URL": "Payment Notification URL, Recurring Notification URL, Pay Account Notification URL", "Payment_Notification_URL__Recurring_Notification_URL__Pay_Account_Notification_URL": "Payment Notification URL, Recurring Notification URL, Pay Account Notification URL",
"Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL": "Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL", "Finish_Redirect_URL__Unfinish_Redirect_URL__Error_Redirect_URL": "Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL",
"Status": "Status", "Status": "Status",
"Plan Not found": "Plan Not found", "Plan_Not_found": "Plan Not found",
"Failed to create transaction.": "Failed to create transaction.", "Failed_to_create_transaction_": "Failed to create transaction.",
"Seller has not yet setup Xendit payment gateway": "Seller has not yet setup Xendit payment gateway", "Seller_has_not_yet_setup_Xendit_payment_gateway": "Seller has not yet setup Xendit payment gateway",
"Admin has not yet setup Xendit payment gateway, please tell admin": "Admin has not yet setup Xendit payment gateway, please tell admin", "Admin_has_not_yet_setup_Xendit_payment_gateway__please_tell_admin": "Admin has not yet setup Xendit payment gateway, please tell admin",
"Buy this? your active package will be overwrite": "Buy this? your active package will be overwrite", "Buy_this__your_active_package_will_be_overwrite": "Buy this? your active package will be overwrite",
"You already have unpaid transaction, cancel it or pay it.": "You already have unpaid transaction, cancel it or pay it.", "You_already_have_unpaid_transaction__cancel_it_or_pay_it_": "You already have unpaid transaction, cancel it or pay it.",
"Transaction Not found": "Transaction Not found", "Transaction_Not_found": "Transaction Not found",
"Cancel it?": "Cancel it?", "Cancel_it_": "Cancel it?",
"expired": "expired", "expired": "expired",
"Check for Payment": "Check for Payment", "Check_for_Payment": "Check for Payment",
"Transaction still unpaid.": "Transaction still unpaid.", "Transaction_still_unpaid_": "Transaction still unpaid.",
"Paid Date": "Paid Date", "Paid_Date": "Paid Date",
"Transaction has been paid.": "Transaction has been paid.", "Transaction_has_been_paid_": "Transaction has been paid.",
"PAID": "PAID", "PAID": "PAID",
"CANCELED": "CANCELED", "CANCELED": "CANCELED",
"UNPAID": "UNPAID", "UNPAID": "UNPAID",
"PAY NOW": "PAY NOW", "PAY_NOW": "PAY NOW",
"Buy Hotspot Plan": "Buy Hotspot Plan", "Buy_Hotspot_Plan": "Buy Hotspot Plan",
"Buy PPOE Plan": "Buy PPOE Plan", "Buy_PPOE_Plan": "Buy PPOE Plan",
"Package": "Package", "Package": "Package",
"Order Internet Package": "Order Internet Package", "Order_Internet_Package": "Order Internet Package",
"Unknown Command.": "Unknown Command.", "Unknown_Command_": "Unknown Command.",
"Checking payment": "Checking payment", "Checking_payment": "Checking payment",
"Create Transaction Success": "Create Transaction Success", "Create_Transaction_Success": "Create Transaction Success",
"You have unpaid transaction": "You have unpaid transaction", "You_have_unpaid_transaction": "You have unpaid transaction",
"TripayPayment Channel": "TripayPayment Channel", "TripayPayment_Channel": "TripayPayment Channel",
"Payment Channel": "Payment Channel", "Payment_Channel": "Payment Channel",
"Payment check failed.": "Payment check failed.", "Payment_check_failed_": "Payment check failed.",
"Order Package": "Order Package", "Order_Package": "Order Package",
"Transactions": "Transactions", "Transactions": "Transactions",
"Payments": "Payments", "Payments": "Payments",
"History": "History", "History": "History",
"Order History": "Order History", "Order_History": "Order History",
"Gateway": "Gateway", "Gateway": "Gateway",
"Date Done": "Date Done", "Date_Done": "Date Done",
"Unpaid Order": "Unpaid Order", "Unpaid_Order": "Unpaid Order",
"Payment Gateway Not Found": "Payment Gateway Not Found", "Payment_Gateway_Not_Found": "Payment Gateway Not Found",
"Payment Gateway saved successfully": "Payment Gateway saved successfully", "Payment_Gateway_saved_successfully": "Payment Gateway saved successfully",
"ORDER": "ORDER", "ORDER": "ORDER",
"Package History": "Package History", "Package_History": "Package History",
"Buy History": "Buy History", "Buy_History": "Buy History",
"Activation History": "Activation History", "Activation_History": "Activation History",
"Buy Package": "Buy Package", "Buy_Package": "Buy Package",
"Email": "Email", "Email": "Email",
"Company Footer": "Company Footer", "Company_Footer": "Company Footer",
"Will show below user pages": "Will show below user pages", "Will_show_below_user_pages": "Will show below user pages",
"Request OTP": "Request OTP", "Request_OTP": "Request OTP",
"Verification Code": "Verification Code", "Verification_Code": "Verification Code",
"SMS Verification Code": "SMS Verification Code", "SMS_Verification_Code": "SMS Verification Code",
"Please enter your email address": "Please enter your email address", "Please_enter_your_email_address": "Please enter your email address",
"Failed to create Paypal transaction.": "Failed to create Paypal transaction.", "Failed_to_create_Paypal_transaction_": "Failed to create Paypal transaction.",
"Plugin": "Plugin", "Plugin": "Plugin",
"Plugin Manager": "Plugin Manager", "Plugin_Manager": "Plugin Manager",
"User Notification": "User Notification", "User_Notification": "User Notification",
"Expired Notification": "Expired Notification", "Expired_Notification": "Expired Notification",
"User will get notification when package expired": "User will get notification when package expired", "User_will_get_notification_when_package_expired": "User will get notification when package expired",
"Expired Notification Message": "Expired Notification Message", "Expired_Notification_Message": "Expired Notification Message",
"Payment Notification": "Payment Notification", "Payment_Notification": "Payment Notification",
"User will get invoice notification when buy package or package refilled": "User will get invoice notification when buy package or package refilled", "User_will_get_invoice_notification_when_buy_package_or_package_refilled": "User will get invoice notification when buy package or package refilled",
"Current IP": "Current IP", "Current_IP": "Current IP",
"Current MAC": "Current MAC", "Current_MAC": "Current MAC",
"Login Status": "Login Status", "Login_Status": "Login Status",
"Login Request successfully": "Login Request successfully", "Login_Request_successfully": "Login Request successfully",
"Logout Request successfully": "Logout Request successfully", "Logout_Request_successfully": "Logout Request successfully",
"Disconnect Internet?": "Disconnect Internet?", "Disconnect_Internet_": "Disconnect Internet?",
"Not Online, Login now?": "Not Online, Login now?", "Not_Online__Login_now_": "Not Online, Login now?",
"You are Online, Logout?": "You are Online, Logout?", "You_are_Online__Logout_": "You are Online, Logout?",
"Connect to Internet?": "Connect to Internet?", "Connect_to_Internet_": "Connect to Internet?",
"Your account not connected to internet": "Your account not connected to internet", "Your_account_not_connected_to_internet": "Your account not connected to internet",
"Balance": "Balance", "Balance": "Balance",
"Balance System": "Balance System", "Balance_System": "Balance System",
"Enable System": "Enable System", "Enable_System": "Enable System",
"Allow Transfer": "Allow Transfer", "Allow_Transfer": "Allow Transfer",
"Telegram Notification": "Telegram Notification", "Telegram_Notification": "Telegram Notification",
"SMS OTP Registration": "SMS OTP Registration", "SMS_OTP_Registration": "SMS OTP Registration",
"Whatsapp Notification": "Whatsapp Notification", "Whatsapp_Notification": "Whatsapp Notification",
"Tawk.to Chat Widget": "Tawk.to Chat Widget", "Tawk_to_Chat_Widget": "Tawk.to Chat Widget",
"Invoice": "Invoice", "Invoice": "Invoice",
"Country Code Phone": "Country Code Phone", "Country_Code_Phone": "Country Code Phone",
"Voucher activation menu will be hidden": "Voucher activation menu will be hidden", "Voucher_activation_menu_will_be_hidden": "Voucher activation menu will be hidden",
"Customer can deposit money to buy voucher": "Customer can deposit money to buy voucher", "Customer_can_deposit_money_to_buy_voucher": "Customer can deposit money to buy voucher",
"Allow balance transfer between customers": "Allow balance transfer between customers", "Allow_balance_transfer_between_customers": "Allow balance transfer between customers",
"Refill Balance": "Refill Balance", "Refill_Balance": "Refill Balance",
"Balance Plans": "Balance Plans", "Balance_Plans": "Balance Plans",
"Failed to create transaction. ": "Failed to create transaction. ", "Failed_to_create_transaction__": "Failed to create transaction. ",
"Failed to check status transaction. ": "Failed to check status transaction. ", "Failed_to_check_status_transaction__": "Failed to check status transaction. ",
"Disable Voucher": "Disable Voucher", "Disable_Voucher": "Disable Voucher",
"Reminder Notification": "Reminder Notification", "Reminder_Notification": "Reminder Notification",
"Reminder Notification Message": "Reminder Notification Message", "Reminder_Notification_Message": "Reminder Notification Message",
"Reminder 7 days": "Reminder 7 days", "Reminder_7_days": "Reminder 7 days",
"Reminder 3 days": "Reminder 3 days", "Reminder_3_days": "Reminder 3 days",
"Reminder 1 day": "Reminder 1 day", "Reminder_1_day": "Reminder 1 day",
"PPPOE Password": "PPPOE Password", "PPPOE_Password": "PPPOE Password",
"User Cannot change this, only admin. if it Empty it will use user password": "User Cannot change this, only admin. if it Empty it will use user password", "User_Cannot_change_this__only_admin__if_it_Empty_it_will_use_user_password": "User Cannot change this, only admin. if it Empty it will use user password",
"Invoice Balance Message": "Invoice Balance Message", "Invoice_Balance_Message": "Invoice Balance Message",
"Invoice Notification Payment": "Invoice Notification Payment", "Invoice_Notification_Payment": "Invoice Notification Payment",
"Balance Notification Payment": "Balance Notification Payment", "Balance_Notification_Payment": "Balance Notification Payment",
"Buy Balance": "Buy Balance", "Buy_Balance": "Buy Balance",
"Price": "Price", "Price": "Price",
"Validity": "Validity", "Validity": "Validity",
"Disable auto renewal?": "Disable auto renewal?", "Disable_auto_renewal_": "Disable auto renewal?",
"Auto Renewal On": "Auto Renewal On", "Auto_Renewal_On": "Auto Renewal On",
"Enable auto renewal?": "Enable auto renewal?", "Enable_auto_renewal_": "Enable auto renewal?",
"Auto Renewal Off": "Auto Renewal Off", "Auto_Renewal_Off": "Auto Renewal Off",
"Invoice Footer": "Invoice Footer", "Invoice_Footer": "Invoice Footer",
"Pay With Balance": "Pay With Balance", "Pay_With_Balance": "Pay With Balance",
"Pay this with Balance? your active package will be overwrite": "Pay this with Balance? your active package will be overwrite", "Pay_this_with_Balance__your_active_package_will_be_overwrite": "Pay this with Balance? your active package will be overwrite",
"Success to buy package": "Success to buy package", "Success_to_buy_package": "Success to buy package",
"Auto Renewal": "Auto Renewal", "Auto_Renewal": "Auto Renewal",
"View": "View", "View": "View",
"Back": "Back", "Back": "Back",
"Active": "Active", "Active": "Active",
"Transfer Balance": "Transfer Balance", "Transfer_Balance": "Transfer Balance",
"Send your balance?": "Send your balance?", "Send_your_balance_": "Send your balance?",
"Send": "Send", "Send": "Send",
"Cannot send to yourself": "Cannot send to yourself", "Cannot_send_to_yourself": "Cannot send to yourself",
"Sending balance success": "Sending balance success", "Sending_balance_success": "Sending balance success",
"From": "From", "From": "From",
"To": "To", "To": "To",
"insufficient balance": "insufficient balance", "insufficient_balance": "insufficient balance",
"Send Balance": "Send Balance", "Send_Balance": "Send Balance",
"Received Balance": "Received Balance", "Received_Balance": "Received Balance",
"Minimum Balance Transfer": "Minimum Balance Transfer", "Minimum_Balance_Transfer": "Minimum Balance Transfer",
"Minimum Transfer": "Minimum Transfer", "Minimum_Transfer": "Minimum Transfer",
"Company Logo": "Company Logo", "Company_Logo": "Company Logo",
"Expired IP Pool": "Expired IP Pool", "Expired_IP_Pool": "Expired IP Pool",
"Proxy": "Proxy", "Proxy": "Proxy",
"Proxy Server": "Proxy Server", "Proxy_Server": "Proxy Server",
"Proxy Server Login": "Proxy Server Login", "Proxy_Server_Login": "Proxy Server Login",
"Hotspot Plan": "Hotspot Plan", "Hotspot_Plan": "Hotspot Plan",
"PPPOE Plan": "PPPOE Plan", "PPPOE_Plan": "PPPOE Plan",
"UNKNOWN": "UNKNOWN", "UNKNOWN": "UNKNOWN",
"Are You Sure?": "Are You Sure?", "Are_You_Sure_": "Are You Sure?",
"Success to send package": "Success to send package", "Success_to_send_package": "Success to send package",
"Target has active plan, different with current plant.": "Target has active plan, different with current plant.", "Target_has_active_plan__different_with_current_plant_": "Target has active plan, different with current plant.",
"Recharge a friend": "Recharge a friend", "Recharge_a_friend": "Recharge a friend",
"Buy for friend": "Buy for friend", "Buy_for_friend": "Buy for friend",
"Buy this for friend account?": "Buy this for friend account?", "Buy_this_for_friend_account_": "Buy this for friend account?",
"Review package before recharge": "Review package before recharge", "Review_package_before_recharge": "Review package before recharge",
"Activate": "Activate", "Activate": "Activate",
"Deactivate": "Deactivate", "Deactivate": "Deactivate",
"Sync": "Sync", "Sync": "Sync",
"Failed to create PaymeTrust transaction.": "Failed to create PaymeTrust transaction.", "Failed_to_create_PaymeTrust_transaction_": "Failed to create PaymeTrust transaction.",
"Location": "Location", "Location": "Location",
"Voucher Format": "Voucher Format", "Voucher_Format": "Voucher Format",
"Service Type": "Service Type", "Service_Type": "Service Type",
"Others": "Others", "Others": "Others",
"PPPoE": "PPPoE", "PPPoE": "PPPoE",
"Hotspot": "Hotspot", "Hotspot": "Hotspot",
"Monthly Registered Customers": "Monthly Registered Customers", "Monthly_Registered_Customers": "Monthly Registered Customers",
"Total Monthly Sales": "Total Monthly Sales", "Total_Monthly_Sales": "Total Monthly Sales",
"Active Users": "Active Users" "Active_Users": "Active Users"
} }

View File

@ -1,375 +1,375 @@
{ {
"Log-in": "Oturum a\u00e7", "Log_in": "Oturum a\u00e7",
"Register": "Kay\u0131t olmak", "Register": "Kay\u0131t olmak",
"Announcement": "Duyuru", "Announcement": "Duyuru",
"Registration Info": "Kay\u0131t Bilgisi", "Registration_Info": "Kay\u0131t Bilgisi",
"Voucher not found, please buy voucher befor register": "Kupon bulunamad\u0131, l\u00fctfen kay\u0131t olun ve kay\u0131t olun", "Voucher_not_found__please_buy_voucher_befor_register": "Kupon bulunamad\u0131, l\u00fctfen kay\u0131t olun ve kay\u0131t olun",
"Register Success! You can login now": "Kay\u0131t Ba\u015far\u0131l\u0131! \u015eimdi giri\u015f yapabilirsiniz ", "Register_Success__You_can_login_now": "Kay\u0131t Ba\u015far\u0131l\u0131! \u015eimdi giri\u015f yapabilirsiniz ",
"Log in to Member Panel": "\u00dcye Paneli'ne giri\u015f yap\u0131n", "Log_in_to_Member_Panel": "\u00dcye Paneli'ne giri\u015f yap\u0131n",
"Register as Member": "\u00dcye olarak kay\u0131t ol", "Register_as_Member": "\u00dcye olarak kay\u0131t ol",
"Enter Admin Area": "Y\u00f6netici Paneli Giri\u015fi", "Enter_Admin_Area": "Y\u00f6netici Paneli Giri\u015fi",
"PHPNuxBill": "PHPNuxBill",
"Username": "Kullan\u0131c\u0131 ad\u0131", "Username": "Kullan\u0131c\u0131 ad\u0131",
"Password": "Parola", "Password": "Parola",
"Passwords does not match": "Parolalar e\u015fle\u015fmiyor", "Passwords_does_not_match": "Parolalar e\u015fle\u015fmiyor",
"Account already axist": "Hesap zaten aksanl\u0131", "Account_already_axist": "Hesap zaten aksanl\u0131",
"Manage": "Y\u00f6net", "Manage": "Y\u00f6net",
"Submit": "G\u00f6nder", "Submit": "G\u00f6nder",
"Save Changes": "De\u011fi\u015fiklikleri Kaydet", "Save_Changes": "De\u011fi\u015fiklikleri Kaydet",
"Cancel": "\u0130ptal etmek", "Cancel": "\u0130ptal etmek",
"Edit": "D\u00fczenle", "Edit": "D\u00fczenle",
"Delete": "Sil", "Delete": "Sil",
"Welcome": "Ho\u015fgeldiniz", "Welcome": "Ho\u015fgeldiniz",
"Data Created Successfully": "Veriler Ba\u015far\u0131yla Olu\u015fturuldu ", "Data_Created_Successfully": "Veriler Ba\u015far\u0131yla Olu\u015fturuldu ",
"Data Updated Successfully": "Veriler Ba\u015far\u0131yla G\u00fcncellendi", "Data_Updated_Successfully": "Veriler Ba\u015far\u0131yla G\u00fcncellendi",
"Data Deleted Successfully": "Veri Ba\u015far\u0131yla Silindi", "Data_Deleted_Successfully": "Veri Ba\u015far\u0131yla Silindi",
"Dashboard": "Dashboard", "Dashboard": "Dashboard",
"Search Customers...": "M\u00fc\u015fteri Ara ...", "Search_Customers___": "M\u00fc\u015fteri Ara ...",
"My Account": "Hesab\u0131m", "My_Account": "Hesab\u0131m",
"My Profile": "Benim profilim", "My_Profile": "Benim profilim",
"Settings": "Ayarlar", "Settings": "Ayarlar",
"Edit Profile": "Profili D\u00fczenle", "Edit_Profile": "Profili D\u00fczenle",
"Change Password": "\u015eifre de\u011fi\u015ftir", "Change_Password": "\u015eifre de\u011fi\u015ftir",
"Logout": "\u00c7\u0131k\u0131\u015f Yap", "Logout": "\u00c7\u0131k\u0131\u015f Yap",
"Services": "Hizmetler", "Services": "Hizmetler",
"Bandwidth Plans": "Bant Geni\u015fli\u011fi Planlar\u0131", "Bandwidth_Plans": "Bant Geni\u015fli\u011fi Planlar\u0131",
"Bandwidth Name": "Bant Geni\u015fli\u011fi Ad\u0131", "Bandwidth_Name": "Bant Geni\u015fli\u011fi Ad\u0131",
"New Bandwidth": "Yeni Bant Geni\u015fli\u011fi", "New_Bandwidth": "Yeni Bant Geni\u015fli\u011fi",
"Edit Bandwidth": "Bant Geni\u015fli\u011fini D\u00fczenle", "Edit_Bandwidth": "Bant Geni\u015fli\u011fini D\u00fczenle",
"Add New Bandwidth": "Yeni Bant Geni\u015fli\u011fi Ekle", "Add_New_Bandwidth": "Yeni Bant Geni\u015fli\u011fi Ekle",
"Rate Download": "\u0130ndirme Oran\u0131", "Rate_Download": "\u0130ndirme Oran\u0131",
"Rate Upload": "\u00dccret Y\u00fckleme", "Rate_Upload": "\u00dccret Y\u00fckleme",
"Name Bandwidth Already Exist": "Bandwidth Ad\u0131 Zaten Var", "Name_Bandwidth_Already_Exist": "Bandwidth Ad\u0131 Zaten Var",
"Hotspot Plans": "Hotspot Planlar\u0131", "Hotspot_Plans": "Hotspot Planlar\u0131",
"PPPOE Plans": "PPPOE Planlar\u0131", "PPPOE_Plans": "PPPOE Planlar\u0131",
"Plan Name": "Plan Ad\u0131", "Plan_Name": "Plan Ad\u0131",
"New Service Plan": "Yeni Hizmet Plan\u0131", "New_Service_Plan": "Yeni Hizmet Plan\u0131",
"Add Service Plan": "Hizmet Plan\u0131 Ekle", "Add_Service_Plan": "Hizmet Plan\u0131 Ekle",
"Edit Service Plan": "Hizmet Plan\u0131n\u0131 D\u00fczenle", "Edit_Service_Plan": "Hizmet Plan\u0131n\u0131 D\u00fczenle",
"Name Plan Already Exist": "Plan\u0131 \u0130smi Zaten Var", "Name_Plan_Already_Exist": "Plan\u0131 \u0130smi Zaten Var",
"Plan Type": "Plan T\u00fcr\u00fc", "Plan_Type": "Plan T\u00fcr\u00fc",
"Plan Price": "Plan Fiyat\u0131", "Plan_Price": "Plan Fiyat\u0131",
"Limit Type": "S\u0131n\u0131r Tipi", "Limit_Type": "S\u0131n\u0131r Tipi",
"Unlimited": "S\u0131n\u0131rs\u0131z", "Unlimited": "S\u0131n\u0131rs\u0131z",
"Limited": "S\u0131n\u0131rl\u0131", "Limited": "S\u0131n\u0131rl\u0131",
"Time Limit": "Zaman s\u0131n\u0131r\u0131", "Time_Limit": "Zaman s\u0131n\u0131r\u0131",
"Data Limit": "Veri S\u0131n\u0131r\u0131", "Data_Limit": "Veri S\u0131n\u0131r\u0131",
"Both Limit": "Her \u0130ki S\u0131n\u0131r", "Both_Limit": "Her \u0130ki S\u0131n\u0131r",
"Plan Validity": "Plan Ge\u00e7erlili\u011fi", "Plan_Validity": "Plan Ge\u00e7erlili\u011fi",
"Select Bandwidth": "Bant Geni\u015fli\u011fini Se\u00e7", "Select_Bandwidth": "Bant Geni\u015fli\u011fini Se\u00e7",
"Shared Users": "Payla\u015f\u0131lan Kullan\u0131c\u0131lar", "Shared_Users": "Payla\u015f\u0131lan Kullan\u0131c\u0131lar",
"Choose User Type Sales to disable access to Settings": "Ayarlar'a eri\u015fimi devre d\u0131\u015f\u0131 b\u0131rakmak i\u00e7in Kullan\u0131c\u0131 T\u00fcr\u00fc Sat\u0131\u015flar\u0131n\u0131 Se\u00e7", "Choose_User_Type_Sales_to_disable_access_to_Settings": "Ayarlar'a eri\u015fimi devre d\u0131\u015f\u0131 b\u0131rakmak i\u00e7in Kullan\u0131c\u0131 T\u00fcr\u00fc Sat\u0131\u015flar\u0131n\u0131 Se\u00e7",
"Current Password": "\u015eimdiki \u015eifre", "Current_Password": "\u015eimdiki \u015eifre",
"New Password": "Yeni \u015eifre", "New_Password": "Yeni \u015eifre",
"Administrator": "Y\u00f6netici", "Administrator": "Y\u00f6netici",
"Sales": "Sat\u0131\u015f", "Sales": "Sat\u0131\u015f",
"Member": "\u00dcye", "Member": "\u00dcye",
"Confirm New Password": "Yeni \u015fifreyi onayla", "Confirm_New_Password": "Yeni \u015fifreyi onayla",
"Confirm Password": "\u015eifreyi Onayla", "Confirm_Password": "\u015eifreyi Onayla",
"Full Name": "Ad Soyad", "Full_Name": "Ad Soyad",
"User Type": "Kullan\u0131c\u0131 tipi", "User_Type": "Kullan\u0131c\u0131 tipi",
"Address": "Adres", "Address": "Adres",
"Created On": "Olu\u015fturuldu", "Created_On": "Olu\u015fturuldu",
"Expires On": "Tarihinde sona eriyor", "Expires_On": "Tarihinde sona eriyor",
"Phone Number": "Telefon numaras\u0131", "Phone_Number": "Telefon numaras\u0131",
"User deleted Successfully": "Kullan\u0131c\u0131 Ba\u015far\u0131yla Silindi", "User_deleted_Successfully": "Kullan\u0131c\u0131 Ba\u015far\u0131yla Silindi",
"Full Administrator": "Tam Y\u00f6netici", "Full_Administrator": "Tam Y\u00f6netici",
"Keep Blank to do not change Password": "\u015eifreyi de\u011fi\u015ftirmemek i\u00e7in bo\u015f tutun", "Keep_Blank_to_do_not_change_Password": "\u015eifreyi de\u011fi\u015ftirmemek i\u00e7in bo\u015f tutun",
"Keep it blank if you do not want to show currency code": "Para birimi kodunu g\u00f6stermek istemiyorsan\u0131z bo\u015f b\u0131rak\u0131n", "Keep_it_blank_if_you_do_not_want_to_show_currency_code": "Para birimi kodunu g\u00f6stermek istemiyorsan\u0131z bo\u015f b\u0131rak\u0131n",
"Theme Style": "Tema Stili", "Theme_Style": "Tema Stili",
"Theme Color": "Tema Rengi", "Theme_Color": "Tema Rengi",
"Default Language": "Varsay\u0131lan dil", "Default_Language": "Varsay\u0131lan dil",
"Network": "A\u011f", "Network": "A\u011f",
"Routers": "Y\u00f6nlendiriciler", "Routers": "Y\u00f6nlendiriciler",
"IP Pool": "IP Havuzu", "IP_Pool": "IP Havuzu",
"New Router": "Yeni Y\u00f6nlendirici", "New_Router": "Yeni Y\u00f6nlendirici",
"Add Router": "Router ekle", "Add_Router": "Router ekle",
"Edit Router": "Y\u00f6nlendiriciyi D\u00fczenle", "Edit_Router": "Y\u00f6nlendiriciyi D\u00fczenle",
"Router Name": "Y\u00f6nlendirici Ad\u0131", "Router_Name": "Y\u00f6nlendirici Ad\u0131",
"IP Address": "IP adresi", "IP_Address": "IP adresi",
"Router Secret": "Y\u00f6nlendirici S\u0131rr\u0131", "Router_Secret": "Y\u00f6nlendirici S\u0131rr\u0131",
"Description": "A\u00e7\u0131klama", "Description": "A\u00e7\u0131klama",
"IP Router Already Exist": "IP Router Zaten Var", "IP_Router_Already_Exist": "IP Router Zaten Var",
"Name Pool": "\u0130sim Havuzu", "Name_Pool": "\u0130sim Havuzu",
"Range IP": "Aral\u0131k \u0130P", "Range_IP": "Aral\u0131k \u0130P",
"New Pool": "Yeni Havuz", "New_Pool": "Yeni Havuz",
"Add Pool": "Havuz ekle", "Add_Pool": "Havuz ekle",
"Edit Pool": "Havuzu D\u00fczenle", "Edit_Pool": "Havuzu D\u00fczenle",
"Pool Name Already Exist": "Havuz Ad\u0131 \u200b\u200bZaten Var", "Pool_Name_Already_Exist": "Havuz Ad\u0131 \u200b\u200bZaten Var",
"Prepaid": "\u00d6n \u00d6demeli", "Prepaid": "\u00d6n \u00d6demeli",
"Prepaid Users": "\u00d6n \u00d6demeli Kullan\u0131c\u0131lar", "Prepaid_Users": "\u00d6n \u00d6demeli Kullan\u0131c\u0131lar",
"Prepaid Vouchers": "\u00d6n \u00d6demeli Kuponlar", "Prepaid_Vouchers": "\u00d6n \u00d6demeli Kuponlar",
"Refill Account": "Hesab\u0131 Yenile", "Refill_Account": "Hesab\u0131 Yenile",
"Recharge Account": "Hesab\u0131 Yeniden \u015earj Et", "Recharge_Account": "Hesab\u0131 Yeniden \u015earj Et",
"Select Account": "Hesap Se\u00e7", "Select_Account": "Hesap Se\u00e7",
"Service Plan": "Servis plan\u0131", "Service_Plan": "Servis plan\u0131",
"Recharge": "\u015earj", "Recharge": "\u015earj",
"Method": "Y\u00f6ntem", "Method": "Y\u00f6ntem",
"Account Created Successfully": "Hesap ba\u015far\u0131yla olu\u015fturuldu", "Account_Created_Successfully": "Hesap ba\u015far\u0131yla olu\u015fturuldu",
"Database Status": "Veritaban\u0131 Durumu", "Database_Status": "Veritaban\u0131 Durumu",
"Total Database Size": "Toplam Veritaban\u0131 Boyutu", "Total_Database_Size": "Toplam Veritaban\u0131 Boyutu",
"Download Database Backup": "Veritaban\u0131 Yedekleme \u0130ndir", "Download_Database_Backup": "Veritaban\u0131 Yedekleme \u0130ndir",
"Table Name": "Tablo ismi", "Table_Name": "Tablo ismi",
"Rows": "Sat\u0131r", "Rows": "Sat\u0131r",
"Size": "Boyut", "Size": "Boyut",
"Customer": "M\u00fc\u015fteri", "Customer": "M\u00fc\u015fteri",
"Add New Contact": "Yeni \u0130leti\u015fim Ekle", "Add_New_Contact": "Yeni \u0130leti\u015fim Ekle",
"Edit Contact": "\u0130leti\u015fim D\u00fczenle", "Edit_Contact": "\u0130leti\u015fim D\u00fczenle",
"List Contact": "Liste \u0130rtibat", "List_Contact": "Liste \u0130rtibat",
"Manage Contact": "Ki\u015fiyi Y\u00f6netin", "Manage_Contact": "Ki\u015fiyi Y\u00f6netin",
"Reports": "Raporlar", "Reports": "Raporlar",
"Daily Reports": "G\u00fcnl\u00fck raporlar", "Daily_Reports": "G\u00fcnl\u00fck raporlar",
"Period Reports": "D\u00f6nem Raporlar\u0131", "Period_Reports": "D\u00f6nem Raporlar\u0131",
"All Transactions": "T\u00fcm \u0130\u015flemler", "All_Transactions": "T\u00fcm \u0130\u015flemler",
"Total Income": "Toplam gelir", "Total_Income": "Toplam gelir",
"All Transactions at Date": "Tarihte T\u00fcm \u0130\u015flemler", "All_Transactions_at_Date": "Tarihte T\u00fcm \u0130\u015flemler",
"Export for Print": "Bask\u0131 i\u00e7in \u0130hracat", "Export_for_Print": "Bask\u0131 i\u00e7in \u0130hracat",
"Print": "Bask\u0131", "Print": "Bask\u0131",
"Export to PDF": "PDF'ye Aktar", "Export_to_PDF": "PDF'ye Aktar",
"Click Here to Print": "Yazd\u0131rmak i\u00e7in Buraya T\u0131klay\u0131n", "Click_Here_to_Print": "Yazd\u0131rmak i\u00e7in Buraya T\u0131klay\u0131n",
"You can use html tag": "Html etiketini kullanabilirsiniz", "You_can_use_html_tag": "Html etiketini kullanabilirsiniz",
"Date Format": "Tarih format\u0131", "Date_Format": "Tarih format\u0131",
"Income Today": "Gelir Bug\u00fcn", "Income_Today": "Gelir Bug\u00fcn",
"Income This Month": "Bu Ay Gelir", "Income_This_Month": "Bu Ay Gelir",
"Users Active": "Kullan\u0131c\u0131lar Aktif", "Users_Active": "Kullan\u0131c\u0131lar Aktif",
"Total Users": "Toplam Kullan\u0131c\u0131", "Total_Users": "Toplam Kullan\u0131c\u0131",
"Users": "Kullan\u0131c\u0131lar", "Users": "Kullan\u0131c\u0131lar",
"Edit User": "Kullan\u0131c\u0131y\u0131 d\u00fczenle", "Edit_User": "Kullan\u0131c\u0131y\u0131 d\u00fczenle",
"Last Login": "Son giri\u015f", "Last_Login": "Son giri\u015f",
"Administrator Users": "Y\u00f6netici Kullan\u0131c\u0131lar\u0131", "Administrator_Users": "Y\u00f6netici Kullan\u0131c\u0131lar\u0131",
"Manage Administrator": "Y\u00f6netici Y\u00f6net", "Manage_Administrator": "Y\u00f6netici Y\u00f6net",
"Add New Administrator": "Yeni Y\u00f6netici Ekleyin", "Add_New_Administrator": "Yeni Y\u00f6netici Ekleyin",
"Localisation": "Lokalizasyon", "Localisation": "Lokalizasyon",
"Backup\/Restore": "Yedekleme \/ Geri", "Backup_Restore": "Yedekleme \/ Geri",
"General Settings": "Genel Ayarlar", "General_Settings": "Genel Ayarlar",
"Date": "Tarih", "Date": "Tarih",
"Login Successful": "Giri\u015f ba\u015far\u0131l\u0131", "Login_Successful": "Giri\u015f ba\u015far\u0131l\u0131",
"Failed Login": "Ba\u015far\u0131s\u0131z oturum a\u00e7ma", "Failed_Login": "Ba\u015far\u0131s\u0131z oturum a\u00e7ma",
"Settings Saved Successfully": "Ayarlar ba\u015far\u0131yla kaydedildi", "Settings_Saved_Successfully": "Ayarlar ba\u015far\u0131yla kaydedildi",
"User Updated Successfully": "Kullan\u0131c\u0131 Ba\u015far\u0131yla G\u00fcncellendi", "User_Updated_Successfully": "Kullan\u0131c\u0131 Ba\u015far\u0131yla G\u00fcncellendi",
"User Expired, Today": "Kullan\u0131c\u0131 S\u00fcresi Doldu, Bug\u00fcn", "User_Expired__Today": "Kullan\u0131c\u0131 S\u00fcresi Doldu, Bug\u00fcn",
"Activity Log": "Etkinlik G\u00fcnl\u00fc\u011f\u00fc", "Activity_Log": "Etkinlik G\u00fcnl\u00fc\u011f\u00fc",
"View Reports": "Raporlar\u0131 G\u00f6r\u00fcnt\u00fcle", "View_Reports": "Raporlar\u0131 G\u00f6r\u00fcnt\u00fcle",
"View All": "Hepsini g\u00f6r", "View_All": "Hepsini g\u00f6r",
"Number of Vouchers": "Kuponlar\u0131n Say\u0131s\u0131", "Number_of_Vouchers": "Kuponlar\u0131n Say\u0131s\u0131",
"Length Code": "Uzunluk Kodu", "Length_Code": "Uzunluk Kodu",
"Code Voucher": "Kod Makbuzu", "Code_Voucher": "Kod Makbuzu",
"Voucher": "Fi\u015f", "Voucher": "Fi\u015f",
"Hotspot Voucher": "Hotspot Kuponu", "Hotspot_Voucher": "Hotspot Kuponu",
"Status Voucher": "Durum Makbuzu", "Status_Voucher": "Durum Makbuzu",
"Add Vouchers": "Kupon Ekle", "Add_Vouchers": "Kupon Ekle",
"Create Vouchers Successfully": "Kuponlar\u0131 ba\u015far\u0131yla olu\u015ftur", "Create_Vouchers_Successfully": "Kuponlar\u0131 ba\u015far\u0131yla olu\u015ftur",
"Generate": "Genel", "Generate": "Genel",
"Print side by side, it will easy to cut": "Yanyana yazd\u0131r\u0131rsan\u0131z, kesmesi daha kolay olacakt\u0131r.", "Print_side_by_side__it_will_easy_to_cut": "Yanyana yazd\u0131r\u0131rsan\u0131z, kesmesi daha kolay olacakt\u0131r.",
"From Date": "\u0130tibaren", "From_Date": "\u0130tibaren",
"To Date": "Bug\u00fcne kadar", "To_Date": "Bug\u00fcne kadar",
"New Service": "Yeni Servis", "New_Service": "Yeni Servis",
"Type": "T\u00fcr", "Type": "T\u00fcr",
"Finish": "Biti\u015f", "Finish": "Biti\u015f",
"Application Name\/ Company Name": "Uygulama Ad\u0131 \/ \u015eirket Ad\u0131", "Application_Name__Company_Name": "Uygulama Ad\u0131 \/ \u015eirket Ad\u0131",
"This Name will be shown on the Title": "Bu \u0130sim Ba\u015fl\u0131kta g\u00f6sterilecek", "This_Name_will_be_shown_on_the_Title": "Bu \u0130sim Ba\u015fl\u0131kta g\u00f6sterilecek",
"Next": "Sonraki", "Next": "Sonraki",
"Last": "Son", "Last": "Son",
"Timezone": "Saat dilimi", "Timezone": "Saat dilimi",
"Decimal Point": "Ondal\u0131k nokta", "Decimal_Point": "Ondal\u0131k nokta",
"Thousands Separator": "Bin Ay\u0131r\u0131c\u0131", "Thousands_Separator": "Bin Ay\u0131r\u0131c\u0131",
"Currency Code": "Para Birimi Kodu", "Currency_Code": "Para Birimi Kodu",
"Order Voucher": "Sipari\u015f Makbuzu", "Order_Voucher": "Sipari\u015f Makbuzu",
"Voucher Activation": "Kupon Aktivasyonu", "Voucher_Activation": "Kupon Aktivasyonu",
"List Activated Voucher": "Aktif Fi\u015f Listesi", "List_Activated_Voucher": "Aktif Fi\u015f Listesi",
"Enter voucher code here": "Kupon kodunu buraya girin", "Enter_voucher_code_here": "Kupon kodunu buraya girin",
"Private Message": "\u00d6zel mesaj", "Private_Message": "\u00d6zel mesaj",
"Inbox": "Gelen kutusu", "Inbox": "Gelen kutusu",
"Outbox": "Giden", "Outbox": "Giden",
"Compose": "Olu\u015fturma", "Compose": "Olu\u015fturma",
"Send to": "G\u00f6nderildi", "Send_to": "G\u00f6nderildi",
"Title": "Ba\u015fl\u0131k", "Title": "Ba\u015fl\u0131k",
"Message": "Mesaj", "Message": "Mesaj",
"Your Account Information": "Hesap Bilgileriniz", "Your_Account_Information": "Hesap Bilgileriniz",
"Welcome to the Panel Members page, on this page you can:": "Panel \u00dcyeleri sayfas\u0131na ho\u015f geldiniz, bu sayfada \u015funlar\u0131 yapabilirsiniz:", "Invalid_Username_or_Password": "Ge\u00e7ersiz kullan\u0131c\u0131 ad\u0131 veya \u015fifre",
"Invalid Username or Password": "Ge\u00e7ersiz kullan\u0131c\u0131 ad\u0131 veya \u015fifre", "You_do_not_have_permission_to_access_this_page": "Bu sayfaya eri\u015fim izniniz yok",
"You do not have permission to access this page": "Bu sayfaya eri\u015fim izniniz yok", "Incorrect_Current_Password": "Yanl\u0131\u015f Ge\u00e7erli \u015eifre",
"Incorrect Current Password": "Yanl\u0131\u015f Ge\u00e7erli \u015eifre", "Password_changed_successfully__Please_login_again": "\u015eifre ba\u015far\u0131yla de\u011fi\u015ftirildi, L\u00fctfen tekrar giri\u015f yap\u0131n",
"Password changed successfully, Please login again": "\u015eifre ba\u015far\u0131yla de\u011fi\u015ftirildi, L\u00fctfen tekrar giri\u015f yap\u0131n", "All_field_is_required": "T\u00fcm alan gerekli",
"All field is required": "T\u00fcm alan gerekli", "Voucher_Not_Valid": "Kupon Ge\u00e7erli De\u011fil",
"Voucher Not Valid": "Kupon Ge\u00e7erli De\u011fil", "Activation_Vouchers_Successfully": "Aktivasyon Kuponlar\u0131 Ba\u015far\u0131yla",
"Activation Vouchers Successfully": "Aktivasyon Kuponlar\u0131 Ba\u015far\u0131yla", "Data_Not_Found": "Veri bulunamad\u0131",
"Data Not Found": "Veri bulunamad\u0131", "Search_by_Username": "Kullan\u0131c\u0131 Ad\u0131na G\u00f6re Ara",
"Search by Username": "Kullan\u0131c\u0131 Ad\u0131na G\u00f6re Ara", "Search_by_Name": "\u0130sme G\u00f6re Ara",
"Search by Name": "\u0130sme G\u00f6re Ara", "Search_by_Code_Voucher": "Kod Makbuzuna G\u00f6re Ara",
"Search by Code Voucher": "Kod Makbuzuna G\u00f6re Ara",
"Search": "Arama", "Search": "Arama",
"Select a customer": "Bir m\u00fc\u015fteri se\u00e7in", "Select_a_customer": "Bir m\u00fc\u015fteri se\u00e7in",
"Select Routers": "Router'lar\u0131 Se\u00e7", "Select_Routers": "Router'lar\u0131 Se\u00e7",
"Select Plans": "Planlar\u0131 Se\u00e7", "Select_Plans": "Planlar\u0131 Se\u00e7",
"Select Pool": "Havuz Se\u00e7", "Select_Pool": "Havuz Se\u00e7",
"Hrs": "Saat", "Hrs": "Saat",
"Mins": "Dk", "Mins": "Dk",
"Days": "G\u00fcn", "Days": "G\u00fcn",
"Months": "Ay", "Months": "Ay",
"Add Language": "Dil Ekle", "Add_Language": "Dil Ekle",
"Language Name": "Dil ad\u0131", "Language_Name": "Dil ad\u0131",
"Folder Name": "Klas\u00f6r ad\u0131", "Folder_Name": "Klas\u00f6r ad\u0131",
"Translator": "\u00c7evirmen", "Translator": "\u00c7evirmen",
"Language Name Already Exist": "Dil Ad\u0131 Zaten Var", "Language_Name_Already_Exist": "Dil Ad\u0131 Zaten Var",
"Payment Gateway": "Payment Gateway", "Payment_Gateway": "Payment Gateway",
"Community": "Community", "Community": "Community",
"1 user can be used for many devices?": "1 user can be used for many devices?", "1_user_can_be_used_for_many_devices_": "1 user can be used for many devices?",
"Cannot be change after saved": "Cannot be change after saved", "Cannot_be_change_after_saved": "Cannot be change after saved",
"Explain Coverage of router": "Jelaskan Cakupan wilayah hotspot", "Explain_Coverage_of_router": "Jelaskan Cakupan wilayah hotspot",
"Name of Area that router operated": "Nama Lokasi\/Wilayah Router beroperasi", "Name_of_Area_that_router_operated": "Nama Lokasi\/Wilayah Router beroperasi",
"Payment Notification URL, Recurring Notification URL, Pay Account Notification URL": "Payment Notification URL, Recurring Notification URL, Pay Account Notification URL", "Payment_Notification_URL__Recurring_Notification_URL__Pay_Account_Notification_URL": "Payment Notification URL, Recurring Notification URL, Pay Account Notification URL",
"Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL": "Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL", "Finish_Redirect_URL__Unfinish_Redirect_URL__Error_Redirect_URL": "Finish Redirect URL, Unfinish Redirect URL, Error Redirect URL",
"Status": "Status", "Status": "Status",
"Plan Not found": "Plan Not found", "Plan_Not_found": "Plan Not found",
"Failed to create transaction.": "Failed to create transaction.", "Failed_to_create_transaction_": "Failed to create transaction.",
"Seller has not yet setup Xendit payment gateway": "Seller has not yet setup Xendit payment gateway", "Seller_has_not_yet_setup_Xendit_payment_gateway": "Seller has not yet setup Xendit payment gateway",
"Admin has not yet setup Xendit payment gateway, please tell admin": "Admin has not yet setup Xendit payment gateway, please tell admin", "Admin_has_not_yet_setup_Xendit_payment_gateway__please_tell_admin": "Admin has not yet setup Xendit payment gateway, please tell admin",
"Buy this? your active package will be overwrite": "Buy this? your active package will be overwrite", "Buy_this__your_active_package_will_be_overwrite": "Buy this? your active package will be overwrite",
"You already have unpaid transaction, cancel it or pay it.": "You already have unpaid transaction, cancel it or pay it.", "You_already_have_unpaid_transaction__cancel_it_or_pay_it_": "You already have unpaid transaction, cancel it or pay it.",
"Transaction Not found": "Transaction Not found", "Transaction_Not_found": "Transaction Not found",
"Cancel it?": "Cancel it?", "Cancel_it_": "Cancel it?",
"expired": "expired", "expired": "expired",
"Check for Payment": "Check for Payment", "Check_for_Payment": "Check for Payment",
"Transaction still unpaid.": "Transaction still unpaid.", "Transaction_still_unpaid_": "Transaction still unpaid.",
"Paid Date": "Paid Date", "Paid_Date": "Paid Date",
"Transaction has been paid.": "Transaction has been paid.", "Transaction_has_been_paid_": "Transaction has been paid.",
"PAID": "PAID", "PAID": "PAID",
"CANCELED": "CANCELED", "CANCELED": "CANCELED",
"UNPAID": "UNPAID", "UNPAID": "UNPAID",
"PAY NOW": "PAY NOW", "PAY_NOW": "PAY NOW",
"Buy Hotspot Plan": "Buy Hotspot Plan", "Buy_Hotspot_Plan": "Buy Hotspot Plan",
"Buy PPOE Plan": "Buy PPOE Plan", "Buy_PPOE_Plan": "Buy PPOE Plan",
"Package": "Package", "Package": "Package",
"Order Internet Package": "Order Internet Package", "Order_Internet_Package": "Order Internet Package",
"Unknown Command.": "Unknown Command.", "Unknown_Command_": "Unknown Command.",
"Checking payment": "Checking payment", "Checking_payment": "Checking payment",
"Create Transaction Success": "Create Transaction Success", "Create_Transaction_Success": "Create Transaction Success",
"You have unpaid transaction": "You have unpaid transaction", "You_have_unpaid_transaction": "You have unpaid transaction",
"TripayPayment Channel": "TripayPayment Channel", "TripayPayment_Channel": "TripayPayment Channel",
"Payment Channel": "Payment Channel", "Payment_Channel": "Payment Channel",
"Payment check failed.": "Payment check failed.", "Payment_check_failed_": "Payment check failed.",
"Order Package": "Order Package", "Order_Package": "Order Package",
"Transactions": "Transactions", "Transactions": "Transactions",
"Payments": "Payments", "Payments": "Payments",
"History": "History", "History": "History",
"Order History": "Order History", "Order_History": "Order History",
"Gateway": "Gateway", "Gateway": "Gateway",
"Date Done": "Date Done", "Date_Done": "Date Done",
"Unpaid Order": "Unpaid Order", "Unpaid_Order": "Unpaid Order",
"Payment Gateway Not Found": "Payment Gateway Not Found", "Payment_Gateway_Not_Found": "Payment Gateway Not Found",
"Payment Gateway saved successfully": "Payment Gateway saved successfully", "Payment_Gateway_saved_successfully": "Payment Gateway saved successfully",
"ORDER": "ORDER", "ORDER": "ORDER",
"Package History": "Package History", "Package_History": "Package History",
"Buy History": "Buy History", "Buy_History": "Buy History",
"Activation History": "Activation History", "Activation_History": "Activation History",
"Buy Package": "Buy Package", "Buy_Package": "Buy Package",
"Email": "Email", "Email": "Email",
"Company Footer": "Company Footer", "Company_Footer": "Company Footer",
"Will show below user pages": "Will show below user pages", "Will_show_below_user_pages": "Will show below user pages",
"Request OTP": "Request OTP", "Request_OTP": "Request OTP",
"Verification Code": "Verification Code", "Verification_Code": "Verification Code",
"SMS Verification Code": "SMS Verification Code", "SMS_Verification_Code": "SMS Verification Code",
"Please enter your email address": "Please enter your email address", "Please_enter_your_email_address": "Please enter your email address",
"Failed to create Paypal transaction.": "Failed to create Paypal transaction.", "Failed_to_create_Paypal_transaction_": "Failed to create Paypal transaction.",
"Plugin": "Plugin", "Plugin": "Plugin",
"Plugin Manager": "Plugin Manager", "Plugin_Manager": "Plugin Manager",
"User Notification": "User Notification", "User_Notification": "User Notification",
"Expired Notification": "Expired Notification", "Expired_Notification": "Expired Notification",
"User will get notification when package expired": "User will get notification when package expired", "User_will_get_notification_when_package_expired": "User will get notification when package expired",
"Expired Notification Message": "Expired Notification Message", "Expired_Notification_Message": "Expired Notification Message",
"Payment Notification": "Payment Notification", "Payment_Notification": "Payment Notification",
"User will get invoice notification when buy package or package refilled": "User will get invoice notification when buy package or package refilled", "User_will_get_invoice_notification_when_buy_package_or_package_refilled": "User will get invoice notification when buy package or package refilled",
"Current IP": "Current IP", "Current_IP": "Current IP",
"Current MAC": "Current MAC", "Current_MAC": "Current MAC",
"Login Status": "Login Status", "Login_Status": "Login Status",
"Login Request successfully": "Login Request successfully", "Login_Request_successfully": "Login Request successfully",
"Logout Request successfully": "Logout Request successfully", "Logout_Request_successfully": "Logout Request successfully",
"Disconnect Internet?": "Disconnect Internet?", "Disconnect_Internet_": "Disconnect Internet?",
"Not Online, Login now?": "Not Online, Login now?", "Not_Online__Login_now_": "Not Online, Login now?",
"You are Online, Logout?": "You are Online, Logout?", "You_are_Online__Logout_": "You are Online, Logout?",
"Connect to Internet?": "Connect to Internet?", "Connect_to_Internet_": "Connect to Internet?",
"Your account not connected to internet": "Your account not connected to internet", "Your_account_not_connected_to_internet": "Your account not connected to internet",
"Balance": "Balance", "Balance": "Balance",
"Balance System": "Balance System", "Balance_System": "Balance System",
"Enable System": "Enable System", "Enable_System": "Enable System",
"Allow Transfer": "Allow Transfer", "Allow_Transfer": "Allow Transfer",
"Telegram Notification": "Telegram Notification", "Telegram_Notification": "Telegram Notification",
"SMS OTP Registration": "SMS OTP Registration", "SMS_OTP_Registration": "SMS OTP Registration",
"Whatsapp Notification": "Whatsapp Notification", "Whatsapp_Notification": "Whatsapp Notification",
"Tawk.to Chat Widget": "Tawk.to Chat Widget", "Tawk_to_Chat_Widget": "Tawk.to Chat Widget",
"Invoice": "Invoice", "Invoice": "Invoice",
"Country Code Phone": "Country Code Phone", "Country_Code_Phone": "Country Code Phone",
"Voucher activation menu will be hidden": "Voucher activation menu will be hidden", "Voucher_activation_menu_will_be_hidden": "Voucher activation menu will be hidden",
"Customer can deposit money to buy voucher": "Customer can deposit money to buy voucher", "Customer_can_deposit_money_to_buy_voucher": "Customer can deposit money to buy voucher",
"Allow balance transfer between customers": "Allow balance transfer between customers", "Allow_balance_transfer_between_customers": "Allow balance transfer between customers",
"Failed to create transaction. ": "Failed to create transaction. ", "Failed_to_create_transaction__": "Failed to create transaction. ",
"Failed to check status transaction. ": "Failed to check status transaction. ", "Failed_to_check_status_transaction__": "Failed to check status transaction. ",
"Disable Voucher": "Disable Voucher", "Disable_Voucher": "Disable Voucher",
"Reminder Notification": "Reminder Notification", "Reminder_Notification": "Reminder Notification",
"Reminder Notification Message": "Reminder Notification Message", "Reminder_Notification_Message": "Reminder Notification Message",
"Reminder 7 days": "Reminder 7 days", "Reminder_7_days": "Reminder 7 days",
"Reminder 3 days": "Reminder 3 days", "Reminder_3_days": "Reminder 3 days",
"Reminder 1 day": "Reminder 1 day", "Reminder_1_day": "Reminder 1 day",
"PPPOE Password": "PPPOE Password", "PPPOE_Password": "PPPOE Password",
"User Cannot change this, only admin. if it Empty it will use user password": "User Cannot change this, only admin. if it Empty it will use user password", "User_Cannot_change_this__only_admin__if_it_Empty_it_will_use_user_password": "User Cannot change this, only admin. if it Empty it will use user password",
"Invoice Balance Message": "Invoice Balance Message", "Invoice_Balance_Message": "Invoice Balance Message",
"Invoice Notification Payment": "Invoice Notification Payment", "Invoice_Notification_Payment": "Invoice Notification Payment",
"Balance Notification Payment": "Balance Notification Payment", "Balance_Notification_Payment": "Balance Notification Payment",
"Balance Plans": "Balance Plans", "Balance_Plans": "Balance Plans",
"Buy Balance": "Buy Balance", "Buy_Balance": "Buy Balance",
"Price": "Price", "Price": "Price",
"Validity": "Validity", "Validity": "Validity",
"Disable auto renewal?": "Disable auto renewal?", "Disable_auto_renewal_": "Disable auto renewal?",
"Auto Renewal On": "Auto Renewal On", "Auto_Renewal_On": "Auto Renewal On",
"Enable auto renewal?": "Enable auto renewal?", "Enable_auto_renewal_": "Enable auto renewal?",
"Auto Renewal Off": "Auto Renewal Off", "Auto_Renewal_Off": "Auto Renewal Off",
"Refill Balance": "Refill Balance", "Refill_Balance": "Refill Balance",
"Invoice Footer": "Invoice Footer", "Invoice_Footer": "Invoice Footer",
"Pay With Balance": "Pay With Balance", "Pay_With_Balance": "Pay With Balance",
"Pay this with Balance? your active package will be overwrite": "Pay this with Balance? your active package will be overwrite", "Pay_this_with_Balance__your_active_package_will_be_overwrite": "Pay this with Balance? your active package will be overwrite",
"Success to buy package": "Success to buy package", "Success_to_buy_package": "Success to buy package",
"Auto Renewal": "Auto Renewal", "Auto_Renewal": "Auto Renewal",
"View": "View", "View": "View",
"Back": "Back", "Back": "Back",
"Active": "Active", "Active": "Active",
"Transfer Balance": "Transfer Balance", "Transfer_Balance": "Transfer Balance",
"Send your balance?": "Send your balance?", "Send_your_balance_": "Send your balance?",
"Send": "Send", "Send": "Send",
"Cannot send to yourself": "Cannot send to yourself", "Cannot_send_to_yourself": "Cannot send to yourself",
"Sending balance success": "Sending balance success", "Sending_balance_success": "Sending balance success",
"From": "From", "From": "From",
"To": "To", "To": "To",
"insufficient balance": "insufficient balance", "insufficient_balance": "insufficient balance",
"Send Balance": "Send Balance", "Send_Balance": "Send Balance",
"Received Balance": "Received Balance", "Received_Balance": "Received Balance",
"Minimum Balance Transfer": "Minimum Balance Transfer", "Minimum_Balance_Transfer": "Minimum Balance Transfer",
"Minimum Transfer": "Minimum Transfer", "Minimum_Transfer": "Minimum Transfer",
"Company Logo": "Company Logo", "Company_Logo": "Company Logo",
"Expired IP Pool": "Expired IP Pool", "Expired_IP_Pool": "Expired IP Pool",
"Proxy": "Proxy", "Proxy": "Proxy",
"Proxy Server": "Proxy Server", "Proxy_Server": "Proxy Server",
"Proxy Server Login": "Proxy Server Login", "Proxy_Server_Login": "Proxy Server Login",
"Hotspot Plan": "Hotspot Plan", "Hotspot_Plan": "Hotspot Plan",
"PPPOE Plan": "PPPOE Plan", "PPPOE_Plan": "PPPOE Plan",
"UNKNOWN": "UNKNOWN", "UNKNOWN": "UNKNOWN",
"Are You Sure?": "Are You Sure?", "Are_You_Sure_": "Are You Sure?",
"Success to send package": "Success to send package", "Success_to_send_package": "Success to send package",
"Target has active plan, different with current plant.": "Target has active plan, different with current plant.", "Target_has_active_plan__different_with_current_plant_": "Target has active plan, different with current plant.",
"Recharge a friend": "Recharge a friend", "Recharge_a_friend": "Recharge a friend",
"Buy for friend": "Buy for friend", "Buy_for_friend": "Buy for friend",
"Buy this for friend account?": "Buy this for friend account?", "Buy_this_for_friend_account_": "Buy this for friend account?",
"Review package before recharge": "Review package before recharge", "Review_package_before_recharge": "Review package before recharge",
"Activate": "Activate", "Activate": "Activate",
"Deactivate": "Deactivate", "Deactivate": "Deactivate",
"Sync": "Sync", "Sync": "Sync",
"Failed to create PaymeTrust transaction.": "Failed to create PaymeTrust transaction.", "Failed_to_create_PaymeTrust_transaction_": "Failed to create PaymeTrust transaction.",
"Location": "Location", "Location": "Location",
"Voucher Format": "Voucher Format", "Voucher_Format": "Voucher Format",
"Service Type": "Service Type", "Service_Type": "Service Type",
"Others": "Others", "Others": "Others",
"PPPoE": "PPPoE", "PPPoE": "PPPoE",
"Hotspot": "Hotspot", "Hotspot": "Hotspot",
"Monthly Registered Customers": "Monthly Registered Customers", "Monthly_Registered_Customers": "Monthly Registered Customers",
"Total Monthly Sales": "Total Monthly Sales", "Total_Monthly_Sales": "Total Monthly Sales",
"Active Users": "Active Users" "Active_Users": "Active Users"
} }

View File

@ -61,7 +61,7 @@
</select> </select>
</div> </div>
<div class="col-md-4 help-block"> <div class="col-md-4 help-block">
New Language will be automatically translated from English <a href="{$_url}settings/language">{Lang::T('Language Editor')}</a>
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">

View File

@ -9,7 +9,7 @@
{foreach $langs as $lang} {foreach $langs as $lang}
<div class="form-group"> <div class="form-group">
<div class="col-md-12"> <div class="col-md-12">
<small>{$lang@key}</small> <small>{str_replace('_',' ', $lang@key)}</small>
<input type="text" class="form-control" rows="1" name="{$lang@key}" <input type="text" class="form-control" rows="1" name="{$lang@key}"
placeholder="{$lang@key}" value="{$lang}"> placeholder="{$lang@key}" value="{$lang}">
</div> </div>