Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hi Sérgio,

On Fri, Feb 17, 2012 at 1:57 PM, Sérgio Marques <smarquespt@gmail.com> wrote:
Hi Rimas

Can You explain me the meaning of:

%s content minchars

%s title minchars

I mean %s is replaced by?

This very, very likely is from the admin interface to define how many
characters the user must enter before allowing the submission.

And minichars i guess it will be mini characters?

No, rather the minimum count of letters.

I.e. you're not allowed to just write "+1" (two letters) or "LOL :-)"
(7 letters) when the "content minchars" would be set to 15

.... looking at the code....

#: skins/common/media/js/post.js:135
#, fuzzy, c-format
msgid "%s content minchars"
msgstr "please enter more than %s characters"

#: skins/common/media/js/post.js:139 skins/common/media/js/post.js.c:987
#, c-format
msgid "%s title minchars"
msgstr "please enter at least %s characters"

Ah, so it is just an internal ID that is not actually matching the
english string :-)

In this case they come from the javascript that would show a
corresponding error message on the page, and my assumptions above are
correct.

The %s is replaced by a number of characters that the administrator
can define, the actual english string should clarify it.

ciao
Christian

-- 
Unsubscribe instructions: E-mail to l10n+help@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.