diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-09 12:41:01 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-09 12:41:01 +0200 |
commit | 588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f (patch) | |
tree | e4cc00ab89fd11d0a3b199fef741431499fd33d3 /l10n/uk/files.po | |
parent | 000d7ba97535f470f30be44e02140401b24b43e2 (diff) | |
download | nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.tar.gz nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.zip |
update translations
Diffstat (limited to 'l10n/uk/files.po')
-rw-r--r-- | l10n/uk/files.po | 114 |
1 files changed, 81 insertions, 33 deletions
diff --git a/l10n/uk/files.po b/l10n/uk/files.po index 94b976dd1d6..58f45d3ac5a 100644 --- a/l10n/uk/files.po +++ b/l10n/uk/files.po @@ -3,14 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# <dzubchikd@gmail.com>, 2012. +# Soul Kim <warlock.rf@gmail.com>, 2012. msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n" -"POT-Creation-Date: 2012-01-24 00:25+0100\n" -"PO-Revision-Date: 2011-08-13 02:19+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: Ukrainian (http://www.transifex.net/projects/p/owncloud/team/uk/)\n" +"POT-Creation-Date: 2012-05-09 12:29+0200\n" +"PO-Revision-Date: 2012-05-09 10:32+0000\n" +"Last-Translator: icewind <icewind1991@gmail.com>\n" +"Language-Team: Ukrainian (http://www.transifex.net/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -19,90 +21,136 @@ msgstr "" #: ajax/upload.php:19 msgid "There is no error, the file uploaded with success" -msgstr "" +msgstr "Файл успішно відвантажено без помилок." #: ajax/upload.php:20 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" -msgstr "" +msgstr "Розмір відвантаженого файлу перевищує директиву upload_max_filesize в php.ini" #: ajax/upload.php:21 msgid "" "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " "the HTML form" -msgstr "" +msgstr "Розмір відвантаженого файлу перевищує директиву MAX_FILE_SIZE вказану в HTML формі" #: ajax/upload.php:22 msgid "The uploaded file was only partially uploaded" -msgstr "" +msgstr "Файл відвантажено лише частково" #: ajax/upload.php:23 msgid "No file was uploaded" -msgstr "" +msgstr "Не відвантажено жодного файлу" #: ajax/upload.php:24 msgid "Missing a temporary folder" +msgstr "Відсутній тимчасовий каталог" + +#: ajax/upload.php:25 +msgid "Failed to write to disk" msgstr "" -#: appinfo/app.php:8 +#: appinfo/app.php:7 msgid "Files" -msgstr "" +msgstr "Файли" #: templates/admin.php:5 +msgid "File handling" +msgstr "" + +#: templates/admin.php:7 msgid "Maximum upload size" +msgstr "Максимальний розмір відвантажень" + +#: templates/admin.php:7 +msgid "max. possible: " +msgstr "" + +#: templates/admin.php:9 +msgid "Needed for multi-file and folder downloads." +msgstr "" + +#: templates/admin.php:9 +msgid "Enable ZIP-download" +msgstr "" + +#: templates/admin.php:11 +msgid "0 is unlimited" +msgstr "" + +#: templates/admin.php:12 +msgid "Maximum input size for ZIP files" msgstr "" #: templates/index.php:7 msgid "New" -msgstr "" +msgstr "Створити" -#: templates/index.php:10 +#: templates/index.php:9 msgid "Text file" -msgstr "" +msgstr "Текстовий файл" -#: templates/index.php:11 +#: templates/index.php:10 msgid "Folder" -msgstr "" +msgstr "Папка" -#: templates/index.php:12 -msgid "From the web" +#: templates/index.php:11 +msgid "From url" msgstr "" -#: templates/index.php:22 +#: templates/index.php:21 msgid "Upload" +msgstr "Відвантажити" + +#: templates/index.php:27 +msgid "Cancel upload" msgstr "" -#: templates/index.php:35 +#: templates/index.php:39 msgid "Nothing in here. Upload something!" -msgstr "" +msgstr "Тут нічого немає. Відвантажте що-небудь!" -#: templates/index.php:43 +#: templates/index.php:47 msgid "Name" +msgstr "Ім'я" + +#: templates/index.php:49 +msgid "Share" msgstr "" -#: templates/index.php:45 +#: templates/index.php:51 msgid "Download" -msgstr "" +msgstr "Завантажити" -#: templates/index.php:49 +#: templates/index.php:55 msgid "Size" -msgstr "" +msgstr "Розмір" -#: templates/index.php:50 +#: templates/index.php:56 msgid "Modified" +msgstr "Змінено" + +#: templates/index.php:56 +msgid "Delete all" msgstr "" -#: templates/index.php:50 +#: templates/index.php:56 msgid "Delete" -msgstr "" +msgstr "Видалити" -#: templates/index.php:58 +#: templates/index.php:64 msgid "Upload too large" -msgstr "" +msgstr "Файл занадто великий" -#: templates/index.php:60 +#: templates/index.php:66 msgid "" "The files you are trying to upload exceed the maximum size for file uploads " "on this server." -msgstr "" +msgstr "Файли,що ви намагаєтесь відвантажити перевищують максимальний дозволений розмір файлів на цьому сервері." +#: templates/index.php:71 +msgid "Files are being scanned, please wait." +msgstr "" +#: templates/index.php:74 +msgid "Current scanning" +msgstr "" |