Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoractivities-devel@sugarlabs.org <activities-devel@sugarlabs.org>2009-03-04 17:43:51 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-07 13:31:00 (GMT)
commitafeff2a678e523ef4fb59af8f4da0d9e0688fa49 (patch)
treea3054aa174628e956bedc4e6dd054eb7cfc29f49
parentbb8b48118e5e076d55650e1143c00118979d7520 (diff)
Add error messages for failed uploads
-rw-r--r--site/app/locale/en_US/LC_MESSAGES/messages.po13
1 files changed, 13 insertions, 0 deletions
diff --git a/site/app/locale/en_US/LC_MESSAGES/messages.po b/site/app/locale/en_US/LC_MESSAGES/messages.po
index 7bb3dff..52e088b 100644
--- a/site/app/locale/en_US/LC_MESSAGES/messages.po
+++ b/site/app/locale/en_US/LC_MESSAGES/messages.po
@@ -4789,3 +4789,16 @@ msgstr "Sugar"
msgid "devcp_actionbar_link_previews"
msgstr "Edit Previews"
+#: controllers/developers_controller.php:537
+msgid "devcp_error_activity_info_missing_activity_version"
+msgstr "The file activity/activity.info must contain a value for activity_version"
+
+#: controllers/developers_controller.php:533
+msgid "devcp_error_activity_info_missing_name"
+msgstr "The file activity/activity.info must contain a value for name"
+
+#: controllers/developers_controller.php:521
+#: controllers/developers_controller.php:529
+msgid "devcp_error_activity_info_not_found"
+msgstr "The activity bundle must contain a file named activity/activity.info"
+