diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-29 07:31:51 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-29 07:31:51 -0400 |
commit | b0b76fe064860d2074c91897a29e0f9ac5705db8 (patch) | |
tree | 403b6102c31503b3adb8be3268713d46ec946474 /apps/files_trashbin/l10n | |
parent | aaefb643069c3bd681b439fe25725ef636004e65 (diff) | |
download | nextcloud-server-b0b76fe064860d2074c91897a29e0f9ac5705db8.tar.gz nextcloud-server-b0b76fe064860d2074c91897a29e0f9ac5705db8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r-- | apps/files_trashbin/l10n/mk.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/mk.php b/apps/files_trashbin/l10n/mk.php index 9200be01cd1..06a9dcfb241 100644 --- a/apps/files_trashbin/l10n/mk.php +++ b/apps/files_trashbin/l10n/mk.php @@ -1,7 +1,14 @@ <?php $TRANSLATIONS = array( +"Couldn't delete %s permanently" => "Не можеше трајно да се избрише %s", +"Couldn't restore %s" => "Не можеше да се поврати %s", "Error" => "Грешка", +"restored" => "повратени", +"Nothing in here. Your trash bin is empty!" => "Тука нема ништо. Вашата корпа за отпадоци е празна!", "Name" => "Име", -"Delete" => "Избриши" +"Restore" => "Поврати", +"Deleted" => "Избришан", +"Delete" => "Избриши", +"Deleted Files" => "Избришани датотеки" ); $PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; |