зеркало из https://github.com/mozilla/gecko-dev.git
Bug 387907 - [ru] Update for Russian DOM Inspector localization. Patch by Alexander L. Slovesnik <unghost@mozilla-russia.org>. rs=sdwilsh
This commit is contained in:
Родитель
b549ed0741
Коммит
bbec522fd5
|
@ -49,6 +49,7 @@ ALL_LOCALES = \
|
|||
pl \
|
||||
fr \
|
||||
nb-NO \
|
||||
ru \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
<!ENTITY mnInspectChromeDocument.accesskey "к">
|
||||
<!ENTITY cmdShowOpenURLDialog.label "Исследовать URL…">
|
||||
<!ENTITY cmdShowOpenURLDialog.accesskey "с">
|
||||
<!ENTITY cmdSave.label "Сохранить DOM как…">
|
||||
<!ENTITY cmdSave.accesskey "х">
|
||||
<!ENTITY cmdClose.label "Закрыть">
|
||||
<!ENTITY cmdClose.accesskey "З">
|
||||
<!ENTITY cmdExit.label "Выход">
|
||||
|
@ -33,21 +35,11 @@
|
|||
<!ENTITY cmdDelete.accesskey "У">
|
||||
<!ENTITY mnSearch.label "Поиск">
|
||||
<!ENTITY mnSearch.accesskey "П">
|
||||
<!ENTITY mnSearchPlugins.label "Расширения">
|
||||
<!ENTITY mnSearchPlugins.accesskey "Р">
|
||||
<!ENTITY cmdRunSearch.label "Выполнить…">
|
||||
<!ENTITY cmdRunSearch.accesskey "В">
|
||||
<!ENTITY mnView.label "Вид">
|
||||
<!ENTITY mnView.accesskey "В">
|
||||
<!ENTITY cmdToggleBrowser.label "Браузер">
|
||||
<!ENTITY cmdToggleSearch.label "Результаты поиска">
|
||||
<!ENTITY cmdViewSearchItem.label "Просмотр…">
|
||||
<!ENTITY cmdEditSearchItem.label "Изменить…">
|
||||
<!ENTITY cmdCopySearchItemLine.label "Копировать строку">
|
||||
<!ENTITY cmdCopySearchItemAll.label "Копировать всё">
|
||||
<!ENTITY cmdSaveSearchItemText.label "Сохранить…">
|
||||
<!ENTITY cmdClearSearch.label "Очистить">
|
||||
<!ENTITY cmdHideSearchItems.label "Скрыть">
|
||||
<!ENTITY browserPanel.label "Браузер">
|
||||
<!ENTITY inspectNewWindow.label "Исследовать в новом окне">
|
||||
<!ENTITY saveCmd.key "S">
|
||||
<!ENTITY closeCmd.key "W">
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Alexander L. Slovesnik <unghost@mozilla-russia.org> (Russian translation)
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
|
|
@ -0,0 +1,45 @@
|
|||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
#if 0
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (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.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is DOM Inspector.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Vasiliy Potapenko
|
||||
- Portions created by the Initial Developer are Copyright (C) 2007
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Vasiliy Potapenko <vasiliy.potapenko@gmail.com>
|
||||
- Alexander L. Slovesnik <unghost@mozilla-russia.org> (Russian translation)
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
#endif
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!ENTITY descRole.label "Роль:">
|
||||
<!ENTITY descName.label "Имя:">
|
||||
<!ENTITY descDescription.label "Описание:">
|
||||
<!ENTITY descValue.label "Значение:">
|
||||
<!ENTITY descState.label "Состояние:">
|
||||
<!ENTITY descActionName.label "Имя действия:">
|
|
@ -20,6 +20,7 @@
|
|||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Alexander L. Slovesnik <unghost@mozilla-russia.org> (Russian translation)
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Alexander L. Slovesnik <unghost@mozilla-russia.org> (Russian translation)
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
-
|
||||
- Contributor(s):
|
||||
- Shawn Wilsher <me@shawnwilsher.com>
|
||||
- Alexander L. Slovesnik <unghost@mozilla-russia.org> (Russian translation)
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
-
|
||||
- Contributor(s):
|
||||
- Shawn Wilsher <me@shawnwilsher.com>
|
||||
- Alexander L. Slovesnik <unghost@mozilla-russia.org> (Russian translation)
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
@ -37,6 +38,7 @@
|
|||
#endif
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!ENTITY nodeName.label "Имя узла:">
|
||||
<!ENTITY localName.label "Локальное имя:">
|
||||
<!ENTITY namespaceURI.label "URI пространства имен:">
|
||||
<!ENTITY nodeType.label "Тип узла:">
|
||||
<!ENTITY nodeValue.label "Значение узла:">
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Alexander L. Slovesnik <unghost@mozilla-russia.org> (Russian translation)
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Alexander L. Slovesnik <unghost@mozilla-russia.org> (Russian translation)
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Alexander L. Slovesnik <unghost@mozilla-russia.org> (Russian translation)
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Alexander L. Slovesnik <unghost@mozilla-russia.org> (Russian translation)
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
|
|
Загрузка…
Ссылка в новой задаче