Actualizare traducere - 3.0.1

Înainte de a începe să scrii un nou mesaj citeşte ultimele anunţuri şi regulamentul forumului.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Actualizare traducere - 3.0.1

Mesaj de bogdan »

Fisierele pentru limba romana au fost actualizate conform cu versiunea phpBB 3.0.1 si le puteti descarca de pe:
- site-ul phpbb.ro phpBB 3.0.x >> Fişiere de localizare în limba română
- site-ul phpbb.com Download - Language Packs

Puteti testa live versiunea curenta a traducerii la adresa phpbb3

Reamintim ca orice sugestii/sesizari sunt binevenite in forumul de lucru: Traducere phpBB 3
Avatar utilizator
dorin
Fost coleg
Mesaje: 4620
Membru din: 24-Iun-2003, 23:23:29
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu
Nivel php: Puţin experimentat
Contact:

Mesaj de dorin »

Din pachetul descarcat de pe phpbb.ro, din folderul ro/mods lipsesc fisierele activity_stats.php si info_acp_altt.php :!:
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Mesaj de bogdan »

Dupa cum se vede in capturile de mai jos, sursele originale nu au niciun alt fisier in directorul en/mods in afara de index... poate ai instalat tu ceva :)

Imagine

Imagine
Ultima oară modificat 16-Mai-2008, 02:28:48 de către bogdan, modificat de 2 ori în total.
Avatar utilizator
dorin
Fost coleg
Mesaje: 4620
Membru din: 24-Iun-2003, 23:23:29
Versiune: 3.1.10
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu
Nivel php: Puţin experimentat
Contact:

Mesaj de dorin »

corect, greseala mea, scuze :(
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Mesaj de bogdan »

iata si modificarile de la 3.0.0 la 3.0.1-RC1:

Cod: Selectaţi tot

diff -x images -x imageset -crNEB phpbb300/language/en/acp/board.php phpbb301-RC1/language/en/acp/board.php
*** phpbb300/language/en/acp/board.php	Wed Dec 12 20:12:49 2007
--- phpbb301-RC1/language/en/acp/board.php	Mon Mar 24 12:57:14 2008
***************
*** 134,140 ****
  	'ACP_POST_SETTINGS_EXPLAIN'			=> 'Here you can set all default settings for posting.',
  	'ALLOW_POST_LINKS'					=> 'Allow links in posts/private messages',
  	'ALLOW_POST_LINKS_EXPLAIN'			=> 'If disallowed the <code>[URL]</code> BBCode tag and automatic/magic URLs are disabled.',
! 	'ALLOW_POST_FLASH'					=> 'Allow use of <code>[FLASH]</code> BBCode tag in posts. ',
  	'ALLOW_POST_FLASH_EXPLAIN'			=> 'If disallowed the <code>[FLASH]</code> BBCode tag is disabled in posts. Otherwise the permission system controls which users can use the <code>[FLASH]</code> BBCode tag.',
  
  	'BUMP_INTERVAL'					=> 'Bump interval',
--- 134,140 ----
  	'ACP_POST_SETTINGS_EXPLAIN'			=> 'Here you can set all default settings for posting.',
  	'ALLOW_POST_LINKS'					=> 'Allow links in posts/private messages',
  	'ALLOW_POST_LINKS_EXPLAIN'			=> 'If disallowed the <code>[URL]</code> BBCode tag and automatic/magic URLs are disabled.',
! 	'ALLOW_POST_FLASH'					=> 'Allow use of <code>[FLASH]</code> BBCode tag in posts',
  	'ALLOW_POST_FLASH_EXPLAIN'			=> 'If disallowed the <code>[FLASH]</code> BBCode tag is disabled in posts. Otherwise the permission system controls which users can use the <code>[FLASH]</code> BBCode tag.',
  
  	'BUMP_INTERVAL'					=> 'Bump interval',
***************
*** 323,329 ****
  	'LDAP_USER'						=> 'LDAP user <var>dn</var>',
  	'LDAP_USER_EXPLAIN'				=> 'Leave blank to use anonymous binding. If filled in phpBB uses the specified distinguished name on login attempts to find the correct user, e.g. <samp>uid=Username,ou=MyUnit,o=MyCompany,c=US</samp>. Required for Active Directory Servers.',
  	'LDAP_USER_FILTER'				=> 'LDAP user filter',
! 	'LDAP_USER_FILTER_EXPLAIN'		=> 'Optionally you can further limit the searched objects with additional filters. For example <samp>objectClass=posixGroup</samp> would result in the use of <samp>(&(uid=$username)(objectClass=posixGroup))</samp>',
  ));
  
  // Server Settings
--- 323,329 ----
  	'LDAP_USER'						=> 'LDAP user <var>dn</var>',
  	'LDAP_USER_EXPLAIN'				=> 'Leave blank to use anonymous binding. If filled in phpBB uses the specified distinguished name on login attempts to find the correct user, e.g. <samp>uid=Username,ou=MyUnit,o=MyCompany,c=US</samp>. Required for Active Directory Servers.',
  	'LDAP_USER_FILTER'				=> 'LDAP user filter',
! 	'LDAP_USER_FILTER_EXPLAIN'		=> 'Optionally you can further limit the searched objects with additional filters. For example <samp>objectClass=posixGroup</samp> would result in the use of <samp>(&(uid=$username)(objectClass=posixGroup))</samp>',
  ));
  
  // Server Settings
