[Customisation Database Commits] r898 - in /trunk/titania/language/en: common.php contributions.php manage.php manage_tools/phpbb_version_add.php
Nathan Guse
exreaction at phpbb.com
Fri Mar 26 03:59:08 GMT 2010
Author: exreaction
Date: Fri Mar 26 03:59:08 2010
New Revision: 898
Log:
Organize language files
Modified:
trunk/titania/language/en/common.php
trunk/titania/language/en/contributions.php
trunk/titania/language/en/manage.php
trunk/titania/language/en/manage_tools/phpbb_version_add.php
Modified: trunk/titania/language/en/common.php
==============================================================================
*** trunk/titania/language/en/common.php (original)
--- trunk/titania/language/en/common.php Fri Mar 26 03:59:08 2010
***************
*** 40,48 ****
//
$lang = array_merge($lang, array(
- 'SUBSCRIBE' => 'Subscribe',
- 'UNSUBSCRIBE' => 'Unsubscribe',
- 'SUBSCRIPTION_NOTIFICATION' => 'Subscription Notification',
'ACCESS_LIMIT_AUTHORS' => 'Author-level access limit',
'ACCESS_LIMIT_TEAMS' => 'Team-level access limit',
'AUTHOR_BY' => 'By %s',
--- 40,45 ----
***************
*** 130,135 ****
--- 127,134 ----
'SORT_CONTRIB_NAME' => 'Contribution Name',
'STICKIES' => 'Stickies',
'STYLE' => 'Style',
+ 'SUBSCRIBE' => 'Subscribe',
+ 'SUBSCRIPTION_NOTIFICATION' => 'Subscription Notification',
'TITANIA_INDEX' => 'Customisation Database',
'TOTAL_CONTRIBS' => '%d Contributions',
***************
*** 143,148 ****
--- 142,148 ----
'TYPE' => 'Type',
'UNKNOWN' => 'Unknown',
+ 'UNSUBSCRIBE' => 'Unsubscribe',
'UPDATE_TIME' => 'Updated',
'VERSION' => 'Version',
Modified: trunk/titania/language/en/contributions.php
==============================================================================
*** trunk/titania/language/en/contributions.php (original)
--- trunk/titania/language/en/contributions.php Fri Mar 26 03:59:08 2010
***************
*** 36,46 ****
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
! 'ANNOUNCEMENT_TOPIC' => 'Announcement topic',
'ANNOUNCEMENT_TOPIC_SUPPORT' => 'Support topic',
'ANNOUNCEMENT_TOPIC_VIEW' => '%sView%s',
-
- 'NO_REVISIONS' => 'No Revisions',
'AUTOMOD_RESULTS' => '<strong>Please check over the AutoMod install results and make sure that nothing needs to be fixed.<br /><br />If an error comes up and you are certain that the error is incorrect, just hit continue below.</strong>',
'AUTOMOD_TEST' => 'The Mod will be tested against AutoMod and results will be shown (this may take a few moments, so please be patient).<br /><br />Please hit continue when you are ready.',
--- 36,44 ----
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
! 'ANNOUNCEMENT_TOPIC' => 'Announcement topic',
'ANNOUNCEMENT_TOPIC_SUPPORT' => 'Support topic',
'ANNOUNCEMENT_TOPIC_VIEW' => '%sView%s',
'AUTOMOD_RESULTS' => '<strong>Please check over the AutoMod install results and make sure that nothing needs to be fixed.<br /><br />If an error comes up and you are certain that the error is incorrect, just hit continue below.</strong>',
'AUTOMOD_TEST' => 'The Mod will be tested against AutoMod and results will be shown (this may take a few moments, so please be patient).<br /><br />Please hit continue when you are ready.',
***************
*** 124,129 ****
--- 122,128 ----
'NO_CATEGORY' => 'The selected category does not exist',
'NO_PHPBB_BRANCH' => 'You must select a phpBB branch.',
'NO_QUEUE_DISCUSSION_TOPIC' => 'No Queue Discussion topic could be found. Have you submitted any revision for this contribution yet (it will be created when you do so)?',
+ 'NO_REVISIONS' => 'No Revisions',
'NO_REVISION_ATTACHMENT' => 'Please select a file to upload',
'NO_REVISION_VERSION' => 'Please enter a version for the revision',
'NO_SCREENSHOT' => 'No screenshot',
Modified: trunk/titania/language/en/manage.php
==============================================================================
*** trunk/titania/language/en/manage.php (original)
--- trunk/titania/language/en/manage.php Fri Mar 26 03:59:08 2010
***************
*** 36,42 ****
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
- 'STYLE_DEMO_INSTALL' => 'Install on style demo board',
'ADMINISTRATION' => 'Administration',
'ALTER_NOTES' => 'Alter Validation Notes',
'APPROVE' => 'Approve',
--- 36,41 ----
***************
*** 132,137 ****
--- 131,137 ----
'RETEST_AUTOMOD' => 'Re-test Automod',
'RETEST_MPV' => 'Re-test MPV',
+ 'STYLE_DEMO_INSTALL' => 'Install on style demo board',
'STYLE_VALIDATION' => '[phpBB Style-Validation] %1$s %2$s',
'STYLE_VALIDATION_MESSAGE_APPROVE' => 'Thank you for submitting your style to the phpBB.com styles database. After inspection by the Styles Team your style has been approved and released into our styles database.
Modified: trunk/titania/language/en/manage_tools/phpbb_version_add.php
==============================================================================
*** trunk/titania/language/en/manage_tools/phpbb_version_add.php (original)
--- trunk/titania/language/en/manage_tools/phpbb_version_add.php Fri Mar 26 03:59:08 2010
***************
*** 38,50 ****
//
$lang = array_merge($lang, array(
! 'PHPBB_VERSION_ADD' => 'Add phpBB Version support to revisions',
! 'VERSION_RESTRICTION' => 'Version Restriction',
! 'VERSION_RESTRICTION_EXPLAIN' => 'Limit the new version support to only the selected versions.',
! 'NEW_PHPBB_VERSION' => 'New phpBB Version',
! 'NEW_PHPBB_VERSION_EXPLAIN' => 'New phpBB version to list support on the revision for.',
! 'CATEGORY_EXPLAIN' => 'Limit the new version support to only the selected categories.',
! 'NO_VERSION_SELECTED' => 'You must give a proper phpBB version. Ex: 3.0.7 or 3.0.7-pl1.',
! 'NO_REVISIONS_UPDATED' => 'No revisions were updated from the given limitations.',
! 'REVISIONS_UPDATED' => '%s revisions have been updated.',
));
--- 38,54 ----
//
$lang = array_merge($lang, array(
! 'CATEGORY_EXPLAIN' => 'Limit the new version support to only the selected categories.',
!
! 'NEW_PHPBB_VERSION' => 'New phpBB Version',
! 'NEW_PHPBB_VERSION_EXPLAIN' => 'New phpBB version to list support on the revision for.',
! 'NO_REVISIONS_UPDATED' => 'No revisions were updated from the given limitations.',
! 'NO_VERSION_SELECTED' => 'You must give a proper phpBB version. Ex: 3.0.7 or 3.0.7-pl1.',
!
! 'PHPBB_VERSION_ADD' => 'Add phpBB Version support to revisions',
!
! 'REVISIONS_UPDATED' => '%s revisions have been updated.',
!
! 'VERSION_RESTRICTION' => 'Version Restriction',
! 'VERSION_RESTRICTION_EXPLAIN' => 'Limit the new version support to only the selected versions.',
));
More information about the customisationdb-commits
mailing list