aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_ru.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_ru.ts')
-rw-r--r--src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_ru.ts37
1 files changed, 26 insertions, 11 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_ru.ts b/src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_ru.ts
index 5f8b1255..f7bf3f77 100644
--- a/src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_ru.ts
+++ b/src-qt5/desktop-utils/lumina-fm/i18n/lumina-fm_ru.ts
@@ -418,47 +418,62 @@
<translation>Примечание. Иначе добавить к именам файлов номера.</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="148"/>
+ <location filename="../FODialog.cpp" line="133"/>
+ <source>YesToAll</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../FODialog.cpp" line="134"/>
+ <source>NoToAll</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../FODialog.cpp" line="135"/>
+ <source>Cancel</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../FODialog.cpp" line="154"/>
<source>Removing: %1</source>
<translation>Удаление: %1</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="149"/>
+ <location filename="../FODialog.cpp" line="155"/>
<source>Copying: %1 to %2</source>
<translation>Копирование: %1 в %2</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="150"/>
+ <location filename="../FODialog.cpp" line="156"/>
<source>Restoring: %1 as %2</source>
<translation>Восстановление: %1 в %2</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="151"/>
+ <location filename="../FODialog.cpp" line="157"/>
<source>Moving: %1 to %2</source>
<translation>Перемещение: %1 в %2</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="164"/>
+ <location filename="../FODialog.cpp" line="170"/>
<source>Could not remove these files:</source>
<translation>Не удалось удалить файлы:</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="165"/>
+ <location filename="../FODialog.cpp" line="171"/>
<source>Could not copy these files:</source>
<translation>Не удалось скопировать файлы:</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="166"/>
+ <location filename="../FODialog.cpp" line="172"/>
<source>Could not restore these files:</source>
<translation>Не удалось восстановить файлы:</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="167"/>
+ <location filename="../FODialog.cpp" line="173"/>
<source>Could not move these files:</source>
<translation>Не удалось переместить файлы:</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="169"/>
+ <location filename="../FODialog.cpp" line="175"/>
<source>File Errors</source>
<translation>Ошибки Файла</translation>
</message>
@@ -466,12 +481,12 @@
<context>
<name>FOWorker</name>
<message>
- <location filename="../FODialog.cpp" line="320"/>
+ <location filename="../FODialog.cpp" line="326"/>
<source>Invalid Move</source>
<translation>Неверное перемещение</translation>
</message>
<message>
- <location filename="../FODialog.cpp" line="320"/>
+ <location filename="../FODialog.cpp" line="326"/>
<source>It is not possible to move a directory into itself. Please make a copy of the directory instead.
Old Location: %1
bgstack15