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 /apps/files/l10n/mk.php | |
parent | 000d7ba97535f470f30be44e02140401b24b43e2 (diff) | |
download | nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.tar.gz nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.zip |
update translations
Diffstat (limited to 'apps/files/l10n/mk.php')
-rw-r--r-- | apps/files/l10n/mk.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/files/l10n/mk.php b/apps/files/l10n/mk.php new file mode 100644 index 00000000000..e4d39565b32 --- /dev/null +++ b/apps/files/l10n/mk.php @@ -0,0 +1,22 @@ +<?php $TRANSLATIONS = array( +"There is no error, the file uploaded with success" => "Нема грешка, датотеката беше подигната успешно", +"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Подигнатата датотека ја надминува upload_max_filesize директивата во php.ini", +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Подигнатата датотеката ја надминува MAX_FILE_SIZE директивата која беше поставена во HTML формата", +"The uploaded file was only partially uploaded" => "Датотеката беше само делумно подигната.", +"No file was uploaded" => "Не беше подигната датотека", +"Missing a temporary folder" => "Не постои привремена папка", +"Files" => "Датотеки", +"Maximum upload size" => "Максимална големина за подигање", +"New" => "Ново", +"Text file" => "Текстуална датотека", +"Folder" => "Папка", +"Upload" => "Подигни", +"Nothing in here. Upload something!" => "Тука нема ништо. Снимете нешто!", +"Name" => "Име", +"Download" => "Преземи", +"Size" => "Големина", +"Modified" => "Променето", +"Delete" => "Избриши", +"Upload too large" => "Датотеката е премногу голема", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Датотеките кои се обидувате да ги подигнете ја надминуваат максималната големина за подигнување датотеки на овој сервер." +); |