mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
34 lines
2.3 KiB
XML
34 lines
2.3 KiB
XML
<resources>
|
|
<string name="app_name">Simple File Manager</string>
|
|
<string name="no_permissions">We need the permission to access your storage</string>
|
|
<string name="no_app_found">No app for opening this type of files is available</string>
|
|
<string name="create_new">Create new item</string>
|
|
<string name="directory">Directory</string>
|
|
<string name="file">File</string>
|
|
<string name="name_taken">Directory or file with that name already exists</string>
|
|
<string name="invalid_name">The name contains invalid characters</string>
|
|
<string name="error_occurred">An unknown error occurred</string>
|
|
<string name="delete">Delete</string>
|
|
|
|
<!-- About -->
|
|
<string name="about">About</string>
|
|
<string name="website">More simple apps and source code at:\nhttp://simplemobiletools.com</string>
|
|
<string name="email_label">Send your feedback or suggestions to:</string>
|
|
<string name="email">hello@simplemobiletools.com</string>
|
|
<string name="third_party_licences_underlined"><u>Third party licences</u></string>
|
|
<string name="rate_us_underlined"><u>Rate us in the Play Store</u></string>
|
|
<string name="follow_us">Follow us:</string>
|
|
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
|
|
|
|
<!--License-->
|
|
<string name="notice">This app uses the following third party libraries to make my life easier. Thank you.</string>
|
|
<string name="third_party_licences">Third party licences</string>
|
|
<string name="butterknife_title"><u>Butter Knife (view injector)</u></string>
|
|
<string name="butterknife_text">Copyright 2013 Jake Wharton\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.</string>
|
|
<string name="butterknife_url">https://github.com/JakeWharton/butterknife</string>
|
|
|
|
<!-- Settings -->
|
|
<string name="settings">Settings</string>
|
|
<string name="show_hidden">Show hidden files and directories</string>
|
|
</resources>
|