summaryrefslogtreecommitdiffstats
path: root/l10n-ru/suite/profile
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ru/suite/profile')
-rw-r--r--l10n-ru/suite/profile/bookmarks.extra27
-rw-r--r--l10n-ru/suite/profile/bookmarks.inc87
-rw-r--r--l10n-ru/suite/profile/chrome/userChrome-example.css58
-rw-r--r--l10n-ru/suite/profile/chrome/userContent-example.css47
-rw-r--r--l10n-ru/suite/profile/panels.extra7
5 files changed, 226 insertions, 0 deletions
diff --git a/l10n-ru/suite/profile/bookmarks.extra b/l10n-ru/suite/profile/bookmarks.extra
new file mode 100644
index 0000000000..39ae6cd9e5
--- /dev/null
+++ b/l10n-ru/suite/profile/bookmarks.extra
@@ -0,0 +1,27 @@
+#filter emptyLines
+
+# LOCALIZATION NOTE: You can additional bookmark entries here for inclusion
+# in your language's default profiles.
+# Please do not add many entries here, only things that many users in your
+# country will actually need.
+# For most localizations, it's enough to localize the descriptions and domain
+# names of the Google bookmarks below.
+
+ <DT><H3>Поиск в Интернете</H3>
+ <DL><p>
+ <DT><A HREF="https://www.google.com/">Google</A>
+ <DT><A HREF="https://duckduckgo.com/">DuckDuckGo</A>
+ <DT><A HREF="https://groups.google.com/">Группы новостей Google</A>
+ <DT><A HREF="https://news.google.com/">Новости Google</A>
+ </DL><p>
+
+ <DT><H3>Сообщество и поддержка</H3>
+ <DL><p>
+ <DT><A HREF="http://www.seamonkey.ru/">Помощь по Seamonkey</A>
+ <DT><A HREF="https://forum.mozilla-russia.org/">Форум Mozilla Россия</A>
+ <DT><A HREF="https://forum.mozilla-russia.org/viewforum.php?id=10">Поддержка SeaMonkey на Mozilla Россия</A>
+ </DL><p>
+
+#unfilter emptyLines
+
+
diff --git a/l10n-ru/suite/profile/bookmarks.inc b/l10n-ru/suite/profile/bookmarks.inc
new file mode 100644
index 0000000000..e59e33586a
--- /dev/null
+++ b/l10n-ru/suite/profile/bookmarks.inc
@@ -0,0 +1,87 @@
+#filter emptyLines
+
+# LOCALIZATION NOTE: The 'en-US' strings in some URLs will be replaced with
+# your locale code, and link to your translated pages as soon as they're live.
+
+#define bookmarks_title Закладки
+#define bookmarks_heading Закладки
+
+#define personal_toolbarfolder Папка панели закладок
+
+#define seamonkey_and_mozilla SeaMonkey и Mozilla
+
+# LOCALIZATION NOTE (seamonkey):
+# link title for https://www.seamonkey-project.org/ (in the personal toolbar)
+#define seamonkey SeaMonkey
+
+# LOCALIZATION NOTE (seamonkey_long):
+# link title for https://www.seamonkey-project.org/ (in normal bookmarks)
+#define seamonkey_long Проект SeaMonkey
+
+# LOCALIZATION NOTE (mozilla_org):
+# link title for http://www.mozilla.org/ (in the personal toolbar)
+#define mozilla_org mozilla.org
+
+# LOCALIZATION NOTE (mozilla_org_long):
+# link title for https://www.mozilla.org/ (in normal bookmarks)
+#define mozilla_org_long Организация Mozilla
+
+# LOCALIZATION NOTE (mozilla_projects):
+# link title for http://www.mozilla.org/projects/
+#define mozilla_projects Проекты Mozilla
+
+# LOCALIZATION NOTE (mozilla_about):
+# link title for http://www.mozilla.org/about/
+#define mozilla_about О Mozilla
+
+#define extend_seamonkey Расширение SeaMonkey
+
+# LOCALIZATION NOTE (seamonkey_addons):
+# link title for https://addons.thunderbird.net/en-US/seamonkey/
+#define seamonkey_addons Дополнения SeaMonkey
+
+# LOCALIZATION NOTE (seamonkey_themes):
+# link title for https://addons.thunderbird.net/en-US/seamonkey/themes
+#define seamonkey_themes Темы SeaMonkey
+
+# LOCALIZATION NOTE (seamonkey_dictionaries):
+# link title for https://addons.thunderbird.net/en-US/seamonkey/dictionaries
+#define seamonkey_dictionaries Словари проверки орфографии
+
+# LOCALIZATION NOTE (seamonkey_plugins):
+# link title for https://addons.thunderbird.net/en-US/seamonkey/plugins
+#define seamonkey_plugins Плагины для SeaMonkey
+
+# LOCALIZATION NOTE (mozdev):
+# link title for http://www.mozdev.org/
+#define mozdev mozdev.org
+
+# LOCALIZATION NOTE (mozdev_seamonkey):
+# link title for http://www.mozdev.org/projects/applications/SeaMonkey.html
+#define mozdev_seamonkey Расширения SeaMonkey с mozdev.org
+
+#define community_support Сообщество и поддержка
+
+# LOCALIZATION NOTE (seamonkey_community):
+# link title for https://www.seamonkey-project.org/community
+#define seamonkey_community Сообщество SeaMonkey
+
+# LOCALIZATION NOTE (mozillazine):
+# link title for http://www.mozillazine.org/
+#define mozillazine mozillaZine
+
+# LOCALIZATION NOTE (seamonkey_support):
+# link title for the mozillaZine SeaMonkey Support forum
+#define seamonkey_support Форум поддержки SeaMonkey (mozillaZine)
+
+# LOCALIZATION NOTE (seamonkey_l10n):
+# insert full bookmark line for localized SeaMonkey page (personal toolbar)
+# e.g. #define seamonkey_l10n <DT><A HREF="https://www.seamonkey.tlh/">SeaMonkey tlhIngan</a>
+#define seamonkey_l10n
+
+ <DT><A HREF="https://mozilla-russia.org/">Сообщество Mozilla Russia</a># LOCALIZATION NOTE (seamonkey_l10n_long):# LOCALIZATION NOTE (seamonkey_l10n_long):
+# insert full bookmark line for localized SeaMonkey page (normal bookmark)
+# e.g. #define seamonkey_l10n_long <DT><A HREF="https://www.seamonkey.tld/">tlhIngan Hol SeaMonkey</a>
+#define seamonkey_l10n_long
+
+#unfilter <DT><A HREF="https://mozilla-russia.org/">Сообщество Mozilla Russia</a>
diff --git a/l10n-ru/suite/profile/chrome/userChrome-example.css b/l10n-ru/suite/profile/chrome/userChrome-example.css
new file mode 100644
index 0000000000..2a33c2038b
--- /dev/null
+++ b/l10n-ru/suite/profile/chrome/userChrome-example.css
@@ -0,0 +1,58 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+/*
+ * Edit this file and copy it as userChrome.css into your
+ * profile-directory/chrome/
+ */
+
+/*
+ * This file can be used to customize the look of Mozilla's user interface
+ * You should consider using !important on rules which you want to
+ * override default settings.
+ */
+
+/*
+ * Do not remove the @namespace line -- it's required for correct functioning
+ */
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
+
+
+/*
+ * Some possible accessibility enhancements:
+ */
+/*
+ * Make all the default font sizes 20 pt:
+ *
+ * * {
+ * font-size: 20pt !important
+ * }
+ */
+/*
+ * Make menu items in particular 15 pt instead of the default size:
+ *
+ * menupopup > * {
+ * font-size: 15pt !important
+ * }
+ */
+/*
+ * Give the Location (URL) Bar a fixed-width font
+ *
+ * #urlbar {
+ * font-family: monospace !important;
+ * }
+ */
+
+/*
+ * Eliminate the throbber and its annoying movement:
+ *
+ * #throbber-box {
+ * display: none !important;
+ * }
+ */
+
+/*
+ * For more examples see http://www.mozilla.org/unix/customizing.html
+ */
+
diff --git a/l10n-ru/suite/profile/chrome/userContent-example.css b/l10n-ru/suite/profile/chrome/userContent-example.css
new file mode 100644
index 0000000000..74e0d9d53a
--- /dev/null
+++ b/l10n-ru/suite/profile/chrome/userContent-example.css
@@ -0,0 +1,47 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+/*
+ * Edit this file and copy it as userContent.css into your
+ * profile-directory/chrome/
+ */
+
+/*
+ * This file can be used to apply a style to all web pages you view
+ * Rules without !important are overruled by author rules if the
+ * author sets any. Rules with !important overrule author rules.
+ */
+
+/*
+ * example: turn off "blink" element blinking
+ *
+ * blink { text-decoration: none ! important; }
+ *
+ */
+
+/*
+ * example: give all tables a 2px border
+ *
+ * table { border: 2px solid; }
+ */
+
+/*
+ * example: turn off "marquee" element
+ *
+ * marquee { -moz-binding: none; }
+ *
+ */
+
+/*
+ * example: make search fields on www.mozilla.org black-on-white
+ *
+ * @-moz-document url-prefix(http://www.mozilla.org/) {
+ * #q { background: white ! important; color: black ! important; }
+ * }
+ */
+
+/*
+ * For more examples see http://www.mozilla.org/unix/customizing.html
+ */
+
diff --git a/l10n-ru/suite/profile/panels.extra b/l10n-ru/suite/profile/panels.extra
new file mode 100644
index 0000000000..f28b96e455
--- /dev/null
+++ b/l10n-ru/suite/profile/panels.extra
@@ -0,0 +1,7 @@
+#filter emptyLines
+
+# LOCALIZATION NOTE: You can place sidebar panel entries here that will be
+# in default profiles. Only do this if you know what you're doing!
+# For normal localizations, it's best to leave this file unchanged.
+
+#unfilter emptyLines