You've already forked lazarus-ccr
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:
@ -6,7 +6,7 @@ Note: Lazarus Trunk required
|
|||||||
Version pre-1.0
|
Version pre-1.0
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
2011-09-30 Added: ftString support to TJDBGridControl. MaxLength property.
|
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
|
2011-09-27 Added: ftDateTime support to TJDBGridControl
|
||||||
TJFloatEdit, TJLabeledFloatEdit,
|
TJFloatEdit, TJLabeledFloatEdit,
|
||||||
TJDBFloatEdit, TJDBLabeledFloatEdit
|
TJDBFloatEdit, TJDBLabeledFloatEdit
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
</Debugging>
|
</Debugging>
|
||||||
</Linking>
|
</Linking>
|
||||||
<Other>
|
<Other>
|
||||||
|
<CompilerMessages>
|
||||||
|
<UseMsgFile Value="True"/>
|
||||||
|
</CompilerMessages>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
@ -102,6 +105,10 @@
|
|||||||
<UnitName Value="jinputconsts"/>
|
<UnitName Value="jinputconsts"/>
|
||||||
</Item17>
|
</Item17>
|
||||||
</Files>
|
</Files>
|
||||||
|
<i18n>
|
||||||
|
<EnableI18N Value="True"/>
|
||||||
|
<OutDir Value="languages"/>
|
||||||
|
</i18n>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<RequiredPkgs Count="2">
|
<RequiredPkgs Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
|
19
components/jujiboutils/languages/jinputconsts.es.po
Normal file
19
components/jujiboutils/languages/jinputconsts.es.po
Normal 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"
|
||||||
|
|
19
components/jujiboutils/languages/jinputconsts.po
Normal file
19
components/jujiboutils/languages/jinputconsts.po
Normal 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 ""
|
||||||
|
|
Reference in New Issue
Block a user