diff -x images -x imageset -crNEB phpbb300/language/en/acp/common.php phpbb301-RC1/language/en/acp/common.php
*** phpbb300/language/en/acp/common.php	Wed Dec 12 20:12:49 2007
--- phpbb301-RC1/language/en/acp/common.php	Mon Mar 24 12:57:14 2008
***************
*** 125,133 ****
  	'ACP_MODULE_MANAGEMENT'		=> 'Module management',
  	'ACP_MOD_LOGS'				=> 'Moderator log',
  	'ACP_MOD_ROLES'				=> 'Moderator roles',
! 	
  	'ACP_ORPHAN_ATTACHMENTS'	=> 'Orphaned attachments',
! 	
  	'ACP_PERMISSIONS'			=> 'Permissions',
  	'ACP_PERMISSION_MASKS'		=> 'Permission masks',
  	'ACP_PERMISSION_ROLES'		=> 'Permission roles',
--- 125,135 ----
  	'ACP_MODULE_MANAGEMENT'		=> 'Module management',
  	'ACP_MOD_LOGS'				=> 'Moderator log',
  	'ACP_MOD_ROLES'				=> 'Moderator roles',
! 
! 	'ACP_NO_ITEMS'				=> 'There are no items yet.',
! 
  	'ACP_ORPHAN_ATTACHMENTS'	=> 'Orphaned attachments',
! 
  	'ACP_PERMISSIONS'			=> 'Permissions',
  	'ACP_PERMISSION_MASKS'		=> 'Permission masks',
  	'ACP_PERMISSION_ROLES'		=> 'Permission roles',
***************
*** 262,267 ****
--- 264,274 ----
  	'SELECT_ANONYMOUS'		=> 'Select anonymous user',
  	'SELECT_OPTION'			=> 'Select option',
  
+ 	'SETTING_TOO_LOW'		=> 'The entered value for the setting “%s” is too low. The minimal allowed value is %d.',
+ 	'SETTING_TOO_BIG'		=> 'The entered value for the setting “%s” is too big. The maximal allowed value is %d.',	
+ 	'SETTING_TOO_LONG'		=> 'The entered value for the setting “%s” is too long. The maximal allowed length is %d.',
+ 	'SETTING_TOO_SHORT'		=> 'The entered value for the setting “%s” is not long enough. The minimal allowed length is %d.',
+ 
  	'UCP'					=> 'User Control Panel',
  	'USERNAMES_EXPLAIN'		=> 'Place each username on a separate line.',
  	'USER_CONTROL_PANEL'	=> 'User Control Panel',
diff -x images -x imageset -crNEB phpbb300/language/en/acp/forums.php phpbb301-RC1/language/en/acp/forums.php
*** phpbb300/language/en/acp/forums.php	Wed Dec 12 20:12:49 2007
--- phpbb301-RC1/language/en/acp/forums.php	Mon Mar 24 12:57:14 2008
***************
*** 114,123 ****
  
  	'GENERAL_FORUM_SETTINGS'	=> 'General forum settings',
  
! 	'LINK'					=> 'Link',
! 	'LIST_INDEX'			=> 'List subforum in parent-forum’s legend',
! 	'LIST_INDEX_EXPLAIN'	=> 'Displays this forum on the index and elsewhere as a link within the legend of its parent-forum.',
! 	'LOCKED'				=> 'Locked',
  
  	'MOVE_POSTS_NO_POSTABLE_FORUM'	=> 'The forum you selected for moving the posts to is not postable. Please select a postable forum.',
  	'MOVE_POSTS_TO'					=> 'Move posts to',
--- 114,125 ----
  
  	'GENERAL_FORUM_SETTINGS'	=> 'General forum settings',
  
! 	'LINK'						=> 'Link',
! 	'LIST_INDEX'				=> 'List subforum in parent-forum’s legend',
! 	'LIST_INDEX_EXPLAIN'		=> 'Displays this forum on the index and elsewhere as a link within the legend of its parent-forum if the parent-forum’s “List subforums in legend” option is enabled.',
! 	'LIST_SUBFORUMS'			=> 'List subforums in legend',
! 	'LIST_SUBFORUMS_EXPLAIN'	=> 'Displays this forum’s subforums on the index and elsewhere as a link within the legend if their “List subforum in parent-forum’s legend” option is enabled.',
! 	'LOCKED'					=> 'Locked',
  
  	'MOVE_POSTS_NO_POSTABLE_FORUM'	=> 'The forum you selected for moving the posts to is not postable. Please select a postable forum.',
  	'MOVE_POSTS_TO'					=> 'Move posts to',
diff -x images -x imageset -crNEB phpbb300/language/en/acp/groups.php phpbb301-RC1/language/en/acp/groups.php
*** phpbb300/language/en/acp/groups.php	Wed Dec 12 20:12:49 2007
--- phpbb301-RC1/language/en/acp/groups.php	Mon Mar 24 12:57:14 2008
***************
*** 107,112 ****
--- 107,113 ----
  	'NO_GROUPS_CREATED'			=> 'No groups created yet.',
  	'NO_PERMISSIONS'			=> 'Do not copy permissions',
  	'NO_USERS'					=> 'You haven’t entered any users.',
+ 	'NO_USERS_ADDED'			=> 'No users were added to the group.',
  
  	'SPECIAL_GROUPS'			=> 'Pre-defined groups',
  	'SPECIAL_GROUPS_EXPLAIN'	=> 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings.',
