From 5a5ec705596b412a3cbcfef71f7a9d824e868f64 Mon Sep 17 00:00:00 2001 From: ruigo Date: Tue, 8 Dec 2009 13:53:54 -0500 Subject: Add Portuguese translation --- sss_client/po/LINGUAS | 1 + sss_client/po/pt.po | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 sss_client/po/pt.po (limited to 'sss_client') diff --git a/sss_client/po/LINGUAS b/sss_client/po/LINGUAS index 7ea13121f..7589b5610 100644 --- a/sss_client/po/LINGUAS +++ b/sss_client/po/LINGUAS @@ -4,4 +4,5 @@ fr it ja nl +pt diff --git a/sss_client/po/pt.po b/sss_client/po/pt.po new file mode 100644 index 000000000..7f60250e4 --- /dev/null +++ b/sss_client/po/pt.po @@ -0,0 +1,38 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Red Hat, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: sssd.master.sss_client\n" +"Report-Msgid-Bugs-To: sssd-devel@lists.fedorahosted.org\n" +"POT-Creation-Date: 2009-11-18 07:19-0500\n" +"PO-Revision-Date: 2009-12-08 17:32+0100\n" +"Last-Translator: Rui Gouveia \n" +"Language-Team: PT \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Portuguese\n" +"X-Poedit-Country: PORTUGAL\n" + +#: pam_sss.c:322 +msgid "Passwords do not match" +msgstr "Senhas não coincidem" + +#: pam_sss.c:598 +msgid "Password: " +msgstr "Senha: " + +#: pam_sss.c:630 +msgid "New Password: " +msgstr "Nova Senha: " + +#: pam_sss.c:631 +msgid "Reenter new Password: " +msgstr "Digite a senha novamente: " + +#: pam_sss.c:835 +msgid "Password has expired." +msgstr "Senha expirou." -- cgit