diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-18 00:14:58 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-18 00:14:58 +0100 |
commit | a4b0df419eeeda428645d07c867532208937b2b9 (patch) | |
tree | 0555a7cbf9290d8f60042e0b25d5202cac1d50d3 /apps/files_sharing/l10n/mk.php | |
parent | b8f749420b8705792c412db14e8135abad86660b (diff) | |
download | nextcloud-server-a4b0df419eeeda428645d07c867532208937b2b9.tar.gz nextcloud-server-a4b0df419eeeda428645d07c867532208937b2b9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/mk.php')
-rw-r--r-- | apps/files_sharing/l10n/mk.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/mk.php b/apps/files_sharing/l10n/mk.php new file mode 100644 index 00000000000..16c7ee0eb04 --- /dev/null +++ b/apps/files_sharing/l10n/mk.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Password" => "Лозинка", +"Submit" => "Прати", +"%s shared the folder %s with you" => "%s ја сподели папката %s со Вас", +"%s shared the file %s with you" => "%s ја сподели датотеката %s со Вас", +"Download" => "Преземи", +"No preview available for" => "Нема достапно преглед за", +"web services under your control" => "веб сервиси под Ваша контрола" +); |