Skip to content

Commit 25d2023

Browse files
authored
Merge pull request #5 from Sopor-/master
swedish translation
2 parents 011ec25 + 1395a88 commit 25d2023

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<resources>
2+
<string name="app_name">Simple Flashlight</string>
3+
<string name="camera_error">Det gick inte att komma åt kameran</string>
4+
5+
<!-- About -->
6+
<string name="about">Om</string>
7+
<string name="website">Fler enkla appar och källkod här:\nhttp://simplemobiletools.com</string>
8+
<string name="email_label">Skicka feedback och förslag till:</string>
9+
<string name="email">[email protected]</string>
10+
<string name="third_party_licences_underlined"><u>Tredjepartslicenser</u></string>
11+
<string name="rate_us_underlined"><u>Betygsätt oss i Play Butiken</u></string>
12+
<string name="follow_us">Följ oss:</string>
13+
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
14+
15+
<!--License-->
16+
<string name="notice">Denna app använder följande tredjepartsbibliotek för att göra mitt liv enklare. Tack.</string>
17+
<string name="third_party_licences">Tredjepartslicenser</string>
18+
<string name="butterknife_title"><u>Butter Knife (view injector)</u></string>
19+
<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>
20+
<string name="butterknife_url">https://github.com/JakeWharton/butterknife</string>
21+
<string name="otto_title"><u>Otto (event bus)</u></string>
22+
<string name="otto_text">Copyright 2012 Square, Inc.\nCopyright 2010 Google, Inc.\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>
23+
<string name="otto_url">https://github.com/square/otto</string>
24+
</resources>

0 commit comments

Comments
 (0)