blob: c994f1c0fb01bf53a6483b624a97945784176168 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "最近連絡した",
"Contacts Interaction" : "連絡先のやり取り",
"Manages interaction between accounts and contacts" : "アカウントと連絡先間のやり取りを管理します",
"Collect data about accounts and contacts interactions and provide an address book for the data" : "アカウントと連絡先のやり取りに関するデータを収集し、データのアドレス帳を提供します",
"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;");
|