Yarik
/
artbox-order
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
0b91616a7d5f92fb12b0c80c7c32485cd7d172f4
Authored by
Eugeny Galkovskiy
2017-05-16 17:51:34 +0300
1 parent
306e64da
Переводы
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
messages/ru/order.php
Inline
Side-by-side
messages/ru/order.php
Wrap text
Show/Hide comments
View file @
0b91616
1
1
<?php
2
- return [];
3
2
\ No newline at end of file
3
+ return [
4
+ 'Order' => 'Заказ',
5
+ 'Orders' => 'Заказы',
6
+ 'Label' => 'Метки',
7
+ 'Delivery' => 'Доставка',
8
+ 'Payment' => 'Оплата',
9
+ 'Save' => 'Сохранить',
10
+ ];
4
11
\ No newline at end of file
...
...