diff options
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/pt_PT.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/pt_PT.php b/apps/user_ldap/l10n/pt_PT.php new file mode 100644 index 00000000000..fe276f9fabd --- /dev/null +++ b/apps/user_ldap/l10n/pt_PT.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Host" => "Anfitrião", +"Password" => "Palavra-passe", +"Group Filter" => "Filtrar por grupo", +"Port" => "Porto", +"in bytes" => "em bytes", +"in seconds. A change empties the cache." => "em segundos. Uma alteração esvazia a cache.", +"Help" => "Ajuda" +); |