12345678910111213141516171819202122 |
- /*
- QBImagePicker.strings
- QBImagePicker
- Created by Katsuma Tanaka on 2015/04/03.
- Copyright (c) 2015 Katsuma Tanaka. All rights reserved.
- */
- "albums.title" = "アルバム";
- "assets.footer.photo" = "写真: %ld枚";
- "assets.footer.photos" = "写真: %ld枚";
- "assets.footer.video" = "ビデオ: %ld本";
- "assets.footer.videos" = "ビデオ: %ld本";
- "assets.footer.photo-and-video" = "写真: %ld枚、ビデオ%ld本";
- "assets.footer.photos-and-video" = "写真: %ld枚、ビデオ%ld本";
- "assets.footer.photo-and-videos" = "写真: %ld枚、ビデオ%ld本";
- "assets.footer.photos-and-videos" = "写真: %ld枚、ビデオ%ld本";
- "assets.toolbar.item-selected" = "%ld 項目を選択中";
- "assets.toolbar.items-selected" = "%ld 項目を選択中";
|