2016-07-15 17:10:20 +02:00
<resources >
<string name= "app_name" > シンプル ギャラリー</string>
2016-08-25 21:52:49 +02:00
<string name= "app_launcher_name" > Gallery</string>
2016-07-15 17:10:20 +02:00
<string name= "share_via" > 共有...</string>
<string name= "no_permissions" > ストレージにアクセスしないとギャラリーでできることはほとんどありません</string>
<string name= "delete" > 削除</string>
<string name= "deleting" > 削除中</string>
2016-10-05 22:22:44 +02:00
<string name= "rename" > Rename</string>
2016-10-08 21:08:49 +02:00
<string name= "edit" > Edit</string>
2016-07-15 17:10:20 +02:00
<string name= "undo" > 元に戻す</string>
<string name= "share" > 共有</string>
2016-11-03 23:04:43 +01:00
<string name= "properties" > Properties</string>
2016-07-15 17:10:20 +02:00
<string name= "rename_file" > ファイルの名前を変更</string>
<string name= "rename_folder" > フォルダーの名前を変更</string>
<string name= "rename_file_error" > ファイルの名前を変更できませんでした</string>
<string name= "rename_folder_error" > フォルダーの名前を変更できませんでした</string>
<string name= "rename_folder_empty" > フォルダー名は空にできません</string>
2016-11-13 11:28:34 +01:00
<string name= "rename_folder_exists" > A folder with that name already exists</string>
2016-11-13 11:40:12 +01:00
<string name= "rename_folder_root" > Cannot rename the root folder of a storage</string>
2016-07-15 17:10:20 +02:00
<string name= "rename_folder_ok" > フォルダーの名前を正常に変更しました</string>
<string name= "renaming_folder" > フォルダーの名前を変更中</string>
2016-11-06 23:52:57 +01:00
<string name= "filename_cannot_be_empty" > ファイル名は空にできません</string>
<string name= "filename_invalid_characters" > Filename contains invalid characters</string>
2016-07-15 17:10:20 +02:00
<string name= "extension" > 拡張</string>
<string name= "file_deleted" > ファイルを削除しました</string>
<string name= "open_camera" > カメラを開く</string>
<string name= "unknown_error" > 不明なエラーが発生しました</string>
2016-07-24 16:34:45 +02:00
<string name= "sort_by" > Sort by</string>
<string name= "name" > Name</string>
<string name= "size" > Size</string>
<string name= "date" > Date</string>
<string name= "ascending" > Ascending</string>
<string name= "descending" > Descending</string>
2016-08-21 20:39:16 +02:00
<string name= "ok" > OK</string>
<string name= "cancel" > Cancel</string>
2016-10-08 21:28:16 +02:00
<string name= "open_with" > Open with</string>
<string name= "no_app_found" > No valid app found</string>
2016-10-09 14:09:05 +02:00
<string name= "hide_folder" > Hide folder</string>
2016-10-09 15:07:53 +02:00
<string name= "unhide_folder" > Unhide folder</string>
2016-10-09 15:18:45 +02:00
<string name= "hidden" > (hidden)</string>
2016-11-06 21:52:43 +01:00
<string name= "save_as" > Save as</string>
2016-11-06 23:52:57 +01:00
<string name= "file_saved" > File saved successfully</string>
2016-11-08 21:49:54 +01:00
<string name= "copy" > コピー</string>
<string name= "move" > 移動</string>
2016-11-12 16:50:05 +01:00
<string name= "copy_move" > Copy/Move</string>
2016-11-08 21:49:54 +01:00
<string name= "copy_item" > アイテムをコピー</string>
<string name= "copy_items" > アイテムをコピー</string>
<string name= "source" > 元</string>
<string name= "destination" > 先</string>
<string name= "select_destination" > 宛先を選択</string>
<string name= "invalid_destination" > 選択した宛先に書き込みできませんでした</string>
<string name= "please_select_destination" > 宛先を選択してください</string>
<string name= "source_and_destination_same" > Source and destination cannot be the same</string>
<string name= "copy_failed" > ファイルをコピーできませんでした</string>
2016-11-12 17:52:35 +01:00
<string name= "copying" > コピー中… </string>
2016-11-10 20:02:06 +01:00
<string name= "copying_success" > Files copied successfully</string>
2016-11-12 21:43:22 +01:00
<string name= "copy_move_failed" > An error occurred</string>
2016-11-12 17:52:35 +01:00
<string name= "moving" > Moving… </string>
<string name= "moving_success" > Files moved successfully</string>
2016-11-08 21:49:54 +01:00
<string name= "already_exists" > A file with that name already exists</string>
2016-11-12 21:33:46 +01:00
<string name= "moving_success_partial" > Some files could not be moved</string>
<string name= "copying_success_partial" > Some files could not be copied</string>
2016-11-17 16:23:49 +01:00
<string name= "invalid_name" > 名前に無効な文字が含まれています</string>
2016-07-15 17:10:20 +02:00
<plurals name= "folders_deleted" >
<item quantity= "one" > 1 フォルダーを削除しました</item>
<item quantity= "other" > %1$d フォルダーを削除しました</item>
</plurals>
<plurals name= "files_deleted" >
<item quantity= "one" > 1 ファイルを削除しました</item>
<item quantity= "other" > %1$d ファイルを削除しました</item>
</plurals>
2016-10-05 22:07:32 +02:00
<!-- Editor -->
<string name= "editor" > Editor</string>
<string name= "save" > Save</string>
<string name= "rotate" > Rotate</string>
2016-10-05 23:36:53 +02:00
<string name= "invalid_image_path" > Invalid image path</string>
2016-10-06 19:54:09 +02:00
<string name= "image_editing_failed" > Image editing failed</string>
2016-10-07 23:52:01 +02:00
<string name= "edit_image_with" > Edit image with:</string>
<string name= "no_editor_found" > No image editor found</string>
2016-10-08 12:44:04 +02:00
<string name= "unknown_file_location" > Unknown file location</string>
2016-10-08 16:08:10 +02:00
<string name= "error_saving_file" > Could not overwrite the source file</string>
2016-10-05 22:07:32 +02:00
2016-10-08 16:47:36 +02:00
<!-- Set wallpaper -->
2016-10-08 20:03:12 +02:00
<string name= "simple_wallpaper" > Simple Wallpaper</string>
2016-10-08 17:03:52 +02:00
<string name= "set_as_wallpaper" > Set as Wallpaper</string>
<string name= "set_as_wallpaper_failed" > Setting as Wallpaper failed</string>
2016-10-08 16:47:36 +02:00
<string name= "set_as_wallpaper_with" > Set as wallpaper with:</string>
<string name= "no_wallpaper_setter_found" > No app capable of it has been found</string>
2016-10-08 19:39:50 +02:00
<string name= "setting_wallpaper" > 壁紙の設定… </string>
<string name= "wallpaper_set_successfully" > Wallpaper set successfully</string>
2016-10-08 16:47:36 +02:00
2016-07-15 17:10:20 +02:00
<!-- About -->
<string name= "about" > アプリについて</string>
<string name= "website" > もっとシンプルなアプリとソースコードは:\nhttp://simplemobiletools.com</string>
<string name= "email_label" > ご意見やご提案をお送りください:</string>
<string name= "third_party_licences_underlined" > <u > サードパーティー ライセンス</u> </string>
2016-08-22 23:52:09 +02:00
<string name= "invite_friends_underlined" > <u > Invite friends</u> </string>
<string name= "share_text" > Hey, come check out %1$s at %2$s</string>
<string name= "invite_via" > Invite via</string>
2016-07-15 17:10:20 +02:00
<string name= "rate_us_underlined" > <u > Play ストアで評価してください</u> </string>
<string name= "follow_us" > フォローしてください:</string>
<string name= "copyright" > v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
2016-07-20 20:46:51 +02:00
<!-- Settings -->
<string name= "settings" > 設定</string>
<string name= "dark_theme" > ダークテーマ</string>
2016-08-23 21:18:40 +02:00
<string name= "same_sorting" > Same sorting for files and folders</string>
2016-10-09 14:14:58 +02:00
<string name= "show_hidden_folders" > Show hidden folders</string>
2016-11-06 16:36:37 +01:00
<string name= "autoplay_videos" > Play videos automatically</string>
2016-11-10 21:39:07 +01:00
<string name= "toggle_filename" > Toggle filename visibility</string>
2016-07-20 20:46:51 +02:00
2016-10-03 23:32:24 +02:00
<!-- License -->
2016-07-15 17:10:20 +02:00
<string name= "notice" > このアプリは、私の人生を容易にするために、次のサードパーティのライブラリーを使用しています。 ありがとうございます。</string>
<string name= "third_party_licences" > サードパーティー ライセンス</string>
2016-11-20 19:01:17 +01:00
<string name= "kotlin_title" > <u > Kotlin (プログラミング言語)</u> </string>
2016-11-17 19:08:30 +01:00
<string name= "subsampling_title" > <u > Subsampling Scale Image View (ズーム可能イメージビュー)</u> </string>
2016-07-15 17:10:20 +02:00
<string name= "glide_title" > <u > Glide (イメージ ローディングとキャッシング)</u> </string>
2016-11-19 14:50:39 +01:00
<string name= "cropper_title" > <u > Android Image Cropper (image crop and rotate)</u> </string>
2016-11-20 17:49:36 +01:00
<string name= "multiselect_title" > <u > RecyclerView MultiSelect (selecting multiple list items)</u> </string>
2016-11-20 17:56:31 +01:00
<string name= "rtl_viewpager_title" > <u > RtlViewPager (for swiping images right to left)</u> </string>
2016-11-13 10:33:33 +01:00
<string name= "filepicker_title" > <u > Simple File Picker (filepicker dialog)</u> </string>
<string name= "fileproperties_title" > <u > Simple File Properties (properties dialog)</u> </string>
2016-11-24 23:30:51 +01:00
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<string name= "app_short_description" > A gallery for viewing photos and videos without ads.</string>
<string name= "app_long_description" >
A simple tool usable for viewing photos and videos. Items can be sorted by date, size, name both ascending or descending, photos can be zoomed in. Media files are shown in multiple columns, depending on the size of the display. They can be renamed, shared, deleted, copied, moved. Images can also be cropped, rotated or set as Wallpaper directly from the app.
The Gallery is also offered for third party usage for previewing images / videos, adding attachments at email clients etc. It\'s perfect for everyday usage.
Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too.
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
</string>
2016-07-15 17:10:20 +02:00
</resources>