0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-13 16:03:55 +00:00
nextcloud_server/apps/contactsinteraction/l10n/en_GB.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
500 B
JavaScript
Raw Permalink Normal View History

2020-11-26 02:18:48 +00:00
OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "Recently contacted",
"Contacts Interaction" : "Contacts Interaction",
"Manages interaction between accounts and contacts" : "Manages interaction between accounts and contacts",
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Collect data about accounts and contacts interactions and provide an address book for the data"
2020-11-26 02:18:48 +00:00
},
"nplurals=2; plural=(n != 1);");