PageRenderTime 44ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/application/i18n/pl/admin/administration/logs.php

https://bitbucket.org/chrispiechowicz/zepto
PHP | 28 lines | 23 code | 5 blank | 0 comment | 0 complexity | 9b5d20ad4de34991289554511517c152 MD5 | raw file
Possible License(s): LGPL-2.1, MIT, BSD-3-Clause
  1. <?php
  2. return array(
  3. "label.change_success" => "Logi strony zostały zmienione",
  4. "label.norows" => "Nie znaleziono logów",
  5. "label.deleteall" => "Usuń wszystkie logi",
  6. "label.deleteall_success" => "Logi zostały usunięte",
  7. "label.info" => "Szczegóły logu",
  8. "label.return" => "Powrót do listy logów",
  9. "label.success" => "sukces",
  10. "label.notice" => "notyfikacja",
  11. "label.warning" => "ostrzeżenie",
  12. "label.error" => "błąd",
  13. "filter.keyword" => "Słowo kluczowe",
  14. "filter.area" => "Obszar",
  15. "filter.type" => "Typ logu",
  16. "grid.adddate" => "Dodano",
  17. "grid.area" => "Obszar",
  18. "grid.type" => "Typ logu",
  19. "grid.title" => "Tytuł",
  20. "grid.id" => "ID",
  21. "grid.description" => "Opis",
  22. );
  23. ?>