-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1819f4f
commit 1abf4ef
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
{ "translations": { | ||
"Phone Sync" : "Phone Sync", | ||
"An app to sync SMS with your cloud" : "En app för att synkronisera SMS med ditt moln", | ||
"Settings" : "Inställningar" | ||
"Settings" : "Inställningar", | ||
"Invalid message limit" : "Ogiltig meddelandegräns", | ||
"Default country code" : "Standard landskod", | ||
"Contact ordering" : "Kontaktordning", | ||
"Last message" : "Senaste meddelandet", | ||
"Label" : "Etikett", | ||
"Reverse ?" : "Omvänd ?", | ||
"Notification settings" : "Aviseringsinställningar", | ||
"Enable" : "Aktivera", | ||
"Disable" : "Inaktivera", | ||
"%s message(s) shown of %s message(s) stored in database." : "%s meddelande(n) som visas av %s meddelande(n) som lagras i databasen.", | ||
"Please select a conversation from the list to load it." : "Vänligen välj en konversation från listan för att läsa in den." | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |