diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/pt_PT.php | 1 | ||||
-rw-r--r-- | apps/files_encryption/l10n/bn_BD.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/bn_BD.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/pt_PT.php b/apps/files/l10n/pt_PT.php index 372b412fc00..d44a5bd01b2 100644 --- a/apps/files/l10n/pt_PT.php +++ b/apps/files/l10n/pt_PT.php @@ -5,6 +5,7 @@ $TRANSLATIONS = array( "Unknown error" => "Erro Desconhecido", "Could not move %s - File with this name already exists" => "Não foi possível mover %s - Já existe um ficheiro com este nome", "Could not move %s" => "Não foi possível mover %s", +"Permission denied" => "Permissão negada", "File name cannot be empty." => "O nome do ficheiro não pode estar em branco.", "\"%s\" is an invalid file name." => "\"%s\" é um nome de ficheiro inválido.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome Inválido, Não são permitidos os carateres '\\', '/', '<', '>', ':', '\"', '|', '?' e '*'.", diff --git a/apps/files_encryption/l10n/bn_BD.php b/apps/files_encryption/l10n/bn_BD.php index 8d034c83a15..3d4c848d6ef 100644 --- a/apps/files_encryption/l10n/bn_BD.php +++ b/apps/files_encryption/l10n/bn_BD.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "Initial encryption running... Please try again later." => "প্রাথমিক এনক্রিপসন চলছে.... দয়া করে পরে আবার চেষ্টা করুন।", "Go directly to your %spersonal settings%s." => "সরাসরি আপনার %spersonal settings%s এ যান।", "Encryption" => "সংকেতায়ন", +"Repeat Recovery key password" => "পূণরূদ্ধার কি এর কুটশব্দ পূণরায় দিন", "Enabled" => "কার্যকর", "Disabled" => "অকার্যকর", "Change recovery key password:" => "পূণরূদ্ধার কি এর কুটশব্দ পরিবর্তন করুন:", diff --git a/apps/files_sharing/l10n/bn_BD.php b/apps/files_sharing/l10n/bn_BD.php index 5411b5b2785..fdd3f5233bf 100644 --- a/apps/files_sharing/l10n/bn_BD.php +++ b/apps/files_sharing/l10n/bn_BD.php @@ -15,6 +15,7 @@ $TRANSLATIONS = array( "Password" => "কূটশব্দ", "Name" => "নাম", "Share time" => "ভাগাভাগির সময়", +"Sorry, this link doesn’t seem to work anymore." => "দুঃখিত, এই লিঙ্কটি আর কার্যকর নয়।", "Reasons might be:" => "কারণসমূহ হতে পারে:", "the item was removed" => "আইটেমটি অপসারণ করা হয়েছিল", "the link expired" => "মেয়াদোত্তীর্ন লিঙ্ক", |