aboutsummaryrefslogtreecommitdiff
path: root/web/Strings-ru.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-04-25 16:51:54 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-04-25 16:51:54 +1200
commit67dc1c43932bffaf9df2c9ec201cff879d0226d9 (patch)
tree18c96e48641c5fd681f2b1b4269f0793bd6d288e /web/Strings-ru.js
parent6a0f2db76a2a60679183b98720a0e48d76778d26 (diff)
downloadtrackermap-server-67dc1c43932bffaf9df2c9ec201cff879d0226d9.tar.gz
trackermap-server-67dc1c43932bffaf9df2c9ec201cff879d0226d9.tar.bz2
trackermap-server-67dc1c43932bffaf9df2c9ec201cff879d0226d9.zip
Support interface localization
Diffstat (limited to 'web/Strings-ru.js')
-rw-r--r--web/Strings-ru.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/web/Strings-ru.js b/web/Strings-ru.js
new file mode 100644
index 000000000..73b3a329f
--- /dev/null
+++ b/web/Strings-ru.js
@@ -0,0 +1,32 @@
+/*
+ * Copyright 2015 Anton Tananaev (anton.tananaev@gmail.com)
+ *
+ * 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.
+ */
+
+Ext.define('Strings', {
+ singleton: true,
+
+ login_title: 'Логин',
+ login_user: 'Пользователь',
+ login_password: 'Пароль',
+ login_register: 'Регистрация',
+ login_login: 'Вход',
+ login_failed: 'Неправильный логин или пароль.',
+
+ device_title: 'Устройства',
+ device_name: 'Название',
+ device_identifier: 'Идентификатор',
+
+ map_title: 'Карта'
+});