選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ro.js 561B

123456789
  1. OC.L10N.register(
  2. "contactsinteraction",
  3. {
  4. "Recently contacted" : "Contactat recent",
  5. "Contacts Interaction" : "Interacțiunea contactelor",
  6. "Manages interaction between users and contacts" : "Gestionează interacțiunea dintre utilizatori și contacte",
  7. "Collect data about user and contacts interactions and provide an address book for the data" : "Colectați date despre interacțiunile dintre utilizatori și contacte și furnizați o agendă pentru date"
  8. },
  9. "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");