diff --git a/l10n/ru.js b/l10n/ru.js index c4c057b..84c3e7e 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -129,8 +129,12 @@ OC.L10N.register( "URL has to start with HTTPS" : "URL должен начинаться с HTTPS", "URL has to contain the {token} placeholder" : "URL должен содержать заполнитель {token}", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL должен начинаться с https:// и содержать {token}. Дополнительно может быть использован заполнитель {user}.", + "The file \"{filename}\" was uploaded to your room." : "Файл \"{filename}\" был загружен в вашу комнату.", + "The file \"{filename}\" could not be uploaded to your room." : "Файл \"{filename}\" не может быть загружен в вашу комнату.", + "The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Файл \"{filename}\" не может быть загружен в вашу комнату. Возможно, ваш сервер BigBlueButton не поддерживает это действие.", "Send file to BBB" : "Отправить файл в BBB", "Send to" : "Отправить в", + "Start with" : "Начните с", "Please select the room in which you like to use the file \"{filename}\"." : "Пожалуйста, выберите комнату, в которой вы хотите использовать файл \"{filename}\".", "No rooms available!" : "Нет свободных комнат!", "Send to BBB" : "Отправить в BBB", diff --git a/l10n/ru.json b/l10n/ru.json index 2dcfedc..56e68a0 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -127,8 +127,12 @@ "URL has to start with HTTPS" : "URL должен начинаться с HTTPS", "URL has to contain the {token} placeholder" : "URL должен содержать заполнитель {token}", "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL должен начинаться с https:// и содержать {token}. Дополнительно может быть использован заполнитель {user}.", + "The file \"{filename}\" was uploaded to your room." : "Файл \"{filename}\" был загружен в вашу комнату.", + "The file \"{filename}\" could not be uploaded to your room." : "Файл \"{filename}\" не может быть загружен в вашу комнату.", + "The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "Файл \"{filename}\" не может быть загружен в вашу комнату. Возможно, ваш сервер BigBlueButton не поддерживает это действие.", "Send file to BBB" : "Отправить файл в BBB", "Send to" : "Отправить в", + "Start with" : "Начните с", "Please select the room in which you like to use the file \"{filename}\"." : "Пожалуйста, выберите комнату, в которой вы хотите использовать файл \"{filename}\".", "No rooms available!" : "Нет свободных комнат!", "Send to BBB" : "Отправить в BBB",