Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-12-09 10:11:19 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-12-09 10:11:19 +0300
commit561968a3b21040bffb4696b4536f16bcba8a5baa (patch)
tree53f18be5b582dd4ec1228d406a399cd1c052c0bb /l10n
parent8e19c689a1d61d18a0a454a590b8a4211c133f1f (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/tr.js4
-rw-r--r--l10n/tr.json4
-rw-r--r--l10n/tr.php4
3 files changed, 6 insertions, 6 deletions
diff --git a/l10n/tr.js b/l10n/tr.js
index 25429a9..0c02325 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -1,10 +1,10 @@
OC.L10N.register(
"files_texteditor",
{
- "This file is too big to be opened. Please download the file instead." : "Dosya açılmak için çok büyük bunun yerine lütfen dosyayı indirin",
+ "This file is too big to be opened. Please download the file instead." : "Dosya açılmak için çok büyük. Bunun yerine lütfen dosyayı indirin.",
"Cannot read the file." : "Dosya okunamıyor.",
"Invalid file path supplied." : "Geçersiz dosya yolu sağlandı",
- "An internal server error occurred." : "Dahili sunucu hatası!",
+ "An internal server error occurred." : "İç sunucu hatası!",
"Cannot save file as it has been modified since opening" : "Dosya açıldıktan sonra değiştirildiği için kaydedilemedi",
"Insufficient permissions" : "Yetersiz izin",
"File path not supplied" : "Dosya yolu belirtilmemiş",
diff --git a/l10n/tr.json b/l10n/tr.json
index 70d6471..8aede5b 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -1,8 +1,8 @@
{ "translations": {
- "This file is too big to be opened. Please download the file instead." : "Dosya açılmak için çok büyük bunun yerine lütfen dosyayı indirin",
+ "This file is too big to be opened. Please download the file instead." : "Dosya açılmak için çok büyük. Bunun yerine lütfen dosyayı indirin.",
"Cannot read the file." : "Dosya okunamıyor.",
"Invalid file path supplied." : "Geçersiz dosya yolu sağlandı",
- "An internal server error occurred." : "Dahili sunucu hatası!",
+ "An internal server error occurred." : "İç sunucu hatası!",
"Cannot save file as it has been modified since opening" : "Dosya açıldıktan sonra değiştirildiği için kaydedilemedi",
"Insufficient permissions" : "Yetersiz izin",
"File path not supplied" : "Dosya yolu belirtilmemiş",
diff --git a/l10n/tr.php b/l10n/tr.php
index 5d14f9e..002f85c 100644
--- a/l10n/tr.php
+++ b/l10n/tr.php
@@ -1,9 +1,9 @@
<?php
$TRANSLATIONS = array(
-"This file is too big to be opened. Please download the file instead." => "Dosya açılmak için çok büyük bunun yerine lütfen dosyayı indirin",
+"This file is too big to be opened. Please download the file instead." => "Dosya açılmak için çok büyük. Bunun yerine lütfen dosyayı indirin.",
"Cannot read the file." => "Dosya okunamıyor.",
"Invalid file path supplied." => "Geçersiz dosya yolu sağlandı",
-"An internal server error occurred." => "Dahili sunucu hatası!",
+"An internal server error occurred." => "İç sunucu hatası!",
"Cannot save file as it has been modified since opening" => "Dosya açıldıktan sonra değiştirildiği için kaydedilemedi",
"Insufficient permissions" => "Yetersiz izin",
"File path not supplied" => "Dosya yolu belirtilmemiş",