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 2012/03/21 18:18:07 UTC

svn commit: r1303467 - /pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_ru.json

Author: smartini
Date: Wed Mar 21 17:18:06 2012
New Revision: 1303467

URL: http://svn.apache.org/viewvc?rev=1303467&view=rev
Log:
PIVOT-845 - Add Russian localization from Viktor Zeltser

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

Added: pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_ru.json
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_ru.json?rev=1303467&view=auto
==============================================================================
--- pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_ru.json (added)
+++ pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_ru.json Wed Mar 21 17:18:06 2012
@@ -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: "Имя",
+    lastName: "Фамилия",
+    street: "Улица",
+    city: "Город",
+    state: "Штат",
+    postalCode: "Индекс",
+    country: "Страна"
+}
+