/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
- <?php
- return array(
- "label.change_success" => "Logi strony zostały zmienione",
- "label.norows" => "Nie znaleziono logów",
- "label.deleteall" => "Usuń wszystkie logi",
- "label.deleteall_success" => "Logi zostały usunięte",
- "label.info" => "Szczegóły logu",
- "label.return" => "Powrót do listy logów",
-
- "label.success" => "sukces",
- "label.notice" => "notyfikacja",
- "label.warning" => "ostrzeżenie",
- "label.error" => "błąd",
- "filter.keyword" => "Słowo kluczowe",
- "filter.area" => "Obszar",
- "filter.type" => "Typ logu",
-
- "grid.adddate" => "Dodano",
- "grid.area" => "Obszar",
- "grid.type" => "Typ logu",
- "grid.title" => "Tytuł",
- "grid.id" => "ID",
- "grid.description" => "Opis",
-
- );
- ?>