aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/fr.php1
-rw-r--r--apps/files/l10n/tr.php7
-rw-r--r--apps/files_encryption/l10n/sr.php1
-rw-r--r--apps/files_sharing/l10n/tr.php9
-rw-r--r--apps/user_webdavauth/l10n/tr.php3
5 files changed, 21 insertions, 0 deletions
diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php
index 30d96eb2c6c..86d476873d0 100644
--- a/apps/files/l10n/fr.php
+++ b/apps/files/l10n/fr.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "Aucune erreur, le fichier a été téléversé avec succès",
+"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Le fichier envoyé dépasse la valeur upload_max_filesize située dans le fichier php.ini:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Le fichier téléversé excède la valeur de MAX_FILE_SIZE spécifiée dans le formulaire HTML",
"The uploaded file was only partially uploaded" => "Le fichier n'a été que partiellement téléversé",
"No file was uploaded" => "Aucun fichier n'a été téléversé",
diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php
index 8f7814088b1..061ed1f3ae2 100644
--- a/apps/files/l10n/tr.php
+++ b/apps/files/l10n/tr.php
@@ -9,16 +9,23 @@
"Unshare" => "Paylaşılmayan",
"Delete" => "Sil",
"Rename" => "İsim değiştir.",
+"{new_name} already exists" => "{new_name} zaten mevcut",
"replace" => "değiştir",
+"suggest name" => "Öneri ad",
"cancel" => "iptal",
+"replaced {new_name}" => "değiştirilen {new_name}",
"undo" => "geri al",
+"unshared {files}" => "paylaşılmamış {files}",
+"deleted {files}" => "silinen {files}",
"generating ZIP-file, it may take some time." => "ZIP dosyası oluşturuluyor, biraz sürebilir.",
"Unable to upload your file as it is a directory or has 0 bytes" => "Dosyanızın boyutu 0 byte olduğundan veya bir dizin olduğundan yüklenemedi",
"Upload Error" => "Yükleme hatası",
"Close" => "Kapat",
"Pending" => "Bekliyor",
+"1 file uploading" => "1 dosya yüklendi",
"Upload cancelled." => "Yükleme iptal edildi.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Dosya yükleme işlemi sürüyor. Şimdi sayfadan ayrılırsanız işleminiz iptal olur.",
+"error while scanning" => "tararamada hata oluşdu",
"Name" => "Ad",
"Size" => "Boyut",
"Modified" => "Değiştirilme",
diff --git a/apps/files_encryption/l10n/sr.php b/apps/files_encryption/l10n/sr.php
index dbeda58af08..4718780ee52 100644
--- a/apps/files_encryption/l10n/sr.php
+++ b/apps/files_encryption/l10n/sr.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"Encryption" => "Шифровање",
+"Exclude the following file types from encryption" => "Не шифруј следеће типове датотека",
"None" => "Ништа",
"Enable Encryption" => "Омогући шифровање"
);
diff --git a/apps/files_sharing/l10n/tr.php b/apps/files_sharing/l10n/tr.php
new file mode 100644
index 00000000000..f2e6e5697d6
--- /dev/null
+++ b/apps/files_sharing/l10n/tr.php
@@ -0,0 +1,9 @@
+<?php $TRANSLATIONS = array(
+"Password" => "Şifre",
+"Submit" => "Gönder",
+"%s shared the folder %s with you" => "%s sizinle paylaşılan %s klasör",
+"%s shared the file %s with you" => "%s sizinle paylaşılan %s klasör",
+"Download" => "İndir",
+"No preview available for" => "Kullanılabilir önizleme yok",
+"web services under your control" => "Bilgileriniz güvenli ve şifreli"
+);
diff --git a/apps/user_webdavauth/l10n/tr.php b/apps/user_webdavauth/l10n/tr.php
new file mode 100644
index 00000000000..9bd32954b05
--- /dev/null
+++ b/apps/user_webdavauth/l10n/tr.php
@@ -0,0 +1,3 @@
+<?php $TRANSLATIONS = array(
+"WebDAV URL: http://" => "WebDAV URL: http://"
+);