blob: b4c99fc4bc12b691f428cb7624fa84200e6f04b0 (
plain)
1
2
3
4
5
6
7
8
9
|
OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "最近連絡した",
"Contacts Interaction" : "連絡先のやり取り",
"Manages interaction between users and contacts" : "ユーザーと連絡先の間のやり取りを管理します",
"Collect data about user and contacts interactions and provide an address book for the data" : "ユーザーと連絡先のやり取りに関するデータを収集し、データのアドレス帳を提供します"
},
"nplurals=1; plural=0;");
|