mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-03 02:36:46 +03:00
Code refactoring. Changed design for index page.
Minor changes...
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
plugin.translations.overview.index.page.title = Translations overview
|
||||
plugin.translations.overview.show.page.title = Bundle {0}
|
||||
plugin.translations.overview.edit.page.title = Edit {0} bundle
|
||||
|
||||
plugin.translations.totalRecords = Total: {0} records
|
||||
plugin.translations.totalBundles = Total: {0} bundles
|
||||
|
||||
plugin.translations.error.bundleNotFound = Cannot find bundle <b>{0}</b>.
|
||||
|
||||
plugin.translations.action.save = Save
|
||||
@@ -7,4 +7,11 @@ plugin.translations.totalBundles = Total: {0} bundles
|
||||
|
||||
plugin.translations.error.bundleNotFound = Cannot find bundle <b>{0}</b>.
|
||||
|
||||
plugin.translations.action.save = Save
|
||||
plugin.translations.message.noBundles = There is no bundles in your application!
|
||||
|
||||
plugin.translations.action.save = Save
|
||||
plugin.translations.action.edit = Edit
|
||||
plugin.translations.action.export = Export
|
||||
|
||||
plugin.translations.header.bundleName = Bundle
|
||||
plugin.translations.header.actions = Actions
|
||||
+8
-1
@@ -7,4 +7,11 @@ plugin.translations.totalBundles = Total: {0} bundles
|
||||
|
||||
plugin.translations.error.bundleNotFound = Cannot find bundle <b>{0}</b>.
|
||||
|
||||
plugin.translations.action.save = Save
|
||||
plugin.translations.message.noBundles = There is no bundles in your application!
|
||||
|
||||
plugin.translations.action.save = Save
|
||||
plugin.translations.action.edit = Edit
|
||||
plugin.translations.action.export = Export
|
||||
|
||||
plugin.translations.header.bundleName = Bundle
|
||||
plugin.translations.header.actions = Actions
|
||||
+8
-1
@@ -7,4 +7,11 @@ plugin.translations.totalBundles = Всего: {0} бандлов
|
||||
|
||||
plugin.translations.error.bundleNotFound = Бандл с именем <b>{0}</b> не найден.
|
||||
|
||||
plugin.translations.action.save = Сохранить
|
||||
plugin.translations.message.noBundles = В вашем приложении нет бандлов!
|
||||
|
||||
plugin.translations.action.save = Сохранить
|
||||
plugin.translations.action.edit = Редактировать
|
||||
plugin.translations.action.export = Экспорт
|
||||
|
||||
plugin.translations.header.bundleName = Бандл
|
||||
plugin.translations.header.actions = Действия
|
||||
Reference in New Issue
Block a user