aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-ja/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-ja/strings.xml')
-rw-r--r--res/values-ja/strings.xml18
1 files changed, 2 insertions, 16 deletions
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index b08fbac5..9cb575b7 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -262,13 +262,13 @@
<!-- Fso Properties Dialog * Others Label -->
<string name="fso_properties_dialog_others">その他:</string>
<!-- Fso Properties Dialog * Folders -->
- <plurals name="fso_properties_dialog_folders">
+ <plurals name="n_folders">
<item quantity="zero">0 フォルダ</item>
<item quantity="one">1 フォルダ</item>
<item quantity="other"><xliff:g id="folders">%1$d</xliff:g> フォルダ</item>
</plurals>
<!-- Fso Properties Dialog * Files -->
- <plurals name="fso_properties_dialog_files">
+ <plurals name="n_files">
<item quantity="zero">0 ファイル</item>
<item quantity="one">1 ファイル</item>
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> ファイル</item>
@@ -520,20 +520,6 @@
<!-- Mime/Types * Unknown -->
<string name="mime_unknown">不明</string>
- <!-- Selection. All possibilities. [1 folder; >1 folders; 1 file; >1 files;
- >1 folders and 1 file; 1 folder and >1 files; >1 folders and >1 files]
- Avoid using plural item because is more complex to achieved all strings -->
- <string name="selection_one_folder"><xliff:g id="folders">%1$s</xliff:g> つのフォルダを選択中</string>
- <string name="selection_other_folders"><xliff:g id="folders">%1$s</xliff:g> つのフォルダを選択中</string>
- <string name="selection_one_file"><xliff:g id="files">%1$s</xliff:g> つのファイルを選択中</string>
- <string name="selection_other_files"><xliff:g id="files">%1$s</xliff:g> つのファイルを選択中</string>
- <string name="selection_other_folders_one_file"><xliff:g id="folders">%1$s</xliff:g> つのフォルダと
- <xliff:g id="files">%2$s</xliff:g> つのファイルを選択中</string>
- <string name="selection_one_folder_other_files"><xliff:g id="folder2">%1$s</xliff:g> つのフォルダと
- <xliff:g id="file2">%2$s</xliff:g> つのファイルを選択中</string>
- <string name="selection_other_folders_other_files"><xliff:g id="folder2">%1$s</xliff:g> つのフォルダと
- and <xliff:g id="files">%2$s</xliff:g> つのファイルを選択中</string>
-
<!-- Category descriptions -->
<string name="category_system">システム</string>
<string name="category_app">アプリ</string>