diff -x images -x imageset -crNEB phpbb300/language/en/acp/permissions.php phpbb301-RC1/language/en/acp/permissions.php
*** phpbb300/language/en/acp/permissions.php	Wed Dec 12 20:12:49 2007
--- phpbb301-RC1/language/en/acp/permissions.php	Mon Mar 24 12:57:14 2008
***************
*** 115,121 ****
  
  	'DEFAULT'					=> 'Default',
  	'DELETE_ROLE'				=> 'Delete role',
! 	'DELETE_ROLE_CONFIRM'		=> 'Are you sure you want to remove this role? Items having this role assigned will <strong>not</strong> loose their permission settings.',
  	'DISPLAY_ROLE_ITEMS'		=> 'View items using this role',
  
  	'EDIT_PERMISSIONS'			=> 'Edit permissions',
--- 115,121 ----
  
  	'DEFAULT'					=> 'Default',
  	'DELETE_ROLE'				=> 'Delete role',
! 	'DELETE_ROLE_CONFIRM'		=> 'Are you sure you want to remove this role? Items having this role assigned will <strong>not</strong> lose their permission settings.',
  	'DISPLAY_ROLE_ITEMS'		=> 'View items using this role',
  
  	'EDIT_PERMISSIONS'			=> 'Edit permissions',
diff -x images -x imageset -crNEB phpbb300/language/en/acp/posting.php phpbb301-RC1/language/en/acp/posting.php
*** phpbb300/language/en/acp/posting.php	Wed Dec 12 20:12:49 2007
--- phpbb301-RC1/language/en/acp/posting.php	Mon Mar 24 12:57:14 2008
***************
*** 54,60 ****
  	'BBCODE_TAG_TOO_LONG'		=> 'The tag name you selected is too long.',
  	'BBCODE_TAG_DEF_TOO_LONG'	=> 'The tag definition that you have entered is too long, please shorten your tag definition.',
  	'BBCODE_USAGE'				=> 'BBCode usage',
! 	'BBCODE_USAGE_EXAMPLE'		=> '[hilight={COLOR}]{TEXT}[/hilight]<br /><br />[font={SIMPLETEXT1}]{SIMPLETEXT2}[/font]',
  	'BBCODE_USAGE_EXPLAIN'		=> 'Here you define how to use the BBCode. Replace any variable input by the corresponding token (%ssee below%s).',
  
  	'EXAMPLE'						=> 'Example:',
--- 54,60 ----
  	'BBCODE_TAG_TOO_LONG'		=> 'The tag name you selected is too long.',
  	'BBCODE_TAG_DEF_TOO_LONG'	=> 'The tag definition that you have entered is too long, please shorten your tag definition.',
  	'BBCODE_USAGE'				=> 'BBCode usage',
! 	'BBCODE_USAGE_EXAMPLE'		=> '[highlight={COLOR}]{TEXT}[/highlight]<br /><br />[font={SIMPLETEXT1}]{SIMPLETEXT2}[/font]',
  	'BBCODE_USAGE_EXPLAIN'		=> 'Here you define how to use the BBCode. Replace any variable input by the corresponding token (%ssee below%s).',
  
  	'EXAMPLE'						=> 'Example:',
***************
*** 162,167 ****
--- 162,169 ----
  	'SMILIES_CONFIG'			=> 'Smiley configuration',
  	'SMILIES_DELETED'			=> 'The smiley has been removed successfully.',
  	'SMILIES_EDIT'				=> 'Edit smiley',
+ 	'SMILIE_NO_CODE'			=> 'The smilie “%s”  was ignored, as there was no code entered.',
+ 	'SMILIE_NO_EMOTION'			=> 'The smilie “%s” was ignored, as there was no emotion entered.',
  	'SMILIES_NONE_EDITED'		=> 'No smilies were updated.',
  	'SMILIES_ONE_EDITED'		=> 'The smiley has been updated successfully.',
  	'SMILIES_EDITED'			=> 'The smilies have been updated successfully.',
diff -x images -x imageset -crNEB phpbb300/language/en/acp/users.php phpbb301-RC1/language/en/acp/users.php
*** phpbb300/language/en/acp/users.php	Wed Dec 12 20:12:49 2007
--- phpbb301-RC1/language/en/acp/users.php	Mon Mar 24 12:57:14 2008
***************
*** 44,53 ****
  
  	'CANNOT_BAN_FOUNDER'			=> 'You are not allowed to ban founder accounts.',
  	'CANNOT_BAN_YOURSELF'			=> 'You are not allowed to ban yourself.',
! 	'CANNOT_DEACTIVATE_BOT'			=> 'You are not allowed to deactivate bot accounts. Please deactivate the bot instead.',
  	'CANNOT_DEACTIVATE_FOUNDER'		=> 'You are not allowed to deactivate founder accounts.',
  	'CANNOT_DEACTIVATE_YOURSELF'	=> 'You are not allowed to deactivate your own account.',
! 	'CANNOT_FORCE_REACT_BOT'		=> 'You are not allowed to force reactivation on bot accounts. Please deactivate the bot instead.',
  	'CANNOT_FORCE_REACT_FOUNDER'	=> 'You are not allowed to force reactivation on founder accounts.',
  	'CANNOT_FORCE_REACT_YOURSELF'	=> 'You are not allowed to force reactivation of your own account.',
  	'CANNOT_REMOVE_ANONYMOUS'		=> 'You are not able to remove the guest user account.',
--- 44,53 ----
  
  	'CANNOT_BAN_FOUNDER'			=> 'You are not allowed to ban founder accounts.',
  	'CANNOT_BAN_YOURSELF'			=> 'You are not allowed to ban yourself.',
