mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 09:53:17 -05:00
6 lines
191 B
PHP
6 lines
191 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Saving..." => "সংরক্ষণ করা হচ্ছে..",
|
|
"Encryption" => "সংকেতায়ন"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|