nextcloud/apps/files_sharing/l10n/bn_BD.php

30 lines
2.4 KiB
PHP
Raw Normal View History

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