FossifyGalleryVisibilityPatch/app/src/main/res/values/strings.xml

56 lines
5.2 KiB
XML
Raw Normal View History

2016-02-16 22:23:25 +01:00
<resources>
2016-02-16 22:57:53 +01:00
<string name="app_name">Simple Gallery</string>
2016-02-23 23:56:25 +01:00
<string name="share_via">Share via</string>
2016-06-05 23:22:32 +02:00
<string name="no_permissions">Not much to do in a gallery without accessing your photos and videos</string>
2016-06-01 22:15:38 +02:00
<string name="delete">Delete</string>
<string name="deleting">Deleting</string>
2016-03-05 13:59:32 +01:00
<string name="edit">Edit</string>
2016-03-03 00:12:10 +01:00
<string name="undo">Undo</string>
2016-06-01 22:15:38 +02:00
<string name="share">Share</string>
2016-03-05 13:59:32 +01:00
<string name="rename_file">Rename file</string>
2016-03-07 21:41:55 +01:00
<string name="rename_folder">Rename folder</string>
<string name="rename_file_error">Could not rename the file</string>
2016-03-26 15:37:12 +01:00
<string name="rename_file_empty">File name must not be empty</string>
2016-03-07 21:41:55 +01:00
<string name="rename_folder_error">Could not rename the folder</string>
2016-03-26 15:37:12 +01:00
<string name="rename_folder_empty">Folder name must not be empty</string>
2016-03-07 21:41:55 +01:00
<string name="rename_folder_ok">Folder renamed successfully</string>
<string name="renaming_folder">Renaming folder</string>
2016-03-05 13:59:32 +01:00
<string name="file_name">File name</string>
2016-03-07 21:41:55 +01:00
<string name="folder_name">Folder name</string>
2016-03-05 13:59:32 +01:00
<string name="extension">Extension</string>
<string name="file_deleted">File deleted</string>
2016-03-03 00:12:10 +01:00
2016-03-06 21:45:48 +01:00
<plurals name="folders_deleted">
<item quantity="one">1 folder deleted</item>
<item quantity="other">%1$d folders deleted</item>
</plurals>
2016-03-03 00:12:10 +01:00
<plurals name="files_deleted">
<item quantity="one">1 file deleted</item>
<item quantity="other">%1$d files deleted</item>
</plurals>
2016-06-01 17:44:50 +02:00
<!-- About -->
<string name="about">About</string>
2016-06-02 21:52:42 +02:00
<string name="website">For more simple apps or source codes please visit:\nhttp://simplemobiletools.com</string>
<string name="email_label">You can send your feedback or new app suggestions at:</string>
2016-06-01 17:44:50 +02:00
<string name="email">hello@simplemobiletools.com</string>
2016-06-02 21:52:42 +02:00
<string name="third_party_licences_underlined"><u>Third party licences</u></string>
2016-06-01 17:44:50 +02:00
<string name="version">v %1$s</string>
<string name="copyright">Copyright © Simple Mobile Tools %1$d</string>
2016-06-02 21:52:42 +02:00
<!--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>
<string name="subsampling_title"><u>Subsampling Scale Image View (zoomable imageviews)</u></string>
<string name="subsampling_text">Copyright 2016 davemorrissey\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="subsampling_url">https://github.com/davemorrissey/subsampling-scale-image-view</string>
<string name="glide_title"><u>Glide (image loading and caching)</u></string>
<string name="glide_text">Copyright 2014 Google, Inc. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY GOOGLE, INC. ``AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE, INC. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>
<string name="glide_url">https://github.com/bumptech/glide</string>
2016-02-16 22:23:25 +01:00
</resources>