X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Flang%2Fja%2Fstrings.php;h=177c4eec35396d4ae8ecb933fd750038197bcfd4;hb=56812ce24ba0d653d60fd8ab85d17fe3176344b7;hp=b5f9831c2db30b494477770438623a1e913dfc23;hpb=65442ac6bab083451ab19840571de5076b6a2f83;p=friendica.git diff --git a/view/lang/ja/strings.php b/view/lang/ja/strings.php index b5f9831c2d..177c4eec35 100644 --- a/view/lang/ja/strings.php +++ b/view/lang/ja/strings.php @@ -283,8 +283,6 @@ $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requ $a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tログインの詳細は次のとおりです:\n\n\t\t\tサイトの場所:\t%1\$s\n\t\t\tログイン名:\t%2\$s\n\t\t\tパスワード:\t%3\$s\n\n\t\t\tログイン後にアカウント設定ページからパスワードを変更できます。\n\t\t"; $a->strings["Your password has been changed at %s"] = "パスワードは%s変更されました"; $a->strings["No keywords to match. Please add keywords to your profile."] = "合致するキーワードが有りません。あなたのプロフィールにキーワードを追加してください。"; -$a->strings["first"] = "最初"; -$a->strings["next"] = "次"; $a->strings["No matches"] = "一致する項目がありません"; $a->strings["Profile Match"] = "一致するプロフィール"; $a->strings["New Message"] = "新しいメッセージ"; @@ -728,7 +726,9 @@ $a->strings["Navigation"] = "ナビゲーション"; $a->strings["Site map"] = "サイトマップ"; $a->strings["Embedding disabled"] = "埋め込みが無効です"; $a->strings["Embedded content"] = "埋め込みコンテンツ"; +$a->strings["first"] = "最初"; $a->strings["prev"] = "前の"; +$a->strings["next"] = "次"; $a->strings["last"] = "最終"; $a->strings["Image/photo"] = "画像/写真"; $a->strings["Click to open/close"] = "クリックして開閉"; @@ -1306,8 +1306,6 @@ $a->strings["Maximum number of parallel workers"] = "並列ワーカーの最大 $a->strings["On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d."] = "共有ホスティング事業者では、これを%dに設定します。大規模なシステムでは、 %dの値は素晴らしいでしょう。既定の値は%dです。"; $a->strings["Enable fastlane"] = "fastlaneを有効にする"; $a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "有効にすると、優先度の高いプロセスが優先度の低いプロセスによってブロックされた場合、fastlaneメカニズムは追加のワーカーを開始します。"; -$a->strings["Use relay servers"] = "中継サーバーを使用する"; -$a->strings["Enables the receiving of public posts from relay servers. They will be included in the search, subscribed tags and on the global community page."] = "中継サーバーからの公開投稿の受信を有効にします。それらは、検索や購読しているタグ、グローバルコミュニティのページに掲載されます。"; $a->strings["Direct relay transfer"] = "直接中継転送"; $a->strings["Enables the direct transfer to other servers without using the relay servers"] = "中継サーバーを使用せずに他のサーバーに直接転送できるようにします"; $a->strings["Relay scope"] = "中継スコープ"; @@ -1769,7 +1767,7 @@ $a->strings["Note for the admin"] = "管理者への注意"; $a->strings["Leave a message for the admin, why you want to join this node"] = "このノードに参加する理由、管理者へのメッセージを残す"; $a->strings["Membership on this site is by invitation only."] = "このサイトのメンバーシップは招待のみです。"; $a->strings["Your invitation code: "] = "招待コード:"; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "あなたの氏名(例:ジョー・スミス、本物または本物の見た目):"; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "あなたの氏名(例:ジョー・スミス、本物または本物のような):"; $a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "あなたのメールアドレス:(初回の情報はそこに送信されますので、これは既存のアドレスでなければなりません。)"; $a->strings["Please repeat your e-mail address:"] = "メールアドレスを再入力してください。"; $a->strings["Leave empty for an auto generated password."] = "自動生成されたパスワードの場合は空のままにします。";