-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
117 changed files
with
5,238 additions
and
1,676 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<language id="adminmenu" lang="en"> | ||
|
||
<!-- Module installation messages --> | ||
<!-- init.go --> | ||
<entry id="MODULENAME">Administration menu</entry> | ||
<entry id="modulemodified">The entry %s was modified successfully in the base_module table.</entry> | ||
<entry id="commit">Installation successfull.</entry> | ||
<entry id="rollback">Installation aborted with error: %s</entry> | ||
|
||
<!-- util.go --> | ||
<entry id="MAINMENU">Default Administration menu</entry> | ||
<entry id="accessgroup.name">Access group for menu administration</entry> | ||
<entry id="accessgroup.description">Group of all accesses for menu administration</entry> | ||
<entry id="access.name">Access for menu administration</entry> | ||
<entry id="access.description">Access for menu administration</entry> | ||
<entry id="menufolder.name">Menu constructor</entry> | ||
<entry id="menufolder.description1">Click on this line to see the different options for the administration of menus</entry> | ||
<entry id="adminmenugroup.name">Menu groups and options</entry> | ||
<entry id="adminmenugroup.description1">Menu groups and options</entry> | ||
|
||
<entry id="moduleerror">Error modifying the entry %s in the base_module table: %s</entry> | ||
<!-- Datasources transactions --> | ||
<entry id="transaction.exist">Error creating a transaction: There is already a started transaction.</entry> | ||
<entry id="transaction.none">Error searching the transaction: There is no available transaction.</entry> | ||
<entry id="transaction.commitnone">Error searching the transaction to commit: There is no available transaction.</entry> | ||
<entry id="transaction.rollbacknone">Error searching the transaction to rollback: There is no available transaction.</entry> | ||
<entry id="transaction.error">Error in the transaction: %s</entry> | ||
<!-- Containers --> | ||
<entry id="database.none">There is no available database in the datasource</entry> | ||
</language> |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<language id="adminmenu" lang="es"> | ||
|
||
<!-- Module installation messages --> | ||
<!-- init.go --> | ||
<entry id="MODULENAME">Menu de administración</entry> | ||
<entry id="modulemodified">La entrada %s fue modificada con exito en la tabla base_module.</entry> | ||
<entry id="commit">Instalación exitosa.</entry> | ||
<entry id="rollback">Instalación con error: %s</entry> | ||
|
||
<!-- util.go --> | ||
<entry id="MAINMENU">Menú de administración por defecto</entry> | ||
<entry id="accessgroup.name">Grupos de accesos de la administración de menús</entry> | ||
<entry id="accessgroup.description">Grupos de accesos de la administración de menús</entry> | ||
<entry id="access.name">Acceso de la administración de menús</entry> | ||
<entry id="access.description">Acceso de la administración de menús</entry> | ||
<entry id="menufolder.name">Constructor de menús</entry> | ||
<entry id="menufolder.description1">Haz clic sobre esta linea para ver las diferentes opciones para la administración de menús.</entry> | ||
<entry id="adminmenugroup.name">Grupos y opciones de menús</entry> | ||
<entry id="adminmenugroup.description1">Grupos y opciones de menús</entry> | ||
|
||
<entry id="moduleerror">Error modificando la entrada %s en la tabla base_module: %s</entry> | ||
<!-- Datasources transactions --> | ||
<entry id="transaction.exist">Error creating a transaction: There is already a started transaction.</entry> | ||
<entry id="transaction.none">Error searching the transaction: There is no available transaction.</entry> | ||
<entry id="transaction.commitnone">Error searching the transaction to commit: There is no available transaction.</entry> | ||
<entry id="transaction.rollbacknone">Error searching the transaction to rollback: There is no available transaction.</entry> | ||
<entry id="transaction.error">Error in the transaction: %s</entry> | ||
<!-- Containers --> | ||
<entry id="database.none">There is no available database in the datasource</entry> | ||
</language> |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<language id="adminmenu" lang="fr"> | ||
|
||
<!-- Module installation messages --> | ||
<!-- init.go --> | ||
<entry id="MODULENAME">Menu pour l'administration</entry> | ||
<entry id="modulemodified">L'entrée %s a été modifiée avec succès dans la table base_module.</entry> | ||
<entry id="commit">Instalation réussie.</entry> | ||
<entry id="rollback">Instalation avec erreur: %s</entry> | ||
|
||
<!-- util.go --> | ||
<entry id="MAINMENU">Menu d'administration par défaut</entry> | ||
<entry id="accessgroup.name">Groupe des accès d'administration de menus</entry> | ||
<entry id="accessgroup.description">Groupe des accès d'administration de menus</entry> | ||
<entry id="access.name">Accès d'administration de menus</entry> | ||
<entry id="access.description">Accès d'administration de menus</entry> | ||
<entry id="menufolder.name">Constructeur de menus</entry> | ||
<entry id="menufolder.description1">Constructeur de menus</entry> | ||
<entry id="adminmenugroup.name">Groupes et options de menus</entry> | ||
<entry id="adminmenugroup.description1">Groupes et options de menus</entry> | ||
|
||
<entry id="moduleerror">Erreur en modifiant l'entrée %s dans la table base_module: %s</entry> | ||
<!-- Datasources transactions --> | ||
<entry id="transaction.exist">Error creating a transaction: There is already a started transaction.</entry> | ||
<entry id="transaction.none">Error searching the transaction: There is no available transaction.</entry> | ||
<entry id="transaction.commitnone">Error searching the transaction to commit: There is no available transaction.</entry> | ||
<entry id="transaction.rollbacknone">Error searching the transaction to rollback: There is no available transaction.</entry> | ||
<entry id="transaction.error">Error in the transaction: %s</entry> | ||
<!-- Containers --> | ||
<entry id="database.none">There is no available database in the datasource</entry> | ||
</language> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.