summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Brohet <therbom@gmail.com>2013-04-28 08:13:14 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-04-28 08:13:14 -0700
commit0db3cf0fbac631414a9efa721c753b9679844705 (patch)
tree29e1f538673c045a9d2cbf8130c0251a41b6f476
parent0e178e78ab8e2320bd611bcfb6d372de6d64a0fb (diff)
parentbeb0aa2e5c7629ba907564bab802aae47eb92956 (diff)
downloadpackages_apps_browser-0db3cf0fbac631414a9efa721c753b9679844705.zip
packages_apps_browser-0db3cf0fbac631414a9efa721c753b9679844705.tar.gz
packages_apps_browser-0db3cf0fbac631414a9efa721c753b9679844705.tar.bz2
Merge "Browser: Refactor RU translation" into cm-10.1
-rw-r--r--res/values-ru/cm_strings.xml23
-rw-r--r--res/values-ru/strings.xml6
2 files changed, 23 insertions, 6 deletions
diff --git a/res/values-ru/cm_strings.xml b/res/values-ru/cm_strings.xml
new file mode 100644
index 0000000..0cea8f4
--- /dev/null
+++ b/res/values-ru/cm_strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012-2013 The CyanogenMod Project
+
+ 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.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="pref_content_ua_summary">Выбор User Agent</string>
+ <string name="accessibility_button_homescreen">Домашний экран</string>
+ <string name="contextmenu_openlink_incognito_newwindow">Открыть в новой вкладке (инкогнито)</string>
+ <string name="contextmenu_openlink_incognito_newwindow_background">Открыть в фоновой вкладке (инкогнито)</string>
+ <string name="pref_lab_webgl_summary">Включить WebGL</string>
+ <string name="pref_lab_websockets_summary">Включить WebSockets</string>
+</resources>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 8779e12..20ffd1e 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -143,7 +143,6 @@
<string name="pref_content_homepage" msgid="3324574611613105696">"Стартовая страница"</string>
<string name="pref_content_search_engine" msgid="1620101310821644144">"Поисковая система"</string>
<string name="pref_content_search_engine_summary" msgid="304003941861818133">"Выберите поисковую систему"</string>
- <string name="pref_content_ua_summary">Выбор User Agent</string>
<string name="pref_set_homepage_to" msgid="7838684355145561242">"Сохранить"</string>
<string-array name="pref_homepage_choices">
<item msgid="844041670142910837">"Текущая страница"</item>
@@ -399,9 +398,4 @@
<string name="accessibility_state_frozen" msgid="8041539250447035570">"Сохраненная страница"</string>
<string name="accessibility_transition_navscreen" msgid="2734915619351519547">"Управление вкладками"</string>
<string name="accessibility_button_bookmarks_folder_up" msgid="9179389954714270505">"Предыдущая папка"</string>
- <string name="accessibility_button_homescreen">Домашний экран</string>
- <string name="contextmenu_openlink_incognito_newwindow">Открыть в новой вкладке (инкогнито)</string>
- <string name="contextmenu_openlink_incognito_newwindow_background">Открыть в фоновой вкладке (инкогнито)</string>
- <string name="pref_lab_webgl_summary">Включить WebGL</string>
- <string name="pref_lab_websockets_summary">Включить WebSockets</string>
</resources>