diff --git a/l10n/tr.js b/l10n/tr.js
index 436fdfb..4a32a4c 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -9,6 +9,7 @@ OC.L10N.register(
"Verification email successfully sent." : "Doğrulama e-postası başarıyla gönderildi.",
"Invalid verification URL. No registration request with this verification URL is found." : "Geçersiz doğrulama adresi. Bu doğrulama adresi ile bir kayıt talebi bulunamadı.",
"Unable to create user, there are problems with user backend." : "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
+ "Failed to delete pending registration request" : "Bekleyen kayıt isteğini silme başarısız",
"Your account has been successfully created, you can log in now." : "Hesabınız başarıyla oluşturuldu, artık oturum açabilirsiniz.",
"Your settings have been updated." : "Ayarlarınız güncellendi.",
"No such group" : "Böyle bir grup yok",
diff --git a/l10n/tr.json b/l10n/tr.json
index 566d67b..bf73fe1 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -7,6 +7,7 @@
"Verification email successfully sent." : "Doğrulama e-postası başarıyla gönderildi.",
"Invalid verification URL. No registration request with this verification URL is found." : "Geçersiz doğrulama adresi. Bu doğrulama adresi ile bir kayıt talebi bulunamadı.",
"Unable to create user, there are problems with user backend." : "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
+ "Failed to delete pending registration request" : "Bekleyen kayıt isteğini silme başarısız",
"Your account has been successfully created, you can log in now." : "Hesabınız başarıyla oluşturuldu, artık oturum açabilirsiniz.",
"Your settings have been updated." : "Ayarlarınız güncellendi.",
"No such group" : "Böyle bir grup yok",
diff --git a/l10n/tr.php b/l10n/tr.php
index 8e9f259..f9c2d52 100644
--- a/l10n/tr.php
+++ b/l10n/tr.php
@@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"Verification email successfully sent." => "Doğrulama e-postası başarıyla gönderildi.",
"Invalid verification URL. No registration request with this verification URL is found." => "Geçersiz doğrulama adresi. Bu doğrulama adresi ile bir kayıt talebi bulunamadı.",
"Unable to create user, there are problems with user backend." => "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
+"Failed to delete pending registration request" => "Bekleyen kayıt isteğini silme başarısız",
"Your account has been successfully created, you can log in now." => "Hesabınız başarıyla oluşturuldu, artık oturum açabilirsiniz.",
"Your settings have been updated." => "Ayarlarınız güncellendi.",
"No such group" => "Böyle bir grup yok",