-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better fix for template > page # section doesn't exist with error mes…
…sage. Updated error messages to look better. Updated english and brazilian portuguese translations.
- Loading branch information
Showing
6 changed files
with
48 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
<?php | ||
/** | ||
* English language file for template plugin | ||
* English language file for templater plugin | ||
* | ||
* @author Daniel Dias Rodrigues <danieldiasr@gmail.com> | ||
*/ | ||
$lang['template_not_found'] = 'Template "%1$s" not found. '; | ||
$lang['click_create'] = '[Click here to create it]'; | ||
$lang['click_edit'] = '[Click here to edit it]'; | ||
$lang['stopped_recursion'] = 'Processing of template "%1$s" stopped due to recursion. '; | ||
$lang['no_permissions_view'] = '<div class="template"> No permissions to view the template </div>'; | ||
$lang['template'] = '— Template '; | ||
$lang['not_found'] = ' not found.'; | ||
$lang['processing_template'] = '— Processing of template '; | ||
$lang['stopped_recursion'] = ' stopped due to recursion.'; | ||
$lang['no_permissions_view'] = '<div class="templater"> No permissions to view the template </div>'; | ||
$lang['no_such_section'] = '<div class="templater">— There\'s no such section "%1$s" in the page '; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
<?php | ||
/** | ||
* Brazilian portuguese language file for template plugin | ||
* Brazilian portuguese language file for templater plugin | ||
* | ||
* @author Daniel Dias Rodrigues <danieldiasr@gmail.com> | ||
*/ | ||
$lang['template_not_found'] = 'O template "%1$s" não foi encontrado. '; | ||
$lang['click_create'] = '[Clique aqui para criá-lo]'; | ||
$lang['click_edit'] = '[Clique aqui para editá-lo]'; | ||
$lang['stopped_recursion'] = 'O processamento do template "%1$s" foi interrompido devido à recursão. '; | ||
$lang['no_permissions_view'] = '<div class="template"> Sem permissões para visualizar o template </div>'; | ||
$lang['template'] = '— O template '; | ||
$lang['not_found'] = ' não foi encontrado.'; | ||
$lang['processing_template'] = '— O processamento do template '; | ||
$lang['stopped_recursion'] = ' foi interrompido devido à recursão.'; | ||
$lang['no_permissions_view'] = '<div class="templater"> Sem permissões para visualizar o template </div>'; | ||
$lang['no_such_section'] = '<div class="templater">— Não há nenhuma seção "%1$s" na página '; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters