mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
40 lines
1.4 KiB
JavaScript
40 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Telefoon Synchronisatie",
|
|
"dwa" : "dwa",
|
|
"captured" : "uitgelezen",
|
|
"bubbled" : "omcirkeld",
|
|
"binary" : "binair",
|
|
"utf-8" : "utf-8",
|
|
"a" : "a",
|
|
"big" : "groot",
|
|
"blink" : "knipperend",
|
|
"b" : "b",
|
|
"tt" : "tt",
|
|
"font" : "lettertype",
|
|
"i" : "i",
|
|
"small" : "klein",
|
|
"strike" : "doorgehaald",
|
|
"sub" : "sub",
|
|
"sup" : "sup",
|
|
"\n" : "\n",
|
|
"An app to sync SMS with your cloud" : "Een app om SMS met je cloud te synchroniseren",
|
|
"No contact found." : "Geen contactpersonen gevonden",
|
|
"Settings" : "Instellingen",
|
|
"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 je berichten wilt verwijderen?",
|
|
"Reset all messages" : "Alle berichten terugzetten",
|
|
"%s message(s) shown of %s message(s) stored in database." : "%s bericht(en) getoond van %s bericht(en) 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);");
|