! 	'CANNOT_DEACTIVATE_BOT'			=> 'You are not allowed to deactivate bot accounts. Please deactivate the bot within the bots page instead.',
  	'CANNOT_DEACTIVATE_FOUNDER'		=> 'You are not allowed to deactivate founder accounts.',
  	'CANNOT_DEACTIVATE_YOURSELF'	=> 'You are not allowed to deactivate your own account.',
! 	'CANNOT_FORCE_REACT_BOT'		=> 'You are not allowed to force reactivation on bot accounts. Please deactivate the bot within the bots page instead.',
  	'CANNOT_FORCE_REACT_FOUNDER'	=> 'You are not allowed to force reactivation on founder accounts.',
  	'CANNOT_FORCE_REACT_YOURSELF'	=> 'You are not allowed to force reactivation of your own account.',
  	'CANNOT_REMOVE_ANONYMOUS'		=> 'You are not able to remove the guest user account.',
diff -x images -x imageset -crNEB phpbb300/language/en/common.php phpbb301-RC1/language/en/common.php
*** phpbb300/language/en/common.php	Wed Dec 12 20:12:50 2007
--- phpbb301-RC1/language/en/common.php	Mon Mar 24 12:57:14 2008
***************
*** 278,283 ****
--- 278,284 ----
  	'JUMP_TO_PAGE'			=> 'Click to jump to page…',
  
  	'KB'					=> 'KB',
+ 	'KIB'					=> 'KiB',
  
  	'LAST_POST'							=> 'Last post',
  	'LAST_UPDATED'						=> 'Last updated',
***************
*** 311,316 ****
--- 312,318 ----
  	'MARK_ALL'				=> 'Mark all',
  	'MARK_FORUMS_READ'		=> 'Mark forums read',
  	'MB'					=> 'MB',
+ 	'MIB'					=> 'MiB',
  	'MCP'					=> 'Moderator Control Panel',
  	'MEMBERLIST'			=> 'Members',
  	'MEMBERLIST_EXPLAIN'	=> 'View complete list of members',
diff -x images -x imageset -crNEB phpbb300/language/en/groups.php phpbb301-RC1/language/en/groups.php
*** phpbb300/language/en/groups.php	Wed Dec 12 20:12:50 2007
--- phpbb301-RC1/language/en/groups.php	Mon Mar 24 12:57:14 2008
***************
*** 40,47 ****
  	'ALREADY_IN_GROUP'			=> 'You are already a member of the selected group.',
  	'ALREADY_IN_GROUP_PENDING'	=> 'You already requested joining the selected group.',
  
! 	'CHANGED_DEFAULT_GROUP'	=> 'Successfully changed default group.',
! 	
  	'GROUP_AVATAR'						=> 'Group avatar',
  	'GROUP_CHANGE_DEFAULT'				=> 'Are you sure you want to change your default membership to the group “%s”?',
  	'GROUP_CLOSED'						=> 'Closed',
--- 40,49 ----
  	'ALREADY_IN_GROUP'			=> 'You are already a member of the selected group.',
  	'ALREADY_IN_GROUP_PENDING'	=> 'You already requested joining the selected group.',
  
! 	'CANNOT_JOIN_GROUP'			=> 'You are not able to join this group. You are only able to join open and freely open groups.',
! 	'CANNOT_RESIGN_GROUP'		=> 'You are not able to resign from this group. You are only able to resign from open and freely open groups.',
! 	'CHANGED_DEFAULT_GROUP'		=> 'Successfully changed default group.',
! 
  	'GROUP_AVATAR'						=> 'Group avatar',
  	'GROUP_CHANGE_DEFAULT'				=> 'Are you sure you want to change your default membership to the group “%s”?',
  	'GROUP_CLOSED'						=> 'Closed',
