--- popups_reference_original.module	2009-03-07 08:54:25.000000000 +0200
+++ popups_reference.module	2009-07-14 15:18:11.000000000 +0300
@@ -94,7 +94,7 @@
       // Put the nodereference widget and links in an wrapper.
       // Makes it easy to find for Ahah targeting, and popups_reference behavior selecting.
       $form[$key]['#prefix'] = '<div id="'. $wrapper_id .'">';
-      $form[$key]['#suffix'] = '<div>Add New: ' . implode(', ', $links) .'</div></div>';
+      $form[$key]['#suffix'] = '<div>'. t('Add New: ') . implode(', ', $links) .'</div></div>';
     }
   }
 }
@@ -136,7 +136,7 @@
       drupal_add_js(drupal_get_path('module', 'popups_reference') .'/popups_reference.js');
       $path = 'node/add/' . str_replace('_', '-', $add_type);
       $name = $all_types[$add_type]->name;
-      $links[] = l("Add $name", $path, $options);
+      $links[] = l(t("Add ") . $name, $path, $options);
     }
   }
   return $links;
