mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
c1dfdace98
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
10 lines
494 B
JavaScript
10 lines
494 B
JavaScript
OC.L10N.register(
|
|
"contactsinteraction",
|
|
{
|
|
"Recently contacted" : "Baru-baru ini dihubungi",
|
|
"Contacts Interaction" : "Interaksi Kontak",
|
|
"Manages interaction between accounts and contacts" : "Mengelola interaksi antara akun dan kontak",
|
|
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Mengumpulkan data tentang interaksi akun dan kontak serta menyediakan buku alamat untuk data tersebut"
|
|
},
|
|
"nplurals=1; plural=0;");
|