mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,11 +5,10 @@ function string_plural_select_ja($n){
|
|||
$n = intval($n);
|
||||
return intval(0);
|
||||
}}
|
||||
;
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "終了日はブラックアウトの開始日より前で、これを修正する必要があります";
|
||||
$a->strings["Save Settings"] = "設定を保存する";
|
||||
$a->strings["Redirect URL"] = "リダイレクト URL";
|
||||
$a->strings["All your visitors from the web will be redirected to this URL."] = "Webからのすべての訪問者はこのURLにリダイレクトされます";
|
||||
$a->strings["Begin of the Blackout"] = "ブラックアウトの始まり";
|
||||
$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>分。";
|
||||
$a->strings["End of the Blackout"] = "ブラックアウトの終わり";
|
||||
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this.'] = '終了日はブラックアウトの開始日より前で、これを修正する必要があります';
|
||||
$a->strings['Save Settings'] = '設定を保存する';
|
||||
$a->strings['Redirect URL'] = 'リダイレクト URL';
|
||||
$a->strings['All your visitors from the web will be redirected to this URL.'] = 'Webからのすべての訪問者はこのURLにリダイレクトされます';
|
||||
$a->strings['Begin of the Blackout'] = 'ブラックアウトの始まり';
|
||||
$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>分。';
|
||||
$a->strings['End of the Blackout'] = 'ブラックアウトの終わり';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue