diff options
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/ast.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ast.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ru.json | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/ast.js b/apps/files_sharing/l10n/ast.js index c6b43776dbf..d6a92367d91 100644 --- a/apps/files_sharing/l10n/ast.js +++ b/apps/files_sharing/l10n/ast.js @@ -51,6 +51,7 @@ OC.L10N.register( "{actor} removed you from {file}" : "{actor} desanicióte de {file}", "A file or folder was shared from <strong>another server</strong>" : "Compartióse un ficheru o carpeta dende <strong>otru sirvidor</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Compartióse</strong> un ficheru o direutoriu", + "could not delete share" : "nun pudo desaniciase la compartición", "Could not delete share" : "Nun pudo desaniciase la compartición", "Could not create share" : "Nun pudo crease la compartición", "invalid permissions" : "permisos non válidos", diff --git a/apps/files_sharing/l10n/ast.json b/apps/files_sharing/l10n/ast.json index 559de29698f..a9f7d7393e0 100644 --- a/apps/files_sharing/l10n/ast.json +++ b/apps/files_sharing/l10n/ast.json @@ -49,6 +49,7 @@ "{actor} removed you from {file}" : "{actor} desanicióte de {file}", "A file or folder was shared from <strong>another server</strong>" : "Compartióse un ficheru o carpeta dende <strong>otru sirvidor</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Compartióse</strong> un ficheru o direutoriu", + "could not delete share" : "nun pudo desaniciase la compartición", "Could not delete share" : "Nun pudo desaniciase la compartición", "Could not create share" : "Nun pudo crease la compartición", "invalid permissions" : "permisos non válidos", diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index e10af8553c1..2ee1fe2b5f8 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -98,7 +98,7 @@ OC.L10N.register( "Expiration date" : "Дата истечения", "Sorry, this link doesn’t seem to work anymore." : "Эта ссылка устарела и более не действительна.", "Reasons might be:" : "Причиной может быть:", - "the item was removed" : "элемент был удалён", + "the item was removed" : "объект был удалён", "the link expired" : "срок действия ссылки истёк", "sharing is disabled" : "общий доступ отключён", "For more info, please ask the person who sent this link." : "Для получения дополнительной информации, свяжитесь с тем, кто отправил вам эту ссылку.", diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 2777fa615ff..669ce8fcd0f 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -96,7 +96,7 @@ "Expiration date" : "Дата истечения", "Sorry, this link doesn’t seem to work anymore." : "Эта ссылка устарела и более не действительна.", "Reasons might be:" : "Причиной может быть:", - "the item was removed" : "элемент был удалён", + "the item was removed" : "объект был удалён", "the link expired" : "срок действия ссылки истёк", "sharing is disabled" : "общий доступ отключён", "For more info, please ask the person who sent this link." : "Для получения дополнительной информации, свяжитесь с тем, кто отправил вам эту ссылку.", |