[about dialog] - some strings to translate

This commit is contained in:
vantu5z 2017-06-30 09:04:46 +03:00
parent 8611494069
commit 0fa5454831
3 changed files with 454 additions and 473 deletions

View File

@ -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','')),

File diff suppressed because it is too large Load Diff

View File

@ -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 "Использование_буфера_обмена"