Translations support: spanish

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2044 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
jujibo 2011-09-30 15:23:11 +00:00
parent be3a8492d3
commit 2839a90c91
4 changed files with 46 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Note: Lazarus Trunk required
Version pre-1.0
--------------------------------------------------
2011-09-30 Added: ftString support to TJDBGridControl. MaxLength property.
Reorganize files, update examples.
Translations support: spanish
2011-09-27 Added: ftDateTime support to TJDBGridControl
TJFloatEdit, TJLabeledFloatEdit,
TJDBFloatEdit, TJDBLabeledFloatEdit

View File

@ -15,6 +15,9 @@
</Debugging>
</Linking>
<Other>
<CompilerMessages>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
@ -102,6 +105,10 @@
<UnitName Value="jinputconsts"/>
</Item17>
</Files>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">
<Item1>

View File

@ -0,0 +1,19 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: jinputconsts.sinvaliddate
msgid "%s is not a valid date"
msgstr "%s no es una fecha válida"
#: jinputconsts.sinvaliddatetime
msgid "%s is not a valid date-time"
msgstr "%s no es una fecha-hora válida"
#: jinputconsts.sinvalidnumber
msgid "%s is not a valid number"
msgstr "%s no es un número válido"
#: jinputconsts.sinvalidtime
msgid "%s is not a valid time"
msgstr "%s no es una horar válida"

View File

@ -0,0 +1,19 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: jinputconsts.sinvaliddate
msgid "%s is not a valid date"
msgstr ""
#: jinputconsts.sinvaliddatetime
msgid "%s is not a valid date-time"
msgstr ""
#: jinputconsts.sinvalidnumber
msgid "%s is not a valid number"
msgstr ""
#: jinputconsts.sinvalidtime
msgid "%s is not a valid time"
msgstr ""