diff options
Diffstat (limited to '')
-rw-r--r-- | language/lb_LU/common.lang.php | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/language/lb_LU/common.lang.php b/language/lb_LU/common.lang.php index 9fc19a594..8475426ad 100644 --- a/language/lb_LU/common.lang.php +++ b/language/lb_LU/common.lang.php @@ -366,4 +366,19 @@ $lang['display most recent photos'] = 'Weist déi neisten Fotoen'; $lang['from %s to %s'] = 'vun %s bis %s'; $lang['posted after %s (%s)'] = 'agesat nom %s (%s)'; $lang['posted before %s (%s)'] = 'agesat virum %s (%s)'; -$lang['posted on %s'] = 'agesat den %s';
\ No newline at end of file +$lang['posted on %s'] = 'agesat den %s'; +$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'E-Mail-Adresse muss dem Muster xxx@yyy.eee (Beispiel: jack@altern.org) entspriechen'; +$lang['delete this photo from your favorites'] = 'Dës Foto aus de Favoritten läschen'; +$lang['delete all photos from your favorites'] = 'All Fotoen aus de Favoritten läschen'; +$lang['created before %s (%s)'] = 'erstallt virum %s (%s)'; +$lang['created between %s (%s) and %s (%s)'] = 'erstallt tëschent dem %s (%s) an dem %s (%s)'; +$lang['You will receive a link to create a new password via email.'] = 'Dir kritt e Link per E-mail fir e neit Passwuert ze erstellen'; +$lang['Your comment has been registered'] = 'Äre Kommentar ass gespäichert'; +$lang['created after %s (%s)'] = 'erstallt nom %s (%s)'; +$lang['Photo title'] = 'Bildtitel'; +$lang['Photo description'] = 'Bildbeschreiwung'; +$lang['Link: %s'] = 'Adress: %s'; +$lang['End-Date'] = 'Enddatum'; +$lang['Apply on properties'] = 'Eegenschaften iwerhuelen'; +$lang['Album name, Z → A'] = 'Albumnumm, Z → A'; +$lang['Album name, A → Z'] = 'Albumnumm, A → Z';
\ No newline at end of file |