summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/uk.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-20 00:03:28 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-20 00:03:28 +0100
commit99758dce2b9e014081c27ff35b1df9e16f9eb430 (patch)
treec7e66172e5925a1680c698f6864581364b4e6602 /apps/files_trashbin/l10n/uk.php
parenta085e4c4351c06c25d6edae15de3d7de7567c319 (diff)
downloadnextcloud-server-99758dce2b9e014081c27ff35b1df9e16f9eb430.tar.gz
nextcloud-server-99758dce2b9e014081c27ff35b1df9e16f9eb430.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/uk.php')
-rw-r--r--apps/files_trashbin/l10n/uk.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/uk.php b/apps/files_trashbin/l10n/uk.php
index 14c6931255a..06474d9b2cd 100644
--- a/apps/files_trashbin/l10n/uk.php
+++ b/apps/files_trashbin/l10n/uk.php
@@ -1,7 +1,14 @@
<?php $TRANSLATIONS = array(
+"Couldn't delete %s permanently" => "Неможливо видалити %s назавжди",
+"Couldn't restore %s" => "Неможливо відновити %s",
+"perform restore operation" => "виконати операцію відновлення",
+"delete file permanently" => "видалити файл назавжди",
"Name" => "Ім'я",
+"Deleted" => "Видалено",
"1 folder" => "1 папка",
"{count} folders" => "{count} папок",
"1 file" => "1 файл",
-"{count} files" => "{count} файлів"
+"{count} files" => "{count} файлів",
+"Nothing in here. Your trash bin is empty!" => "Нічого немає. Ваший кошик для сміття пустий!",
+"Restore" => "Відновити"
);