Updated Branches: refs/heads/develop fc57407c7 -> 35c5fbd4f
Added ru_RU locale for postcode validator Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/35c5fbd4 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/35c5fbd4 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/35c5fbd4 Branch: refs/heads/develop Commit: 35c5fbd4face649810a2a4448ee43f2f502d5821 Parents: fc57407 Author: Justin Mclean <[email protected]> Authored: Mon Mar 18 19:40:10 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Mon Mar 18 19:40:10 2013 +1100 ---------------------------------------------------------------------- .../apache/bundles/ru_RU/apache.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/35c5fbd4/frameworks/projects/apache/bundles/ru_RU/apache.properties ---------------------------------------------------------------------- diff --git a/frameworks/projects/apache/bundles/ru_RU/apache.properties b/frameworks/projects/apache/bundles/ru_RU/apache.properties index 29940f7..7ad415e 100644 --- a/frameworks/projects/apache/bundles/ru_RU/apache.properties +++ b/frameworks/projects/apache/bundles/ru_RU/apache.properties @@ -16,3 +16,9 @@ ## limitations under the License. ## ################################################################################ + +#PostCodeValidator +invalidCharPostcodeError=ÐоÑÑовÑй Ð¸Ð½Ð´ÐµÐºÑ ÑодеÑÐ¶Ð¸Ñ Ð½ÐµÐ´Ð¾Ð¿ÑÑÑимÑе ÑимволÑ. +wrongLengthPostcodeError=ÐевеÑное колиÑеÑÑво Ñимволов в поÑÑовом индекÑе. +wrongFormatPostcodeError=ÐевеÑнÑй ÑоÑÐ¼Ð°Ñ Ð¿Ð¾ÑÑового индекÑа. +incorrectFormatPostcodeError=ÐÑибка в ÑÑÑоке ÑоÑмаÑа поÑÑового индекÑа. \ No newline at end of file
