You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2009/10/02 17:11:48 UTC

svn commit: r821047 - /incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_it.json

Author: smartini
Date: Fri Oct  2 15:11:47 2009
New Revision: 821047

URL: http://svn.apache.org/viewvc?rev=821047&view=rev
Log:
add Italian Localization file

Added:
    incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_it.json

Added: incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_it.json
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_it.json?rev=821047&view=auto
==============================================================================
--- incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_it.json (added)
+++ incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_it.json Fri Oct  2 15:11:47 2009
@@ -0,0 +1,25 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you 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.
+ */
+{   firstName: "Nome",
+    lastName: "Cognome",
+    street: "Via",
+    city: "Città",
+    state: "Regione",
+    postalCode: "Codice Postale",
+    country: "Stato"
+}
+