friendica-addons/nitter/lang/ja/strings.php

12 lines
458 B
PHP

<?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インスタンスへのリンクに置換されました";