PHP Classes

File: App/Lang/pt-br/System.php

Recommend this page to a friend!
  Classes of Maicon gonçalez   Potato PHP MVC Framework   App/Lang/pt-br/System.php   Download  
File: App/Lang/pt-br/System.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Potato PHP MVC Framework
Framework to develop PHP MVC applications
Author: By
Last change:
Date: 3 years ago
Size: 810 bytes
 

Contents

Class file image Download
<?php

/**
 * NotFound Route
 */
$lang['error404'] = "Oops, a página que está procurando não existe.";
$lang['error404_title'] = "404 - Page not found";
$lang['error404_btn'] = " Voltar para Página Inicial";
$lang['error_internal'] = "Internal Error. Try Again please.";
$lang['error_unknown'] = "Internal Error. Try Again please.";

$lang['handler_error_file'] = "Arquivo: ";
$lang['handler_error_line'] = "Linhas: ";


/**
 * Forms
 */
$lang['form_require'] = "O campo :attr: é obrigatório.";
$lang['form_invalid_token'] = "Requisição inválida.";
$lang['api_invalid_token'] = "Você precisa estar autenticado para esta ação.";



$lang['input_name'] = "Nome";
$lang['input_desc'] = "Descrição";
$lang['input_reference'] = "Referência";
$lang['input_local'] = "Local";