words.php 472B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Words Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following line of language is the word found in the application
  9. |
  10. */
  11. 'active' => 'Active',
  12. 'not_active' => 'Not Active',
  13. 'male' => 'Male',
  14. 'female' => 'Female',
  15. 'income' => 'Income',
  16. 'expense' => 'Expense',
  17. ];