From 3ac3bc32fc48508deab171019e3539ece9bd72ff Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 5 Apr 2010 13:19:16 -0700 Subject: Some localization cleanup and doc to aid in customization: * added locale/en/LC_MESSAGES/statusnet.po to make it easier to start customizing English texts * added notes to locale/README about customizing and how to disable languages you haven't customized * renamed PO templates from *.po to *.pot to match general conventions and reduce confusion for people trying to find which file they're supposed to edit --- plugins/Gravatar/locale/Gravatar.po | 67 ------------------------------------ plugins/Gravatar/locale/Gravatar.pot | 67 ++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 67 deletions(-) delete mode 100644 plugins/Gravatar/locale/Gravatar.po create mode 100644 plugins/Gravatar/locale/Gravatar.pot (limited to 'plugins/Gravatar/locale') diff --git a/plugins/Gravatar/locale/Gravatar.po b/plugins/Gravatar/locale/Gravatar.po deleted file mode 100644 index d7275b929..000000000 --- a/plugins/Gravatar/locale/Gravatar.po +++ /dev/null @@ -1,67 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-03-01 14:58-0800\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: GravatarPlugin.php:57 -msgid "Set Gravatar" -msgstr "" - -#: GravatarPlugin.php:60 -msgid "If you want to use your Gravatar image, click \"Add\"." -msgstr "" - -#: GravatarPlugin.php:65 -msgid "Add" -msgstr "" - -#: GravatarPlugin.php:75 -msgid "Remove Gravatar" -msgstr "" - -#: GravatarPlugin.php:78 -msgid "If you want to remove your Gravatar image, click \"Remove\"." -msgstr "" - -#: GravatarPlugin.php:83 -msgid "Remove" -msgstr "" - -#: GravatarPlugin.php:88 -msgid "To use a Gravatar first enter in an email address." -msgstr "" - -#: GravatarPlugin.php:137 -msgid "You do not have a email set in your profile." -msgstr "" - -#: GravatarPlugin.php:155 -msgid "Failed to save Gravatar to the DB." -msgstr "" - -#: GravatarPlugin.php:159 -msgid "Gravatar added." -msgstr "" - -#: GravatarPlugin.php:177 -msgid "Gravatar removed." -msgstr "" - -#: GravatarPlugin.php:196 -msgid "" -"The Gravatar plugin allows users to use their Gravatar with StatusNet." -msgstr "" diff --git a/plugins/Gravatar/locale/Gravatar.pot b/plugins/Gravatar/locale/Gravatar.pot new file mode 100644 index 000000000..d7275b929 --- /dev/null +++ b/plugins/Gravatar/locale/Gravatar.pot @@ -0,0 +1,67 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-03-01 14:58-0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: GravatarPlugin.php:57 +msgid "Set Gravatar" +msgstr "" + +#: GravatarPlugin.php:60 +msgid "If you want to use your Gravatar image, click \"Add\"." +msgstr "" + +#: GravatarPlugin.php:65 +msgid "Add" +msgstr "" + +#: GravatarPlugin.php:75 +msgid "Remove Gravatar" +msgstr "" + +#: GravatarPlugin.php:78 +msgid "If you want to remove your Gravatar image, click \"Remove\"." +msgstr "" + +#: GravatarPlugin.php:83 +msgid "Remove" +msgstr "" + +#: GravatarPlugin.php:88 +msgid "To use a Gravatar first enter in an email address." +msgstr "" + +#: GravatarPlugin.php:137 +msgid "You do not have a email set in your profile." +msgstr "" + +#: GravatarPlugin.php:155 +msgid "Failed to save Gravatar to the DB." +msgstr "" + +#: GravatarPlugin.php:159 +msgid "Gravatar added." +msgstr "" + +#: GravatarPlugin.php:177 +msgid "Gravatar removed." +msgstr "" + +#: GravatarPlugin.php:196 +msgid "" +"The Gravatar plugin allows users to use their Gravatar with StatusNet." +msgstr "" -- cgit v1.2.3-54-g00ecf