]> git.mxchange.org Git - friendica-addons.git/blob - blackout/lang/ja/strings.php
RU translation langfilter addon THX Alexander An
[friendica-addons.git] / blackout / lang / ja / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ja")) {
4 function string_plural_select_ja($n){
5         $n = intval($n);
6         return 0;;
7 }}
8 ;
9 $a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "終了日はブラックアウトの開始日より前です。これを修正する必要があります";
10 $a->strings["Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>."] = "ブラックアウトの現在の設定を再確認してください。開始は<strong> %s </strong>で、終了は<strong> %s </strong>です。";
11 $a->strings["Save Settings"] = "設定を保存する";
12 $a->strings["Redirect URL"] = "リダイレクト URL";
13 $a->strings["all your visitors from the web will be redirected to this URL"] = "Webからのすべての訪問者はこのURLにリダイレクトされます";
14 $a->strings["Begin of the Blackout"] = "ブラックアウトの始まり";
15 $a->strings["Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."] = "形式は<tt> YYYY-MM-DD hh:mm </tt>です。 <em> YYYY </em>年、<em> MM </em>月、<em> DD </em>日、<em> hh </em>時間と<em> mm </em>分。";
16 $a->strings["End of the Blackout"] = "ブラックアウトの終わり";
17 $a->strings["<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can't login again after logging out should the blackout is still in place."] = "<strong>備考</strong>:送信ボタンを押した時点からリダイレクトが有効になります。現在ログインしているユーザーは<strong>リダイレクトされません</strong>が、ブラックアウトが有効な間はログアウト後再度ログインできなくなります。";