From 7d83bc3a7c8d8406aadb8a91c4fd1294ead2208d Mon Sep 17 00:00:00 2001 From: Hagen Schink Date: Wed, 23 Oct 2013 13:51:25 +0200 Subject: [PATCH] Adds missing label status --- config/locales/de.yml | 1 + config/locales/en.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/locales/de.yml b/config/locales/de.yml index d269553126..99dc3273ec 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -866,6 +866,7 @@ de: label_start_to_end: "Anfang bis Ende" label_start_to_start: "Anfang bis Anfang" label_statistics: "Statistiken" + label_status: "Status" label_stay_logged_in: "Angemeldet bleiben" label_string: "Text" label_subproject_new: "Neues Unterprojekt" diff --git a/config/locales/en.yml b/config/locales/en.yml index 7d391b9fc9..9626551f9b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -862,6 +862,7 @@ en: label_start_to_end: "start to end" label_start_to_start: "start to start" label_statistics: "Statistics" + label_status: "Status" label_stay_logged_in: "Stay logged in" label_string: "Text" label_subproject_new: "New subproject"