Modified:
branches/FreeForm/Tipos/App/Forms/Locale/en_US.php
Log:
Added locales for the new example.
Modified: branches/FreeForm/Tipos/App/Forms/Locale/en_US.php
==============================================================================
--- branches/FreeForm/Tipos/App/Forms/Locale/en_US.php (original)
+++ branches/FreeForm/Tipos/App/Forms/Locale/en_US.php Fri Oct 3 12:10:54
2008
@@ -1,20 +1,20 @@
<?php
/**
- *
+ *
* Provides locale strings for the app.
- *
+ *
* @category Tipos
- *
+ *
* @package Tipos_App
- *
+ *
* @subpackage Tipos_App_Forms
- *
+ *
* @author Rodrigo Moraes <rodrigo...@gmail.com>
- *
+ *
* @license http://opensource.org/licenses/bsd-license.php BSD
- *
+ *
* @version $Id$
- *
+ *
*/
return array(
'LABEL_REQUIRED' => '(required)',
@@ -25,5 +25,11 @@
'LEGEND_SUBSCRIBE' => 'Subscribe to our newsletter',
'PROCESS_SUBSCRIBE' => 'Subscribe',
'SUCCESS_SUBSCRIBE' => 'You are now subscribed! Thank you.',
- 'FAILURE_SUBSCRIBE' => 'Subscription failed. Please correct the
errors below.',
+ 'FAILURE_SUBSCRIBE' => 'Subscription failed. Please correct the
errors below.',
+
+ 'LEGEND_BOOK_BASIC' => 'Basic book info',
+ 'LEGEND_BOOK_TECHNICAL' => 'Technical info',
+
+ 'SUCCESS_SAVE' => 'Data was saved.',
+ 'FAILURE_SAVE' => 'A problem occurred! Please correct the
errors below.',
);