mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-03-05 06:56:49 -05:00
49 lines
2.7 KiB
XML
49 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">シンプル ファイル マネージャー</string>
|
|
<string name="app_launcher_name">ファイル マネージャー</string>
|
|
<string name="press_back_again">もう一度戻るを押すと終了します</string>
|
|
<string name="no_app_found">No app for opening this type of file is available</string>
|
|
<string name="go_to_home_folder">Go to home folder</string>
|
|
<string name="set_as_home_folder">Set as home folder</string>
|
|
<string name="home_folder_updated">Home folder updated</string>
|
|
|
|
<!-- Compression -->
|
|
<string name="compress">Compress</string>
|
|
<string name="decompress">Decompress</string>
|
|
<string name="compress_as">Compress as</string>
|
|
<string name="compressing">Compressing…</string>
|
|
<string name="decompressing">Decompressing…</string>
|
|
<string name="compression_successful">Compression successful</string>
|
|
<string name="decompression_successful">Decompression successful</string>
|
|
<string name="compressing_failed">Compressing failed</string>
|
|
<string name="decompressing_failed">Decompressing failed</string>
|
|
|
|
<!-- Favorites -->
|
|
<string name="favorites">Favorites</string>
|
|
<string name="add_to_favorites">Add to favorites</string>
|
|
<string name="remove_from_favorites">Remove from favorites</string>
|
|
<string name="manage_favorites">Manage favorites</string>
|
|
<string name="go_to_favorite">Go to favorite</string>
|
|
<string name="favorites_activity_placeholder">You can add frequently used folders to favorites for easy access from anywhere.</string>
|
|
|
|
<!-- Settings -->
|
|
<string name="enable_root_access">Enable root access</string>
|
|
|
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
|
<!-- Short description has to have less than 80 chars -->
|
|
<string name="app_short_description">ファイルとディレクトリーを参照、編集するためのシンプルなファイルマネージャー。</string>
|
|
<string name="app_long_description">
|
|
ルートファイルやSDカードコンテンツの参照にも使用できます。 簡単に名前の変更、コピー、移動、削除、共有ができます。
|
|
|
|
広告や不要なアクセス許可は含まれていません。 完全にオープンソースで、ダークテーマも提供しています。
|
|
|
|
このアプリは、大きな一連のアプリの一つです。 他のアプリは http://www.simplemobiletools.com で見つけることができます
|
|
</string>
|
|
|
|
<!--
|
|
Haven't found some strings? There's more at
|
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
|
-->
|
|
</resources>
|