From d95f90aedbc6e8fcb9efdaad74e64468d6d25dc8 Mon Sep 17 00:00:00 2001 From: Sopor Date: Sat, 16 Jul 2016 00:09:37 +0200 Subject: [PATCH 1/3] Create strings.xml --- app/src/main/res/values-sv/strings.xml | 57 ++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 app/src/main/res/values-sv/strings.xml diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml new file mode 100644 index 000000000..15d726ec1 --- /dev/null +++ b/app/src/main/res/values-sv/strings.xml @@ -0,0 +1,57 @@ + + Simple Gallery + Share via + Not much to do in a gallery without accessing your storage + Delete + Deleting + Edit + Undo + Share + Rename file + Rename folder + Could not rename the file + File name must not be empty + Could not rename the folder + Folder name must not be empty + Folder renamed successfully + Renaming folder + Extension + File deleted + Setting wallpaper + Open camera + An unknown error occurred + + + 1 folder deleted + %1$d folders deleted + + + + 1 file deleted + %1$d files deleted + + + + About + More simple apps and source code at:\nhttp://simplemobiletools.com + Send your feedback or suggestions to: + hello@simplemobiletools.com + Third party licences + Rate us in the Play Store + Follow us: + v %1$s\nCopyright © Simple Mobile Tools %2$d + + + This app uses the following third party libraries to make my life easier. Thank you. + Third party licences + Butter Knife (view injector) + 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. + https://github.com/JakeWharton/butterknife + PhotoView (zoomable imageviews) + 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. + https://github.com/chrisbanes/PhotoView + Glide (image loading and caching) + 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. + https://github.com/bumptech/glide + + From 90ca54f28ab21fbb39e68e17beb9cf25f26e0ffb Mon Sep 17 00:00:00 2001 From: Sopor Date: Sat, 16 Jul 2016 20:08:41 +0200 Subject: [PATCH 2/3] swedish language --- app/src/main/res/values-sv/strings.xml | 64 +++++++++++++------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 15d726ec1..eed789d1a 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -1,49 +1,49 @@ Simple Gallery - Share via - Not much to do in a gallery without accessing your storage - Delete - Deleting - Edit + Dela via + Inte mycket att göra i ett galleri om jag inte kommer åt lagringsutrymmet + Ta bort + Tar bort + Redigera Undo - Share - Rename file - Rename folder - Could not rename the file - File name must not be empty - Could not rename the folder - Folder name must not be empty - Folder renamed successfully - Renaming folder - Extension - File deleted - Setting wallpaper - Open camera - An unknown error occurred + Dela + Döp om fil + Döp om mapp + Det gick inte att döpa om filen + Du måste ange ett filnamn + Det gick inte att döpa om mappen + Du måste ange ett mappnamn + Mappen döptes om + Döper om mappen + Filändelse + Fil borttagen + Inställningar för bakgrundsbild + Starta kameran + Ett okänt fel har uppstått - 1 folder deleted - %1$d folders deleted + 1 mapp borttagen + %1$d mappar borttagna - 1 file deleted - %1$d files deleted + 1 fil borttagen + %1$d filer borttagna - About - More simple apps and source code at:\nhttp://simplemobiletools.com - Send your feedback or suggestions to: - hello@simplemobiletools.com - Third party licences - Rate us in the Play Store - Follow us: + Om + Fler enkla appar och källkod här:\nhttp://simplemobiletools.com + Skicka feedback och förslag till: + hello@simplemobiletools.com + Tredjepartslicenser + Betygsätt oss i Play Butiken + Följ oss: v %1$s\nCopyright © Simple Mobile Tools %2$d - This app uses the following third party libraries to make my life easier. Thank you. - Third party licences + Denna app använder följande tredjepartsbibliotek för att göra mitt liv enklare. Tack. + Tredjepartslicenser Butter Knife (view injector) 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. https://github.com/JakeWharton/butterknife From 286dc7a628c86f43cba42beafb443fc24eb6a9e4 Mon Sep 17 00:00:00 2001 From: Sopor Date: Sat, 16 Jul 2016 20:11:34 +0200 Subject: [PATCH 3/3] swedish translation --- app/src/main/res/values-sv/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index eed789d1a..2c12ee550 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -5,7 +5,7 @@ Ta bort Tar bort Redigera - Undo + Ångra Dela Döp om fil Döp om mapp