diff -x images -x imageset -crNEB phpbb300/language/en/help_faq.php phpbb301-RC1/language/en/help_faq.php
*** phpbb300/language/en/help_faq.php	Wed Dec 12 20:12:50 2007
--- phpbb301-RC1/language/en/help_faq.php	Mon Mar 24 12:57:14 2008
***************
*** 144,150 ****
  	),
  	array(
  		0 => 'Why did I receive a warning?',
! 		1 => 'Each board administrator has their own set of rules for their site. If you have broken a rule, you may issued a warning. Please note that this is the board administrator’s decision, and the phpBB Group has nothing to do with the warnings on the given site. Contact the board administrator if you are unsure about why you were issued a warning.'
  	),
  	array(
  		0 => 'How can I report posts to a moderator?',
--- 144,150 ----
  	),
  	array(
  		0 => 'Why did I receive a warning?',
! 		1 => 'Each board administrator has their own set of rules for their site. If you have broken a rule, you may be issued a warning. Please note that this is the board administrator’s decision, and the phpBB Group has nothing to do with the warnings on the given site. Contact the board administrator if you are unsure about why you were issued a warning.'
  	),
  	array(
  		0 => 'How can I report posts to a moderator?',
diff -x images -x imageset -crNEB phpbb300/language/en/install.php phpbb301-RC1/language/en/install.php
*** phpbb300/language/en/install.php	Wed Dec 12 20:12:50 2007
--- phpbb301-RC1/language/en/install.php	Mon Mar 24 12:57:14 2008
***************
*** 460,466 ****
  	'NO_VISIBLE_CHANGES'			=> 'No visible changes',
  	'NOTICE'						=> 'Notice',
  	'NUM_CONFLICTS'					=> 'Number of conflicts',
! 	'NUMBER_OF_FILES_COLLECTED'		=> 'Currently having differences about %1$d from %2$d files collected.<br />Please wait until file collection finished.',
  
  	'OLD_UPDATE_FILES'		=> 'Update files are out of date. The update files found are for updating from phpBB %1$s to phpBB %2$s but the latest version of phpBB is %3$s.',
  
--- 460,466 ----
  	'NO_VISIBLE_CHANGES'			=> 'No visible changes',
  	'NOTICE'						=> 'Notice',
  	'NUM_CONFLICTS'					=> 'Number of conflicts',
! 	'NUMBER_OF_FILES_COLLECTED'		=> 'Currently differences of %1$d of %2$d files have been checked.<br />Please wait until all files are checked.',
  
  	'OLD_UPDATE_FILES'		=> 'Update files are out of date. The update files found are for updating from phpBB %1$s to phpBB %2$s but the latest version of phpBB is %3$s.',
  
diff -x images -x imageset -crNEB phpbb300/language/en/mcp.php phpbb301-RC1/language/en/mcp.php
*** phpbb300/language/en/mcp.php	Wed Dec 12 20:12:50 2007
--- phpbb301-RC1/language/en/mcp.php	Mon Mar 24 12:57:14 2008
***************
*** 223,229 ****
  	'NO_POST_SELECTED'				=> 'You must select at least one post to perform this action.',
  	'NO_REASON_DISAPPROVAL'			=> 'Please give an appropriate reason for disapproval.',
  	'NO_REPORT'						=> 'No report found',
! 	'NO_REPORTS'					=> 'No reports found',	
  	'NO_REPORT_SELECTED'			=> 'You must select at least one report to perform this action.',
  	'NO_TOPIC_ICON'					=> 'None',
  	'NO_TOPIC_SELECTED'				=> 'You must select at least one topic to perform this action.',
--- 223,229 ----
  	'NO_POST_SELECTED'				=> 'You must select at least one post to perform this action.',
  	'NO_REASON_DISAPPROVAL'			=> 'Please give an appropriate reason for disapproval.',
  	'NO_REPORT'						=> 'No report found',
! 	'NO_REPORTS'					=> 'No reports found',
  	'NO_REPORT_SELECTED'			=> 'You must select at least one report to perform this action.',
  	'NO_TOPIC_ICON'					=> 'None',
  	'NO_TOPIC_SELECTED'				=> 'You must select at least one topic to perform this action.',
***************
*** 273,280 ****
  	'REPORT_TOTAL'				=> 'In total there is <strong>1</strong> report to review.',
  	'RESYNC'					=> 'Resync',
  	'RETURN_MESSAGE'			=> '%sReturn to the message%s',
! 	'RETURN_NEW_FORUM'			=> '%sReturn to the new forum%s',
! 	'RETURN_NEW_TOPIC'			=> '%sReturn to the new topic%s',
  	'RETURN_POST'				=> '%sReturn to the post%s',
  	'RETURN_QUEUE'				=> '%sReturn to the queue%s',
  	'RETURN_REPORTS'			=> '%sReturn to the reports%s',
--- 273,280 ----
  	'REPORT_TOTAL'				=> 'In total there is <strong>1</strong> report to review.',
  	'RESYNC'					=> 'Resync',
  	'RETURN_MESSAGE'			=> '%sReturn to the message%s',
! 	'RETURN_NEW_FORUM'			=> '%sGo to the new forum%s',
! 	'RETURN_NEW_TOPIC'			=> '%sGo to the new topic%s',
  	'RETURN_POST'				=> '%sReturn to the post%s',
  	'RETURN_QUEUE'				=> '%sReturn to the queue%s',
  	'RETURN_REPORTS'			=> '%sReturn to the reports%s',
diff -x images -x imageset -crNEB phpbb300/language/en/memberlist.php phpbb301-RC1/language/en/memberlist.php
*** phpbb300/language/en/memberlist.php	Wed Dec 12 20:12:50 2007
--- phpbb301-RC1/language/en/memberlist.php	Mon Mar 24 12:57:14 2008
***************
*** 84,90 ****
  	'IM_MSNM_CONNECT'		=> 'MSNM is not connected.\nYou have to connect to MSNM to continue.',		
  	'IM_NAME'				=> 'Your Name',
  	'IM_NO_DATA'			=> 'There is no suitable contact information for this user.',
! 	'IM_NO_JABBER'			=> 'Sorry, direct messaging of Jabber users is not supported on this server. You will need a Jabber client installed on your system to contact the recipient above.',
  	'IM_RECIPIENT'			=> 'Recipient',
  	'IM_SEND'				=> 'Send message',
  	'IM_SEND_MESSAGE'		=> 'Send message',
--- 84,90 ----
  	'IM_MSNM_CONNECT'		=> 'MSNM is not connected.\nYou have to connect to MSNM to continue.',		
  	'IM_NAME'				=> 'Your Name',
  	'IM_NO_DATA'			=> 'There is no suitable contact information for this user.',
! 	'IM_NO_JABBER'			=> 'Sorry, direct messaging of Jabber users is not supported on this board. You will need a Jabber client installed on your system to contact the recipient above.',
  	'IM_RECIPIENT'			=> 'Recipient',
  	'IM_SEND'				=> 'Send message',
  	'IM_SEND_MESSAGE'		=> 'Send message',
diff -x images -x imageset -crNEB phpbb300/language/en/posting.php phpbb301-RC1/language/en/posting.php
*** phpbb300/language/en/posting.php	Wed Dec 12 20:12:50 2007
--- phpbb301-RC1/language/en/posting.php	Mon Mar 24 12:57:14 2008
***************
*** 77,83 ****
  	'DELETE_MESSAGE'			=> 'Delete message',
  	'DELETE_MESSAGE_CONFIRM'	=> 'Are you sure you want to delete this message?',
  	'DELETE_OWN_POSTS'			=> 'Sorry but you can only delete your own posts.',
! 	'DELETE_POST_CONFIRM'		=> 'Are you sure you want to delete this message?',
  	'DELETE_POST_WARN'			=> 'Once deleted the post cannot be recovered',
  	'DISABLE_BBCODE'			=> 'Disable BBCode',
  	'DISABLE_MAGIC_URL'			=> 'Do not automatically parse URLs',
--- 77,83 ----
  	'DELETE_MESSAGE'			=> 'Delete message',
  	'DELETE_MESSAGE_CONFIRM'	=> 'Are you sure you want to delete this message?',
  	'DELETE_OWN_POSTS'			=> 'Sorry but you can only delete your own posts.',
! 	'DELETE_POST_CONFIRM'		=> 'Are you sure you want to delete this post?',
  	'DELETE_POST_WARN'			=> 'Once deleted the post cannot be recovered',
  	'DISABLE_BBCODE'			=> 'Disable BBCode',
  	'DISABLE_MAGIC_URL'			=> 'Do not automatically parse URLs',
diff -x images -x imageset -crNEB phpbb300/language/en/ucp.php phpbb301-RC1/language/en/ucp.php
*** phpbb300/language/en/ucp.php	Wed Dec 12 20:12:50 2007
--- phpbb301-RC1/language/en/ucp.php	Mon Mar 24 12:57:14 2008
***************
*** 88,94 ****
  	'ATTACHMENTS_DELETED'			=> 'Attachments successfully deleted.',
  	'ATTACHMENT_DELETED'			=> 'Attachment successfully deleted.',
  	'AVATAR_CATEGORY'				=> 'Category',
! 	'AVATAR_EXPLAIN'				=> 'Maximum dimensions; width: %1$d pixels, height: %2$d pixels, file size: %3$dkB.',
  	'AVATAR_FEATURES_DISABLED'		=> 'The avatar functionality is currently disabled.',
  	'AVATAR_GALLERY'				=> 'Local gallery',
  	'AVATAR_GENERAL_UPLOAD_ERROR'	=> 'Could not upload avatar to %s.',
--- 88,94 ----
  	'ATTACHMENTS_DELETED'			=> 'Attachments successfully deleted.',
  	'ATTACHMENT_DELETED'			=> 'Attachment successfully deleted.',
  	'AVATAR_CATEGORY'				=> 'Category',
! 	'AVATAR_EXPLAIN'				=> 'Maximum dimensions; width: %1$d pixels, height: %2$d pixels, file size: %3$.2lf KiB.',
  	'AVATAR_FEATURES_DISABLED'		=> 'The avatar functionality is currently disabled.',
  	'AVATAR_GALLERY'				=> 'Local gallery',
  	'AVATAR_GENERAL_UPLOAD_ERROR'	=> 'Could not upload avatar to %s.',
***************
*** 223,228 ****
--- 223,229 ----
  
  	'IF_FOLDER_FULL'			=> 'If folder is full',
  	'IMPORTANT_NEWS'			=> 'Important announcements',
+ 	'INVALID_USER_BIRTHDAY'			=> 'The entered birthday is not a valid date.',
  	'INVALID_CHARS_USERNAME'	=> 'The username contains forbidden characters.',
  	'INVALID_CHARS_NEW_PASSWORD'=> 'The password does not contain the required characters.',
  	'ITEMS_REQUIRED'			=> 'The items marked with * are required profile fields and need to be filled out.',
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Mesaj de bogdan »

Modificari de la versiunea 3.0.1-RC1 la 3.0.1

Cod: Selectaţi tot

diff -x images -x imageset -crNEB phpbb301-RC1/language/en/acp/common.php phpbb301/language/en/acp/common.php
*** phpbb301-RC1/language/en/acp/common.php	Sun Apr  6 17:22:13 2008
--- phpbb301/language/en/acp/common.php	Sun Apr  6 18:06:38 2008
***************
*** 264,273 ****
  	'SELECT_ANONYMOUS'		=> 'Select anonymous user',
  	'SELECT_OPTION'			=> 'Select option',
  
! 	'SETTING_TOO_LOW'		=> 'The entered value for the setting “%s” is too low. The minimal allowed value is %d.',
! 	'SETTING_TOO_BIG'		=> 'The entered value for the setting “%s” is too big. The maximal allowed value is %d.',	
! 	'SETTING_TOO_LONG'		=> 'The entered value for the setting “%s” is too long. The maximal allowed length is %d.',
! 	'SETTING_TOO_SHORT'		=> 'The entered value for the setting “%s” is not long enough. The minimal allowed length is %d.',
  
  	'UCP'					=> 'User Control Panel',
  	'USERNAMES_EXPLAIN'		=> 'Place each username on a separate line.',
--- 264,273 ----
  	'SELECT_ANONYMOUS'		=> 'Select anonymous user',
  	'SELECT_OPTION'			=> 'Select option',
  
! 	'SETTING_TOO_LOW'		=> 'The entered value for the setting “%1$s” is too low. The minimal allowed value is %2$d.',
! 	'SETTING_TOO_BIG'		=> 'The entered value for the setting “%1$s” is too big. The maximal allowed value is %2$d.',	
! 	'SETTING_TOO_LONG'		=> 'The entered value for the setting “%1$s” is too long. The maximal allowed length is %2$d.',
! 	'SETTING_TOO_SHORT'		=> 'The entered value for the setting “%1$s” is not long enough. The minimal allowed length is %2$d.',
  
  	'UCP'					=> 'User Control Panel',
  	'USERNAMES_EXPLAIN'		=> 'Place each username on a separate line.',
diff -x images -x imageset -crNEB phpbb301-RC1/language/en/acp/users.php phpbb301/language/en/acp/users.php
*** phpbb301-RC1/language/en/acp/users.php	Sun Apr  6 17:22:13 2008
--- phpbb301/language/en/acp/users.php	Sun Apr  6 18:06:38 2008
***************
*** 47,53 ****
  	'CANNOT_DEACTIVATE_BOT'			=> 'You are not allowed to deactivate bot accounts. Please deactivate the bot within the bots page instead.',
  	'CANNOT_DEACTIVATE_FOUNDER'		=> 'You are not allowed to deactivate founder accounts.',
  	'CANNOT_DEACTIVATE_YOURSELF'	=> 'You are not allowed to deactivate your own account.',
! 	'CANNOT_FORCE_REACT_BOT'		=> 'You are not allowed to force reactivation on bot accounts. Please deactivate the bot within the bots page instead.',
  	'CANNOT_FORCE_REACT_FOUNDER'	=> 'You are not allowed to force reactivation on founder accounts.',
  	'CANNOT_FORCE_REACT_YOURSELF'	=> 'You are not allowed to force reactivation of your own account.',
  	'CANNOT_REMOVE_ANONYMOUS'		=> 'You are not able to remove the guest user account.',
--- 47,53 ----
  	'CANNOT_DEACTIVATE_BOT'			=> 'You are not allowed to deactivate bot accounts. Please deactivate the bot within the bots page instead.',
  	'CANNOT_DEACTIVATE_FOUNDER'		=> 'You are not allowed to deactivate founder accounts.',
  	'CANNOT_DEACTIVATE_YOURSELF'	=> 'You are not allowed to deactivate your own account.',
! 	'CANNOT_FORCE_REACT_BOT'		=> 'You are not allowed to force reactivation on bot accounts. Please reactivate the bot within the bots page instead.',
  	'CANNOT_FORCE_REACT_FOUNDER'	=> 'You are not allowed to force reactivation on founder accounts.',
  	'CANNOT_FORCE_REACT_YOURSELF'	=> 'You are not allowed to force reactivation of your own account.',
  	'CANNOT_REMOVE_ANONYMOUS'		=> 'You are not able to remove the guest user account.',
diff -x images -x imageset -crNEB phpbb301-RC1/language/en/common.php phpbb301/language/en/common.php
*** phpbb301-RC1/language/en/common.php	Sun Apr  6 17:22:13 2008
--- phpbb301/language/en/common.php	Sun Apr  6 18:06:39 2008
***************
*** 106,111 ****
--- 106,112 ----
  	'BOARD_DISABLE'			=> 'Sorry but this board is currently unavailable.',
  	'BOARD_DISABLED'		=> 'This board is currently disabled.',
  	'BOARD_UNAVAILABLE'		=> 'Sorry but the board is temporarily unavailable, please try again in a few minutes.',
+ 	'BROWSING_FORUM'		=> 'Users browsing this forum: %1$s',
  	'BROWSING_FORUM_GUEST'	=> 'Users browsing this forum: %1$s and %2$d guest',
  	'BROWSING_FORUM_GUESTS'	=> 'Users browsing this forum: %1$s and %2$d guests',
  	'BYTES'					=> 'Bytes',
***************
*** 245,260 ****
  	'G_REGISTERED_COPPA'		=> 'Registered COPPA users',
  	'G_GLOBAL_MODERATORS'		=> 'Global moderators',
  
! 	'HIDDEN_USERS_ONLINE'		=> '%d hidden users online',
! 	'HIDDEN_USERS_TOTAL'		=> '%d hidden and ',
! 	'HIDDEN_USERS_ZERO_ONLINE'	=> '0 hidden users online',
! 	'HIDDEN_USERS_ZERO_TOTAL'	=> '0 hidden and ',
! 	'HIDDEN_USER_ONLINE'		=> '%d hidden user online',
! 	'HIDDEN_USER_TOTAL'			=> '%d hidden and ',
! 	'HIDE_GUESTS'				=> 'Hide guests',
! 	'HIDE_ME'					=> 'Hide my online status this session',
! 	'HOURS'						=> 'Hours',
! 	'HOME'						=> 'Home',
  
  	'ICQ'						=> 'ICQ',
  	'ICQ_STATUS'				=> 'ICQ status',	
--- 246,264 ----
  	'G_REGISTERED_COPPA'		=> 'Registered COPPA users',
  	'G_GLOBAL_MODERATORS'		=> 'Global moderators',
  
! 	'HIDDEN_USERS_ONLINE'			=> '%d hidden users online',
! 	'HIDDEN_USERS_TOTAL'			=> '%d hidden',
! 	'HIDDEN_USERS_TOTAL_AND'		=> '%d hidden and ',
! 	'HIDDEN_USERS_ZERO_ONLINE'		=> '0 hidden users online',
! 	'HIDDEN_USERS_ZERO_TOTAL'		=> '0 hidden',
! 	'HIDDEN_USERS_ZERO_TOTAL_AND'	=> '0 hidden and ',
! 	'HIDDEN_USER_ONLINE'			=> '%d hidden user online',
! 	'HIDDEN_USER_TOTAL'				=> '%d hidden',
! 	'HIDDEN_USER_TOTAL_AND'			=> '%d hidden and ',
! 	'HIDE_GUESTS'					=> 'Hide guests',
! 	'HIDE_ME'						=> 'Hide my online status this session',
! 	'HOURS'							=> 'Hours',
! 	'HOME'							=> 'Home',
  
  	'ICQ'						=> 'ICQ',
  	'ICQ_STATUS'				=> 'ICQ status',	
***************
*** 446,455 ****
--- 450,462 ----
  	'REGISTERED_USERS'			=> 'Registered users:',
  	'REG_USERS_ONLINE'			=> 'There are %d registered users and ',
  	'REG_USERS_TOTAL'			=> '%d registered, ',
+ 	'REG_USERS_TOTAL_AND'		=> '%d registered and ',
  	'REG_USERS_ZERO_ONLINE'		=> 'There are 0 registered users and ',
  	'REG_USERS_ZERO_TOTAL'		=> '0 registered, ',
+ 	'REG_USERS_ZERO_TOTAL_AND'	=> '0 registered and ',
  	'REG_USER_ONLINE'			=> 'There is %d registered user and ',
  	'REG_USER_TOTAL'			=> '%d registered, ',
+ 	'REG_USER_TOTAL_AND'		=> '%d registered and ',
  	'REMOVE'					=> 'Remove',
  	'REMOVE_INSTALL'			=> 'Please delete, move or rename the install directory before you use your board. If this directory is still present, only the Administration Control Panel (ACP) will be accessible.',
  	'REPLIES'					=> 'Replies',
diff -x images -x imageset -crNEB phpbb301-RC1/language/en/install.php phpbb301/language/en/install.php
*** phpbb301-RC1/language/en/install.php	Sun Apr  6 17:22:13 2008
--- phpbb301/language/en/install.php	Sun Apr  6 18:06:38 2008
***************
*** 85,91 ****
  	'CONVERT_NEW_CONVERSION'	=> 'New conversion',
  	'CONVERT_NOT_EXIST'			=> 'The specified convertor does not exist.',
  	'CONVERT_OPTIONS'			=> 'Options',
! 	'CONVERT_SETTINGS_VERIFIED'	=> 'The information you entered has been verified. To start the conversion process, push the button below to begin.',
  	'CONV_ERR_FATAL'			=> 'Fatal conversion error',
  
  	'CONV_ERROR_ATTACH_FTP_DIR'			=> 'FTP upload for attachments is enabled at the old board. Please disable the FTP upload option and make sure a valid upload directory is specified, then copy all attachment files to this new web accessible directory. Once you have done this, restart the convertor.',
--- 85,91 ----
  	'CONVERT_NEW_CONVERSION'	=> 'New conversion',
  	'CONVERT_NOT_EXIST'			=> 'The specified convertor does not exist.',
  	'CONVERT_OPTIONS'			=> 'Options',
! 	'CONVERT_SETTINGS_VERIFIED'	=> 'The information you entered has been verified. To start the conversion process, please push the button below.',
  	'CONV_ERR_FATAL'			=> 'Fatal conversion error',
  
  	'CONV_ERROR_ATTACH_FTP_DIR'			=> 'FTP upload for attachments is enabled at the old board. Please disable the FTP upload option and make sure a valid upload directory is specified, then copy all attachment files to this new web accessible directory. Once you have done this, restart the convertor.',
diff -x images -x imageset -crNEB phpbb301-RC1/language/en/ucp.php phpbb301/language/en/ucp.php
*** phpbb301-RC1/language/en/ucp.php	Sun Apr  6 17:22:13 2008
--- phpbb301/language/en/ucp.php	Sun Apr  6 18:06:39 2008
***************
*** 88,94 ****
  	'ATTACHMENTS_DELETED'			=> 'Attachments successfully deleted.',
  	'ATTACHMENT_DELETED'			=> 'Attachment successfully deleted.',
  	'AVATAR_CATEGORY'				=> 'Category',
! 	'AVATAR_EXPLAIN'				=> 'Maximum dimensions; width: %1$d pixels, height: %2$d pixels, file size: %3$.2lf KiB.',
  	'AVATAR_FEATURES_DISABLED'		=> 'The avatar functionality is currently disabled.',
  	'AVATAR_GALLERY'				=> 'Local gallery',
  	'AVATAR_GENERAL_UPLOAD_ERROR'	=> 'Could not upload avatar to %s.',
--- 88,94 ----
  	'ATTACHMENTS_DELETED'			=> 'Attachments successfully deleted.',
  	'ATTACHMENT_DELETED'			=> 'Attachment successfully deleted.',
  	'AVATAR_CATEGORY'				=> 'Category',
! 	'AVATAR_EXPLAIN'				=> 'Maximum dimensions; width: %1$d pixels, height: %2$d pixels, file size: %3$.2f KiB.',
  	'AVATAR_FEATURES_DISABLED'		=> 'The avatar functionality is currently disabled.',
  	'AVATAR_GALLERY'				=> 'Local gallery',
  	'AVATAR_GENERAL_UPLOAD_ERROR'	=> 'Could not upload avatar to %s.',
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

Publicam si versiunea de traducere fara diacritice: Fişierele de limbă phpBB 3.0.1 Română fără diacritice. Va fi disponibila numai aici la phpbb.ro, nu si la phpbb.com.
Multumim Muzet pt. ea.
Scrie răspuns

Înapoi la “Anunţuri”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 2 vizitatori