aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-open
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-01-16 11:35:55 -0500
committerKen Moore <ken@ixsystems.com>2017-01-16 11:35:55 -0500
commit4c04a8f71959e9084fc56573dfbf53a826e0ce3e (patch)
treed23bb2e7aa5c59bd1bcfa354b3e739938613ef63 /src-qt5/core/lumina-open
parentAdjust the browser backend a bit so only image files and *.desktop files are ... (diff)
parentTranslated using Weblate (l_SCREENSHOT@ru (generated)) (diff)
downloadlumina-4c04a8f71959e9084fc56573dfbf53a826e0ce3e.tar.gz
lumina-4c04a8f71959e9084fc56573dfbf53a826e0ce3e.tar.bz2
lumina-4c04a8f71959e9084fc56573dfbf53a826e0ce3e.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core/lumina-open')
-rw-r--r--src-qt5/core/lumina-open/i18n/lumina-open_ru.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src-qt5/core/lumina-open/i18n/lumina-open_ru.ts b/src-qt5/core/lumina-open/i18n/lumina-open_ru.ts
index b36460b8..0588758e 100644
--- a/src-qt5/core/lumina-open/i18n/lumina-open_ru.ts
+++ b/src-qt5/core/lumina-open/i18n/lumina-open_ru.ts
@@ -161,7 +161,7 @@
<message>
<location filename="../main.cpp" line="264"/>
<source>Application entry is invalid: %1</source>
- <translation type="unfinished"></translation>
+ <translation>Приложение вывело ошибку: %1</translation>
</message>
<message>
<location filename="../main.cpp" line="273"/>
@@ -190,8 +190,8 @@
</message>
<message>
<location filename="../main.cpp" line="363"/>
- <source>Could not find &quot;%1&quot;. Please ensure it is installed first.</source>
- <translation>Не найден &quot;%1&quot;. Пожалуйста, убедитесь, что он установлен в первую очередь.</translation>
+ <source>Could not find "%1". Please ensure it is installed first.</source>
+ <translation>Не найден "%1". Пожалуйста, убедитесь, что он установлен в первую очередь.</translation>
</message>
<message>
<location filename="../main.cpp" line="413"/>
bgstack15