[about dialog] - some strings to translate
This commit is contained in:
parent
8611494069
commit
0fa5454831
@ -142,8 +142,8 @@ class GrampsAboutDialog(Gtk.AboutDialog):
|
||||
"Python: %s \n" +
|
||||
"BSDDB: %s \n" +
|
||||
sqlite +
|
||||
"LANG: %s\n" +
|
||||
"OS: %s" +
|
||||
_("LANG: %s\n") +
|
||||
_("OS: %s") +
|
||||
distro)
|
||||
% (ellipses(str(VERSION)),
|
||||
ellipses(str(sys.version).replace('\n','')),
|
||||
|
909
po/gramps.pot
909
po/gramps.pot
File diff suppressed because it is too large
Load Diff
14
po/ru.po
14
po/ru.po
@ -16,8 +16,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gramps50\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-29 09:45+0300\n"
|
||||
"PO-Revision-Date: 2017-06-29 10:13+0300\n"
|
||||
"POT-Creation-Date: 2017-06-30 08:39+0300\n"
|
||||
"PO-Revision-Date: 2017-06-30 08:42+0300\n"
|
||||
"Last-Translator: Ivan Komaritsyn <vantu5z@mail.ru>\n"
|
||||
"Language-Team: Russian\n"
|
||||
"Language: ru\n"
|
||||
@ -10578,6 +10578,16 @@ msgstr "Иван Комарицын, Василий Хачатуров, Егор
|
||||
msgid "Distribution: %s"
|
||||
msgstr "Ядро: %s"
|
||||
|
||||
#: ../gramps/gui/aboutdialog.py:145
|
||||
#, python-format
|
||||
msgid "LANG: %s\n"
|
||||
msgstr "Язык: %s\n"
|
||||
|
||||
#: ../gramps/gui/aboutdialog.py:146
|
||||
#, python-format
|
||||
msgid "OS: %s"
|
||||
msgstr "Система: %s"
|
||||
|
||||
#: ../gramps/gui/clipboard.py:71
|
||||
msgid "manual|Using_the_Clipboard"
|
||||
msgstr "Использование_буфера_обмена"
|
||||
|
Loading…
Reference in New Issue
Block a user