Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nl.js « l10n - github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94f45b72c04fc27efe5188f79ebbe8ebcacb5e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OC.L10N.register(
    "ocsms",
    {
    "Phone Sync" : "Telefoon Synchronisatie",
    "An app to sync SMS with your cloud" : "Een app om SMS met je cloud te synchroniseren",
    "Cancel" : "Annuleren",
    "Confirm" : "Bevestigen",
    "No contact found." : "Geen contactpersonen gevonden",
    "Settings" : "Instellingen",
    "Max messages to load per conversation" : "Max aantal berichten per gesprek",
    "Invalid message limit" : "Ongeldige berichtlimiet",
    "Default country code" : "Standaard landencode",
    "Contact ordering" : "Contactpersonen volgorde",
    "Last message" : "Laatste bericht",
    "Label" : "Label",
    "Reverse ?" : "Omgekeerd ?",
    "Notification settings" : "Meldingsinstellingen",
    "Enable" : "Inschakelen",
    "Disable" : "Uitschakelen",
    "Are you sure you want to wipe all your messages ?" : "Weet je zeker dat je al je berichten wilt verwijderen?",
    "Reset all messages" : "Alle berichten verwijderen",
    "%s messages shown of %s messages stored in database." : "%s bericht(en) getoond van %s berichten in de database.",
    "Please select a conversation from the list to load it." : "Kies een gesprek uit de lijst om het te laden."
},
"nplurals=2; plural=(n != 1);");