You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by ml...@apache.org on 2011/08/12 17:50:15 UTC

svn commit: r1157165 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_fi_FI.js

Author: mlusetti
Date: Fri Aug 12 15:50:15 2011
New Revision: 1157165

URL: http://svn.apache.org/viewvc?rev=1157165&view=rev
Log:
TAP5-606 Add Finnish translation to javascript messages

Added:
    tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_fi_FI.js   (with props)

Added: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_fi_FI.js
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_fi_FI.js?rev=1157165&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_fi_FI.js (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_fi_FI.js Fri Aug 12 15:50:15 2011
@@ -0,0 +1,38 @@
+// Copyright 2009 The Apache Software Foundation
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+Tapestry.Messages = {
+
+    pageIsLoading : "Ole hyvä ja odota kunnes sivu on latautunut...",
+
+    missingInitializer : "Funktiota Tapestry.Initializer.#{name}() ei ole olemassa.",
+
+    missingValidator :      "Funktiota Tapestry.Validator.#{name}() ei ole olemassa kentässä '#{fieldName}'.",
+
+    ajaxFailure : "Ajax virhe: Status #{status} pyynnölle #{request.url}: ",
+
+    ajaxRequestUnsuccessful : "Pyyntöä palvelimelle ei voitu suorittaa. Palvelimeen ei saatu yhteyttä.",
+
+    clientException :     "Palvelin palautti vastauksen mutta sen prosessoinnin aikana tapahtui virhe: ",
+
+    missingZone :   "Ajax Zone '#{id}' yritettiin päivittää dynaamisesti, mutta sitä ei löytynyt.",
+
+    noZoneManager :   "Ajax Zone '#{id}':iin ei ole liitetty Tapestry.ZoneManager -objektia." ,
+
+    pathDoesNotStartWithSlash : "Ulkoinen polku #{path} ei ala kauttaviivalla ( merkki '/' ).",
+
+    notAnInteger : "Ei ole kokonaisluku",
+
+    invalidCharacter : "Virheellinen merkki"
+};
\ No newline at end of file

Propchange: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry-messages_fi_FI.js
------------------------------------------------------------------------------
    svn:eol-style = native