mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-30 14:09:56 +00:00
fix #73
I suppose the better way is to move weather adaptor to another open weather engine despite the fact that OWM has provided me a special FOSS permissions. I've changed weather provider to Yahoo! Weather because there is no good way to provide my own API key to end-users except for being compiled to the source code. In other hand this solution leads to the fact that humidity and atmosphere pressure is not available for forecast more. And moreover pressure units has been changed for current weather. + fix possible memory leak in dataengine aggregator + add "special thanks" group to acknoledgment tab
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
# Copyright (C) 2014
|
||||
# This file is distributed under the same license as the PyTextMonitor package.
|
||||
#
|
||||
# Evgeniy Alekseev <esalexeev@gmail.com>, 2014, 2015.
|
||||
# Evgeniy Alekseev <esalexeev@gmail.com>, 2014, 2015, 2016.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
|
||||
"POT-Creation-Date: 2015-10-20 01:21+0300\n"
|
||||
"PO-Revision-Date: 2015-10-20 01:22+0300\n"
|
||||
"POT-Creation-Date: 2016-01-26 21:48+0300\n"
|
||||
"PO-Revision-Date: 2016-01-26 21:49+0300\n"
|
||||
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
|
||||
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
|
||||
"Language: ru\n"
|
||||
@ -111,9 +111,36 @@ msgstr "Сбросить кеш ключей"
|
||||
msgid "Export configuration"
|
||||
msgstr "Экспорт настроек"
|
||||
|
||||
msgid "Export"
|
||||
msgstr "Экспорт"
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Успешно"
|
||||
|
||||
msgid "Please note that binary files were not copied"
|
||||
msgstr "Пожалуйста, обратите внимание, что бинарные файлы не были скопированы"
|
||||
|
||||
msgid "Ooops..."
|
||||
msgstr "Ууупс..."
|
||||
|
||||
msgid "Could not save configuration file"
|
||||
msgstr "Не могу сохранить файл настроек"
|
||||
|
||||
msgid "Import configuration"
|
||||
msgstr "Импорт настроек"
|
||||
|
||||
msgid "Import"
|
||||
msgstr "Импорт"
|
||||
|
||||
msgid "Import plasmoid settings"
|
||||
msgstr "Импорт настроек плазмоида"
|
||||
|
||||
msgid "Import extensions"
|
||||
msgstr "Импорт расширений"
|
||||
|
||||
msgid "Import additional files"
|
||||
msgstr "Импорт дополнительных файлов"
|
||||
|
||||
msgid "Font"
|
||||
msgstr "Шрифт"
|
||||
|
||||
@ -383,6 +410,9 @@ msgstr "Переводчики: %1"
|
||||
msgid "This software uses: %1"
|
||||
msgstr "Данное приложение использует: %1"
|
||||
|
||||
msgid "Special thanks to %1"
|
||||
msgstr "Отдельно спасибо %1"
|
||||
|
||||
msgid "Select font"
|
||||
msgstr "Выберете шрифт"
|
||||
|
||||
@ -404,33 +434,6 @@ msgstr "Нажмите \"Ok\" для загрузки"
|
||||
msgid "There are updates"
|
||||
msgstr "Найдены обновления"
|
||||
|
||||
msgid "Export"
|
||||
msgstr "Экспорт"
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Успешно"
|
||||
|
||||
msgid "Please note that binary files were not copied"
|
||||
msgstr "Пожалуйста, обратите внимание, что бинарные файлы не были скопированы"
|
||||
|
||||
msgid "Ooops..."
|
||||
msgstr "Ууупс..."
|
||||
|
||||
msgid "Could not save configuration file"
|
||||
msgstr "Не могу сохранить файл настроек"
|
||||
|
||||
msgid "Import"
|
||||
msgstr "Импорт"
|
||||
|
||||
msgid "Import plasmoid settings"
|
||||
msgstr "Импорт настроек плазмоида"
|
||||
|
||||
msgid "Import extensions"
|
||||
msgstr "Импорт расширений"
|
||||
|
||||
msgid "Import additional files"
|
||||
msgstr "Импорт дополнительных файлов"
|
||||
|
||||
msgid "AC online"
|
||||
msgstr "AC подключен"
|
||||
|
||||
|
Reference in New Issue
Block a user