diff options
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/composer/composer/installed.php | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/uk.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/uk.json | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_sharing/composer/composer/installed.php b/apps/files_sharing/composer/composer/installed.php index c54b7ff5437..5f83b3f2bff 100644 --- a/apps/files_sharing/composer/composer/installed.php +++ b/apps/files_sharing/composer/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '7669331be09dd3cb848182ae8edc2408802a4fb4', + 'reference' => '144514e49e25b7b123fd535902fee97fa39fb446', 'type' => 'library', 'install_path' => __DIR__ . '/../', 'aliases' => array(), @@ -13,7 +13,7 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '7669331be09dd3cb848182ae8edc2408802a4fb4', + 'reference' => '144514e49e25b7b123fd535902fee97fa39fb446', 'type' => 'library', 'install_path' => __DIR__ . '/../', 'aliases' => array(), diff --git a/apps/files_sharing/l10n/uk.js b/apps/files_sharing/l10n/uk.js index c38bdd806fc..67894b8f2cb 100644 --- a/apps/files_sharing/l10n/uk.js +++ b/apps/files_sharing/l10n/uk.js @@ -151,6 +151,7 @@ OC.L10N.register( "guest" : "гість", "Internal link" : "Внутрішнє посилання", "Link copied" : "Посилання скопійовано", + "Copy to clipboard" : "Скопіювати в буфер обміну ", "Only works for users with access to this folder" : "Стосується користувачів, які мають доступ до цієї теки", "Only works for users with access to this file" : "Стосується користувачів, які мають доступ до цього файлу", "Password protection" : "Password protection", diff --git a/apps/files_sharing/l10n/uk.json b/apps/files_sharing/l10n/uk.json index f108ec800ce..58912b2f4fc 100644 --- a/apps/files_sharing/l10n/uk.json +++ b/apps/files_sharing/l10n/uk.json @@ -149,6 +149,7 @@ "guest" : "гість", "Internal link" : "Внутрішнє посилання", "Link copied" : "Посилання скопійовано", + "Copy to clipboard" : "Скопіювати в буфер обміну ", "Only works for users with access to this folder" : "Стосується користувачів, які мають доступ до цієї теки", "Only works for users with access to this file" : "Стосується користувачів, які мають доступ до цього файлу", "Password protection" : "Password protection", |