diff options
author | nikrou <nikrou@piwigo.org> | 2009-10-10 18:25:38 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2009-10-10 18:25:38 +0000 |
commit | f571de9ab06f689881298089a0f575ee31658238 (patch) | |
tree | 142036f1e851e8c3b73141db0a3bf233c3fba45f /language/nl_NL/admin.lang.php | |
parent | d1f2f852c7372b686358b982eb246e70dfc1e0aa (diff) |
Bug fix 1185 : missing %s in admin vocab
merge from trunk
git-svn-id: http://piwigo.org/svn/branches/2.0@4016 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/nl_NL/admin.lang.php')
-rw-r--r-- | language/nl_NL/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index fcd23b971..7b1f9fe57 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -484,7 +484,7 @@ $lang['conf_history_guest'] = 'Bewaar pagina bezoek van gasten'; $lang['conf_history_user'] = 'Bewaar pagina bezoek van gebruikers'; $lang['conf_history_admin'] = 'Bewaar pagina bezoek van beheerders'; $lang['cat_options_title'] = 'Eigenschappen'; -$lang['An information email was sent to group "%s"'] = 'Een informatie email is verstuurd naar de groep "%s'; +$lang['An information email was sent to group "%s"'] = 'Een informatie email is verstuurd naar de groep "%s"'; $lang['Send an information email to group members'] = 'Stuur een informatie email to groep leden'; $lang['Group'] = 'Groep'; $lang['[%s] Come to visit the category %s'] = '[%s] Bezoek de categorie %s'; |