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-11-23 10:11:12 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-11-23 10:11:12 +0300
commit07b35879a78cd66321c6a76c6354f09bfb8e31fc (patch)
tree45aa55707cbcf1e120c6127fb91f3255d8728d7a /l10n
parent66bcedec4290570000723b53432b95c95247c19d (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/tr.js2
-rw-r--r--l10n/tr.json2
-rw-r--r--l10n/tr.php2
3 files changed, 6 insertions, 0 deletions
diff --git a/l10n/tr.js b/l10n/tr.js
index 6acdfbd..25429a9 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -1,8 +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",
"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ı!",
"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 880bcec..70d6471 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -1,6 +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",
"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ı!",
"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 b3788f4..5d14f9e 100644
--- a/l10n/tr.php
+++ b/l10n/tr.php
@@ -1,7 +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",
"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ı!",
"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ş",