mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
nitter: JA translation added THX XMPPはいいぞ
This commit is contained in:
parent
152f780b50
commit
ab4f909443
2 changed files with 57 additions and 0 deletions
11
nitter/lang/ja/strings.php
Normal file
11
nitter/lang/ja/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ja")) {
|
||||
function string_plural_select_ja($n){
|
||||
$n = intval($n);
|
||||
return intval(0);
|
||||
}}
|
||||
;
|
||||
$a->strings["Nitter server"] = "Nitterサーバー";
|
||||
$a->strings["Save Settings"] = "設定を保存";
|
||||
$a->strings["Links to Twitter in this posting were replaced by links to the Nitter instance at %s"] = "この投稿のTwitterへのリンクは、%sのNitterインスタンスへのリンクに置換されました";
|
Loading…
Add table
Add a link
Reference in a new issue