mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
8cebd2b7c0
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 lines
805 B
JavaScript
12 lines
805 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "Nyligen kontaktade",
|
|
"Contacts Interaction" : "Kontaktinteraktion",
|
|
"Manages interaction between accounts and contacts" : "Hanterar interaktion mellan konton och kontakter",
|
|
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Samla in data om konton och kontaktinteraktioner och tillhandahåll en adressbok för data",
|
|
"Manages interaction between users and contacts" : "Hanterar interaktioner mellan användare och kontakter",
|
|
"Collect data about user and contacts interactions and provide an address book for the data" : "Samla data om användares interaktioner med kontakter och tillhandahåll en adressbok för datan"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|