Skip to content

Commit

Permalink
Translate the Definition load indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
gergo85 committed Sep 8, 2016
1 parent d224e65 commit aeb4844
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion controllers/definitions/update.htm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h4><?= e(trans('rainlab.sitemap::lang.plugin.name')) ?></h4>
data-request="onSave"
data-request-data="redirect:0"
data-hotkey="ctrl+s, cmd+s"
data-load-indicator="Saving Definition..."
data-load-indicator="<?= e(trans('rainlab.sitemap::lang.item.save_definition')) ?>"
class="btn btn-primary">
<?= e(trans('backend::lang.form.save')) ?>
</button>
Expand Down
1 change: 1 addition & 0 deletions lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'page' => 'Page',
'check' => 'Check',
'definition' => 'Definition',
'save_definition' => 'Saving Definition...',
'load_indicator' => 'Emptying Definition...',
'empty_confirm' => 'Empty this definition?'
]
Expand Down
11 changes: 6 additions & 5 deletions lang/hu/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'name' => 'Oldaltérkép',
'description' => 'A weboldalhoz sitemap.xml fájl generálása.',
'permissions' => [
'access_settings' => 'Oldaltérkép kezelése',
'access_definitions' => 'Definíciós oldal kezelése',
'access_settings' => 'Oldaltérkép beállításainak kezelése',
'access_definitions' => 'Oldaltérkép elemeinek kezelése',
],
],
'item' => [
Expand All @@ -22,8 +22,8 @@
'never' => 'soha',
'editor_title' => 'Módosítás',
'type' => 'Típus',
'allow_nested_items' => 'Engedélyezett elemek',
'allow_nested_items_comment' => 'Nested items could be generated dynamically by static page and some other item types',
'allow_nested_items' => 'Allapok megjelenítése',
'allow_nested_items_comment' => 'A kapcsolódó lapok automatikus listázása, amennyiben támogatott ez a funkció.',
'url' => 'Webcím',
'reference' => 'Hivatkozás',
'title_required' => 'A cím megadása kötelező',
Expand All @@ -38,7 +38,8 @@
'cms_page_required' => 'Válasszon egy oldalt.',
'page' => 'Oldal',
'check' => 'Ellenőrzés',
'definition' => 'Definíció',
'definition' => 'Oldaltérkép',
'save_definition' => 'Oldaltérkép mentése...',
'load_indicator' => 'Visszaállítás folyamatban...',
'empty_confirm' => 'Állítsuk vissza üres állapotba?'
]
Expand Down

0 comments on commit aeb4844

Please sign in to comment.