Index: l10n_community/translate.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/l10n_server/l10n_community/Attic/translate.inc,v
retrieving revision 1.1.2.7.2.29
diff -u -r1.1.2.7.2.29 translate.inc
--- l10n_community/translate.inc	27 Dec 2009 08:55:11 -0000	1.1.2.7.2.29
+++ l10n_community/translate.inc	31 Dec 2009 16:20:50 -0000
@@ -64,12 +64,12 @@
   $projects = l10n_community_get_projects();
 
   $translation_options = array(
-    L10N_STATUS_ALL            => t('<Any>'),
+    L10N_STATUS_ALL            => '<'. t('Any') .'>',
     L10N_STATUS_UNTRANSLATED   => t('Untranslated'),
     L10N_STATUS_TRANSLATED     => t('Translated'),
   );
   $suggestion_options = array(
-    L10N_STATUS_ALL            => t('<Any>'),
+    L10N_STATUS_ALL            => '<'. t('Any') .'>',
     L10N_STATUS_NO_SUGGESTION  => t('Has no suggestion'),
     L10N_STATUS_HAS_SUGGESTION => t('Has suggestion'),
   );
@@ -91,7 +91,7 @@
     // Autocomplete field for more then 30 projects.
     $form['project'] += array(
       '#type' => 'textfield',
-      '#autocomplete_path' => 'translate/projects/autocomplete',
+      '#autocomplete_path' => 'translate/projectsjs/autocomplete',
       '#size' => 20,
     );
   }
Index: l10n_community/l10n_community.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/l10n_server/l10n_community/Attic/l10n_community.module,v
retrieving revision 1.1.2.23.2.63
diff -u -r1.1.2.23.2.63 l10n_community.module
--- l10n_community/l10n_community.module	27 Dec 2009 08:55:11 -0000	1.1.2.23.2.63
+++ l10n_community/l10n_community.module	31 Dec 2009 16:20:49 -0000
@@ -150,7 +150,7 @@
     'access arguments' => array('access localization community'),
     'weight' => -5,
   );
-  $items['translate/projects/autocomplete'] = array(
+  $items['translate/projectsjs/autocomplete'] = array(
     'title' => 'Project autocomplete',
     'page callback' => 'l10n_community_projects_autocomplete',
     'access arguments' => array('access localization community'),
