add lang: ja

This commit is contained in:
xiaomlove
2025-04-19 02:06:51 +07:00
parent 432c57f886
commit ff11c10eab
275 changed files with 8545 additions and 730 deletions
+7 -7
View File
@@ -5,17 +5,17 @@ $lang_linksmanage = array
'head_apply_for_links' => "Apply for Links",
'text_apply_for_links' => "Apply for Links",
'text_rules' => "Rules for Link Exchange:",
'text_rule_one' => "1.Please make our link <a href=\"".get_protocol_prefix().$BASEURL."\" title=\"$SLOGAN\" target=\"_blank\">$SITENAME</a> at your site before asking us to do the same.",
'text_rule_two' => "2.Your site <strong>MUST NOT</strong> be involed in any illegal things. The administrators of this site $SITENAME take absolutely no responsibily for anything of your site.",
'text_rule_three' => "3.All links we make here at our site $SITENAME are text-only.",
'text_rule_one' => "1.Please make our link <a href=\"%s\" title=\"%s\" target=\"_blank\">%s</a> at your site before asking us to do the same.",
'text_rule_two' => "2.Your site <strong>MUST NOT</strong> be involed in any illegal things. The administrators of this site %s take absolutely no responsibily for anything of your site.",
'text_rule_three' => "3.All links we make here at our site %s are text-only.",
'text_rule_four' => "4.Your site should has at least 200 registered users or 50 daily-visiting people.",
'text_rule_five' => "5.We reserve the rights to <strong>MODIFY OR DELETE ANY LINKS</strong> at our site $SITENAME without notification.",
'text_rule_six' => "6.If conformed to rules above, feel free to apply for links of your site at $SITENAME. However, we give no guarantee to accept all application.",
'text_rule_five' => "5.We reserve the rights to <strong>MODIFY OR DELETE ANY LINKS</strong> at our site %s without notification.",
'text_rule_six' => "6.If conformed to rules above, feel free to apply for links of your site at %s. However, we give no guarantee to accept all application.",
'text_red_star_required' => "Fields marked with a red star(<font color='red'>*</font>) are required.",
'text_site_name' => "Site Name",
'text_url' => "URL",
'text_title' => "Title",
'text_title_note' => "Title is used to show tooltip at a link. e.g. <a href='http://www.nexusphp.com' title='The Ultimate File Sharing Solution' target='_blank'><b>NexusPHP</b></a>",
'text_title_note' => "Title is used to show tooltip at a link. e.g. <a href='https://nexusphp.org' title='The Ultimate File Sharing Solution' target='_blank'><b>NexusPHP</b></a>",
'text_administrator' => "Administrator",
'text_administrator_note' => "We required administrator's <b>TRUE NAME</b>.",
'text_email' => "Email",
@@ -33,7 +33,7 @@ $lang_linksmanage = array
'std_success' => "Success",
'std_success_note' => "Your application has been successfully sent. Please wait for our reply.",
'text_sitename_note' => "The name of your site. e.g. <i>NexusPHP</i>",
'text_url_note' => "e.g. <i>http://www.nexusphp.com</i>",
'text_url_note' => "e.g. <i>https://nexusphp.org</i>",
'text_email_note' => "The administrator's contact email address",
'std_missing_form_data' => "Missing form data.",
'std_unable_creating_new_link' => "Unable to create new link.",