server/apps/files_sharing/l10n/bn_BD.php

24 lines
1.8 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-09-11 05:54:41 +00:00
"Server to server sharing is not enabled on this server" => "এই সার্ভারে সার্ভার হতে সার্ভারে ভাগাভাগি কার্যকর নয়",
"Invalid or untrusted SSL certificate" => "অবৈধ বা অবিশ্বস্ত SSL সার্টিফিকেট",
2014-09-12 07:28:56 +00:00
"Couldn't add remote share" => "দুরবর্তী ভাগাভাগি যোগ করা গেলনা",
"Shared with you" => "আপনার সাথে ভাগাভাগি করেছেন",
2014-09-16 05:54:33 +00:00
"Shared by link" => "লিঙ্কের মাধ্যমে ভাগাভাগিকৃত",
"Remote share" => "দুরবর্তী ভাগাভাগি",
2014-08-28 05:56:36 +00:00
"Cancel" => "বাতিল",
2014-09-18 05:54:39 +00:00
"No ownCloud installation found at {remote}" => "{remote}এ কোন ওউনক্লাউড ইনস্টলেসন পাওয়া গেলনা",
2014-09-17 05:55:27 +00:00
"Invalid ownCloud url" => "অবৈধ ওউনক্লাউড url",
2014-08-28 05:56:36 +00:00
"Shared by" => "যাদের মাঝে ভাগাভাগি করা হয়েছে",
2014-09-17 05:55:27 +00:00
"This share is password-protected" => "এই শেয়ারটি কূটশব্দদ্বারা সুরক্ষিত",
2014-09-18 05:54:39 +00:00
"The password is wrong. Try again." => "কুটশব্দটি ভুল। আবার চেষ্টা করুন।",
2014-05-04 05:56:15 +00:00
"Password" => "কূটশব্দ",
2014-08-28 05:56:36 +00:00
"Name" => "নাম",
2014-09-18 05:54:39 +00:00
"Share time" => "ভাগাভাগির সময়",
"Reasons might be:" => "কারণসমূহ হতে পারে:",
"the item was removed" => "আইটেমটি অপসারণ করা হয়েছিল",
"the link expired" => "মেয়াদোত্তীর্ন লিঙ্ক",
2014-06-14 05:55:24 +00:00
"Download" => "ডাউনলোড"
2013-01-02 23:05:19 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";