Improve image thumbnails and files table

This commit is contained in:
Frederic Guillot
2016-02-13 22:51:58 -05:00
parent 82c45622c6
commit 124f93dbad
36 changed files with 272 additions and 247 deletions

View File

@@ -598,8 +598,6 @@ return array(
'Compact/wide view' => 'Ekrana sığdır / Geniş görünüm',
'No results match:' => 'Uygun sonuç bulunamadı',
'Currency' => 'Para birimi',
'Files' => 'Dosyalar',
'Images' => 'Resimler',
'Private project' => 'Özel proje',
// 'AUD - Australian Dollar' => '',
// 'CAD - Canadian Dollar' => '',
@@ -645,9 +643,6 @@ return array(
'Test your device' => 'Cihazınızı test edin',
'Assign a color when the task is moved to a specific column' => 'Görev belirli bir sütuna taşındığında rengini değiştir',
'%s via Kanboard' => '%s Kanboard ile',
'uploaded by: %s' => '%s tarafından yüklendi',
'uploaded on: %s' => '%s tarihinda yüklendi',
'size: %s' => 'Boyut: %s',
'Burndown chart for "%s"' => '%s icin kalan iş grafiği',
'Burndown chart' => 'Kalan iş grafiği',
'This chart show the task complexity over the time (Work Remaining).' => 'Bu grafik zorluk seviyesini zamana göre gösterir (kalan iş)',
@@ -1137,4 +1132,10 @@ return array(
// 'Do you really want to disable this user: "%s"?' => '',
// 'Enable user' => '',
// 'Do you really want to enable this user: "%s"?' => '',
// 'Download' => '',
// 'Uploaded: %s' => '',
// 'Size: %s' => '',
// 'Uploaded by %s' => '',
// 'Filename' => '',
// 'Size' => '',
);