Quellcode durchsuchen

Updated russian translation

Alex Solomaha vor 9 Jahren
Ursprung
Commit
1f32d07cd7
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6 6
      js/fileinput_locale_ru.js

+ 6 - 6
js/fileinput_locale_ru.js

@@ -45,12 +45,12 @@
         msgImageHeightLarge: 'Высота изображения "{name}" не может превышать {size} px.',
         dropZoneTitle: 'Перетащите файлы сюда …',
         fileActionSettings: {
-            removeTitle: 'Remove file',
-            uploadTitle: 'Upload file',
-            indicatorNewTitle: 'Not uploaded yet',
-            indicatorSuccessTitle: 'Uploaded',
-            indicatorErrorTitle: 'Upload Error',
-            indicatorLoadingTitle: 'Uploading ...'
+            removeTitle: 'Удалить файл',
+            uploadTitle: 'Загрузить файл',
+            indicatorNewTitle: 'Еще не загружен',
+            indicatorSuccessTitle: 'Загружен',
+            indicatorErrorTitle: 'Ошибка загрузки',
+            indicatorLoadingTitle: 'Загрузка ...'
         }
     };
 })(window.jQuery);