3.1 language posting.php

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Post Reply
User avatar
wintstar
Registered User
Posts: 108
Joined: Sun Dec 02, 2012 1:38 pm
Location: Gießen /Hessen Germany
Contact:

3.1 language posting.php

Post by wintstar »

I have a question regarding this language strings.

Build #1100 root/language/en/posting.php line at 212

Code: Select all

	'QUOTE_DEPTH_EXCEEDED'		=> array(
		1	=> 'You may embed only %d quote within each other.',
		2	=> 'You may embed only %d quotes within each other.',
	),
Is that right the same values ​%d for singular and plural?
Last edited by Vinny on Mon Oct 14, 2013 6:43 pm, edited 2 times in total.
Reason: Moved to Discussion
Greeting Stephan :-)

User avatar
imkingdavid
Registered User
Posts: 1050
Joined: Thu Jul 30, 2009 12:06 pm

Re: 3.1 language posting.php

Post by imkingdavid »

%d is replaced by either a singular form (1) or plural form (2). Whatever that value is, the system determines which form to use and inserts that value for %d.
I do custom MODs. PM for a quote!
View My: MODs | Portfolio
Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.

User avatar
wintstar
Registered User
Posts: 108
Joined: Sun Dec 02, 2012 1:38 pm
Location: Gießen /Hessen Germany
Contact:

Re: 3.1 language posting.php

Post by wintstar »

Thanks, for Info. I had not found it myself.
Greeting Stephan :-)

User avatar
nickvergessen
Former Team Member
Posts: 733
Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:

Re: 3.1 language posting.php

Post by nickvergessen »

Member of the Development-TeamNo Support via PM

User avatar
wintstar
Registered User
Posts: 108
Joined: Sun Dec 02, 2012 1:38 pm
Location: Gießen /Hessen Germany
Contact:

Re: 3.1 language posting.php

Post by wintstar »

Thanks for link
Greeting Stephan :-)

Post Reply