aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-open/i18n/lumina-open_ru.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/lumina-open/i18n/lumina-open_ru.ts')
-rw-r--r--src-qt5/core/lumina-open/i18n/lumina-open_ru.ts25
1 files changed, 15 insertions, 10 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 0588758e..d7b1d3e1 100644
--- a/src-qt5/core/lumina-open/i18n/lumina-open_ru.ts
+++ b/src-qt5/core/lumina-open/i18n/lumina-open_ru.ts
@@ -129,7 +129,12 @@
<translation>Разное</translation>
</message>
<message>
- <location filename="../LFileDialog.cpp" line="274"/>
+ <location filename="../LFileDialog.cpp" line="211"/>
+ <source>[default] </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../LFileDialog.cpp" line="278"/>
<source>Find Application Binary</source>
<translation>Найти Бинарное Приложение</translation>
</message>
@@ -169,37 +174,37 @@
<translation>В ярлыке приложения отсутствует информация для запуска (неверный формат ярлыка): %1</translation>
</message>
<message>
- <location filename="../main.cpp" line="284"/>
+ <location filename="../main.cpp" line="286"/>
<source>URL shortcut is missing the URL: %1</source>
<translation>В ярлыке отсутствует URL-адрес: %1</translation>
</message>
<message>
- <location filename="../main.cpp" line="295"/>
+ <location filename="../main.cpp" line="297"/>
<source>Directory shortcut is missing the path to the directory: %1</source>
<translation>В ярлыке отсутствует путь к папке: %1</translation>
</message>
<message>
- <location filename="../main.cpp" line="300"/>
+ <location filename="../main.cpp" line="302"/>
<source>Unknown type of shortcut : %1</source>
<translation>Неизвестный тип ярлыка: %1</translation>
</message>
<message>
- <location filename="../main.cpp" line="363"/>
+ <location filename="../main.cpp" line="365"/>
<source>Binary Missing</source>
<translation>Приложение отсутствует</translation>
</message>
<message>
- <location filename="../main.cpp" line="363"/>
- <source>Could not find "%1". Please ensure it is installed first.</source>
- <translation>Не найден "%1". Пожалуйста, убедитесь, что он установлен в первую очередь.</translation>
+ <location filename="../main.cpp" line="365"/>
+ <source>Could not find &quot;%1&quot;. Please ensure it is installed first.</source>
+ <translation>Не найден &quot;%1&quot;. Пожалуйста, убедитесь, что он установлен в первую очередь.</translation>
</message>
<message>
- <location filename="../main.cpp" line="413"/>
+ <location filename="../main.cpp" line="415"/>
<source>Application Error</source>
<translation>Ошибка Приложения</translation>
</message>
<message>
- <location filename="../main.cpp" line="413"/>
+ <location filename="../main.cpp" line="415"/>
<source>The following application experienced an error and needed to close:</source>
<translation>Следующее приложение вызвало ошибку и должно быть закрыто:</translation>
</message>
bgstack15