Current File : /home/inlingua/www/decay_sym/root/usr/local/softaculous/enduser/languages/japanese/email_lang.php |
<?php
//////////////////////////////////////////////////////////////
//===========================================================
// email_lang.php
//===========================================================
// SOFTACULOUS
// Version : 1.1
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date: 10th Jan 2009
// Time: 21:00 hrs
// Site: http://www.softaculous.com/ (SOFTACULOUS)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
//////////////////////////////////////////////////////////////
if(!defined('SOFTACULOUS')){
die('Hacking Attempt');
}
$l['no_email'] = 'Eメールアドレスが特定されませんでした。';
$l['wrong_email'] = '送信されたEメールアドレスは無効です。';
$l['off_email_link'] = 'Email settings have been disabled by admin';
//Theme Strings
$l['<title>'] = APP.' - Eメール設定';
$l['emailsettings'] = 'Eメール設定';
$l['email_address'] = 'Eメールアドレス';
$l['email_exp'] = '受信先Eメールアドレス';
$l['ins_email'] = 'インストール時のEメール通知';
$l['ins_email_exp'] = '新しいソフトウェアをインストールした際に、セットアップの詳細をEメールで通知します。';
$l['rem_email'] = 'アンインストール時のEメール通知';
$l['rem_email_exp'] = 'ソフトウェアがアンインストールされた際に、Eメールで通知します。';
$l['edit_settings'] = '編集後の設定を保存する';
$l['settings_saved'] = '設定は正常に保存されました。';
$l['editdetail_email'] = 'インスタレーション編集時のEメール通知';
$l['editdetail_email_exp'] = 'インスタレーションの詳細が編集された際に、Eメールで通知します。';
$l['disable_all_notify_update'] = '全てのアップデート通知を無効にする';
$l['disable_all_notify_update_exp'] = '全てのインスタレーションで利用可能な、アップデートのEメール通知を無効にします。';
$l['all_notify_update'] = 'Update Notifications Emails';
$l['all_notify_update_exp'] = 'Send an email notification for updates available for <b>ALL</b> your installations.';
$l['backup_email'] = 'バックアップ時のEメール通知';
$l['backup_email_exp'] = 'インスタレーションをバックアップした際に、バックアップの詳細をEメールで通知します。';
$l['clone_email'] = '複製時のEメール';
$l['clone_email_exp'] = 'インスタレーションを複製した際に、インスタレーションの詳細をEメールで通知します。';
$l['restore_email'] = 'Restore Emails';
$l['restore_email_exp'] = 'Send an email containing restore details when you restore any installation';
$l['template_email'] = 'Template Emails';
$l['template_email_exp'] = 'Send an email containing template details when you create a template of any installation';
$l['restore_template_email'] = 'Restore Template Emails';
$l['restore_template_email_exp'] = 'Send an email containing template restore details when you restore any template';
$l['done'] = 'Done';
$l['email_password_user'] = 'Email password in plain text';
$l['email_password_user_exp'] = 'If checked, the passwords will be sent in plain-text to the users via email for install, clone, etc.';
$l['import_email'] = 'Import Emails';
$l['import_email_exp'] = 'Send an email containing details of the installation you have imported';
$l['staging_email'] = 'Staging Emails';
$l['staging_email_exp'] = 'Send an email containing installation details when you create a staging environment of any installation';