summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-16 01:54:33 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-16 01:54:33 -0400
commit1e6ac31bdecf90c60688483795e0202bb84b8413 (patch)
treef3cd07cfa5cc7247b2f414cb1fb1bcc120f6f1c1
parent513fb0594707d44de14bccd90c737b594a7f594d (diff)
downloadnextcloud-server-1e6ac31bdecf90c60688483795e0202bb84b8413.tar.gz
nextcloud-server-1e6ac31bdecf90c60688483795e0202bb84b8413.zip
[tx-robot] updated from transifex
-rw-r--r--apps/files/l10n/bn_BD.php1
-rw-r--r--apps/files/l10n/el.php1
-rw-r--r--apps/files_encryption/l10n/bn_BD.php3
-rw-r--r--apps/files_external/l10n/ast.php3
-rw-r--r--apps/files_external/l10n/bn_BD.php5
-rw-r--r--apps/files_sharing/l10n/bn_BD.php2
-rw-r--r--core/l10n/ast.php2
-rw-r--r--core/l10n/bn_BD.php1
-rw-r--r--core/l10n/ca.php1
-rw-r--r--core/l10n/da.php2
-rw-r--r--core/l10n/ja.php3
-rw-r--r--l10n/templates/core.pot2
-rw-r--r--l10n/templates/files.pot2
-rw-r--r--l10n/templates/files_encryption.pot2
-rw-r--r--l10n/templates/files_external.pot2
-rw-r--r--l10n/templates/files_sharing.pot2
-rw-r--r--l10n/templates/files_trashbin.pot2
-rw-r--r--l10n/templates/files_versions.pot2
-rw-r--r--l10n/templates/lib.pot6
-rw-r--r--l10n/templates/private.pot2
-rw-r--r--l10n/templates/settings.pot4
-rw-r--r--l10n/templates/user_ldap.pot2
-rw-r--r--l10n/templates/user_webdavauth.pot2
-rw-r--r--settings/l10n/bn_BD.php1
24 files changed, 38 insertions, 17 deletions
diff --git a/apps/files/l10n/bn_BD.php b/apps/files/l10n/bn_BD.php
index eb50851c864..9573fefd023 100644
--- a/apps/files/l10n/bn_BD.php
+++ b/apps/files/l10n/bn_BD.php
@@ -5,6 +5,7 @@ $TRANSLATIONS = array(
"Unknown error" => "অজানা জটিলতা",
"Could not move %s - File with this name already exists" => "%s কে স্থানান্তর করা সম্ভব হলো না - এই নামের ফাইল বিদ্যমান",
"Could not move %s" => "%s কে স্থানান্তর করা সম্ভব হলো না",
+"Permission denied" => "অনুমতি দেয়া হয়নি",
"File name cannot be empty." => "ফাইলের নামটি ফাঁকা রাখা যাবে না।",
"\"%s\" is an invalid file name." => "\"%s\" টি একটি অননুমোদিত ফাইল নাম।",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "নামটি সঠিক নয়, '\\', '/', '<', '>', ':', '\"', '|', '?' এবং '*' অনুমোদিত নয়।",
diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php
index 14896802ffd..4b51fa4ba00 100644
--- a/apps/files/l10n/el.php
+++ b/apps/files/l10n/el.php
@@ -5,6 +5,7 @@ $TRANSLATIONS = array(
"Unknown error" => "Άγνωστο σφάλμα",
"Could not move %s - File with this name already exists" => "Αδυναμία μετακίνησης του %s - υπάρχει ήδη αρχείο με αυτό το όνομα",
"Could not move %s" => "Αδυναμία μετακίνησης του %s",
+"Permission denied" => "Η πρόσβαση απορρίφθηκε",
"File name cannot be empty." => "Το όνομα αρχείου δεν μπορεί να είναι κενό.",
"\"%s\" is an invalid file name." => "Το \"%s\" είναι ένα μη έγκυρο όνομα αρχείου.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Μη έγκυρο όνομα, '\\', '/', '<', '>', ':', '\"', '|', '?' και '*' δεν επιτρέπονται.",
diff --git a/apps/files_encryption/l10n/bn_BD.php b/apps/files_encryption/l10n/bn_BD.php
index c8bf47e8e39..65ecca64d93 100644
--- a/apps/files_encryption/l10n/bn_BD.php
+++ b/apps/files_encryption/l10n/bn_BD.php
@@ -3,7 +3,10 @@ $TRANSLATIONS = array(
"Recovery key successfully enabled" => "পূনরুদ্ধার চাবি সার্থকভাবে কার্যকর করা হয়েছে",
"Recovery key successfully disabled" => "পূনরুদ্ধার চাবি সার্থকভাবে অকার্যকর করা হয়েছে",
"Password successfully changed." => "আপনার কূটশব্দটি সার্থকভাবে পরিবর্তন করা হয়েছে ",
+"Missing requirements." => "প্রয়োজনানুযায়ী ঘাটতি আছে।",
"Encryption" => "সংকেতায়ন",
+"Enabled" => "কার্যকর",
+"Disabled" => "অকার্যকর",
"Change Password" => "কূটশব্দ পরিবর্তন করুন"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files_external/l10n/ast.php b/apps/files_external/l10n/ast.php
index ba850e2fc3b..0aba42d38af 100644
--- a/apps/files_external/l10n/ast.php
+++ b/apps/files_external/l10n/ast.php
@@ -15,7 +15,9 @@ $TRANSLATIONS = array(
"Amazon S3 and compliant" => "Amazon S3 y compatibilidá",
"Access Key" => "Clave d'accesu",
"Secret Key" => "Clave Secreta",
+"Hostname" => "Nome d'agospiu",
"Port" => "Puertu",
+"Region" => "Rexón",
"Enable SSL" => "Habilitar SSL",
"Enable Path Style" => "Habilitar Estilu de ruta",
"App key" => "App principal",
@@ -46,6 +48,7 @@ $TRANSLATIONS = array(
"Error configuring Google Drive storage" => "Fallu configurando l'almacenamientu de Google Drive",
"Personal" => "Personal",
"System" => "Sistema",
+"(group)" => "(grupu)",
"Saved" => "Guardáu",
"<b>Note:</b> " => "<b>Nota:</b> ",
" and " => "y",
diff --git a/apps/files_external/l10n/bn_BD.php b/apps/files_external/l10n/bn_BD.php
index 440852da6e5..b06b130dcb3 100644
--- a/apps/files_external/l10n/bn_BD.php
+++ b/apps/files_external/l10n/bn_BD.php
@@ -5,6 +5,11 @@ $TRANSLATIONS = array(
"External storage" => "বাহ্যিক সংরক্ষণাগার",
"Local" => "স্থানীয়",
"Location" => "অবস্থান",
+"Amazon S3" => "আমাজন S3",
+"Key" => "কী",
+"Secret" => "গোপণীয়",
+"Bucket" => "বালতি",
+"Secret Key" => "গোপণ চাবি",
"Port" => "পোর্ট",
"Region" => "এলাকা",
"Host" => "হোস্ট",
diff --git a/apps/files_sharing/l10n/bn_BD.php b/apps/files_sharing/l10n/bn_BD.php
index e41483735bf..98d6c1a173a 100644
--- a/apps/files_sharing/l10n/bn_BD.php
+++ b/apps/files_sharing/l10n/bn_BD.php
@@ -4,6 +4,8 @@ $TRANSLATIONS = array(
"Invalid or untrusted SSL certificate" => "অবৈধ বা অবিশ্বস্ত SSL সার্টিফিকেট",
"Couldn't add remote share" => "দুরবর্তী ভাগাভাগি যোগ করা গেলনা",
"Shared with you" => "আপনার সাথে ভাগাভাগি করেছেন",
+"Shared by link" => "লিঙ্কের মাধ্যমে ভাগাভাগিকৃত",
+"Remote share" => "দুরবর্তী ভাগাভাগি",
"Cancel" => "বাতিল",
"Shared by" => "যাদের মাঝে ভাগাভাগি করা হয়েছে",
"Password" => "কূটশব্দ",
diff --git a/core/l10n/ast.php b/core/l10n/ast.php
index a1f1d187882..f430928a0e7 100644
--- a/core/l10n/ast.php
+++ b/core/l10n/ast.php
@@ -5,6 +5,7 @@ $TRANSLATIONS = array(
"Turned off maintenance mode" => "Apagáu'l mou de caltenimientu",
"Updated database" => "Base de datos anovada",
"Checked database schema update" => "Anovamientu del esquema de base de datos revisáu",
+"Updated \"%s\" to %s" => "Anováu \"%s\" a %s",
"Disabled incompatible apps: %s" => "Aplicaciones incompatibles desactivaes: %s",
"No image or file provided" => "Nun s'especificó nenguna imaxe o ficheru",
"Unknown filetype" => "Triba de ficheru desconocida",
@@ -176,6 +177,7 @@ $TRANSLATIONS = array(
"Thank you for your patience." => "Gracies pola to paciencia.",
"You are accessing the server from an untrusted domain." => "Tas accediendo al sirvidor dende un dominiu non confiáu.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Por favor, contauta col alministrador. Si yes l'alministrador, configura l'axuste \"trusted_domain\" en config/config.php. Hai un exemplu en config/config.sample.php.",
+"Add \"%s\" as trusted domain" => "Amestáu \"%s\" como dominiu de confianza",
"%s will be updated to version %s." => "%s anovaráse a la versión %s.",
"The following apps will be disabled:" => "Deshabilitaránse les siguientes aplicaciones:",
"The theme %s has been disabled." => "Deshabilitóse'l tema %s.",
diff --git a/core/l10n/bn_BD.php b/core/l10n/bn_BD.php
index d27a764c4be..d219411866d 100644
--- a/core/l10n/bn_BD.php
+++ b/core/l10n/bn_BD.php
@@ -4,6 +4,7 @@ $TRANSLATIONS = array(
"Turned on maintenance mode" => "রক্ষণাবেক্ষণ মোড চালু হয়েছে",
"Turned off maintenance mode" => "রক্ষণাবেক্ষণ মোড বন্ধ হয়েছে",
"Updated database" => "ডাটাবেজ নবায়ন করা হয়েছে",
+"No image or file provided" => "কোন ইমেজ বা ফাইল প্রদান করা হয়নি",
"Unknown filetype" => "অজানা প্রকৃতির ফাইল",
"Invalid image" => "অবৈধ চিত্র",
"Sunday" => "রবিবার",
diff --git a/core/l10n/ca.php b/core/l10n/ca.php
index bf9e2e96a76..05d202f8e18 100644
--- a/core/l10n/ca.php
+++ b/core/l10n/ca.php
@@ -163,6 +163,7 @@ $TRANSLATIONS = array(
"SQLite will be used as database. For larger installations we recommend to change this." => "S'utilitzarà SQLite com a base de dades. Per instal·lacions grans recomanem que la canvieu.",
"Finish setup" => "Acaba la configuració",
"Finishing …" => "Acabant...",
+"This application requires JavaScript for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and reload the page." => "Aquesta aplicació requereix JavaScrip pel seu correcte funcionament. Si us plau <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeu JavaScript</a> i actualitzeu la pàgina.",
"%s is available. Get more information on how to update." => "%s està disponible. Obtingueu més informació de com actualitzar.",
"Log out" => "Surt",
"Server side authentication failed!" => "L'autenticació del servidor ha fallat!",
diff --git a/core/l10n/da.php b/core/l10n/da.php
index 10d92338f68..bb25ee16549 100644
--- a/core/l10n/da.php
+++ b/core/l10n/da.php
@@ -7,7 +7,7 @@ $TRANSLATIONS = array(
"Checked database schema update" => "Tjekket database schema opdatering",
"Checked database schema update for apps" => "Tjekkede databaseskemaets opdatering for apps",
"Updated \"%s\" to %s" => "Opdaterede \"%s\" til %s",
-"Disabled incompatible apps: %s" => "Deaktiverer inkombatible apps: %s",
+"Disabled incompatible apps: %s" => "Deaktiverer inkompatible apps: %s",
"No image or file provided" => "Ingen fil eller billede givet",
"Unknown filetype" => "Ukendt filtype",
"Invalid image" => "Ugyldigt billede",
diff --git a/core/l10n/ja.php b/core/l10n/ja.php
index 588438c09c1..4c9c1f00cd0 100644
--- a/core/l10n/ja.php
+++ b/core/l10n/ja.php
@@ -187,6 +187,7 @@ $TRANSLATIONS = array(
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "データベースを確認してください。実行前にconfigフォルダーとdataフォルダーをバックアップします。",
"Start update" => "アップデートを開始",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "大規模なサイトの場合、ブラウザーがタイムアウトする可能性がある為、インストールディレクトリで次のコマンドを実行しても構いません。",
-"This ownCloud instance is currently being updated, which may take a while." => "このownCloudインスタンスは現在アップデート中のため、しばらく時間がかかります。"
+"This ownCloud instance is currently being updated, which may take a while." => "このownCloudインスタンスは現在アップデート中のため、しばらく時間がかかります。",
+"This page will refresh itself when the ownCloud instance is available again." => "この画面は、ownCloud サーバーが再起動後、自動的に更新されます。"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot
index 3c6ba63e2a6..2800e47539c 100644
--- a/l10n/templates/core.pot
+++ b/l10n/templates/core.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-09-15 01:54-0400\n"
+"POT-Creation-Date: 2014-09-16 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot
index 2ef6f883a91..82d553931cd 100644
--- a/l10n/templates/files.pot
+++ b/l10n/templates/files.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-09-15 01:54-0400\n"
+"POT-Creation-Date: 2014-09-16 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot
index e78ae1046af..c9694a0a2aa 100644
--- a/l10n/templates/files_encryption.pot
+++ b/l10n/templates/files_encryption.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-09-15 01:54-0400\n"
+"POT-Creation-Date: 2014-09-16 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot
index c68b9ab1025..b02ea048dae 100644
--- a/l10n/templates/files_external.pot
+++ b/l10n/templates/files_external.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-09-15 01:54-0400\n"
+"POT-Creation-Date: 2014-09-16 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot
index 197d0392802..179ec537bd4 100644
--- a/l10n/templates/files_sharing.pot
+++ b/l10n/templates/files_sharing.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-09-15 01:54-0400\n"
+"POT-Creation-Date: 2014-09-16 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot
index 450124e0037..eb037a885df 100644
--- a/l10n/templates/files_trashbin.pot
+++ b/l10n/templates/files_trashbin.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-09-15 01:54-0400\n"
+"POT-Creation-Date: 2014-09-16 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot
index b8c9b82a5e5..48de23cce83 100644
--- a/l10n/templates/files_versions.pot
+++ b/l10n/templates/files_versions.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-09-15 01:54-0400\n"
+"POT-Creation-Date: 2014-09-16 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot
index 015f6512cbe..bf320332438 100644
--- a/l10n/templates/lib.pot
+++ b/l10n/templates/lib.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-09-15 01:54-0400\n"
+"POT-Creation-Date: 2014-09-16 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -40,11 +40,11 @@ msgid ""
"config directory%s."
msgstr ""
-#: base.php:584
+#: base.php:587
msgid "Sample configuration detected"
msgstr ""
-#: base.php:585
+#: base.php:588
msgid ""
"It has been detected that the sample configuration has been copied. This can "
"break your installation and is unsupported. Please read the documentation "
diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot
index 6d0ae55d14f..f06116cb6c1 100644
--- a/l10n/templates/private.pot
+++ b/l10n/templates/private.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-09-15 01:54-0400\n"
+"POT-Creation-Date: 2014-09-16 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot
index d21da103aa2..e610c22c023 100644
--- a/l10n/templates/settings.pot
+++ b/l10n/templates/settings.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-09-15 01:54-0400\n"
+"POT-Creation-Date: 2014-09-16 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -318,7 +318,7 @@ msgstr ""
msgid "Restore encryption keys."
msgstr ""
-#: js/users/deleteHandler.js:166
+#: js/users/deleteHandler.js:205
msgid "Unable to delete {objName}"
msgstr ""
diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot
index 67029f3558b..f848be340f9 100644
--- a/l10n/templates/user_ldap.pot
+++ b/l10n/templates/user_ldap.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-09-15 01:54-0400\n"
+"POT-Creation-Date: 2014-09-16 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot
index 17d5526d956..bcfff3b44ce 100644
--- a/l10n/templates/user_webdavauth.pot
+++ b/l10n/templates/user_webdavauth.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-09-15 01:54-0400\n"
+"POT-Creation-Date: 2014-09-16 01:54-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/settings/l10n/bn_BD.php b/settings/l10n/bn_BD.php
index b15cc143bfc..be67c187834 100644
--- a/settings/l10n/bn_BD.php
+++ b/settings/l10n/bn_BD.php
@@ -5,6 +5,7 @@ $TRANSLATIONS = array(
"test email settings" => "ইমেইল নিয়ামকসমূহ পরীক্ষা করুন",
"If you received this email, the settings seem to be correct." => "এই ইমেইলের অর্থ নিয়ামকসমূহ সঠিক।",
"Email sent" => "ই-মেইল পাঠানো হয়েছে",
+"Send mode" => "পাঠানো মোড",
"Encryption" => "সংকেতায়ন",
"Unable to load list from App Store" => "অ্যাপস্টোর থেকে তালিকা লোড করতে সক্ষম নয়",
"Authentication error" => "অনুমোদন ঘটিত সমস্যা",