Skip to content

Commit

Permalink
Addded spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Aug 21, 2014
1 parent 37cd6ae commit b04bdf6
Show file tree
Hide file tree
Showing 200 changed files with 4,869 additions and 1 deletion.
1 change: 1 addition & 0 deletions protected/config/_defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
'nl' => 'Nederlands*',
'pl' => 'Polish*',
'pt' => 'Portuguese*',
'es' => 'Spanish*',
),
'dynamicConfigFile' => dirname(__FILE__) . '/local/_settings.php',
),
Expand Down
2 changes: 1 addition & 1 deletion protected/config/i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'sourcePath' => dirname(__FILE__) . DIRECTORY_SEPARATOR . '..',
'messagePath' => dirname(__FILE__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'messages',
//'languages'=>array('fi','zh_cn','zh_tw','de','de_du','1337', 'el','es','sv','he','nl','pt','pt_br','ru','it','fr','ja','pl','hu','ro','id','vi','bg','lv','sk','uk','ko_kr','kk','cs'),
'languages' => array('de', 'fr', 'nl', 'pt', 'pl'),
'languages' => array('de', 'fr', 'nl', 'pt', 'pl', 'es'),
'fileTypes' => array('php'),
'overwrite' => true,
'removeOld' => false,
Expand Down
56 changes: 56 additions & 0 deletions protected/messages/es/base.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'Account settings' => '',
'Administration' => '',
'Back to dashboard' => '',
'Collapse' => '',
'Content Addon source must be instance of HActiveRecordContent or HActiveRecordContentAddon!' => '',
'Could not determine content container!' => '',
'Could not find content of addon!' => '',
'Could not find requested module!' => '',
'Delete' => '',
'Email settings' => '',
'Error' => '',
'Expand' => '',
'Insufficent permissions to create content!' => '',
'Invalid request.' => '',
'It looks like you may have taken the wrong turn.' => '',
'Keyword:' => '',
'Latest news' => '',
'Logout' => '',
'Menu' => '',
'Module is not on this content container enabled!' => '',
'My profile' => '',
'New profile image' => '',
'Nothing found with your input.' => '',
'Oooops...' => '',
'Results' => '',
'Save' => '',
'Search' => '',
'Search for users and spaces' => '',
'Show more results' => '',
'Sorry, nothing found!' => '',
'Space not found!' => '',
'User Approvals' => '',
'User not found!' => '',
'Welcome to <strong>HumHub</strong>' => '',
'You cannot create public visible content!' => '',
'Your daily summary' => '',
);
21 changes: 21 additions & 0 deletions protected/messages/es/security.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'Global {global} array cleaned using {method} method.' => '',
);
21 changes: 21 additions & 0 deletions protected/modules_core/activity/messages/es/models_Activity.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'Could not create activity for this object type!' => '',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'%displayName% created the new space %spaceName%' => '',
'%displayName% created this space.' => '',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'%displayName% joined the space %spaceName%' => '',
'%displayName% joined this space.' => '',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'%displayName% left the space %spaceName%' => '',
'%displayName% left this space.' => '',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'{user1} now follows {user2}.' => '',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'see online' => '',
'via' => '',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'<strong>Latest</strong> activities' => '',
'There are no activities yet.' => '',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'User not found!' => '',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'Group not found!' => '',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'Could not find requested module!' => '',
'Could not uninstall module first! Module is protected.' => '',
'Module path %path% is not writeable!' => '',
'No module version found!' => '',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'APC' => '',
'Database' => '',
'File' => '',
'No caching (Testing only!)' => '',
'No theme' => '',
'None - shows dropdown in user registration.' => '',
'Saved' => '',
'Saved and flushed cache' => '',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'Become this user' => '',
'Delete' => '',
'Disabled' => '',
'Enabled' => '',
'Save' => '',
'Unapproved' => '',
'User not found!' => '',
);
Loading

0 comments on commit b04bdf6

Please sign in to comment.