forked from GNUsocial/gnu-social
New _m() gettext wrapper with smart detection of plugin domains. Plugin base class registers your gettext files if present at initialization.
update_pot.sh replaced with update_po_templates.php which can do core, plugins, or all (default). Top-level Makefile added to build .mo files for plugins as well as core. As described on list: http://lists.status.net/pipermail/statusnet-dev/2009-December/002869.html
This commit is contained in:
128
plugins/TwitterBridge/locale/TwitterBridge.po
Normal file
128
plugins/TwitterBridge/locale/TwitterBridge.po
Normal file
@@ -0,0 +1,128 @@
|
||||
# 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 <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-12-07 20:38-0800\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: twitterauthorization.php:81
|
||||
msgid "Not logged in."
|
||||
msgstr ""
|
||||
|
||||
#: twitterauthorization.php:131 twitterauthorization.php:150
|
||||
#: twitterauthorization.php:170 twitterauthorization.php:217
|
||||
msgid "Couldn't link your Twitter account."
|
||||
msgstr ""
|
||||
|
||||
#: TwitterBridgePlugin.php:89
|
||||
msgid "Twitter"
|
||||
msgstr ""
|
||||
|
||||
#: TwitterBridgePlugin.php:90
|
||||
msgid "Twitter integration options"
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:59
|
||||
msgid "Twitter settings"
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:70
|
||||
msgid ""
|
||||
"Connect your Twitter account to share your updates with your Twitter friends "
|
||||
"and vice-versa."
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:118
|
||||
msgid "Twitter account"
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:123
|
||||
msgid "Connected Twitter account"
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:125
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:131
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:135
|
||||
msgid "Automatically send my notices to Twitter."
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:142
|
||||
msgid "Send local \"@\" replies to Twitter."
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:149
|
||||
msgid "Subscribe to my Twitter friends here."
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:158
|
||||
msgid "Import my Friends Timeline."
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:174
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:176
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:201
|
||||
msgid "There was a problem with your session token. Try again, please."
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:211
|
||||
msgid "Unexpected form submission."
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:230
|
||||
msgid "Couldn't remove Twitter user."
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:234
|
||||
msgid "Twitter account removed."
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:255 twittersettings.php:265
|
||||
msgid "Couldn't save Twitter preferences."
|
||||
msgstr ""
|
||||
|
||||
#: twittersettings.php:269
|
||||
msgid "Twitter preferences saved."
|
||||
msgstr ""
|
||||
|
||||
#: twitter.php:333
|
||||
msgid "Your Twitter bridge has been disabled."
|
||||
msgstr ""
|
||||
|
||||
#: twitter.php:337
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Hi, %1$s. We're sorry to inform you that your link to Twitter has been "
|
||||
"disabled. We no longer seem to have permission to update your Twitter "
|
||||
"status. (Did you revoke %3$s's access?)\n"
|
||||
"\n"
|
||||
"You can re-enable your Twitter bridge by visiting your Twitter settings "
|
||||
"page:\n"
|
||||
"\n"
|
||||
"\t%2$s\n"
|
||||
"\n"
|
||||
"Regards,\n"
|
||||
"%3$s\n"
|
||||
msgstr ""
|
Reference in New Issue
Block a user