blob: 2bf9b5b57c4f06ba6c1aa107342b8ed834fb8a37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
apply-current-view-to-menu =
.label = 現在のビューを適用...
threadpane-apply-changes-prompt-title = 変更を適用しますか?
# Variables:
# $name (String): The name of the folder to apply to.
threadpane-apply-changes-prompt-no-children-text = 現在のフォルダーのビューを { $name } フォルダーに適用しますか?
# Variables:
# $name (String): The name of the folder to apply to.
threadpane-apply-changes-prompt-with-children-text = 現在のフォルダーのビューを { $name } フォルダー全体 (サブフォルダーを含む) に適用しますか?
|