diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2014-03-02 22:08:30 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2014-03-02 22:08:30 +0100 |
commit | 84de1a7117742463138c188a4d2c9e2b2e814fef (patch) | |
tree | 78d2c021f30789b523aab9208033e82c6fb1054c /config | |
parent | a565503bef77c14892a131575e1927b2b98c859f (diff) | |
download | hmnoweb-84de1a7117742463138c188a4d2c9e2b2e814fef.tar.gz hmnoweb-84de1a7117742463138c188a4d2c9e2b2e814fef.tar.bz2 hmnoweb-84de1a7117742463138c188a4d2c9e2b2e814fef.zip |
Translate admin category form.
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 4 | ||||
-rw-r--r-- | config/locales/nb.yml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 7f70963..bc3fd29 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -5,10 +5,12 @@ en: admin: categories: form: + title: Title + sidebar_position: In which sidebar should category be shown? sidebar_positions: - None - Left - Right + sidebar_items: Number of posts to show in sidebar category: sidebar_position: Position - diff --git a/config/locales/nb.yml b/config/locales/nb.yml index 49b21d9..55d45c9 100644 --- a/config/locales/nb.yml +++ b/config/locales/nb.yml @@ -5,10 +5,12 @@ nb: admin: categories: form: + title: Tittel + sidebar_position: Hvilken marg skal kategorien vises i? sidebar_positions: - Ingen - Venstre - Høyre + sidebar_items: Antall poster å vise i margen category: sidebar_position: Posisjon - |