aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/js/file-upload.js2
-rw-r--r--apps/files/l10n/tr.js1
-rw-r--r--apps/files/l10n/tr.json1
3 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js
index c93abd5244d..6f9fd9aafea 100644
--- a/apps/files/js/file-upload.js
+++ b/apps/files/js/file-upload.js
@@ -222,7 +222,7 @@ OC.FileUpload.prototype = {
if (file.lastModified) {
// preserve timestamp
- this.data.headers['X-OC-Mtime'] = file.lastModified / 1000;
+ this.data.headers['X-OC-Mtime'] = (file.lastModified / 1000).toFixed(0);
}
var userName = this.uploader.filesClient.getUserName();
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js
index e46a11abb6c..71250b967e1 100644
--- a/apps/files/l10n/tr.js
+++ b/apps/files/l10n/tr.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"{user} created {file}" : "{user} tarafından {file} oluşturuldu",
"You changed {file}" : "Siz {file} dosyasını değiştirdiniz",
"You deleted {file}" : "Siz {file} dosyasını sildiniz",
+ "{user} deleted {file}" : "{user} tarafından {file} silindi",
"A new file or folder has been <strong>created</strong>" : "Yeni bir dosya veya klasör <strong>oluşturuldu</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>Sık kullanılan dosyalarınızın</strong> oluşturulma ve değiştirilme hakkındaki bildirimlerini sınırla <em>(Sadece akışta)</em>",
"Upload (max. %s)" : "Yükle (azami: %s)",
diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json
index d5b70fa9b58..beaa034e6bc 100644
--- a/apps/files/l10n/tr.json
+++ b/apps/files/l10n/tr.json
@@ -83,6 +83,7 @@
"{user} created {file}" : "{user} tarafından {file} oluşturuldu",
"You changed {file}" : "Siz {file} dosyasını değiştirdiniz",
"You deleted {file}" : "Siz {file} dosyasını sildiniz",
+ "{user} deleted {file}" : "{user} tarafından {file} silindi",
"A new file or folder has been <strong>created</strong>" : "Yeni bir dosya veya klasör <strong>oluşturuldu</strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>Sık kullanılan dosyalarınızın</strong> oluşturulma ve değiştirilme hakkındaki bildirimlerini sınırla <em>(Sadece akışta)</em>",
"Upload (max. %s)" : "Yükle (azami: %s)",