datuk wrote:I dont think you need to update your language. As when u go to language pack download, it only shows language for 3.0.x olympus. So basically the language all should be one.
Code: Select all
##############################################################
## Title: phpBB 3.0.3 to phpBB 3.0.4 Language Pack Changes
## Author: Acyd Burn < N/A > (Meik Sievertsen) N/A
## Description:
##
## These are the phpBB 3.0.3 to phpBB 3.0.4 Language Pack Changes summed up
## into a little Mod. These changes are only partial and do not include any code
## changes, therefore not meant for updating phpBB.
##
## Files To Edit:
## language/en/acp/profile.php
## language/en/acp/search.php
## language/en/common.php
## language/en/install.php
## language/en/ucp.php
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
#
#-----[ OPEN ]---------------------------------------------
#
language/en/acp/profile.php
#
#-----[ FIND ]---------------------------------------------
# Around Line 62
'DISPLAY_AT_REGISTER' => 'Display at registration screen',
'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be displayed on registration and able to be changed within the user control panel.',
'DISPLAY_PROFILE_FIELD' => 'Display profile field',
'DISPLAY_PROFILE_FIELD_EXPLAIN' => 'The profile field will be shown in all places allowed within the load settings. Setting this to “no” will hide the field from topic pages, profiles and the memberlist.',
#
#-----[ REPLACE WITH ]---------------------------------------------
#
'DISPLAY_AT_REGISTER' => 'Display on registration screen',
'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be displayed on registration.',
'DISPLAY_PROFILE_FIELD' => 'Display profile field',
'DISPLAY_PROFILE_FIELD_EXPLAIN' => 'The profile field will be shown in all locations allowed within the load settings. Setting this to “no” will hide the field from topic pages, profiles and the memberlist.',
#
#-----[ FIND ]---------------------------------------------
# Around Line 93
'HIDE_PROFILE_FIELD_EXPLAIN' => 'Only administrators and moderators are able to see/fill out this profile field. If this option is enabled, the profile field will be only displayed in users’ profiles.',
#
#-----[ REPLACE WITH ]---------------------------------------------
#
'HIDE_PROFILE_FIELD_EXPLAIN' => 'Hide the profile field from all other users except the user, administrators and moderators who are still able to see this field. If the Display in user control panel option is disabled, the user will not be able to see or change this field and the field can only be changed by administrators.',
#
#-----[ FIND ]---------------------------------------------
# Around Line 122
'REQUIRED_FIELD_EXPLAIN' => 'Force profile field to be filled out or specified by user. This will display the profile field at registration and within the user control panel.',
#
#-----[ REPLACE WITH ]---------------------------------------------
#
'REQUIRED_FIELD_EXPLAIN' => 'Force profile field to be filled out or specified by user or administrator. If display at registration screen option is disabled, the field will only be required when the user edits their profile.',
#
#-----[ FIND ]---------------------------------------------
# Around Line 151
'VISIBILITY_OPTION' => 'Visibility option',
#
#-----[ REPLACE WITH ]---------------------------------------------
#
'VISIBILITY_OPTION' => 'Visibility options',
#
#-----[ OPEN ]---------------------------------------------
#
language/en/acp/search.php
#
#-----[ FIND ]---------------------------------------------
# Around Line 38
'COMMON_WORD_THRESHOLD_EXPLAIN' => 'Words which are contained in a greater percentage of all posts will be regarded as common. Common words are ignored in search queries. Set to zero to disable. Only takes effect if there are more than 100 posts.',
#
#-----[ REPLACE WITH ]---------------------------------------------
#
'COMMON_WORD_THRESHOLD_EXPLAIN' => 'Words which are contained in a greater percentage of all posts will be regarded as common. Common words are ignored in search queries. Set to zero to disable. Only takes effect if there are more than 100 posts. If you want words that are currently regarded as common to be reconsidered you have to recreate the index.',
#
#-----[ OPEN ]---------------------------------------------
#
language/en/common.php
#
#-----[ FIND ]---------------------------------------------
# Around Line 695
'datetime' => array(
'TODAY' => 'Today',
'TOMORROW' => 'Tomorrow',
'YESTERDAY' => 'Yesterday',
#
#-----[ AFTER, ADD ]---------------------------------------------
#
'AGO' => array(
0 => 'less than a minute ago',
1 => '%d minute ago',
2 => '%d minutes ago',
60 => '1 hour ago',
),
#
#-----[ OPEN ]---------------------------------------------
#
language/en/install.php
#
#-----[ FIND ]---------------------------------------------
# Around Line 377
'CONTINUE_UPDATE_NOW' => 'Continue the update process now',
#
#-----[ REPLACE WITH ]---------------------------------------------
#
'CONTINUE_UPDATE_NOW' => 'Continue the update process now', // Shown within the database update script at the end if called from the updater
'CONTINUE_UPDATE' => 'Continue update now', // Shown after file upload to indicate the update process is not yet finished
#
#-----[ OPEN ]---------------------------------------------
#
language/en/ucp.php
#
#-----[ FIND ]---------------------------------------------
# Around Line 381
'SENT_AT' => 'Sent at',
#
#-----[ REPLACE WITH ]---------------------------------------------
#
'SENT_AT' => 'Sent', // Used before dates in private messages
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Thank you. Finally, how can I tell which should be updated? Here, http://www.phpbb.com/languages/, the packs all have different dates on which they were updated. Should I just update those language packs that have been updated since, say December 1, 2008?fberci wrote:In my opinion language packs should always be updated. An outdated language pack doesn't always cause an apparent error, but in 3.0.4 there was a significant change: the new relative date display feature. So I strongly recommend you to update your language packs especially this time.
Yes, it would be a good idea to update the language packs that have a newer last updated date than the time you installed your board. Normally all language packs should be updated, but as not all of them are constantly updated, it is not possible.Alexander George wrote:Thank you. Finally, how can I tell which should be updated? Here, http://www.phpbb.com/languages/, the packs all have different dates on which they were updated. Should I just update those language packs that have been updated since, say December 1, 2008?