mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-31 01:52:11 +01:00
8 lines
219 B
PHP
8 lines
219 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Save" => "সংরক্ষণ কর",
|
|
"Delete" => "মুছে ফেল",
|
|
"Cancel" => "বাতিল",
|
|
"Add" => "যোগ কর",
|
|
"Settings" => "নিয়ামকসমূহ"
|
|
);
|