diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 3 | ||||
-rw-r--r-- | config/locales/es.yml | 3 | ||||
-rw-r--r-- | config/locales/fr.yml | 3 | ||||
-rw-r--r-- | config/locales/nb.yml | 3 | ||||
-rw-r--r-- | config/locales/nl.yml | 3 | ||||
-rw-r--r-- | config/locales/sk.yml | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 519a5dd..6018eeb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -32,4 +32,5 @@ en: is_active: Is Active start_date: Start Date expiry_date: Expiry Date - position: Position
\ No newline at end of file + position: Position + pages: Pages
\ No newline at end of file diff --git a/config/locales/es.yml b/config/locales/es.yml index 567da7f..dbb3003 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -33,4 +33,5 @@ es: is_active: Is Active start_date: Start Date expiry_date: Expiry Date - position: Position
\ No newline at end of file + position: Position + pages: Páginas
\ No newline at end of file diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 3a2b0ba..eaaed7e 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -32,4 +32,5 @@ fr: is_active: Is Active start_date: Start Date expiry_date: Expiry Date - position: Position
\ No newline at end of file + position: Position + pages: Pages
\ No newline at end of file diff --git a/config/locales/nb.yml b/config/locales/nb.yml index 04debc5..fd80d9d 100644 --- a/config/locales/nb.yml +++ b/config/locales/nb.yml @@ -32,4 +32,5 @@ nb: is_active: Is Active start_date: Start Date expiry_date: Expiry Date - position: Position
\ No newline at end of file + position: Position + pages: Sider
\ No newline at end of file diff --git a/config/locales/nl.yml b/config/locales/nl.yml index c637b8a..d05bf5a 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -32,4 +32,5 @@ nl: is_active: Is Active start_date: Start Date expiry_date: Expiry Date - position: Position
\ No newline at end of file + position: Position + pages: "Pagina's"
\ No newline at end of file diff --git a/config/locales/sk.yml b/config/locales/sk.yml index 5988132..05876fd 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -33,4 +33,5 @@ sk: is_active: Je aktívny start_date: Dátum publikovania expiry_date: Dátum expirácie - position: Pozícia
\ No newline at end of file + position: Pozícia + pages: Stránky
\ No newline at end of file |