Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*
DBPrivacyHelperLocalizable.strings
DBPrivacyHelper

Created by iBo on 10/11/14.
Copyright (c) 2014 iBo. All rights reserved.
*/

"Close" = "Stäng";

"Location Services" = "Platstjänster";
"Photos" = "Bilder";
"Camera" = "Kamera";
"Health" = "Hälsa";
"HomeKit" = "HomeKit";
"Motion Activity" = "Rörelse och motion";
"Contacts" = "Kontakter";
"Notifications" = "Notiser";
"Reminders" = "Påminnelsers";
"Calendars" = "Kalendrar";
"Microphone" = "Mikrofon";
"Twitter" = "Twitter";
"Facebook" = "Facebook";

"Allow access to \"%@\"\nwith these steps:" = "Tillåt åtkomst \"%@\"\nmed dessa steg:";

"Open device settings" = "Öppna Inställningar";
"Tap on Privacy" = "Tryck på Integritetsskydd";
"Tap on \"%@\"" = "Tryck på \"%@\"";
"Allow your application to use \"%@\"" = "Tillåt att din applikation använder \"%@\"";
"Select the alert style you prefer" = "Välj den notisstil du föredra";
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
B5C9AE611A3B46F200082D01 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/DBPrivacyHelperLocalizable.strings"; sourceTree = "<group>"; };
D0FEAB5AE73F6F6808F8FF69 /* Pods-DBPrivacyHelperExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DBPrivacyHelperExampleTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-DBPrivacyHelperExampleTests/Pods-DBPrivacyHelperExampleTests.release.xcconfig"; sourceTree = "<group>"; };
D53EF3130F07107F2AA7B2A9 /* libPods-DBPrivacyHelperExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DBPrivacyHelperExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
D90E99861BBBCB0E00A1FC02 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/DBPrivacyHelperLocalizable.strings; sourceTree = "<group>"; };
EBF7EF601A66DA87004C5784 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/DBPrivacyHelperLocalizable.strings"; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -274,6 +275,7 @@
"zh-Hant",
ko,
"pt-PT",
sv,
);
mainGroup = 9AE88CED1A10C4AE00086242;
productRefGroup = 9AE88CF71A10C4AE00086242 /* Products */;
Expand Down Expand Up @@ -401,6 +403,7 @@
B5C9AE611A3B46F200082D01 /* zh-Hant */,
2D8897741A5A1F5200AE811F /* ko */,
EBF7EF601A66DA87004C5784 /* pt-PT */,
D90E99861BBBCB0E00A1FC02 /* sv */,
);
name = DBPrivacyHelperLocalizable.strings;
sourceTree = "<group>";
Expand Down