diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-02-21 00:05:30 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-02-21 00:05:30 +0100 |
commit | 6aed7abfbe4a58cec822bdd16d8c71d4bac14c28 (patch) | |
tree | 9dd60cd8ac13d2e5a0bd147a8c79a4a49d6416bf /apps/files_trashbin/l10n | |
parent | fc1fba23040908fe5629f89b66a280aea5578520 (diff) | |
parent | eb3769e6d6e1b26d2c20c7b26c6a334a5d761f08 (diff) | |
download | nextcloud-server-6aed7abfbe4a58cec822bdd16d8c71d4bac14c28.tar.gz nextcloud-server-6aed7abfbe4a58cec822bdd16d8c71d4bac14c28.zip |
Merge branch 'master' into trashbin_encryption
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r-- | apps/files_trashbin/l10n/uk.php | 9 |
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" => "Відновити" ); |