diff options
Diffstat (limited to 'apps/user_ldap/l10n/en@pirate.php')
-rw-r--r-- | apps/user_ldap/l10n/en@pirate.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/en@pirate.php b/apps/user_ldap/l10n/en@pirate.php index 482632f3fda..e269c57c3d0 100644 --- a/apps/user_ldap/l10n/en@pirate.php +++ b/apps/user_ldap/l10n/en@pirate.php @@ -1,3 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "Passcode" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |