⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Ukrainian language file



noskov.biz

noskov.biz
  • profile picture
  • Member

Posted 02 February 2012 - 11:50 AM

Hi!

This is ukrainian language file.

[attachment=27:ukrainian.php]

web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 03 February 2012 - 06:46 AM

Thanks

noskov.biz

noskov.biz
  • profile picture
  • Member

Posted 08 April 2012 - 20:07 PM

And this is for ukrainian lang file, line # 53:


/* Added in version 1.2.1 */
$lang['set_relation_title'] = 'Вибрати {field_display_as}';

web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 08 April 2012 - 20:24 PM

Thanks for the [color=#282828][font=helvetica, arial, sans-serif]Ukrainian [/font][/color]too. I will add all the changes to the master when I will finish with all the lang stings .

noskov.biz

noskov.biz
  • profile picture
  • Member

Posted 15 April 2012 - 12:03 PM

Hi! Last translation:

/* Added in version 1.2.1 */
$lang['set_relation_title'] = 'Вибрати {field_display_as}';
$lang['list_record'] = 'Запис';
$lang['form_inactive'] = 'не активно';
$lang['form_active'] = 'активно';

noskov.biz

noskov.biz
  • profile picture
  • Member

Posted 02 May 2012 - 07:57 AM

This is for new buttons/features "Save/Update & go to the list" that was added in the grocery_CRUD version 1.2.2.

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"/>

web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 02 May 2012 - 23:23 PM

Thanks for the two translations russian and ukranian : https://github.com/s...203e23f22d70e94 :D

noskov.biz

noskov.biz
  • profile picture
  • Member

Posted 03 May 2012 - 05:46 AM

Great! I wanted to ask yesterday if you are going to make lang strings for this buttons. And then decided not to ask stupid questions and not to disturb you. And just translated it ;)

Thanks! Now it is more easy and convinient for everyone to use just the language file and not go deep to the themes :P

noskov.biz

noskov.biz
  • profile picture
  • Member

Posted 12 May 2012 - 17:38 PM

Hi there! New portion of language strings for ukrainian:


/* 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'] = "Не можна завантажити порожній файл.";

noskov.biz

noskov.biz
  • profile picture
  • Member

Posted 02 September 2012 - 15:58 PM

Ukrainian language file was updated with the latest language strings that was added to the library. Available on GitHub grocery CRUD repository.