mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-25 22:18:00 +01:00
commit
7b53073b7b
1 changed files with 57 additions and 0 deletions
57
app/src/main/res/values-sv/strings.xml
Normal file
57
app/src/main/res/values-sv/strings.xml
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">Simple Gallery</string>
|
||||||
|
<string name="share_via">Dela via</string>
|
||||||
|
<string name="no_permissions">Inte mycket att göra i ett galleri om jag inte kommer åt lagringsutrymmet</string>
|
||||||
|
<string name="delete">Ta bort</string>
|
||||||
|
<string name="deleting">Tar bort</string>
|
||||||
|
<string name="edit">Redigera</string>
|
||||||
|
<string name="undo">Ångra</string>
|
||||||
|
<string name="share">Dela</string>
|
||||||
|
<string name="rename_file">Döp om fil</string>
|
||||||
|
<string name="rename_folder">Döp om mapp</string>
|
||||||
|
<string name="rename_file_error">Det gick inte att döpa om filen</string>
|
||||||
|
<string name="rename_file_empty">Du måste ange ett filnamn</string>
|
||||||
|
<string name="rename_folder_error">Det gick inte att döpa om mappen</string>
|
||||||
|
<string name="rename_folder_empty">Du måste ange ett mappnamn</string>
|
||||||
|
<string name="rename_folder_ok">Mappen döptes om</string>
|
||||||
|
<string name="renaming_folder">Döper om mappen</string>
|
||||||
|
<string name="extension">Filändelse</string>
|
||||||
|
<string name="file_deleted">Fil borttagen</string>
|
||||||
|
<string name="setting_wallpaper">Inställningar för bakgrundsbild</string>
|
||||||
|
<string name="open_camera">Starta kameran</string>
|
||||||
|
<string name="unknown_error">Ett okänt fel har uppstått</string>
|
||||||
|
|
||||||
|
<plurals name="folders_deleted">
|
||||||
|
<item quantity="one">1 mapp borttagen</item>
|
||||||
|
<item quantity="other">%1$d mappar borttagna</item>
|
||||||
|
</plurals>
|
||||||
|
|
||||||
|
<plurals name="files_deleted">
|
||||||
|
<item quantity="one">1 fil borttagen</item>
|
||||||
|
<item quantity="other">%1$d filer borttagna</item>
|
||||||
|
</plurals>
|
||||||
|
|
||||||
|
<!-- About -->
|
||||||
|
<string name="about">Om</string>
|
||||||
|
<string name="website">Fler enkla appar och källkod här:\nhttp://simplemobiletools.com</string>
|
||||||
|
<string name="email_label">Skicka feedback och förslag till:</string>
|
||||||
|
<string name="email">hello@simplemobiletools.com</string>
|
||||||
|
<string name="third_party_licences_underlined"><u>Tredjepartslicenser</u></string>
|
||||||
|
<string name="rate_us_underlined"><u>Betygsätt oss i Play Butiken</u></string>
|
||||||
|
<string name="follow_us">Följ oss:</string>
|
||||||
|
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
|
||||||
|
|
||||||
|
<!--License-->
|
||||||
|
<string name="notice">Denna app använder följande tredjepartsbibliotek för att göra mitt liv enklare. Tack.</string>
|
||||||
|
<string name="third_party_licences">Tredjepartslicenser</string>
|
||||||
|
<string name="butterknife_title"><u>Butter Knife (view injector)</u></string>
|
||||||
|
<string name="butterknife_text" translatable="false">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" translatable="false">https://github.com/JakeWharton/butterknife</string>
|
||||||
|
<string name="photoview_title"><u>PhotoView (zoomable imageviews)</u></string>
|
||||||
|
<string name="photoview_text" translatable="false">Copyright 2011,2012 Chris Banes\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="photoview_url" translatable="false">https://github.com/chrisbanes/PhotoView</string>
|
||||||
|
<string name="glide_title"><u>Glide (image loading and caching)</u></string>
|
||||||
|
<string name="glide_text" translatable="false">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" translatable="false">https://github.com/bumptech/glide</string>
|
||||||
|
|
||||||
|
</resources>
|
Loading…
Reference in a new issue