Russian language file
- Single Page
Posted 20 January 2012 - 18:58 PM
I use grocery CRUD for my russian speaking web sites.
Here's my translation. Hope it'll be usefull. Any comments are welcome.
You know how to make the file work, aren't you?
[attachment=21:russian.php]
Posted 21 January 2012 - 11:08 AM
Thanks
Posted 21 January 2012 - 20:30 PM
Posted 02 February 2012 - 11:44 AM
Johnny, I made clarifications in russian language file, because of some phrases were ambiguous(( Please, change the file for the next version of Grocery.
And one more thing. I have notice that language phrase from the line #47
$lang['alert_delete'] = 'Ð’Ñ‹ уверены, что хотите удалить Ñту запиÑÑŒ?';
not work in "datatables" theme. When the delete button is clicked it still alert in english (doesn't matter what language is set). In "flexigrid" theme this is ok.
Thanks.
[attachment=26:russian.php]
Posted 02 February 2012 - 19:12 PM
Posted 03 February 2012 - 08:53 AM
Posted 08 April 2012 - 20:05 PM
It's for russian language file, line #53 that was added in gCRUD-v1.2.1
/* Added in version 1.2.1 */
$lang['set_relation_title'] = 'Выбрать {field_display_as}';
Posted 08 April 2012 - 20:22 PM
I will also add more lang strings this week so it is really helpful that you follow the changes.
Thanks by the way.
Posted 08 April 2012 - 20:29 PM
Posted 08 April 2012 - 20:59 PM
Posted 08 April 2012 - 21:20 PM
Posted 15 April 2012 - 12:05 PM
/* Added in version 1.2.1 */
$lang['set_relation_title'] = 'Выбрать {field_display_as}';
$lang['list_record'] = 'ЗапиÑÑŒ';
$lang['form_inactive'] = 'не активно';
$lang['form_active'] = 'активно';
Posted 02 May 2012 - 07:54 AM
In the file [b]./your_project/assets/grocery_crud/themes/datatables/views/add.php[/b] change the line #63 into:
<input type='button' value='Сохранить и вернутьÑÑ Ðº ÑпиÑку' class='ui-input-button' id="save-and-go-back-button"/>
In the file [b]./your_project/assets/grocery_crud/themes/datatables/views/edit.php[/b] change the line #63 into:
<input type='button' value='Обновить и вернутьÑÑ Ðº ÑпиÑку' class='ui-input-button' id="save-and-go-back-button"/>
In the file [b]./your_project/assets/grocery_crud/themes/flexigrid/views/add.php[/b] change the line #65 into:
<input type='button' value='Сохранить и вернутьÑÑ Ðº ÑпиÑку' id="save-and-go-back-button"/>
In the file [b]./your_project/assets/grocery_crud/themes/flexigrid/views/edit.php[/b] change the line #65 into:
<input type='button' value='Обновить и вернутьÑÑ Ðº ÑпиÑку' id="save-and-go-back-button"/>
Enjoy grocery_CRUD
Posted 12 May 2012 - 17:40 PM
/* Upload functionality */
$lang['string_delete_file'] = "Удаление файла";
$lang['string_progress'] = "ПрогреÑÑ: ";
$lang['error_on_uploading'] = "При загрузке произошла ошибка.";
$lang['message_promt_delete_file'] = "Ð’Ñ‹ уверены, что хотите удалить Ñтот файл?";
$lang['error_max_number_of_files'] = "Одновременно можно загрузить только один файл.";
$lang['error_accept_file_types'] = "Ðе разрешаетÑÑ Ð·Ð°Ð³Ñ€ÑƒÐ¶Ð°Ñ‚ÑŒ файлы Ñ Ð´Ð°Ð½Ð½Ñ‹Ð¼ раÑширением.";
$lang['error_max_file_size'] = "Размер загружаемого файла превышает макÑимально допуÑтимое значение {max_file_size}.";
$lang['error_min_file_size'] = "Ðевозможно загрузить пуÑтой файл.";
Posted 12 May 2012 - 22:44 PM
Thanks
Posted 13 May 2012 - 05:54 AM
As for me I download the library from github almost always. I don't know the stats of downloads: released version and repository one. But it seems to me that the best version is the newest version.
By the way congratulations with grocery_crud-1.2.2
Posted 02 September 2012 - 15:55 PM
Posted 09 May 2016 - 17:13 PM
Hi. Thank you so much for russian lang support.
What about required fields warnings translate? I quess it's actual for other languages?