From ad2fd9abd43e55e53efa43e781e2877d3e7eec24 Mon Sep 17 00:00:00 2001 From: Michele macno Azzolari Date: Fri, 2 Dec 2011 15:47:35 -0500 Subject: [PATCH 01/71] Fix whitescreen on recoverpassword with unknown user --- actions/recoverpassword.php | 3 ++- classes/User.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index d81c13b005..d8f95b24c3 100644 --- a/actions/recoverpassword.php +++ b/actions/recoverpassword.php @@ -288,10 +288,11 @@ class RecoverpasswordAction extends Action 'have been sent to the email address registered to your ' . 'account.'); $this->success = true; - $this->showPage(); } catch (Exception $e) { $this->success = false; + $this->msg = $e->getMessage(); } + $this->showPage(); } function resetPassword() diff --git a/classes/User.php b/classes/User.php index 65bc0485bf..726a7e5c30 100644 --- a/classes/User.php +++ b/classes/User.php @@ -1086,7 +1086,7 @@ class User extends Managed_DataObject if (!$user) { // TRANS: Information on password recovery form if no known username or e-mail address was specified. - throw new ClientError(_('No user with that email address or username.')); + throw new ClientException(_('No user with that email address or username.')); return; } From 03657a90e1b3792be2ef0f518da217d4bd9c95df Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 3 Dec 2011 13:09:10 +0100 Subject: [PATCH 02/71] Localisation updates from http://translatewiki.net. --- locale/ar/LC_MESSAGES/statusnet.po | 8 +- locale/be-tarask/LC_MESSAGES/statusnet.po | 170 ++- locale/bg/LC_MESSAGES/statusnet.po | 8 +- locale/br/LC_MESSAGES/statusnet.po | 10 +- locale/ca/LC_MESSAGES/statusnet.po | 8 +- locale/cs/LC_MESSAGES/statusnet.po | 8 +- locale/de/LC_MESSAGES/statusnet.po | 184 ++- locale/en_GB/LC_MESSAGES/statusnet.po | 8 +- locale/eo/LC_MESSAGES/statusnet.po | 8 +- locale/es/LC_MESSAGES/statusnet.po | 279 ++-- locale/eu/LC_MESSAGES/statusnet.po | 8 +- locale/fa/LC_MESSAGES/statusnet.po | 8 +- locale/fi/LC_MESSAGES/statusnet.po | 8 +- locale/fr/LC_MESSAGES/statusnet.po | 55 +- locale/fur/LC_MESSAGES/statusnet.po | 8 +- locale/gl/LC_MESSAGES/statusnet.po | 281 ++-- locale/he/LC_MESSAGES/statusnet.po | 8 +- locale/hsb/LC_MESSAGES/statusnet.po | 8 +- locale/hu/LC_MESSAGES/statusnet.po | 24 +- locale/ia/LC_MESSAGES/statusnet.po | 8 +- locale/it/LC_MESSAGES/statusnet.po | 8 +- locale/ja/LC_MESSAGES/statusnet.po | 10 +- locale/ka/LC_MESSAGES/statusnet.po | 8 +- locale/ko/LC_MESSAGES/statusnet.po | 8 +- locale/mk/LC_MESSAGES/statusnet.po | 10 +- locale/ml/LC_MESSAGES/statusnet.po | 8 +- locale/nb/LC_MESSAGES/statusnet.po | 8 +- locale/nl/LC_MESSAGES/statusnet.po | 18 +- locale/pl/LC_MESSAGES/statusnet.po | 13 +- locale/pt/LC_MESSAGES/statusnet.po | 8 +- locale/pt_BR/LC_MESSAGES/statusnet.po | 8 +- locale/ru/LC_MESSAGES/statusnet.po | 8 +- locale/statusnet.pot | 2 +- locale/sv/LC_MESSAGES/statusnet.po | 8 +- locale/te/LC_MESSAGES/statusnet.po | 8 +- locale/tl/LC_MESSAGES/statusnet.po | 8 +- locale/uk/LC_MESSAGES/statusnet.po | 8 +- locale/zh_CN/LC_MESSAGES/statusnet.po | 8 +- plugins/APC/locale/APC.pot | 2 +- plugins/APC/locale/ast/LC_MESSAGES/APC.po | 6 +- .../APC/locale/be-tarask/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/br/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/de/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/es/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/fr/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/gl/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/he/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/ia/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/id/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/mk/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/ms/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/nb/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/nl/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/pl/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/pt/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/ru/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/tl/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/uk/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po | 6 +- .../AccountManager/locale/AccountManager.pot | 2 +- .../locale/af/LC_MESSAGES/AccountManager.po | 6 +- .../locale/ast/LC_MESSAGES/AccountManager.po | 6 +- .../locale/ca/LC_MESSAGES/AccountManager.po | 6 +- .../locale/de/LC_MESSAGES/AccountManager.po | 6 +- .../locale/eu/LC_MESSAGES/AccountManager.po | 6 +- .../locale/fi/LC_MESSAGES/AccountManager.po | 6 +- .../locale/fr/LC_MESSAGES/AccountManager.po | 6 +- .../locale/gl/LC_MESSAGES/AccountManager.po | 6 +- .../locale/he/LC_MESSAGES/AccountManager.po | 6 +- .../locale/ia/LC_MESSAGES/AccountManager.po | 6 +- .../locale/ja/LC_MESSAGES/AccountManager.po | 6 +- .../locale/mk/LC_MESSAGES/AccountManager.po | 6 +- .../locale/ms/LC_MESSAGES/AccountManager.po | 6 +- .../locale/nl/LC_MESSAGES/AccountManager.po | 6 +- .../locale/pt/LC_MESSAGES/AccountManager.po | 6 +- .../locale/ru/LC_MESSAGES/AccountManager.po | 6 +- .../locale/tl/LC_MESSAGES/AccountManager.po | 6 +- .../locale/uk/LC_MESSAGES/AccountManager.po | 6 +- plugins/Activity/locale/Activity.pot | 2 +- .../locale/ar/LC_MESSAGES/Activity.po | 6 +- .../locale/ca/LC_MESSAGES/Activity.po | 6 +- .../locale/de/LC_MESSAGES/Activity.po | 6 +- .../locale/eu/LC_MESSAGES/Activity.po | 6 +- .../locale/gl/LC_MESSAGES/Activity.po | 121 ++ .../locale/ia/LC_MESSAGES/Activity.po | 6 +- .../locale/mk/LC_MESSAGES/Activity.po | 6 +- .../locale/nl/LC_MESSAGES/Activity.po | 6 +- .../locale/ru/LC_MESSAGES/Activity.po | 6 +- plugins/Adsense/locale/Adsense.pot | 2 +- .../locale/be-tarask/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/br/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/ca/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/de/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/es/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/eu/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/fr/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/gl/LC_MESSAGES/Adsense.po | 22 +- .../Adsense/locale/ia/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/it/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/ka/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/mk/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/ms/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/nb/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/nl/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/pt/LC_MESSAGES/Adsense.po | 8 +- .../locale/pt_BR/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/ru/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/sv/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/tl/LC_MESSAGES/Adsense.po | 8 +- .../Adsense/locale/uk/LC_MESSAGES/Adsense.po | 8 +- .../locale/zh_CN/LC_MESSAGES/Adsense.po | 8 +- plugins/Aim/locale/Aim.pot | 2 +- plugins/Aim/locale/af/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/ca/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/de/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/es/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/eu/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/fi/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/fr/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/gl/LC_MESSAGES/Aim.po | 46 + plugins/Aim/locale/ia/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/mk/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/ms/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/nl/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/pt/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/sv/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/tl/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/uk/LC_MESSAGES/Aim.po | 6 +- .../AnonymousFave/locale/AnonymousFave.pot | 2 +- .../locale/ar/LC_MESSAGES/AnonymousFave.po | 6 +- .../be-tarask/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/br/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/ca/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/de/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/es/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/fr/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/gl/LC_MESSAGES/AnonymousFave.po | 14 +- .../locale/ia/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/mk/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/nl/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/pt/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/tl/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/uk/LC_MESSAGES/AnonymousFave.po | 6 +- plugins/ApiLogger/locale/ApiLogger.pot | 2 +- .../locale/ast/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/de/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/fr/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/gl/LC_MESSAGES/ApiLogger.po | 8 +- .../locale/he/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/ia/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/ksh/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/mk/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/ms/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/nl/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/pt/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/tl/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/uk/LC_MESSAGES/ApiLogger.po | 6 +- plugins/AutoSandbox/locale/AutoSandbox.pot | 2 +- .../be-tarask/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/br/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/de/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/es/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/fr/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/gl/LC_MESSAGES/AutoSandbox.po | 47 + .../locale/ia/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/mk/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/nl/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/ru/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/tl/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/uk/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/zh_CN/LC_MESSAGES/AutoSandbox.po | 6 +- plugins/Autocomplete/locale/Autocomplete.pot | 2 +- .../locale/ar/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/ast/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/ca/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/de/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/es/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/eu/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/fr/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/gl/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/he/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/ia/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/mk/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/ms/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/nl/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/pl/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/sv/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/tl/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/uk/LC_MESSAGES/Autocomplete.po | 6 +- plugins/Awesomeness/locale/Awesomeness.pot | 2 +- .../be-tarask/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/de/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/fi/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/fr/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/gl/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/he/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/ia/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/mk/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/nl/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/pt/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/ru/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/tl/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/uk/LC_MESSAGES/Awesomeness.po | 6 +- plugins/BitlyUrl/locale/BitlyUrl.pot | 2 +- .../locale/be-tarask/LC_MESSAGES/BitlyUrl.po | 6 +- .../locale/ca/LC_MESSAGES/BitlyUrl.po | 6 +- .../locale/de/LC_MESSAGES/BitlyUrl.po | 6 +- .../locale/fr/LC_MESSAGES/BitlyUrl.po | 6 +- .../locale/fur/LC_MESSAGES/BitlyUrl.po | 6 +- .../locale/gl/LC_MESSAGES/BitlyUrl.po | 13 +- .../locale/ia/LC_MESSAGES/BitlyUrl.po | 6 +- .../locale/mk/LC_MESSAGES/BitlyUrl.po | 6 +- .../locale/nb/LC_MESSAGES/BitlyUrl.po | 6 +- .../locale/nl/LC_MESSAGES/BitlyUrl.po | 6 +- .../locale/ru/LC_MESSAGES/BitlyUrl.po | 6 +- .../locale/sv/LC_MESSAGES/BitlyUrl.po | 6 +- .../locale/tl/LC_MESSAGES/BitlyUrl.po | 6 +- .../locale/uk/LC_MESSAGES/BitlyUrl.po | 6 +- plugins/Blacklist/locale/Blacklist.pot | 2 +- .../locale/be-tarask/LC_MESSAGES/Blacklist.po | 6 +- .../locale/ca/LC_MESSAGES/Blacklist.po | 6 +- .../locale/de/LC_MESSAGES/Blacklist.po | 6 +- .../locale/fr/LC_MESSAGES/Blacklist.po | 6 +- .../locale/gl/LC_MESSAGES/Blacklist.po | 104 +- .../locale/ia/LC_MESSAGES/Blacklist.po | 6 +- .../locale/mk/LC_MESSAGES/Blacklist.po | 6 +- .../locale/nl/LC_MESSAGES/Blacklist.po | 6 +- .../locale/ru/LC_MESSAGES/Blacklist.po | 6 +- .../locale/sv/LC_MESSAGES/Blacklist.po | 6 +- .../locale/tl/LC_MESSAGES/Blacklist.po | 6 +- .../locale/uk/LC_MESSAGES/Blacklist.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Blacklist.po | 6 +- plugins/BlankAd/locale/BlankAd.pot | 2 +- .../BlankAd/locale/ast/LC_MESSAGES/BlankAd.po | 6 +- .../locale/be-tarask/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/br/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/de/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/es/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/fi/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/fr/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/gl/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/he/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/ia/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/mk/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/nb/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/nl/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/pt/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/ru/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/sv/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/tl/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/uk/LC_MESSAGES/BlankAd.po | 6 +- .../locale/zh_CN/LC_MESSAGES/BlankAd.po | 6 +- plugins/Blog/locale/Blog.pot | 2 +- plugins/Blog/locale/ar/LC_MESSAGES/Blog.po | 6 +- plugins/Blog/locale/br/LC_MESSAGES/Blog.po | 6 +- plugins/Blog/locale/ca/LC_MESSAGES/Blog.po | 6 +- plugins/Blog/locale/de/LC_MESSAGES/Blog.po | 6 +- plugins/Blog/locale/eu/LC_MESSAGES/Blog.po | 6 +- plugins/Blog/locale/fr/LC_MESSAGES/Blog.po | 6 +- plugins/Blog/locale/gl/LC_MESSAGES/Blog.po | 30 +- plugins/Blog/locale/ia/LC_MESSAGES/Blog.po | 6 +- plugins/Blog/locale/mk/LC_MESSAGES/Blog.po | 6 +- plugins/Blog/locale/nl/LC_MESSAGES/Blog.po | 6 +- plugins/BlogspamNet/locale/BlogspamNet.pot | 2 +- .../locale/de/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/fr/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/gl/LC_MESSAGES/BlogspamNet.po | 45 + .../locale/ia/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/mk/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/nb/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/nl/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/ru/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/tl/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/uk/LC_MESSAGES/BlogspamNet.po | 6 +- plugins/Bookmark/locale/Bookmark.pot | 2 +- .../locale/ar/LC_MESSAGES/Bookmark.po | 6 +- .../locale/ca/LC_MESSAGES/Bookmark.po | 6 +- .../locale/de/LC_MESSAGES/Bookmark.po | 6 +- .../locale/eu/LC_MESSAGES/Bookmark.po | 6 +- .../locale/fr/LC_MESSAGES/Bookmark.po | 6 +- .../locale/gl/LC_MESSAGES/Bookmark.po | 264 ++++ .../locale/ia/LC_MESSAGES/Bookmark.po | 6 +- .../locale/ja/LC_MESSAGES/Bookmark.po | 6 +- .../locale/mk/LC_MESSAGES/Bookmark.po | 6 +- .../locale/nl/LC_MESSAGES/Bookmark.po | 6 +- .../locale/sv/LC_MESSAGES/Bookmark.po | 6 +- .../locale/tl/LC_MESSAGES/Bookmark.po | 6 +- .../locale/uk/LC_MESSAGES/Bookmark.po | 6 +- plugins/CacheLog/locale/CacheLog.pot | 2 +- .../locale/ast/LC_MESSAGES/CacheLog.po | 6 +- .../locale/be-tarask/LC_MESSAGES/CacheLog.po | 6 +- .../locale/br/LC_MESSAGES/CacheLog.po | 6 +- .../locale/de/LC_MESSAGES/CacheLog.po | 6 +- .../locale/es/LC_MESSAGES/CacheLog.po | 6 +- .../locale/fr/LC_MESSAGES/CacheLog.po | 6 +- .../locale/gl/LC_MESSAGES/CacheLog.po | 6 +- .../locale/he/LC_MESSAGES/CacheLog.po | 6 +- .../locale/ia/LC_MESSAGES/CacheLog.po | 6 +- .../locale/mk/LC_MESSAGES/CacheLog.po | 6 +- .../locale/nb/LC_MESSAGES/CacheLog.po | 6 +- .../locale/nl/LC_MESSAGES/CacheLog.po | 6 +- .../locale/pt/LC_MESSAGES/CacheLog.po | 6 +- .../locale/ru/LC_MESSAGES/CacheLog.po | 6 +- .../locale/tl/LC_MESSAGES/CacheLog.po | 6 +- .../locale/uk/LC_MESSAGES/CacheLog.po | 6 +- .../locale/zh_CN/LC_MESSAGES/CacheLog.po | 6 +- .../locale/CasAuthentication.pot | 2 +- .../LC_MESSAGES/CasAuthentication.po | 6 +- .../br/LC_MESSAGES/CasAuthentication.po | 6 +- .../ca/LC_MESSAGES/CasAuthentication.po | 10 +- .../de/LC_MESSAGES/CasAuthentication.po | 6 +- .../es/LC_MESSAGES/CasAuthentication.po | 6 +- .../eu/LC_MESSAGES/CasAuthentication.po | 6 +- .../fr/LC_MESSAGES/CasAuthentication.po | 6 +- .../gl/LC_MESSAGES/CasAuthentication.po | 44 +- .../hu/LC_MESSAGES/CasAuthentication.po | 6 +- .../ia/LC_MESSAGES/CasAuthentication.po | 6 +- .../mk/LC_MESSAGES/CasAuthentication.po | 6 +- .../nl/LC_MESSAGES/CasAuthentication.po | 6 +- .../pt_BR/LC_MESSAGES/CasAuthentication.po | 6 +- .../ru/LC_MESSAGES/CasAuthentication.po | 6 +- .../tl/LC_MESSAGES/CasAuthentication.po | 6 +- .../uk/LC_MESSAGES/CasAuthentication.po | 6 +- .../zh_CN/LC_MESSAGES/CasAuthentication.po | 6 +- .../locale/ClientSideShorten.pot | 2 +- .../LC_MESSAGES/ClientSideShorten.po | 6 +- .../de/LC_MESSAGES/ClientSideShorten.po | 6 +- .../es/LC_MESSAGES/ClientSideShorten.po | 6 +- .../eu/LC_MESSAGES/ClientSideShorten.po | 6 +- .../fr/LC_MESSAGES/ClientSideShorten.po | 6 +- .../gl/LC_MESSAGES/ClientSideShorten.po | 6 +- .../he/LC_MESSAGES/ClientSideShorten.po | 6 +- .../ia/LC_MESSAGES/ClientSideShorten.po | 6 +- .../id/LC_MESSAGES/ClientSideShorten.po | 6 +- .../mk/LC_MESSAGES/ClientSideShorten.po | 6 +- .../nb/LC_MESSAGES/ClientSideShorten.po | 6 +- .../nl/LC_MESSAGES/ClientSideShorten.po | 6 +- .../ru/LC_MESSAGES/ClientSideShorten.po | 6 +- .../tl/LC_MESSAGES/ClientSideShorten.po | 6 +- .../uk/LC_MESSAGES/ClientSideShorten.po | 6 +- .../zh_CN/LC_MESSAGES/ClientSideShorten.po | 6 +- plugins/Comet/locale/Comet.pot | 2 +- plugins/Comet/locale/de/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/fr/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/gl/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/he/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/ia/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/mk/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/nb/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/nl/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/ru/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/tl/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/uk/LC_MESSAGES/Comet.po | 6 +- .../locale/DirectionDetector.pot | 2 +- .../ast/LC_MESSAGES/DirectionDetector.po | 6 +- .../LC_MESSAGES/DirectionDetector.po | 6 +- .../br/LC_MESSAGES/DirectionDetector.po | 6 +- .../de/LC_MESSAGES/DirectionDetector.po | 6 +- .../es/LC_MESSAGES/DirectionDetector.po | 6 +- .../fi/LC_MESSAGES/DirectionDetector.po | 6 +- .../fr/LC_MESSAGES/DirectionDetector.po | 6 +- .../gl/LC_MESSAGES/DirectionDetector.po | 6 +- .../he/LC_MESSAGES/DirectionDetector.po | 6 +- .../ia/LC_MESSAGES/DirectionDetector.po | 6 +- .../id/LC_MESSAGES/DirectionDetector.po | 6 +- .../ja/LC_MESSAGES/DirectionDetector.po | 6 +- .../lb/LC_MESSAGES/DirectionDetector.po | 6 +- .../mk/LC_MESSAGES/DirectionDetector.po | 6 +- .../nb/LC_MESSAGES/DirectionDetector.po | 6 +- .../nl/LC_MESSAGES/DirectionDetector.po | 6 +- .../pt/LC_MESSAGES/DirectionDetector.po | 6 +- .../ru/LC_MESSAGES/DirectionDetector.po | 6 +- .../tl/LC_MESSAGES/DirectionDetector.po | 6 +- .../uk/LC_MESSAGES/DirectionDetector.po | 6 +- .../zh_CN/LC_MESSAGES/DirectionDetector.po | 6 +- plugins/Directory/locale/Directory.pot | 2 +- .../locale/ar/LC_MESSAGES/Directory.po | 6 +- .../locale/ca/LC_MESSAGES/Directory.po | 6 +- .../locale/de/LC_MESSAGES/Directory.po | 6 +- .../locale/eu/LC_MESSAGES/Directory.po | 6 +- .../locale/fi/LC_MESSAGES/Directory.po | 6 +- .../locale/fr/LC_MESSAGES/Directory.po | 6 +- .../locale/gl/LC_MESSAGES/Directory.po | 48 +- .../locale/ia/LC_MESSAGES/Directory.po | 6 +- .../locale/ja/LC_MESSAGES/Directory.po | 6 +- .../locale/mk/LC_MESSAGES/Directory.po | 6 +- .../locale/nl/LC_MESSAGES/Directory.po | 6 +- .../locale/sv/LC_MESSAGES/Directory.po | 6 +- .../locale/tl/LC_MESSAGES/Directory.po | 6 +- .../locale/uk/LC_MESSAGES/Directory.po | 6 +- plugins/DiskCache/locale/DiskCache.pot | 2 +- .../locale/be-tarask/LC_MESSAGES/DiskCache.po | 6 +- .../locale/br/LC_MESSAGES/DiskCache.po | 6 +- .../locale/ca/LC_MESSAGES/DiskCache.po | 6 +- .../locale/de/LC_MESSAGES/DiskCache.po | 6 +- .../locale/es/LC_MESSAGES/DiskCache.po | 6 +- .../locale/fi/LC_MESSAGES/DiskCache.po | 6 +- .../locale/fr/LC_MESSAGES/DiskCache.po | 6 +- .../locale/gl/LC_MESSAGES/DiskCache.po | 6 +- .../locale/he/LC_MESSAGES/DiskCache.po | 6 +- .../locale/ia/LC_MESSAGES/DiskCache.po | 6 +- .../locale/id/LC_MESSAGES/DiskCache.po | 6 +- .../locale/mk/LC_MESSAGES/DiskCache.po | 6 +- .../locale/nb/LC_MESSAGES/DiskCache.po | 6 +- .../locale/nl/LC_MESSAGES/DiskCache.po | 6 +- .../locale/pt/LC_MESSAGES/DiskCache.po | 6 +- .../locale/pt_BR/LC_MESSAGES/DiskCache.po | 6 +- .../locale/ru/LC_MESSAGES/DiskCache.po | 6 +- .../locale/sv/LC_MESSAGES/DiskCache.po | 6 +- .../locale/tl/LC_MESSAGES/DiskCache.po | 6 +- .../locale/uk/LC_MESSAGES/DiskCache.po | 6 +- .../locale/zh_CN/LC_MESSAGES/DiskCache.po | 6 +- plugins/Disqus/locale/Disqus.pot | 2 +- .../locale/be-tarask/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/br/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/ca/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/de/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/es/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/fr/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/gl/LC_MESSAGES/Disqus.po | 26 +- .../Disqus/locale/ia/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/mk/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/nb/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/nl/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/pt/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/ru/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/tl/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/uk/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po | 6 +- .../locale/DomainStatusNetwork.pot | 2 +- .../de/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../fr/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../gl/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../he/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../ia/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../mk/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../nb/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../nl/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../tl/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../uk/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../locale/DomainWhitelist.pot | 2 +- .../locale/ar/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/ca/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/de/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/gl/LC_MESSAGES/DomainWhitelist.po | 81 ++ .../locale/ia/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/mk/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/nl/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/tl/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/uk/LC_MESSAGES/DomainWhitelist.po | 6 +- plugins/Echo/locale/Echo.pot | 2 +- plugins/Echo/locale/ar/LC_MESSAGES/Echo.po | 6 +- .../Echo/locale/be-tarask/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/br/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/de/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/es/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/fi/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/fr/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/gl/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/he/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/ia/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/id/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/lb/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/mk/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/nb/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/nl/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/pt/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/ru/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/tl/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/uk/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po | 6 +- .../locale/EmailAuthentication.pot | 2 +- .../LC_MESSAGES/EmailAuthentication.po | 6 +- .../br/LC_MESSAGES/EmailAuthentication.po | 6 +- .../ca/LC_MESSAGES/EmailAuthentication.po | 6 +- .../de/LC_MESSAGES/EmailAuthentication.po | 6 +- .../es/LC_MESSAGES/EmailAuthentication.po | 6 +- .../eu/LC_MESSAGES/EmailAuthentication.po | 6 +- .../fi/LC_MESSAGES/EmailAuthentication.po | 6 +- .../fr/LC_MESSAGES/EmailAuthentication.po | 6 +- .../gl/LC_MESSAGES/EmailAuthentication.po | 6 +- .../he/LC_MESSAGES/EmailAuthentication.po | 6 +- .../ia/LC_MESSAGES/EmailAuthentication.po | 6 +- .../id/LC_MESSAGES/EmailAuthentication.po | 6 +- .../ja/LC_MESSAGES/EmailAuthentication.po | 6 +- .../mk/LC_MESSAGES/EmailAuthentication.po | 6 +- .../nb/LC_MESSAGES/EmailAuthentication.po | 6 +- .../nl/LC_MESSAGES/EmailAuthentication.po | 6 +- .../pt/LC_MESSAGES/EmailAuthentication.po | 6 +- .../pt_BR/LC_MESSAGES/EmailAuthentication.po | 6 +- .../ru/LC_MESSAGES/EmailAuthentication.po | 6 +- .../tl/LC_MESSAGES/EmailAuthentication.po | 6 +- .../uk/LC_MESSAGES/EmailAuthentication.po | 6 +- .../zh_CN/LC_MESSAGES/EmailAuthentication.po | 6 +- .../locale/EmailRegistration.pot | 2 +- .../ar/LC_MESSAGES/EmailRegistration.po | 6 +- .../br/LC_MESSAGES/EmailRegistration.po | 6 +- .../ca/LC_MESSAGES/EmailRegistration.po | 6 +- .../de/LC_MESSAGES/EmailRegistration.po | 6 +- .../eu/LC_MESSAGES/EmailRegistration.po | 6 +- .../fr/LC_MESSAGES/EmailRegistration.po | 6 +- .../gl/LC_MESSAGES/EmailRegistration.po | 192 +++ .../hu/LC_MESSAGES/EmailRegistration.po | 6 +- .../ia/LC_MESSAGES/EmailRegistration.po | 6 +- .../mk/LC_MESSAGES/EmailRegistration.po | 6 +- .../nl/LC_MESSAGES/EmailRegistration.po | 6 +- .../sv/LC_MESSAGES/EmailRegistration.po | 6 +- .../tl/LC_MESSAGES/EmailRegistration.po | 6 +- .../uk/LC_MESSAGES/EmailRegistration.po | 6 +- .../EmailReminder/locale/EmailReminder.pot | 2 +- .../locale/ar/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/de/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/eu/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/gl/LC_MESSAGES/EmailReminder.po | 53 + .../locale/ia/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/mk/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/nl/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/pt/LC_MESSAGES/EmailReminder.po | 6 +- plugins/EmailSummary/locale/EmailSummary.pot | 2 +- .../locale/ca/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/de/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/eu/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/gl/LC_MESSAGES/EmailSummary.po | 54 + .../locale/ia/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/mk/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/nl/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/tl/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/uk/LC_MESSAGES/EmailSummary.po | 6 +- plugins/Event/locale/Event.pot | 12 +- plugins/Event/locale/ar/LC_MESSAGES/Event.po | 6 +- plugins/Event/locale/br/LC_MESSAGES/Event.po | 8 +- plugins/Event/locale/ca/LC_MESSAGES/Event.po | 6 +- plugins/Event/locale/de/LC_MESSAGES/Event.po | 6 +- plugins/Event/locale/eu/LC_MESSAGES/Event.po | 6 +- plugins/Event/locale/fr/LC_MESSAGES/Event.po | 6 +- plugins/Event/locale/gl/LC_MESSAGES/Event.po | 106 +- plugins/Event/locale/ia/LC_MESSAGES/Event.po | 6 +- plugins/Event/locale/mk/LC_MESSAGES/Event.po | 6 +- plugins/Event/locale/ms/LC_MESSAGES/Event.po | 6 +- plugins/Event/locale/nl/LC_MESSAGES/Event.po | 6 +- plugins/Event/locale/pt/LC_MESSAGES/Event.po | 6 +- plugins/Event/locale/tl/LC_MESSAGES/Event.po | 6 +- plugins/Event/locale/uk/LC_MESSAGES/Event.po | 6 +- .../locale/ExtendedProfile.pot | 2 +- .../locale/ar/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/br/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/ca/LC_MESSAGES/ExtendedProfile.po | 10 +- .../locale/de/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/eu/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/fr/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/gl/LC_MESSAGES/ExtendedProfile.po | 235 +++ .../locale/ia/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/ja/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/mk/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/nl/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/sv/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/te/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/tl/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/uk/LC_MESSAGES/ExtendedProfile.po | 6 +- .../FacebookBridge/locale/FacebookBridge.pot | 2 +- .../locale/ar/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/br/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/ca/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/de/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/fr/LC_MESSAGES/FacebookBridge.po | 9 +- .../locale/fur/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/gl/LC_MESSAGES/FacebookBridge.po | 374 +++++ .../locale/ia/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/mg/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/mk/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/nl/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/tl/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/uk/LC_MESSAGES/FacebookBridge.po | 6 +- .../zh_CN/LC_MESSAGES/FacebookBridge.po | 6 +- plugins/FirePHP/locale/FirePHP.pot | 2 +- .../FirePHP/locale/ca/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/de/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/es/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/fi/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/fr/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/gl/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/he/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/ia/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/id/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/ja/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/mk/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/nb/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/nl/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/pt/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/ru/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/tl/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/uk/LC_MESSAGES/FirePHP.po | 6 +- .../locale/zh_CN/LC_MESSAGES/FirePHP.po | 6 +- .../FollowEveryone/locale/FollowEveryone.pot | 2 +- .../locale/br/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/ca/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/de/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/eu/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/fi/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/fr/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/gl/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/he/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/ia/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/mk/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/nl/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/pt/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/ru/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/tl/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/uk/LC_MESSAGES/FollowEveryone.po | 6 +- plugins/ForceGroup/locale/ForceGroup.pot | 2 +- .../locale/br/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/ca/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/de/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/es/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/fr/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/gl/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/he/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/ia/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/id/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/mk/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/nl/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/pt/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/te/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/tl/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/uk/LC_MESSAGES/ForceGroup.po | 6 +- plugins/GeoURL/locale/GeoURL.pot | 2 +- .../GeoURL/locale/ca/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/de/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/eo/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/es/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/eu/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/fi/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/fr/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/gl/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/he/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/ia/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/id/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/mk/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/nb/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/nl/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/pl/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/pt/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/ru/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/sv/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/tl/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/uk/LC_MESSAGES/GeoURL.po | 6 +- plugins/Geonames/locale/Geonames.pot | 2 +- .../locale/ca/LC_MESSAGES/Geonames.po | 6 +- .../locale/de/LC_MESSAGES/Geonames.po | 6 +- .../locale/eu/LC_MESSAGES/Geonames.po | 6 +- .../locale/fi/LC_MESSAGES/Geonames.po | 6 +- .../locale/fr/LC_MESSAGES/Geonames.po | 6 +- .../locale/gl/LC_MESSAGES/Geonames.po | 52 + .../locale/ia/LC_MESSAGES/Geonames.po | 6 +- .../locale/mk/LC_MESSAGES/Geonames.po | 6 +- .../locale/nl/LC_MESSAGES/Geonames.po | 6 +- .../locale/sv/LC_MESSAGES/Geonames.po | 6 +- .../locale/tl/LC_MESSAGES/Geonames.po | 6 +- .../locale/uk/LC_MESSAGES/Geonames.po | 6 +- .../locale/GoogleAnalytics.pot | 2 +- .../locale/br/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/ca/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/de/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/es/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/fi/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/fr/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/gl/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/he/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/ia/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/id/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/mk/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/nb/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/nl/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/pt/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../pt_BR/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/ru/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/sv/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/tl/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/uk/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../zh_CN/LC_MESSAGES/GoogleAnalytics.po | 6 +- plugins/Gravatar/locale/Gravatar.pot | 2 +- .../locale/ca/LC_MESSAGES/Gravatar.po | 6 +- .../locale/de/LC_MESSAGES/Gravatar.po | 6 +- .../locale/es/LC_MESSAGES/Gravatar.po | 6 +- .../locale/eu/LC_MESSAGES/Gravatar.po | 6 +- .../locale/fr/LC_MESSAGES/Gravatar.po | 6 +- .../locale/gl/LC_MESSAGES/Gravatar.po | 6 +- .../locale/he/LC_MESSAGES/Gravatar.po | 6 +- .../locale/ia/LC_MESSAGES/Gravatar.po | 6 +- .../locale/mk/LC_MESSAGES/Gravatar.po | 6 +- .../locale/nl/LC_MESSAGES/Gravatar.po | 6 +- .../locale/pl/LC_MESSAGES/Gravatar.po | 6 +- .../locale/pt/LC_MESSAGES/Gravatar.po | 6 +- .../locale/sv/LC_MESSAGES/Gravatar.po | 6 +- .../locale/tl/LC_MESSAGES/Gravatar.po | 6 +- .../locale/uk/LC_MESSAGES/Gravatar.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Gravatar.po | 6 +- .../GroupFavorited/locale/GroupFavorited.pot | 2 +- .../locale/ar/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/br/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/ca/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/de/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/es/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/eu/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/fr/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/gl/LC_MESSAGES/GroupFavorited.po | 44 +- .../locale/ia/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/mk/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/nl/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/ru/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/te/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/tl/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/uk/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/GroupPrivateMessage.pot | 2 +- .../ar/LC_MESSAGES/GroupPrivateMessage.po | 6 +- .../ca/LC_MESSAGES/GroupPrivateMessage.po | 6 +- .../de/LC_MESSAGES/GroupPrivateMessage.po | 6 +- .../eu/LC_MESSAGES/GroupPrivateMessage.po | 6 +- .../fr/LC_MESSAGES/GroupPrivateMessage.po | 6 +- .../gl/LC_MESSAGES/GroupPrivateMessage.po | 293 ++++ .../ia/LC_MESSAGES/GroupPrivateMessage.po | 6 +- .../mk/LC_MESSAGES/GroupPrivateMessage.po | 6 +- .../nl/LC_MESSAGES/GroupPrivateMessage.po | 6 +- .../sv/LC_MESSAGES/GroupPrivateMessage.po | 6 +- .../tl/LC_MESSAGES/GroupPrivateMessage.po | 6 +- .../uk/LC_MESSAGES/GroupPrivateMessage.po | 6 +- plugins/Imap/locale/Imap.pot | 2 +- plugins/Imap/locale/br/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/ca/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/de/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/eu/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/fr/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/gl/LC_MESSAGES/Imap.po | 60 + plugins/Imap/locale/ia/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/mk/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/nb/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/nl/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/ru/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/sv/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/tl/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/uk/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po | 6 +- .../InProcessCache/locale/InProcessCache.pot | 2 +- .../locale/de/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/fr/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/gl/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/he/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/ia/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/mk/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/nl/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/pt/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/ru/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/tl/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/uk/LC_MESSAGES/InProcessCache.po | 6 +- .../zh_CN/LC_MESSAGES/InProcessCache.po | 6 +- .../InfiniteScroll/locale/InfiniteScroll.pot | 2 +- .../locale/de/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/es/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/eu/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/fr/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/gl/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/he/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/ia/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/id/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/ja/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/mk/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/nb/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/nl/LC_MESSAGES/InfiniteScroll.po | 6 +- .../pt_BR/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/ru/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/tl/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/uk/LC_MESSAGES/InfiniteScroll.po | 6 +- .../zh_CN/LC_MESSAGES/InfiniteScroll.po | 6 +- plugins/Irc/locale/Irc.pot | 2 +- plugins/Irc/locale/ca/LC_MESSAGES/Irc.po | 85 ++ plugins/Irc/locale/de/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/fr/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/gl/LC_MESSAGES/Irc.po | 87 ++ plugins/Irc/locale/ia/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/mk/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/nl/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/sv/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/tl/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/uk/LC_MESSAGES/Irc.po | 6 +- .../locale/LdapAuthentication.pot | 2 +- .../de/LC_MESSAGES/LdapAuthentication.po | 6 +- .../fr/LC_MESSAGES/LdapAuthentication.po | 6 +- .../gl/LC_MESSAGES/LdapAuthentication.po | 48 + .../ia/LC_MESSAGES/LdapAuthentication.po | 6 +- .../mk/LC_MESSAGES/LdapAuthentication.po | 6 +- .../nl/LC_MESSAGES/LdapAuthentication.po | 6 +- .../tl/LC_MESSAGES/LdapAuthentication.po | 6 +- .../uk/LC_MESSAGES/LdapAuthentication.po | 6 +- .../locale/LdapAuthorization.pot | 2 +- .../de/LC_MESSAGES/LdapAuthorization.po | 6 +- .../fr/LC_MESSAGES/LdapAuthorization.po | 6 +- .../gl/LC_MESSAGES/LdapAuthorization.po | 43 + .../ia/LC_MESSAGES/LdapAuthorization.po | 6 +- .../mk/LC_MESSAGES/LdapAuthorization.po | 6 +- .../nl/LC_MESSAGES/LdapAuthorization.po | 6 +- .../tl/LC_MESSAGES/LdapAuthorization.po | 6 +- .../uk/LC_MESSAGES/LdapAuthorization.po | 6 +- plugins/LdapCommon/locale/LdapCommon.pot | 2 +- .../locale/ca/LC_MESSAGES/LdapCommon.po | 47 + .../locale/de/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/fr/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/gl/LC_MESSAGES/LdapCommon.po | 47 + .../locale/ia/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/mk/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/nl/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/tl/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/uk/LC_MESSAGES/LdapCommon.po | 6 +- plugins/LilUrl/locale/LilUrl.pot | 2 +- .../LilUrl/locale/ca/LC_MESSAGES/LilUrl.po | 7 +- .../LilUrl/locale/de/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/eu/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/fr/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/gl/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/he/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/ia/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/id/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/ja/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/mk/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/nb/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/nl/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/ru/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/sv/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/tl/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/uk/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po | 6 +- plugins/LinkPreview/locale/LinkPreview.pot | 2 +- .../locale/ca/LC_MESSAGES/LinkPreview.po | 41 + .../locale/de/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/fr/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/gl/LC_MESSAGES/LinkPreview.po | 41 + .../locale/ia/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/mk/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/nl/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/sv/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/tl/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/uk/LC_MESSAGES/LinkPreview.po | 6 +- plugins/Linkback/locale/Linkback.pot | 2 +- .../locale/ar/LC_MESSAGES/Linkback.po | 6 +- .../locale/ca/LC_MESSAGES/Linkback.po | 6 +- .../locale/de/LC_MESSAGES/Linkback.po | 6 +- .../locale/es/LC_MESSAGES/Linkback.po | 6 +- .../locale/fi/LC_MESSAGES/Linkback.po | 6 +- .../locale/fr/LC_MESSAGES/Linkback.po | 6 +- .../locale/gl/LC_MESSAGES/Linkback.po | 6 +- .../locale/he/LC_MESSAGES/Linkback.po | 6 +- .../locale/ia/LC_MESSAGES/Linkback.po | 6 +- .../locale/id/LC_MESSAGES/Linkback.po | 6 +- .../locale/mk/LC_MESSAGES/Linkback.po | 6 +- .../locale/nb/LC_MESSAGES/Linkback.po | 6 +- .../locale/nl/LC_MESSAGES/Linkback.po | 6 +- .../locale/pt/LC_MESSAGES/Linkback.po | 6 +- .../locale/ru/LC_MESSAGES/Linkback.po | 6 +- .../locale/tl/LC_MESSAGES/Linkback.po | 6 +- .../locale/uk/LC_MESSAGES/Linkback.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Linkback.po | 6 +- plugins/LogFilter/locale/LogFilter.pot | 2 +- .../locale/de/LC_MESSAGES/LogFilter.po | 6 +- .../locale/fi/LC_MESSAGES/LogFilter.po | 6 +- .../locale/fr/LC_MESSAGES/LogFilter.po | 6 +- .../locale/gl/LC_MESSAGES/LogFilter.po | 6 +- .../locale/he/LC_MESSAGES/LogFilter.po | 6 +- .../locale/ia/LC_MESSAGES/LogFilter.po | 6 +- .../locale/mk/LC_MESSAGES/LogFilter.po | 6 +- .../locale/nl/LC_MESSAGES/LogFilter.po | 6 +- .../locale/pt/LC_MESSAGES/LogFilter.po | 6 +- .../locale/ru/LC_MESSAGES/LogFilter.po | 6 +- .../locale/tl/LC_MESSAGES/LogFilter.po | 6 +- .../locale/uk/LC_MESSAGES/LogFilter.po | 6 +- .../locale/zh_CN/LC_MESSAGES/LogFilter.po | 6 +- plugins/Mapstraction/locale/Mapstraction.pot | 2 +- .../locale/br/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/ca/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/de/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/fi/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/fr/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/fur/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/gl/LC_MESSAGES/Mapstraction.po | 14 +- .../locale/hu/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/ia/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/lb/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/mk/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/nb/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/nl/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/ru/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/sv/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/ta/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/te/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/tl/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/uk/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Mapstraction.po | 6 +- plugins/Memcache/locale/Memcache.pot | 2 +- .../locale/de/LC_MESSAGES/Memcache.po | 6 +- .../locale/es/LC_MESSAGES/Memcache.po | 6 +- .../locale/fi/LC_MESSAGES/Memcache.po | 6 +- .../locale/fr/LC_MESSAGES/Memcache.po | 6 +- .../locale/gl/LC_MESSAGES/Memcache.po | 6 +- .../locale/he/LC_MESSAGES/Memcache.po | 6 +- .../locale/ia/LC_MESSAGES/Memcache.po | 6 +- .../locale/mk/LC_MESSAGES/Memcache.po | 6 +- .../locale/nb/LC_MESSAGES/Memcache.po | 6 +- .../locale/nl/LC_MESSAGES/Memcache.po | 6 +- .../locale/pt/LC_MESSAGES/Memcache.po | 6 +- .../locale/pt_BR/LC_MESSAGES/Memcache.po | 6 +- .../locale/ru/LC_MESSAGES/Memcache.po | 6 +- .../locale/sv/LC_MESSAGES/Memcache.po | 6 +- .../locale/tl/LC_MESSAGES/Memcache.po | 6 +- .../locale/uk/LC_MESSAGES/Memcache.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Memcache.po | 6 +- plugins/Memcached/locale/Memcached.pot | 2 +- .../locale/de/LC_MESSAGES/Memcached.po | 6 +- .../locale/es/LC_MESSAGES/Memcached.po | 6 +- .../locale/fi/LC_MESSAGES/Memcached.po | 6 +- .../locale/fr/LC_MESSAGES/Memcached.po | 6 +- .../locale/gl/LC_MESSAGES/Memcached.po | 6 +- .../locale/he/LC_MESSAGES/Memcached.po | 6 +- .../locale/ia/LC_MESSAGES/Memcached.po | 6 +- .../locale/id/LC_MESSAGES/Memcached.po | 6 +- .../locale/ja/LC_MESSAGES/Memcached.po | 6 +- .../locale/mk/LC_MESSAGES/Memcached.po | 6 +- .../locale/nb/LC_MESSAGES/Memcached.po | 6 +- .../locale/nl/LC_MESSAGES/Memcached.po | 6 +- .../locale/pt/LC_MESSAGES/Memcached.po | 6 +- .../locale/ru/LC_MESSAGES/Memcached.po | 6 +- .../locale/sv/LC_MESSAGES/Memcached.po | 6 +- .../locale/tl/LC_MESSAGES/Memcached.po | 6 +- .../locale/uk/LC_MESSAGES/Memcached.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Memcached.po | 6 +- plugins/Meteor/locale/Meteor.pot | 2 +- .../Meteor/locale/de/LC_MESSAGES/Meteor.po | 6 +- .../Meteor/locale/fr/LC_MESSAGES/Meteor.po | 6 +- .../Meteor/locale/gl/LC_MESSAGES/Meteor.po | 38 + .../Meteor/locale/ia/LC_MESSAGES/Meteor.po | 6 +- .../Meteor/locale/mk/LC_MESSAGES/Meteor.po | 6 +- .../Meteor/locale/nb/LC_MESSAGES/Meteor.po | 6 +- .../Meteor/locale/nl/LC_MESSAGES/Meteor.po | 6 +- .../Meteor/locale/tl/LC_MESSAGES/Meteor.po | 6 +- .../Meteor/locale/uk/LC_MESSAGES/Meteor.po | 6 +- plugins/Minify/locale/Minify.pot | 2 +- .../Minify/locale/de/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/fr/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/gl/LC_MESSAGES/Minify.po | 43 + .../Minify/locale/ia/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/mk/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/nb/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/nl/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/ru/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/sv/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/tl/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/uk/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/zh_CN/LC_MESSAGES/Minify.po | 6 +- .../MobileProfile/locale/MobileProfile.pot | 2 +- .../locale/ca/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/ce/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/de/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/eu/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/fr/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/fur/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/gl/LC_MESSAGES/MobileProfile.po | 39 + .../locale/ia/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/mk/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/nb/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/nl/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/ru/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/sv/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/tl/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/uk/LC_MESSAGES/MobileProfile.po | 6 +- .../locale/zh_CN/LC_MESSAGES/MobileProfile.po | 6 +- plugins/ModHelper/locale/ModHelper.pot | 2 +- .../locale/de/LC_MESSAGES/ModHelper.po | 6 +- .../locale/es/LC_MESSAGES/ModHelper.po | 6 +- .../locale/fr/LC_MESSAGES/ModHelper.po | 6 +- .../locale/gl/LC_MESSAGES/ModHelper.po | 6 +- .../locale/he/LC_MESSAGES/ModHelper.po | 6 +- .../locale/ia/LC_MESSAGES/ModHelper.po | 6 +- .../locale/mk/LC_MESSAGES/ModHelper.po | 6 +- .../locale/nl/LC_MESSAGES/ModHelper.po | 6 +- .../locale/pt/LC_MESSAGES/ModHelper.po | 6 +- .../locale/ru/LC_MESSAGES/ModHelper.po | 6 +- .../locale/tl/LC_MESSAGES/ModHelper.po | 6 +- .../locale/uk/LC_MESSAGES/ModHelper.po | 6 +- plugins/ModPlus/locale/ModPlus.pot | 2 +- .../ModPlus/locale/ca/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/de/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/fr/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/gl/LC_MESSAGES/ModPlus.po | 61 + .../ModPlus/locale/ia/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/mk/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/nl/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/tl/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/uk/LC_MESSAGES/ModPlus.po | 6 +- plugins/Mollom/locale/Mollom.pot | 2 +- .../Mollom/locale/ca/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/de/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/fr/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/gl/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/he/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/ia/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/mk/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/nl/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/sv/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/tl/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/uk/LC_MESSAGES/Mollom.po | 6 +- plugins/Msn/locale/Msn.pot | 2 +- plugins/Msn/locale/ar/LC_MESSAGES/Msn.po | 6 +- plugins/Msn/locale/ca/LC_MESSAGES/Msn.po | 6 +- plugins/Msn/locale/de/LC_MESSAGES/Msn.po | 6 +- plugins/Msn/locale/eu/LC_MESSAGES/Msn.po | 6 +- plugins/Msn/locale/gl/LC_MESSAGES/Msn.po | 54 + plugins/Msn/locale/ia/LC_MESSAGES/Msn.po | 6 +- plugins/Msn/locale/mk/LC_MESSAGES/Msn.po | 6 +- plugins/Msn/locale/nl/LC_MESSAGES/Msn.po | 6 +- plugins/Msn/locale/sv/LC_MESSAGES/Msn.po | 6 +- plugins/Msn/locale/tl/LC_MESSAGES/Msn.po | 6 +- plugins/Msn/locale/uk/LC_MESSAGES/Msn.po | 6 +- plugins/NoticeTitle/locale/NoticeTitle.pot | 2 +- .../locale/ar/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/br/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/ca/LC_MESSAGES/NoticeTitle.po | 15 +- .../locale/de/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/eu/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/fr/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/gl/LC_MESSAGES/NoticeTitle.po | 40 + .../locale/he/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/ia/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/mk/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/nb/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/ne/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/nl/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/ru/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/sv/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/tl/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/uk/LC_MESSAGES/NoticeTitle.po | 6 +- plugins/OMB/locale/OMB.pot | 2 +- plugins/OMB/locale/br/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/ca/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/de/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/eu/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/gl/LC_MESSAGES/OMB.po | 61 + plugins/OMB/locale/ia/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/mk/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/nl/LC_MESSAGES/OMB.po | 6 +- plugins/OStatus/locale/OStatus.pot | 2 +- .../OStatus/locale/ca/LC_MESSAGES/OStatus.po | 12 +- .../OStatus/locale/de/LC_MESSAGES/OStatus.po | 6 +- .../OStatus/locale/fr/LC_MESSAGES/OStatus.po | 6 +- .../OStatus/locale/gl/LC_MESSAGES/OStatus.po | 1262 ++++++++++------- .../OStatus/locale/ia/LC_MESSAGES/OStatus.po | 6 +- .../OStatus/locale/ko/LC_MESSAGES/OStatus.po | 6 +- .../OStatus/locale/mk/LC_MESSAGES/OStatus.po | 6 +- .../OStatus/locale/nl/LC_MESSAGES/OStatus.po | 6 +- .../OStatus/locale/tl/LC_MESSAGES/OStatus.po | 6 +- .../OStatus/locale/uk/LC_MESSAGES/OStatus.po | 6 +- .../OfflineBackup/locale/OfflineBackup.pot | 2 +- .../locale/OpenExternalLinkTarget.pot | 2 +- .../ar/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../ca/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../de/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../es/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../fr/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../gl/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../he/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../ia/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../mk/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../nb/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../nl/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../pt/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../ru/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../tl/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../uk/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- plugins/OpenID/locale/OpenID.pot | 2 +- .../OpenID/locale/ar/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/ca/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/de/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/eu/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/fr/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/gl/LC_MESSAGES/OpenID.po | 832 ++++++----- .../OpenID/locale/ia/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/ko/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/mk/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/nl/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/sv/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/tl/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/uk/LC_MESSAGES/OpenID.po | 6 +- plugins/OpenX/locale/OpenX.pot | 2 +- plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po | 6 +- plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po | 6 +- plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po | 6 +- plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po | 95 ++ plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po | 6 +- plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po | 6 +- plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po | 6 +- plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po | 6 +- plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po | 6 +- plugins/Orbited/locale/Orbited.pot | 2 +- .../Orbited/locale/de/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/fr/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/gl/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/ia/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/mk/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/nl/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/tl/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/uk/LC_MESSAGES/Orbited.po | 6 +- .../PiwikAnalytics/locale/PiwikAnalytics.pot | 2 +- .../locale/de/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/es/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/fr/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/gl/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/he/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/ia/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/id/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/mk/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/nb/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/nl/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/pt/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../pt_BR/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/ru/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/tl/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/uk/LC_MESSAGES/PiwikAnalytics.po | 6 +- plugins/Poll/locale/Poll.pot | 2 +- plugins/Poll/locale/ar/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/ca/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/de/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/eu/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/fr/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/fur/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/gl/LC_MESSAGES/Poll.po | 149 ++ plugins/Poll/locale/ia/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/ja/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/mk/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/nl/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/tl/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/uk/LC_MESSAGES/Poll.po | 6 +- plugins/PostDebug/locale/PostDebug.pot | 2 +- .../locale/de/LC_MESSAGES/PostDebug.po | 6 +- .../locale/es/LC_MESSAGES/PostDebug.po | 6 +- .../locale/fi/LC_MESSAGES/PostDebug.po | 6 +- .../locale/fr/LC_MESSAGES/PostDebug.po | 6 +- .../locale/gl/LC_MESSAGES/PostDebug.po | 6 +- .../locale/he/LC_MESSAGES/PostDebug.po | 6 +- .../locale/ia/LC_MESSAGES/PostDebug.po | 6 +- .../locale/id/LC_MESSAGES/PostDebug.po | 6 +- .../locale/ja/LC_MESSAGES/PostDebug.po | 6 +- .../locale/mk/LC_MESSAGES/PostDebug.po | 6 +- .../locale/nb/LC_MESSAGES/PostDebug.po | 6 +- .../locale/nl/LC_MESSAGES/PostDebug.po | 6 +- .../locale/pt/LC_MESSAGES/PostDebug.po | 6 +- .../locale/pt_BR/LC_MESSAGES/PostDebug.po | 6 +- .../locale/ru/LC_MESSAGES/PostDebug.po | 6 +- .../locale/tl/LC_MESSAGES/PostDebug.po | 6 +- .../locale/uk/LC_MESSAGES/PostDebug.po | 6 +- .../locale/PoweredByStatusNet.pot | 2 +- .../af/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../br/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../ca/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../de/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../eu/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../fr/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../gl/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../he/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../ia/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../mk/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../nl/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../pt/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../ru/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../sv/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../tl/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../uk/LC_MESSAGES/PoweredByStatusNet.po | 6 +- plugins/PtitUrl/locale/PtitUrl.pot | 2 +- .../PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po | 6 +- .../locale/pt_BR/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po | 6 +- plugins/QnA/locale/QnA.pot | 2 +- plugins/QnA/locale/ar/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/br/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/ca/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/de/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/eu/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/fr/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/gl/LC_MESSAGES/QnA.po | 306 ++++ plugins/QnA/locale/ia/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/ja/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/mk/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/nl/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/pl/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/tl/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/uk/LC_MESSAGES/QnA.po | 6 +- plugins/RSSCloud/locale/RSSCloud.pot | 2 +- .../locale/de/LC_MESSAGES/RSSCloud.po | 6 +- .../locale/fr/LC_MESSAGES/RSSCloud.po | 7 +- .../locale/gl/LC_MESSAGES/RSSCloud.po | 92 ++ .../locale/ia/LC_MESSAGES/RSSCloud.po | 6 +- .../locale/mk/LC_MESSAGES/RSSCloud.po | 6 +- .../locale/nl/LC_MESSAGES/RSSCloud.po | 6 +- .../locale/tl/LC_MESSAGES/RSSCloud.po | 6 +- .../locale/uk/LC_MESSAGES/RSSCloud.po | 6 +- plugins/Realtime/locale/Realtime.pot | 2 +- .../locale/af/LC_MESSAGES/Realtime.po | 6 +- .../locale/ar/LC_MESSAGES/Realtime.po | 6 +- .../locale/br/LC_MESSAGES/Realtime.po | 6 +- .../locale/ca/LC_MESSAGES/Realtime.po | 6 +- .../locale/de/LC_MESSAGES/Realtime.po | 6 +- .../locale/fr/LC_MESSAGES/Realtime.po | 6 +- .../locale/gl/LC_MESSAGES/Realtime.po | 65 + .../locale/ia/LC_MESSAGES/Realtime.po | 6 +- .../locale/lv/LC_MESSAGES/Realtime.po | 6 +- .../locale/mk/LC_MESSAGES/Realtime.po | 6 +- .../locale/ne/LC_MESSAGES/Realtime.po | 6 +- .../locale/nl/LC_MESSAGES/Realtime.po | 6 +- .../locale/pl/LC_MESSAGES/Realtime.po | 6 +- .../locale/sv/LC_MESSAGES/Realtime.po | 6 +- .../locale/tl/LC_MESSAGES/Realtime.po | 6 +- .../locale/tr/LC_MESSAGES/Realtime.po | 6 +- .../locale/uk/LC_MESSAGES/Realtime.po | 6 +- plugins/Recaptcha/locale/Recaptcha.pot | 2 +- .../locale/ca/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/de/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/fr/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/fur/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/gl/LC_MESSAGES/Recaptcha.po | 39 + .../locale/ia/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/mk/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/nb/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/nl/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/pl/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/pt/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/ru/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/sv/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/tl/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/uk/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/RegisterThrottle.pot | 2 +- .../locale/ca/LC_MESSAGES/RegisterThrottle.po | 6 +- .../locale/de/LC_MESSAGES/RegisterThrottle.po | 6 +- .../locale/fr/LC_MESSAGES/RegisterThrottle.po | 6 +- .../locale/gl/LC_MESSAGES/RegisterThrottle.po | 39 + .../locale/ia/LC_MESSAGES/RegisterThrottle.po | 6 +- .../locale/mk/LC_MESSAGES/RegisterThrottle.po | 6 +- .../locale/nl/LC_MESSAGES/RegisterThrottle.po | 6 +- .../locale/tl/LC_MESSAGES/RegisterThrottle.po | 6 +- .../locale/uk/LC_MESSAGES/RegisterThrottle.po | 6 +- .../locale/RequireValidatedEmail.pot | 2 +- .../ar/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../br/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../ca/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../de/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../fr/LC_MESSAGES/RequireValidatedEmail.po | 10 +- .../gl/LC_MESSAGES/RequireValidatedEmail.po | 106 ++ .../ia/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../mk/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../nl/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../pl/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../tl/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../uk/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../locale/ReverseUsernameAuthentication.pot | 2 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- plugins/SQLProfile/locale/SQLProfile.pot | 2 +- .../locale/de/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/fr/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/gl/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/he/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/ia/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/mk/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/nl/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/pt/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/ru/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/tl/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/uk/LC_MESSAGES/SQLProfile.po | 6 +- plugins/SQLStats/locale/SQLStats.pot | 2 +- .../locale/de/LC_MESSAGES/SQLStats.po | 6 +- .../locale/fr/LC_MESSAGES/SQLStats.po | 6 +- .../locale/gl/LC_MESSAGES/SQLStats.po | 6 +- .../locale/he/LC_MESSAGES/SQLStats.po | 6 +- .../locale/ia/LC_MESSAGES/SQLStats.po | 6 +- .../locale/ksh/LC_MESSAGES/SQLStats.po | 6 +- .../locale/mk/LC_MESSAGES/SQLStats.po | 6 +- .../locale/nl/LC_MESSAGES/SQLStats.po | 6 +- .../locale/tl/LC_MESSAGES/SQLStats.po | 6 +- .../locale/uk/LC_MESSAGES/SQLStats.po | 6 +- plugins/Sample/locale/Sample.pot | 2 +- .../Sample/locale/af/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/ar/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/br/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/ca/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/de/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/fr/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/gl/LC_MESSAGES/Sample.po | 79 +- .../Sample/locale/ia/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/lb/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/mk/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/nl/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/pdc/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/ru/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/tl/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/uk/LC_MESSAGES/Sample.po | 6 +- .../Sample/locale/zh_CN/LC_MESSAGES/Sample.po | 6 +- plugins/SearchSub/locale/SearchSub.pot | 2 +- .../locale/ca/LC_MESSAGES/SearchSub.po | 6 +- .../locale/de/LC_MESSAGES/SearchSub.po | 6 +- .../locale/fr/LC_MESSAGES/SearchSub.po | 6 +- .../locale/gl/LC_MESSAGES/SearchSub.po | 227 +++ .../locale/ia/LC_MESSAGES/SearchSub.po | 6 +- .../locale/mk/LC_MESSAGES/SearchSub.po | 6 +- .../locale/nl/LC_MESSAGES/SearchSub.po | 6 +- .../locale/tl/LC_MESSAGES/SearchSub.po | 6 +- .../locale/uk/LC_MESSAGES/SearchSub.po | 6 +- plugins/ShareNotice/locale/ShareNotice.pot | 2 +- .../locale/ar/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/br/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/ca/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/de/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/fi/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/fr/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/gl/LC_MESSAGES/ShareNotice.po | 54 + .../locale/ia/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/mk/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/nl/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/pl/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/te/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/tl/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/tr/LC_MESSAGES/ShareNotice.po | 6 +- .../locale/uk/LC_MESSAGES/ShareNotice.po | 6 +- plugins/SimpleUrl/locale/SimpleUrl.pot | 2 +- .../locale/br/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/de/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/es/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/fi/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/fr/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/gl/LC_MESSAGES/SimpleUrl.po | 8 +- .../locale/he/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/ia/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/id/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/ja/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/mk/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/nb/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/nl/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/pt/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/ru/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/tl/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/uk/LC_MESSAGES/SimpleUrl.po | 6 +- plugins/Sitemap/locale/Sitemap.pot | 2 +- .../Sitemap/locale/br/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/de/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/fr/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/gl/LC_MESSAGES/Sitemap.po | 79 ++ .../Sitemap/locale/ia/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/mk/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/nl/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/ru/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/tl/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/uk/LC_MESSAGES/Sitemap.po | 6 +- .../locale/SlicedFavorites.pot | 2 +- .../locale/de/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/fr/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/gl/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/he/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/ia/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/id/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/mk/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/nl/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/ru/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/tl/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/uk/LC_MESSAGES/SlicedFavorites.po | 6 +- plugins/SphinxSearch/locale/SphinxSearch.pot | 2 +- .../locale/de/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/fr/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/gl/LC_MESSAGES/SphinxSearch.po | 35 + .../locale/ia/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/mk/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/nl/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/ru/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/tl/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/uk/LC_MESSAGES/SphinxSearch.po | 6 +- plugins/Spotify/locale/Spotify.pot | 2 +- .../Spotify/locale/de/LC_MESSAGES/Spotify.po | 6 +- .../Spotify/locale/gl/LC_MESSAGES/Spotify.po | 6 +- .../Spotify/locale/he/LC_MESSAGES/Spotify.po | 6 +- .../Spotify/locale/ia/LC_MESSAGES/Spotify.po | 6 +- .../Spotify/locale/mk/LC_MESSAGES/Spotify.po | 6 +- .../Spotify/locale/nl/LC_MESSAGES/Spotify.po | 6 +- .../Spotify/locale/sv/LC_MESSAGES/Spotify.po | 6 +- .../locale/StrictTransportSecurity.pot | 2 +- .../de/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../fr/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../gl/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../he/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../ia/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../mk/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../nl/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../ru/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../tl/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../uk/LC_MESSAGES/StrictTransportSecurity.po | 6 +- plugins/SubMirror/locale/SubMirror.pot | 2 +- .../locale/ca/LC_MESSAGES/SubMirror.po | 6 +- .../locale/de/LC_MESSAGES/SubMirror.po | 6 +- .../locale/fr/LC_MESSAGES/SubMirror.po | 6 +- .../locale/gl/LC_MESSAGES/SubMirror.po | 169 +++ .../locale/ia/LC_MESSAGES/SubMirror.po | 6 +- .../locale/mk/LC_MESSAGES/SubMirror.po | 6 +- .../locale/nl/LC_MESSAGES/SubMirror.po | 6 +- .../locale/tl/LC_MESSAGES/SubMirror.po | 6 +- .../locale/uk/LC_MESSAGES/SubMirror.po | 6 +- .../locale/SubscriptionThrottle.pot | 2 +- .../ca/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../de/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../fr/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../gl/LC_MESSAGES/SubscriptionThrottle.po | 35 + .../he/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../ia/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../mk/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../ms/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../nl/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../tl/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../uk/LC_MESSAGES/SubscriptionThrottle.po | 6 +- plugins/TabFocus/locale/TabFocus.pot | 2 +- .../locale/br/LC_MESSAGES/TabFocus.po | 6 +- .../locale/de/LC_MESSAGES/TabFocus.po | 6 +- .../locale/es/LC_MESSAGES/TabFocus.po | 6 +- .../locale/fr/LC_MESSAGES/TabFocus.po | 6 +- .../locale/gl/LC_MESSAGES/TabFocus.po | 6 +- .../locale/he/LC_MESSAGES/TabFocus.po | 6 +- .../locale/ia/LC_MESSAGES/TabFocus.po | 6 +- .../locale/id/LC_MESSAGES/TabFocus.po | 6 +- .../locale/mk/LC_MESSAGES/TabFocus.po | 6 +- .../locale/nb/LC_MESSAGES/TabFocus.po | 6 +- .../locale/nl/LC_MESSAGES/TabFocus.po | 6 +- .../locale/nn/LC_MESSAGES/TabFocus.po | 6 +- .../locale/ru/LC_MESSAGES/TabFocus.po | 6 +- .../locale/tl/LC_MESSAGES/TabFocus.po | 6 +- .../locale/uk/LC_MESSAGES/TabFocus.po | 6 +- plugins/TagSub/locale/TagSub.pot | 2 +- .../TagSub/locale/ar/LC_MESSAGES/TagSub.po | 6 +- .../TagSub/locale/ca/LC_MESSAGES/TagSub.po | 6 +- .../TagSub/locale/de/LC_MESSAGES/TagSub.po | 6 +- .../TagSub/locale/gl/LC_MESSAGES/TagSub.po | 150 ++ .../TagSub/locale/ia/LC_MESSAGES/TagSub.po | 6 +- .../TagSub/locale/mk/LC_MESSAGES/TagSub.po | 6 +- .../TagSub/locale/nl/LC_MESSAGES/TagSub.po | 6 +- .../TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po | 6 +- .../TagSub/locale/te/LC_MESSAGES/TagSub.po | 6 +- .../TagSub/locale/tl/LC_MESSAGES/TagSub.po | 6 +- .../TagSub/locale/uk/LC_MESSAGES/TagSub.po | 6 +- plugins/TightUrl/locale/TightUrl.pot | 2 +- .../locale/de/LC_MESSAGES/TightUrl.po | 6 +- .../locale/es/LC_MESSAGES/TightUrl.po | 6 +- .../locale/fr/LC_MESSAGES/TightUrl.po | 6 +- .../locale/gl/LC_MESSAGES/TightUrl.po | 8 +- .../locale/he/LC_MESSAGES/TightUrl.po | 6 +- .../locale/ia/LC_MESSAGES/TightUrl.po | 6 +- .../locale/id/LC_MESSAGES/TightUrl.po | 6 +- .../locale/ja/LC_MESSAGES/TightUrl.po | 6 +- .../locale/mk/LC_MESSAGES/TightUrl.po | 6 +- .../locale/ms/LC_MESSAGES/TightUrl.po | 6 +- .../locale/nb/LC_MESSAGES/TightUrl.po | 6 +- .../locale/nl/LC_MESSAGES/TightUrl.po | 6 +- .../locale/pt/LC_MESSAGES/TightUrl.po | 6 +- .../locale/pt_BR/LC_MESSAGES/TightUrl.po | 6 +- .../locale/ru/LC_MESSAGES/TightUrl.po | 6 +- .../locale/tl/LC_MESSAGES/TightUrl.po | 6 +- .../locale/uk/LC_MESSAGES/TightUrl.po | 6 +- plugins/TinyMCE/locale/TinyMCE.pot | 2 +- .../TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po | 6 +- .../locale/pt_BR/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po | 6 +- .../TwitterBridge/locale/TwitterBridge.pot | 2 +- .../locale/ar/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/ca/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/de/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/fr/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/fur/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/gl/LC_MESSAGES/TwitterBridge.po | 765 +++++----- .../locale/ia/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/ko/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/mk/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/ms/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/nl/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/tl/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/tr/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/uk/LC_MESSAGES/TwitterBridge.po | 6 +- .../locale/zh_CN/LC_MESSAGES/TwitterBridge.po | 6 +- plugins/UserFlag/locale/UserFlag.pot | 2 +- .../locale/ar/LC_MESSAGES/UserFlag.po | 6 +- .../locale/ca/LC_MESSAGES/UserFlag.po | 6 +- .../locale/de/LC_MESSAGES/UserFlag.po | 6 +- .../locale/fr/LC_MESSAGES/UserFlag.po | 6 +- .../locale/gl/LC_MESSAGES/UserFlag.po | 107 ++ .../locale/ia/LC_MESSAGES/UserFlag.po | 6 +- .../locale/mk/LC_MESSAGES/UserFlag.po | 6 +- .../locale/nl/LC_MESSAGES/UserFlag.po | 6 +- .../locale/pt/LC_MESSAGES/UserFlag.po | 6 +- .../locale/ru/LC_MESSAGES/UserFlag.po | 6 +- .../locale/tl/LC_MESSAGES/UserFlag.po | 6 +- .../locale/uk/LC_MESSAGES/UserFlag.po | 6 +- plugins/UserLimit/locale/UserLimit.pot | 2 +- .../locale/br/LC_MESSAGES/UserLimit.po | 6 +- .../locale/de/LC_MESSAGES/UserLimit.po | 6 +- .../locale/es/LC_MESSAGES/UserLimit.po | 6 +- .../locale/fa/LC_MESSAGES/UserLimit.po | 6 +- .../locale/fi/LC_MESSAGES/UserLimit.po | 6 +- .../locale/fr/LC_MESSAGES/UserLimit.po | 6 +- .../locale/gl/LC_MESSAGES/UserLimit.po | 6 +- .../locale/he/LC_MESSAGES/UserLimit.po | 6 +- .../locale/ia/LC_MESSAGES/UserLimit.po | 6 +- .../locale/id/LC_MESSAGES/UserLimit.po | 6 +- .../locale/lb/LC_MESSAGES/UserLimit.po | 6 +- .../locale/lv/LC_MESSAGES/UserLimit.po | 6 +- .../locale/mk/LC_MESSAGES/UserLimit.po | 6 +- .../locale/ms/LC_MESSAGES/UserLimit.po | 6 +- .../locale/nb/LC_MESSAGES/UserLimit.po | 6 +- .../locale/nl/LC_MESSAGES/UserLimit.po | 6 +- .../locale/pt/LC_MESSAGES/UserLimit.po | 6 +- .../locale/pt_BR/LC_MESSAGES/UserLimit.po | 6 +- .../locale/ru/LC_MESSAGES/UserLimit.po | 6 +- .../locale/tl/LC_MESSAGES/UserLimit.po | 6 +- .../locale/tr/LC_MESSAGES/UserLimit.po | 6 +- .../locale/uk/LC_MESSAGES/UserLimit.po | 6 +- plugins/WikiHashtags/locale/WikiHashtags.pot | 2 +- .../locale/de/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/gl/LC_MESSAGES/WikiHashtags.po | 55 + .../locale/ia/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/mk/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/ms/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/nl/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/tl/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/uk/LC_MESSAGES/WikiHashtags.po | 6 +- .../WikiHowProfile/locale/WikiHowProfile.pot | 2 +- .../locale/de/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/fr/LC_MESSAGES/WikiHowProfile.po | 10 +- .../locale/gl/LC_MESSAGES/WikiHowProfile.po | 51 + .../locale/ia/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/mk/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/ms/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/nl/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/ru/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/tl/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/tr/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/uk/LC_MESSAGES/WikiHowProfile.po | 6 +- plugins/XCache/locale/XCache.pot | 2 +- .../XCache/locale/ast/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/br/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/de/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/es/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/fi/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/fr/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/gl/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/he/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/ia/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/id/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/mk/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/ms/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/nb/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/nl/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/pt/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/pt_BR/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/ru/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/tl/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/tr/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/uk/LC_MESSAGES/XCache.po | 6 +- plugins/Xmpp/locale/Xmpp.pot | 2 +- plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po | 6 +- plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po | 96 ++ plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po | 6 +- plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po | 6 +- plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po | 6 +- plugins/YammerImport/locale/YammerImport.pot | 2 +- .../locale/br/LC_MESSAGES/YammerImport.po | 6 +- .../locale/de/LC_MESSAGES/YammerImport.po | 6 +- .../locale/fr/LC_MESSAGES/YammerImport.po | 6 +- .../locale/gl/LC_MESSAGES/YammerImport.po | 127 +- .../locale/ia/LC_MESSAGES/YammerImport.po | 6 +- .../locale/mk/LC_MESSAGES/YammerImport.po | 6 +- .../locale/nl/LC_MESSAGES/YammerImport.po | 6 +- .../locale/tl/LC_MESSAGES/YammerImport.po | 6 +- .../locale/tr/LC_MESSAGES/YammerImport.po | 6 +- .../locale/uk/LC_MESSAGES/YammerImport.po | 6 +- 1622 files changed, 11596 insertions(+), 6619 deletions(-) create mode 100644 plugins/Activity/locale/gl/LC_MESSAGES/Activity.po create mode 100644 plugins/Aim/locale/gl/LC_MESSAGES/Aim.po create mode 100644 plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po create mode 100644 plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po create mode 100644 plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po create mode 100644 plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po create mode 100644 plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po create mode 100644 plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po create mode 100644 plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po create mode 100644 plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po create mode 100644 plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po create mode 100644 plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po create mode 100644 plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po create mode 100644 plugins/Imap/locale/gl/LC_MESSAGES/Imap.po create mode 100644 plugins/Irc/locale/ca/LC_MESSAGES/Irc.po create mode 100644 plugins/Irc/locale/gl/LC_MESSAGES/Irc.po create mode 100644 plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po create mode 100644 plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po create mode 100644 plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po create mode 100644 plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po create mode 100644 plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po create mode 100644 plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po create mode 100644 plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po create mode 100644 plugins/Minify/locale/gl/LC_MESSAGES/Minify.po create mode 100644 plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po create mode 100644 plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po create mode 100644 plugins/Msn/locale/gl/LC_MESSAGES/Msn.po create mode 100644 plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po create mode 100644 plugins/OMB/locale/gl/LC_MESSAGES/OMB.po create mode 100644 plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po create mode 100644 plugins/Poll/locale/gl/LC_MESSAGES/Poll.po create mode 100644 plugins/QnA/locale/gl/LC_MESSAGES/QnA.po create mode 100644 plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po create mode 100644 plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po create mode 100644 plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po create mode 100644 plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po create mode 100644 plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po create mode 100644 plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po create mode 100644 plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po create mode 100644 plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po create mode 100644 plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po create mode 100644 plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po create mode 100644 plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po create mode 100644 plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po create mode 100644 plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po create mode 100644 plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po create mode 100644 plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po create mode 100644 plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po diff --git a/locale/ar/LC_MESSAGES/statusnet.po b/locale/ar/LC_MESSAGES/statusnet.po index 10be63ba27..fcf7a0206d 100644 --- a/locale/ar/LC_MESSAGES/statusnet.po +++ b/locale/ar/LC_MESSAGES/statusnet.po @@ -15,12 +15,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:35+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" @@ -28,7 +28,7 @@ msgstr "" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " "2) ? 2 : ( (n%100 >= 3 && n%100 <= 10) ? 3 : ( (n%100 >= 11 && n%100 <= " "99) ? 4 : 5 ) ) ) );\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/be-tarask/LC_MESSAGES/statusnet.po b/locale/be-tarask/LC_MESSAGES/statusnet.po index aaf0be8f0a..4032dd0920 100644 --- a/locale/be-tarask/LC_MESSAGES/statusnet.po +++ b/locale/be-tarask/LC_MESSAGES/statusnet.po @@ -12,14 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" @@ -5677,7 +5677,7 @@ msgid "" msgstr "" "Ваш апэратар мабільнай сувязі. Калі Вы ведаеце апэратара, які атрымлівае СМС-" "паведамленьні праз электронную пошту, але якога няма ў гэтым сьпісе, " -"паведамьце нам на адрас %s." +"паведаміце нам на адрас %s." #. TRANS: Message given saving SMS phone number confirmation code without having provided one. msgid "No code entered." @@ -5690,89 +5690,89 @@ msgstr "Здымкі" #. TRANS: Instructions for admin panel to configure snapshots. msgid "Manage snapshot configuration" -msgstr "" +msgstr "Кіраваньне канфігурацыяй здымкаў" #. TRANS: Client error displayed on admin panel for snapshots when providing an invalid run value. msgid "Invalid snapshot run value." -msgstr "" +msgstr "Няслушнае значэньне запуску здымка." #. TRANS: Client error displayed on admin panel for snapshots when providing an invalid value for frequency. msgid "Snapshot frequency must be a number." -msgstr "" +msgstr "Частата здымкаў павінна быць лікам." #. TRANS: Client error displayed on admin panel for snapshots when providing an invalid report URL. msgid "Invalid snapshot report URL." -msgstr "" +msgstr "Няслушны URL-адрас справаздачы здымка." #. TRANS: Fieldset legend on admin panel for snapshots. msgctxt "LEGEND" msgid "Snapshots" -msgstr "" +msgstr "Здымкі" #. TRANS: Option in dropdown for snapshot method in admin panel for snapshots. msgid "Randomly during web hit" -msgstr "" +msgstr "Выпадкова падчас ўэб-зьвяртаньня" #. TRANS: Option in dropdown for snapshot method in admin panel for snapshots. msgid "In a scheduled job" -msgstr "" +msgstr "Як заплянаваная праца" #. TRANS: Dropdown label for snapshot method in admin panel for snapshots. msgid "Data snapshots" -msgstr "" +msgstr "Здымкі зьвестак" #. TRANS: Dropdown title for snapshot method in admin panel for snapshots. msgid "When to send statistical data to status.net servers." -msgstr "" +msgstr "Калі дасылаць статыстычныя зьвесткі на сэрвэры status.net." #. TRANS: Input field label for snapshot frequency in admin panel for snapshots. msgid "Frequency" -msgstr "" +msgstr "Частата" #. TRANS: Input field title for snapshot frequency in admin panel for snapshots. msgid "Snapshots will be sent once every N web hits." -msgstr "" +msgstr "Здымкі будуць дасланыя кожныя N наведваньняў сайта." #. TRANS: Input field label for snapshot report URL in admin panel for snapshots. msgid "Report URL" -msgstr "" +msgstr "URL-адрас справаздачы" #. TRANS: Input field title for snapshot report URL in admin panel for snapshots. msgid "Snapshots will be sent to this URL." -msgstr "" +msgstr "Здымкі будуць дасланыя на гэты URL-адрас." #. TRANS: Button title to save snapshot settings. msgid "Save snapshot settings." -msgstr "" +msgstr "Захаваць налады здымкаў." #. TRANS: Client error displayed trying a change a subscription for a non-subscribed profile. msgid "You are not subscribed to that profile." -msgstr "" +msgstr "Вы не падпісаны на гэты профіль." #. TRANS: Server error displayed when updating a subscription fails with a database error. #. TRANS: Exception thrown when a subscription could not be stored on the server. msgid "Could not save subscription." -msgstr "" +msgstr "Немагчыма захаваць падпіску." #. TRANS: Client error displayed when trying to approve group applicants without being a group administrator. msgid "You may only approve your own pending subscriptions." -msgstr "" +msgstr "Вы можаце зацьвердзіць толькі ўласную чаргу падпіскі." #. TRANS: Title of the first page showing pending subscribers still awaiting approval. #. TRANS: %s is the name of the user. #, php-format msgid "%s subscribers awaiting approval" -msgstr "" +msgstr "Падпісчыкі %s, якія чакаюць зацьверджаньня" #. TRANS: Title of all but the first page showing pending subscribersmembers still awaiting approval. #. TRANS: %1$s is the name of the user, %2$d is the page number of the members list. #, php-format msgid "%1$s subscribers awaiting approval, page %2$d" -msgstr "" +msgstr "Падпісчыкі %1$s, якія чакаюць зацьверджаньня, старонка %2$d" #. TRANS: Page notice for group members page. msgid "A list of users awaiting approval to subscribe to you." -msgstr "" +msgstr "Сьпіс карыстальнікаў, якія чакаюць Вашага зацьверджаньня на падпіску." #. TRANS: Page title when subscription succeeded. msgid "Subscribed" @@ -5780,58 +5780,60 @@ msgstr "Падпісаны" #. TRANS: Client error displayed when trying to perform an action while not logged in. msgid "You must be logged in to unsubscribe from a list." -msgstr "" +msgstr "Вам неабходна ўвайсьці ў сыстэму, каб адпісацца ад сьпісу." #. TRANS: Client error displayed when trying to perform an action without providing an ID. msgid "No ID given." -msgstr "" +msgstr "Не пададзены ідэнтыфікатар." #. TRANS: Server error displayed subscribing to a list fails. #. TRANS: %1$s is a user nickname, %2$s is a list, %3$s is the error message (no period). #, php-format msgid "Could not subscribe user %1$s to list %2$s: %3$s" -msgstr "" +msgstr "Немагчыма падпісаць карыстальніка %1$s на сьпіс %2$s: %3$s" #. TRANS: Title of form to subscribe to a list. #. TRANS: %1%s is a user nickname, %2$s is a list, %3$s is a tagger nickname. #, php-format msgid "%1$s subscribed to list %2$s by %3$s" -msgstr "" +msgstr "%1$s падпісаны на сьпіс %2$s карыстальніка %3$s" #. TRANS: Header for list of subscribers for a user (first page). #. TRANS: %s is the user's nickname. #, php-format msgid "%s subscribers" -msgstr "" +msgstr "Падпісчыкі %s" #. TRANS: Header for list of subscribers for a user (not first page). #. TRANS: %1$s is the user's nickname, $2$d is the page number. #, php-format msgid "%1$s subscribers, page %2$d" -msgstr "" +msgstr "Падпісчыкі %1$s, старонка %2$d" #. TRANS: Page notice for page with an overview of all subscribers #. TRANS: of the logged in user's own profile. msgid "These are the people who listen to your notices." -msgstr "" +msgstr "Гэта людзі, якія праглядаюць Вашыя запісы." #. TRANS: Page notice for page with an overview of all subscribers of a user other #. TRANS: than the logged in user. %s is the user nickname. #, php-format msgid "These are the people who listen to %s's notices." -msgstr "" +msgstr "Гэта людзі, якія праглядаюць запісы %s." #. TRANS: Subscriber list text when the logged in user has no subscribers. msgid "" "You have no subscribers. Try subscribing to people you know and they might " "return the favor." msgstr "" +"Вы ня маеце падпісчыкаў. Паспрабуйце падпісацца на вядомых Вам людзей, і " +"яны, магчыма, адкажуць узаемнасьцю." #. TRANS: Subscriber list text when looking at the subscribers for a of a user other #. TRANS: than the logged in user that has no subscribers. %s is the user nickname. #, php-format msgid "%s has no subscribers. Want to be the first?" -msgstr "" +msgstr "%s ня мае падпісчыкаў. Жадаеце быць першым?" #. TRANS: Subscriber list text when looking at the subscribers for a of a user that has none #. TRANS: as an anonymous user. %s is the user nickname. @@ -5843,23 +5845,25 @@ msgid "" "%s has no subscribers. Why not [register an account](%%%%action.register%%%" "%) and be the first?" msgstr "" +"%s ня мае падпісчыкаў. Чаму б не [стварыць рахунак](%%%%action.register%%%%) " +"і быць першым?" #. TRANS: Header for subscriptions overview for a user (not first page). #. TRANS: %1$s is a user nickname, %2$d is the page number. #, php-format msgid "%1$s subscriptions, page %2$d" -msgstr "" +msgstr "Падпіскі %1$s, старонка %2$d" #. TRANS: Page notice for page with an overview of all subscriptions #. TRANS: of the logged in user's own profile. msgid "These are the people whose notices you listen to." -msgstr "" +msgstr "Гэта карыстальнікі, запісы якіх Вы чытаеце." #. TRANS: Page notice for page with an overview of all subscriptions of a user other #. TRANS: than the logged in user. %s is the user nickname. #, php-format msgid "These are the people whose notices %s listens to." -msgstr "" +msgstr "Гэта карыстальнікі, запісы якіх чытае %s." #. TRANS: Subscription list text when the logged in user has no subscriptions. #. TRANS: This message contains Markdown URLs. The link description is between @@ -5872,6 +5876,10 @@ msgid "" "members in groups you're interested in and in our [featured users](%%action." "featured%%)." msgstr "" +"Зараз Вы не чытаеце нічыіх запісаў. Паспрабуйце падпісацца на людзей, якіх " +"Вы ведаеце. Паспрабуйце [пашукаць людзей](%%action.peoplesearch%%), " +"паглядзіце удзельнікаў групаў, якія Вам цікавыя, і паглядзіце [ўдзельнікаў " +"вартых увагі](%%action.featured%%)." #. TRANS: Subscription list text when looking at the subscriptions for a of a user other #. TRANS: than the logged in user that has no subscriptions. %s is the user nickname. @@ -5879,211 +5887,217 @@ msgstr "" #. TRANS: as an anonymous user. %s is the user nickname. #, php-format msgid "%s is not listening to anyone." -msgstr "" +msgstr "%s не чытае нікога." #. TRANS: Atom feed title. %s is a profile nickname. #, php-format msgid "Subscription feed for %s (Atom)" -msgstr "" +msgstr "Стужка падпісак %s (Atom)" #. TRANS: Checkbox label for enabling IM messages for a profile in a subscriptions list. msgctxt "LABEL" msgid "IM" -msgstr "" +msgstr "IM" #. TRANS: Checkbox label for enabling SMS messages for a profile in a subscriptions list. msgid "SMS" -msgstr "" +msgstr "СМС" #. TRANS: Title for all but the first page of notices with tags. #. TRANS: %1$s is the tag, %2$d is the page number. #, php-format msgid "Notices tagged with %1$s, page %2$d" -msgstr "" +msgstr "Запісы з тэгам %1$s, старонка %2$d" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. #, php-format msgid "Notice feed for tag %s (Activity Streams JSON)" -msgstr "" +msgstr "Стужка запісаў для тэга %s (стужка актыўнасьці JSON)" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. #, php-format msgid "Notice feed for tag %s (RSS 1.0)" -msgstr "" +msgstr "Стужка запісаў для тэга %s (RSS 1.0)" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. #, php-format msgid "Notice feed for tag %s (RSS 2.0)" -msgstr "" +msgstr "Стужка запісаў для тэга %s (RSS 2.0)" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. #, php-format msgid "Notice feed for tag %s (Atom)" -msgstr "" +msgstr "Стужка запісаў для тэга %s (Atom)" #. TRANS: Client error displayed when trying to tag a user that cannot be tagged. #. TRANS: Client exception thrown trying to set a tag for a user that cannot be tagged. #. TRANS: Error displayed when trying to tag a user that cannot be tagged. msgid "You cannot tag this user." -msgstr "" +msgstr "Вы ня можаце пазначыць гэтага карыстальніка." #. TRANS: Title for list form when not on a profile page. msgid "List a profile" -msgstr "" +msgstr "Сьпіс профілю" #. TRANS: Title for list form when on a profile page. #. TRANS: %s is a profile nickname. #, php-format msgctxt "ADDTOLIST" msgid "List %s" -msgstr "" +msgstr "Сьпіс %s" #. TRANS: Title for list form when an error has occurred. msgctxt "TITLE" msgid "Error" -msgstr "" +msgstr "Памылка" #. TRANS: Header in list form. msgid "User profile" -msgstr "" +msgstr "Профіль карыстальніка" #. TRANS: Fieldset legend for list form. msgid "List user" -msgstr "" +msgstr "Карыстальнік са сьпісу" #. TRANS: Field label on list form. msgctxt "LABEL" msgid "Lists" -msgstr "" +msgstr "Сьпісы" #. TRANS: Field title on list form. msgid "" "Lists for this user (letters, numbers, -, ., and _), comma- or space- " "separated." msgstr "" +"Сьпісы для гэтага карыстальніка (літары, лічбы, -, ., і _), падзеленыя " +"коскай ці прагалам." #. TRANS: Title for personal tag cloud section. msgctxt "TITLE" msgid "Tags" -msgstr "" +msgstr "Тэгі" #. TRANS: Success message if lists are saved. msgid "Lists saved." -msgstr "" +msgstr "Сьпісы захаваныя." #. TRANS: Page notice. msgid "Use this form to add your subscribers or subscriptions to lists." msgstr "" +"Выкарыстоўвайце гэтую форму каб дадаваць Вашых падпісчыкаў ці падпіскі ў " +"сьпісы." #. TRANS: Client error when requesting a tag feed for a non-existing tag. msgid "No such tag." -msgstr "" +msgstr "Няма такога тэгу." #. TRANS: Client error displayed when trying to unblock a non-blocked user. msgid "You haven't blocked that user." -msgstr "" +msgstr "Вы не заблякавалі гэтага карыстальніка." #. TRANS: Client error on page to unsilence a user when the to be unsandboxed user has not been sandboxed. msgid "User is not sandboxed." -msgstr "" +msgstr "Карыстальнік не ў пясочніцы." #. TRANS: Client error on page to unsilence a user when the to be unsilenced user has not been silenced. msgid "User is not silenced." -msgstr "" +msgstr "Карыстальнік не заглушаны." #. TRANS: Page title for page to unsubscribe. msgid "Unsubscribed" -msgstr "" +msgstr "Адпісаны" #. TRANS: Page title for form that allows unsubscribing from a list. #. TRANS: %1$s is a nickname, %2$s is a list, %3$s is a tagger nickname. #, php-format msgid "%1$s unsubscribed from list %2$s by %3$s" -msgstr "" +msgstr "%1$s адпісаўся ад сьпісу %2$s карыстальніка %3$s" #. TRANS: Title of URL settings tab in profile settings. msgid "URL settings" -msgstr "" +msgstr "Налады URL-адрасоў" #. TRANS: Instructions for tab "Other" in user profile settings. msgid "Manage various other options." -msgstr "" +msgstr "Кіраваньне рознымі іншымі наладамі." #. TRANS: Used as a suffix for free URL shorteners in a dropdown list in the tab "Other" of a #. TRANS: user's profile settings. This message has one space at the beginning. Use your #. TRANS: language's word separator here if it has one (most likely a single space). msgid " (free service)" -msgstr "" +msgstr " (вольны сэрвіс)" #. TRANS: Default value for URL shortening settings. msgid "[none]" -msgstr "" +msgstr "[няма]" #. TRANS: Default value for URL shortening settings. msgid "[internal]" -msgstr "" +msgstr "[унутраны]" #. TRANS: Label for dropdown with URL shortener services. msgid "Shorten URLs with" -msgstr "" +msgstr "Скарачэньне URL-адрасоў з дапамогай" #. TRANS: Tooltip for for dropdown with URL shortener services. msgid "Automatic shortening service to use." -msgstr "" +msgstr "Выкарыстоўваць аўтаматычную паслугу скарачэньня." #. TRANS: Field label in URL settings in profile. msgid "URL longer than" -msgstr "" +msgstr "URL-адрасы даўжэй за" #. TRANS: Field title in URL settings in profile. msgid "URLs longer than this will be shortened, 0 means always shorten." -msgstr "" +msgstr "URL-адрасы даўжэй за гэта будуць скарочаныя, 0 — скарачаць заўсёды." #. TRANS: Field label in URL settings in profile. msgid "Text longer than" -msgstr "" +msgstr "Тэкст даўжэй за" #. TRANS: Field title in URL settings in profile. msgid "" "URLs in notices longer than this will be shortened, 0 means always shorten." msgstr "" +"URL-адрасы ў запісах даўжэй за гэта будуць скарочаныя, 0 — скарачаць заўсёды." #. TRANS: Form validation error for form "Other settings" in user profile. msgid "URL shortening service is too long (maximum 50 characters)." msgstr "" +"Сэрвіс скарачэньне URL-адрасоў занадта доўгі (максымальна 50 сымбаляў)." #. TRANS: Client exception thrown when the maximum URL settings value is invalid in profile URL settings. msgid "Invalid number for maximum URL length." -msgstr "" +msgstr "Няслушны лік максымальнай даўжыні URL-адрасу." #. TRANS: Client exception thrown when the maximum notice length settings value is invalid in profile URL settings. msgid "Invalid number for maximum notice length." -msgstr "" +msgstr "Няслушны лік максымальнай даўжыні запісу." #. TRANS: Server exception thrown in profile URL settings when preferences could not be saved. msgid "Error saving user URL shortening preferences." -msgstr "" +msgstr "Памылка захаваньня наладаў сэрвісу скарачэньня URL-адрасоў." #. TRANS: User admin panel title. msgctxt "TITLE" msgid "User" -msgstr "" +msgstr "Карыстальнік" #. TRANS: Instruction for user admin panel. msgid "User settings for this StatusNet site" -msgstr "" +msgstr "Налады карыстальніка для гэтага сайта StatusNet" #. TRANS: Form validation error in user admin panel when a non-numeric character limit was set. msgid "Invalid bio limit. Must be numeric." -msgstr "" +msgstr "Няслушнае абмежаваньне біяграфіі. Павінен быць лік." #. TRANS: Form validation error in user admin panel when welcome text is too long. msgid "Invalid welcome text. Maximum length is 255 characters." -msgstr "" +msgstr "Няслушны тэкст вітаньня. Максымальная даўжыня — 255 сымбаляў." #. TRANS: Client error displayed when trying to set a non-existing user as default subscription for new #. TRANS: users in user admin panel. %1$s is the invalid nickname. diff --git a/locale/bg/LC_MESSAGES/statusnet.po b/locale/bg/LC_MESSAGES/statusnet.po index a2445d5099..95eb7488ca 100644 --- a/locale/bg/LC_MESSAGES/statusnet.po +++ b/locale/bg/LC_MESSAGES/statusnet.po @@ -11,18 +11,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" "Language-Team: Bulgarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: bg\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/br/LC_MESSAGES/statusnet.po b/locale/br/LC_MESSAGES/statusnet.po index 077abe8fa5..8703afbfcd 100644 --- a/locale/br/LC_MESSAGES/statusnet.po +++ b/locale/br/LC_MESSAGES/statusnet.po @@ -12,18 +12,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format @@ -4421,7 +4421,7 @@ msgstr "" #. TRANS: Client error displayed trying to recover password while already logged in. msgid "You are already logged in!" -msgstr "Luget oc'h dija !" +msgstr "Kevreet oc'h c'hoazh !" #. TRANS: Client error displayed when password recovery code is not correct. msgid "No such recovery code." diff --git a/locale/ca/LC_MESSAGES/statusnet.po b/locale/ca/LC_MESSAGES/statusnet.po index ac13cb5d2d..f46d279ba1 100644 --- a/locale/ca/LC_MESSAGES/statusnet.po +++ b/locale/ca/LC_MESSAGES/statusnet.po @@ -16,18 +16,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/cs/LC_MESSAGES/statusnet.po b/locale/cs/LC_MESSAGES/statusnet.po index 00e1b8ade3..debb167590 100644 --- a/locale/cs/LC_MESSAGES/statusnet.po +++ b/locale/cs/LC_MESSAGES/statusnet.po @@ -14,19 +14,19 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:46+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" "Language-Team: Czech \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: cs\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n >= 2 && n <= 4) ? 1 : " "2 );\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/de/LC_MESSAGES/statusnet.po b/locale/de/LC_MESSAGES/statusnet.po index c17f48e4ef..3bf7088dd4 100644 --- a/locale/de/LC_MESSAGES/statusnet.po +++ b/locale/de/LC_MESSAGES/statusnet.po @@ -5,6 +5,7 @@ # Author: Bavatar # Author: Brion # Author: ChrisiPK +# Author: Fujnky # Author: George Animal # Author: Giftpflanze # Author: Gta74 @@ -31,18 +32,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format @@ -3511,10 +3512,10 @@ msgid "Only stream mode (no conversations) in timelines" msgstr "" msgid "Show conversation page as hierarchical trees" -msgstr "" +msgstr "Konversationsseite als hierarchischen Baum anzeigen" msgid "Show nicknames (not full names) in timelines" -msgstr "" +msgstr "Spitznamen (nicht die vollständigen Namen) in Zeitleisten anzeigen" #. TRANS: Button text to save a list. msgid "Save" @@ -4288,12 +4289,12 @@ msgstr "Ungültiges Tag: „%s“." #. TRANS: Server error thrown when user profile settings could not be updated to #. TRANS: automatically subscribe to any subscriber. -#, fuzzy msgid "Could not update user for autosubscribe or subscribe_policy." -msgstr "Autosubscribe konnte nicht aktiviert werden." +msgstr "" +"Benutzer konnte nicht für autosubscribe oder subscribe_policy aktualisiert " +"werden." #. TRANS: Server error thrown when user profile location preference settings could not be updated. -#, fuzzy msgid "Could not save location prefs." msgstr "Konnte Positions-Einstellungen nicht speichern." @@ -4313,9 +4314,8 @@ msgid "Beyond the page limit (%s)." msgstr "Jenseits des Seitenlimits (%s)." #. TRANS: Server error displayed when a public timeline cannot be retrieved. -#, fuzzy msgid "Could not retrieve public timeline." -msgstr "Konnte öffentlichen Stream nicht abrufen." +msgstr "Konnte öffentliche Zeitleiste nicht abrufen." #. TRANS: Title for all public timeline pages but the first. #. TRANS: %d is the page number. @@ -4329,24 +4329,20 @@ msgid "Public timeline" msgstr "Öffentliche Zeitleiste" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Activity Streams JSON)" -msgstr "Feed des öffentlichen Streams (Atom)" +msgstr "Feed der öffentlichen Zeitleiste (Activity Streams JSON)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 1.0)" -msgstr "Feed des öffentlichen Streams (RSS 1.0)" +msgstr "Feed der öffentlichen Zeitleiste (RSS 1.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 2.0)" -msgstr "Feed des öffentlichen Streams (RSS 2.0)" +msgstr "Feed der öffentlichen Zeitleiste (RSS 2.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Atom)" -msgstr "Feed des öffentlichen Streams (Atom)" +msgstr "Feed der öffentlichen Zeitleiste (Atom)" #. TRANS: Text displayed for public feed when there are no public notices. #, php-format @@ -4397,9 +4393,9 @@ msgstr "" "status.net/)." #. TRANS: Public RSS feed description. %s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "%s updates from everyone." -msgstr "%s Nachrichten von allen!" +msgstr "%s Nachrichten von allen." #. TRANS: Title for public tag cloud. msgid "Public tag cloud" @@ -4559,7 +4555,6 @@ msgid "New password successfully saved. You are now logged in." msgstr "Neues Passwort erfolgreich gespeichert. Du bist jetzt angemeldet." #. TRANS: Client exception thrown when no ID parameter was provided. -#, fuzzy msgid "No id parameter." msgstr "Kein ID-Argument." @@ -4604,13 +4599,12 @@ msgid "Invalid username or password." msgstr "Benutzername oder Passwort falsch." #. TRANS: Page notice on registration page. -#, fuzzy msgid "" "With this form you can create a new account. You can then post notices and " "link up to friends and colleagues." msgstr "" "Hier kannst du einen neuen Zugang einrichten. Anschließend kannst du " -"Nachrichten und Links mit deinen Freunden und Kollegen teilen. " +"Nachrichten und Links mit deinen Freunden und Kollegen teilen." #. TRANS: Field label on account registration page. In this field the password has to be entered a second time. msgctxt "PASSWORD" @@ -4623,11 +4617,10 @@ msgid "Email" msgstr "E-Mail" #. TRANS: Field title on account registration page. -#, fuzzy msgid "Used only for updates, announcements, and password recovery." msgstr "" -"Wird nur für Updates, wichtige Mitteilungen und zur " -"Passwortwiederherstellung verwendet" +"Wird nur für Updates, Bekanntmachungen und die Passwortwiederherstellung " +"verwendet." #. TRANS: Field title on account registration page. msgid "Longer name, preferably your \"real\" name." @@ -4715,9 +4708,11 @@ msgstr "" #. TRANS: Client error displayed when an unknown error occurs while delisting a user. #. TRANS: %s is a username. -#, fuzzy, php-format +#, php-format msgid "There was an unexpected error while delisting %s." -msgstr "Ein unerwarteter Fehler ist aufgetreten während der Auflistung von %s." +msgstr "" +"Bei der Entfernung von %s von der Liste ist ein unerwarteter Fehler ist " +"aufgetreten." #. TRANS: Client error displayed when an unknown error occurs while listing a user. #. TRANS: %s is a profile URL. @@ -4730,9 +4725,8 @@ msgstr "" "antwortet vielleicht nicht richtig. Bitte später noch einmal versuchen." #. TRANS: Title after removing a user from a list. -#, fuzzy msgid "Unlisted" -msgstr "Lizenz" +msgstr "Nicht gelistet" #. TRANS: Client error displayed when trying to repeat a notice while not logged in. msgid "Only logged-in users can repeat notices." @@ -4769,9 +4763,9 @@ msgstr "Antworten an %1$s, Seite %2$d" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Replies feed for %s (Activity Streams JSON)" -msgstr "Feed der Nachrichten von %s (Atom)" +msgstr "Feed der Nachrichten von %s (Activity Streams JSON)" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. @@ -4823,19 +4817,17 @@ msgstr "" #. TRANS: RSS reply feed description. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "Replies to %1$s on %2$s." msgstr "Antworten an %1$s auf %2$s!" #. TRANS: Client exception displayed when trying to restore an account while not logged in. -#, fuzzy msgid "Only logged-in users can restore their account." -msgstr "Nur angemeldete Benutzer können Nachrichten wiederholen." +msgstr "Nur angemeldete Benutzer können ihr Konto wiederherstellen." #. TRANS: Client exception displayed when trying to restore an account without having restore rights. -#, fuzzy msgid "You may not restore your account." -msgstr "Du hast noch keine Programme registriert" +msgstr "Du darfst dein Benutzerkonto nicht wiederherstellen." #. TRANS: Client exception displayed trying to restore an account while something went wrong uploading a file. #. TRANS: Client exception. No file; probably just a non-AJAX submission. @@ -4880,9 +4872,8 @@ msgstr "Systemfehler beim Hochladen der Datei." #. TRANS: Client exception thrown when a feed is not an Atom feed. #. TRANS: Client exception thrown when an imported feed is not an Atom feed. -#, fuzzy msgid "Not an Atom feed." -msgstr "Kein Mitglied" +msgstr "Kein Atom-Feed." #. TRANS: Success message when a feed has been restored. msgid "" @@ -4897,7 +4888,6 @@ msgid "Feed will be restored. Please wait a few minutes for results." msgstr "Feed wird wiederhergestellt. Dies kann einige Minuten dauern." #. TRANS: Form instructions for feed restore. -#, fuzzy msgid "" "You can upload a backed-up timeline in Activity Streams format." @@ -4914,7 +4904,6 @@ msgid "You cannot revoke user roles on this site." msgstr "Du kannst die Rollen von Benutzern dieser Seite nicht widerrufen." #. TRANS: Client error displayed when trying to revoke a role that is not set. -#, fuzzy msgid "User does not have this role." msgstr "Benutzer verfügt nicht über diese Rolle." @@ -4934,15 +4923,15 @@ msgstr "Benutzer ist schon blockiert." #. TRANS: Client error displayed when trying to list a profile with an invalid list. #. TRANS: %s is the invalid list name. -#, fuzzy, php-format +#, php-format msgid "Not a valid list: %s." -msgstr "Ungültiger Personen-Tag: „%s“." +msgstr "Keine gültige Liste: %s ." #. TRANS: Page title for page showing self tags. #. TRANS: %1$s is a tag, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Users self-tagged with %1$s, page %2$d" -msgstr "Benutzer, die sich selbst mit „%1$s“ getaggt haben - Seite %2$d" +msgstr "Benutzer, die sich selbst mit „%1$s“ getaggt haben, Seite %2$d" #. TRANS: Title for the sessions administration panel. msgctxt "TITLE" @@ -4965,7 +4954,6 @@ msgstr "Sitzung verwalten" #. TRANS: Checkbox title on the sessions administration panel. #. TRANS: Indicates if StatusNet should handle session administration. -#, fuzzy msgid "Handle sessions ourselves." msgstr "Sitzungsverwaltung selber übernehmen." @@ -4975,14 +4963,12 @@ msgid "Session debugging" msgstr "Sitzung untersuchen" #. TRANS: Checkbox title on the sessions administration panel. -#, fuzzy msgid "Enable debugging output for sessions." -msgstr "Fehleruntersuchung für Sitzungen aktivieren" +msgstr "Fehleruntersuchung für Sitzungen aktivieren." #. TRANS: Title for submit button on the sessions administration panel. -#, fuzzy msgid "Save session settings" -msgstr "Zugangs-Einstellungen speichern" +msgstr "Sitzungseinstellungen speichern" #. TRANS: Client error displayed trying to display an OAuth application while not logged in. msgid "You must be logged in to view an application." @@ -4995,7 +4981,7 @@ msgstr "Anwendungsprofil" #. TRANS: Information output on an OAuth application page. #. TRANS: %1$s is the application creator, %2$s is "read-only" or "read-write", #. TRANS: %3$d is the number of users using the OAuth application. -#, fuzzy, php-format +#, php-format msgid "Created by %1$s - %2$s access by default - %3$d user" msgid_plural "Created by %1$s - %2$s access by default - %3$d users" msgstr[0] "Erstellt von %1$s - %2$s Standard Zugang - %3$d Benutzer" @@ -5040,13 +5026,12 @@ msgid "Authorize URL" msgstr "Autorisationadresse" #. TRANS: Note on the OAuth application page about signature support. -#, fuzzy msgid "" "Note: HMAC-SHA1 signatures are supported. The plaintext signature method is " "not supported." msgstr "" -"Hinweis: Wir unterstützen HMAC-SHA1-Signaturen. Wir unterstützen keine " -"Klartext-Signaturen." +"Hinweis: HMAC-SHA1-Signaturen werden unterstützt. Die Klartext-" +"Signaturmethode wird nicht unterstützt." #. TRANS: Text in confirmation dialog to reset consumer key and secret for an OAuth application. msgid "Are you sure you want to reset your consumer key and secret?" @@ -5063,9 +5048,9 @@ msgid "Could not retrieve favorite notices." msgstr "Konnte Favoriten nicht abrufen." #. TRANS: Feed link text. %s is a username. -#, fuzzy, php-format +#, php-format msgid "Feed for favorites of %s (Activity Streams JSON)" -msgstr "Feed der Freunde von %s (Atom)" +msgstr "Feed der Favoriten von %s (Activity Streams JSON)" #. TRANS: Feed link text. %s is a username. #, php-format @@ -5130,9 +5115,9 @@ msgid "%1$s group, page %2$d" msgstr "%1$s Gruppe, Seite %d" #. TRANS: Tooltip for feed link. %s is a group nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s group (Activity Streams JSON)" -msgstr "Nachrichtenfeed der Gruppe %s (Atom)" +msgstr "Nachrichtenfeed der Gruppe %s (Activity Streams JSON)" #. TRANS: Tooltip for feed link. %s is a group nickname. #, php-format @@ -5175,7 +5160,7 @@ msgstr "" #. TRANS: Notice on group pages for anonymous users for StatusNet sites that accept no new registrations. #. TRANS: %s is the group name, %%%%site.name%%%% is the site name, #. TRANS: This message contains Markdown links. Ensure they are formatted correctly: [Description](link). -#, fuzzy, php-format +#, php-format msgid "" "**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5185,7 +5170,7 @@ msgstr "" "**%s** ist eine Benutzergruppe auf %%%%site.name%%%%, einem [Mikroblogging]" "(http://de.wikipedia.org/wiki/Mikroblogging)-Dienst basierend auf der freien " "Software [StatusNet](http://status.net/). Seine Mitglieder erstellen kurze " -"Nachrichten über ihr Leben und Interessen. " +"Nachrichten über ihr Leben und Interessen." #. TRANS: Client error displayed requesting a single message that does not exist. msgid "No such message." @@ -5217,21 +5202,21 @@ msgstr "Nachricht gelöscht." #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Private timeline for %1$s list by you, page %2$d" -msgstr "Benutzer, die sich selbst mit „%1$s“ getaggt haben - Seite %2$d" +msgstr "Private Zeitleiste für die Liste %1$s von dir, Seite %2$d" #. TRANS: Title for public list timeline where the viewer is the tagger. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by you, page %2$d" -msgstr "Benutzer, die sich selbst mit „%1$s“ getaggt haben - Seite %2$d" +msgstr "Zeitleiste für die Liste %1$s von dir, Seite %2$d" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s, page %3$d" -msgstr "Von „%1$s“ mit „%2$s“ getaggte Nachrichten, Seite %3$d" +msgstr "Zeitleiste für die liste %1$s von %2$s, Seite %3$d" #. TRANS: Title for private list timeline. #. TRANS: %s is a list. @@ -5247,25 +5232,25 @@ msgstr "Zeitleiste für Liste %s von dir" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s" -msgstr "Antworten an %1$s auf %2$s!" +msgstr "Zeitleiste für die Liste %1$s von %2$s" #. TRANS: Feed title. #. TRANS: %1$s is a list, %2$s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for %1$s list by %2$s (Atom)" -msgstr "Feed der Freunde von %s (Atom)" +msgstr "Feed für die Liste %1$s von %2$s (Atom)" #. TRANS: Empty list message for list timeline. #. TRANS: %1$s is a list, %2$s is a tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "" "This is the timeline for %1$s list by %2$s but no one has posted anything " "yet." msgstr "" -"Dies ist die Zeitleiste von %s und Freunden, aber bisher hat niemand etwas " -"gepostet." +"Dies ist die Zeitleiste für die Liste %1$s von %2$s, aber bisher hat niemand " +"etwas gepostet." #. TRANS: Additional empty list message for list timeline for currently logged in user tagged tags. msgid "Try tagging more people." @@ -5273,19 +5258,18 @@ msgstr "Versuche, mehr Leute zu taggen." #. TRANS: Additional empty list message for list timeline. #. TRANS: This message contains Markdown links in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Why not [register an account](%%%%action.register%%%%) and start following " "this timeline!" msgstr "" "Warum [registrierst du nicht einen Account](%%%%action.register%%%%) und " -"bist der erste der eine Nachricht abschickt!" +"fängst an, dieser Zeitleiste zu folgen!" #. TRANS: Header on show list page. #. TRANS: Link description for link to list of users tagged with a tag (so part of a list). -#, fuzzy msgid "Listed" -msgstr "Lizenz" +msgstr "Gelistet" #. TRANS: Content of "Listed" page if there are no listed users. #. TRANS: Content of "People following tag x" if there are no subscribed users. @@ -5310,21 +5294,21 @@ msgstr "Abonnenten" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s" -msgstr "Von „%1$s“ mit „%2$s“ getaggte Nachrichten" +msgstr "Von %1$s mit %2$s getaggte Nachrichten" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag, %3$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s, page %3$d" -msgstr "Von „%1$s“ mit „%2$s“ getaggte Nachrichten, Seite %3$d" +msgstr "Von %1$s mit %2$s getaggte Nachrichten, Seite %3$d" #. TRANS: Extended page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s, page %2$d" -msgstr "Mit „%1$s“ getaggte Nachrichten, Seite %2$d" +msgstr "Nachrichten von %1$s, Seite %2$d" #. TRANS: Title for link to notice feed. #. TRANS: %1$s is a user nickname, %2$s is a hashtag. @@ -5334,9 +5318,9 @@ msgstr "Feed aller von „%1$s“ mit „%2$s“ getaggten Nachrichten (RSS 1.0) #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s (Activity Streams JSON)" -msgstr "Feed der Nachrichten von %s (Atom)" +msgstr "Feed der Nachrichten von %s (Activity Streams JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. @@ -5477,36 +5461,32 @@ msgid "Site name" msgstr "Seitenname" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "The name of your site, like \"Yourcompany Microblog\"." -msgstr "Der Name deiner Seite, sowas wie „DeinUnternehmen-Mikroblog“" +msgstr "Der Name deiner Seite, so etwas wie „DeinUnternehmen-Mikroblog“." #. TRANS: Field label on site settings panel. msgid "Brought by" msgstr "Erstellt von" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Text used for credits link in footer of each page." msgstr "" -"Text der für den Credit-Link im Fußbereich auf jeder Seite benutzt wird" +"Text der für den Credit-Link im Fußbereich auf jeder Seite benutzt wird." #. TRANS: Field label on site settings panel. msgid "Brought by URL" msgstr "Erstellt von Adresse" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "URL used for credits link in footer of each page." msgstr "" -"Adresse, die für den Credit-Link im Fußbereich auf jeder Seite benutzt wird" +"Adresse, die für den Credit-Link im Fußbereich auf jeder Seite benutzt wird." #. TRANS: Field label on site settings panel. msgid "Email" msgstr "E-Mail" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Contact email address for your site." msgstr "Kontakt-E-Mail-Adresse für deine Website." @@ -5738,10 +5718,9 @@ msgid "No code entered." msgstr "Kein Code eingegeben" #. TRANS: Title for admin panel to configure snapshots. -#, fuzzy msgctxt "TITLE" msgid "Snapshots" -msgstr "Snapshots" +msgstr "Schnappschüsse" #. TRANS: Instructions for admin panel to configure snapshots. msgid "Manage snapshot configuration" @@ -5760,10 +5739,9 @@ msgid "Invalid snapshot report URL." msgstr "Ungültige Snapshot-Berichts-URL." #. TRANS: Fieldset legend on admin panel for snapshots. -#, fuzzy msgctxt "LEGEND" msgid "Snapshots" -msgstr "Snapshots" +msgstr "Schnappschüsse" #. TRANS: Option in dropdown for snapshot method in admin panel for snapshots. msgid "Randomly during web hit" @@ -5778,32 +5756,28 @@ msgid "Data snapshots" msgstr "Daten-Snapshot" #. TRANS: Dropdown title for snapshot method in admin panel for snapshots. -#, fuzzy msgid "When to send statistical data to status.net servers." -msgstr "Wann sollen Statistiken zum status.net-Server geschickt werden" +msgstr "Wann sollen Statistiken zum Status.net-Server geschickt werden." #. TRANS: Input field label for snapshot frequency in admin panel for snapshots. msgid "Frequency" msgstr "Frequenz" #. TRANS: Input field title for snapshot frequency in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent once every N web hits." -msgstr "Snapshots werden alle N Webseitenbesuche gesendet" +msgstr "Schnappschüsse werden einmal bei jeden N Webseitenbesuchen gesendet." #. TRANS: Input field label for snapshot report URL in admin panel for snapshots. msgid "Report URL" msgstr "URL melden" #. TRANS: Input field title for snapshot report URL in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent to this URL." -msgstr "An diese Adresse werden Snapshots gesendet" +msgstr "Schnappschüsse werden an diese URL gesendet." #. TRANS: Button title to save snapshot settings. -#, fuzzy msgid "Save snapshot settings." -msgstr "Snapshot-Einstellungen speichern" +msgstr "Schnappschuss-Einstellungen speichern." #. TRANS: Client error displayed trying a change a subscription for a non-subscribed profile. msgid "You are not subscribed to that profile." diff --git a/locale/en_GB/LC_MESSAGES/statusnet.po b/locale/en_GB/LC_MESSAGES/statusnet.po index a37b6dbb5a..7465577e92 100644 --- a/locale/en_GB/LC_MESSAGES/statusnet.po +++ b/locale/en_GB/LC_MESSAGES/statusnet.po @@ -16,19 +16,19 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" "Language-Team: British English \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: en-gb\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/eo/LC_MESSAGES/statusnet.po b/locale/eo/LC_MESSAGES/statusnet.po index c69980f8a1..bf34564e4d 100644 --- a/locale/eo/LC_MESSAGES/statusnet.po +++ b/locale/eo/LC_MESSAGES/statusnet.po @@ -17,18 +17,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" "Language-Team: Esperanto \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eo\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/es/LC_MESSAGES/statusnet.po b/locale/es/LC_MESSAGES/statusnet.po index a917d8f062..5e57ef6bc7 100644 --- a/locale/es/LC_MESSAGES/statusnet.po +++ b/locale/es/LC_MESSAGES/statusnet.po @@ -5,6 +5,7 @@ # Author: Barucomx # Author: Brion # Author: Crazymadlover +# Author: Erchache2000 # Author: Fitoschido # Author: Johnarupire # Author: Locos epraix @@ -24,18 +25,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:47+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format @@ -111,7 +112,6 @@ msgid "Closed" msgstr "Cerrado" #. TRANS: Button title to save access settings in site admin panel. -#, fuzzy msgid "Save access settings." msgstr "Guardar la configuración de acceso" @@ -249,20 +249,22 @@ msgstr "No existe ese usuario." #. TRANS: Title of a user's own start page. #, fuzzy msgid "Home timeline" -msgstr "línea temporal de %s" +msgstr "Línea temporal de %s" #. TRANS: Title of another user's start page. #. TRANS: %s is the other user's name. -#, fuzzy, php-format +#, php-format msgid "%s's home timeline" -msgstr "línea temporal de %s" +msgstr "" +"\n" +"Línea temporal de %s" #. TRANS: %s is user nickname. #. TRANS: Feed title. #. TRANS: %s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for friends of %s (Activity Streams JSON)" -msgstr "Feed de los amigos de %s (Atom)" +msgstr "Canal de los amigos de %s (Atom)" #. TRANS: %s is user nickname. #, php-format @@ -325,7 +327,6 @@ msgstr "" #. TRANS: Button text for inviting more users to the StatusNet instance. #. TRANS: Less business/enterprise-oriented language for public sites. -#, fuzzy msgctxt "BUTTON" msgid "Send invite" msgstr "Invitaciones" @@ -452,17 +453,15 @@ msgid "Unblock user failed." msgstr "Falló desbloquear usuario." #. TRANS: Client exception thrown when no conversation ID is given. -#, fuzzy msgid "No conversation ID." -msgstr "Conversación" +msgstr "Sin ID de Conversación" #. TRANS: Client exception thrown when referring to a non-existing conversation ID (%d). -#, fuzzy, php-format +#, php-format msgid "No conversation with ID %d." -msgstr "Conversación" +msgstr "No hay conversaciones con ID %d" #. TRANS: Title for conversion timeline. -#, fuzzy msgctxt "TITLE" msgid "Conversation" msgstr "Conversación" @@ -1074,9 +1073,9 @@ msgstr "Actualizaciones de %1$s marcadas como favoritas por %2$s / %3$s." #. TRANS: Server error displayed whe trying to get a timeline fails. #. TRANS: %s is the error message. -#, fuzzy, php-format +#, php-format msgid "Could not generate feed for list - %s" -msgstr "No se pudo crear el token de acceso para %s" +msgstr "No se pudo crear el canal para la lista - %s" #. TRANS: Title for timeline of most recent mentions of a user. #. TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname. @@ -1825,7 +1824,6 @@ msgid "Enter \"%s\" to confirm that you want to delete your account." msgstr "Introduzca «%s» para confirmar que desea eliminar su cuenta." #. TRANS: Button title for user account deletion. -#, fuzzy msgid "Permanently delete your account." msgstr "Eliminar permanentemente su cuenta" @@ -1868,7 +1866,6 @@ msgid "Do not delete this application." msgstr "No elimine esta aplicación." #. TRANS: Submit button title for 'Yes' when deleting an application. -#, fuzzy msgid "Delete this application." msgstr "Borrar esta aplicación" @@ -1908,9 +1905,8 @@ msgstr "" "públicos al grupo todavía aparecerán en las líneas de tiempo individuales." #. TRANS: Submit button title for 'No' when deleting a group. -#, fuzzy msgid "Do not delete this group." -msgstr "No eliminar este grupo" +msgstr "No eliminar este grupo." #. TRANS: Submit button title for 'Yes' when deleting a group. msgid "Delete this group." @@ -1967,14 +1963,12 @@ msgstr "" "todos los datos sobre el usuario, sin dejar una copia de seguridad." #. TRANS: Submit button title for 'No' when deleting a user. -#, fuzzy msgid "Do not delete this user." -msgstr "No eliminar este usuario" +msgstr "No eliminar este usuario." #. TRANS: Submit button title for 'Yes' when deleting a user. -#, fuzzy msgid "Delete this user." -msgstr "Borrar este usuario" +msgstr "Borrar este usuario." #. TRANS: Client error displayed when trying to remove favorite status for a notice that is not a favorite. msgid "This notice is not a favorite!" @@ -1986,21 +1980,20 @@ msgstr "Agregar a favoritos" #. TRANS: Client exception thrown when requesting a document from the documentation that does not exist. #. TRANS: %s is the non-existing document. -#, fuzzy, php-format +#, php-format msgid "No such document \"%s\"." msgstr "No existe el documento «%s»." #. TRANS: Menu item in administrator navigation panel. #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Home" -msgstr "Página de inicio" +msgstr "Inicio" msgctxt "MENU" msgid "Docs" -msgstr "" +msgstr "Documentación" #. TRANS: Secondary navigation menu item leading to help on StatusNet. msgctxt "MENU" @@ -2012,47 +2005,40 @@ msgid "Getting started" msgstr "Se guardó configuración." #. TRANS: Secondary navigation menu item leading to text about StatusNet site. -#, fuzzy msgctxt "MENU" msgid "About" msgstr "Acerca de" -#, fuzzy msgid "About this site" -msgstr "Desbloquear este usuario" +msgstr "Sobre este sitio" #. TRANS: Secondary navigation menu item leading to Frequently Asked Questions. -#, fuzzy msgctxt "MENU" msgid "FAQ" msgstr "Preguntas Frecuentes" msgid "Frequently asked questions" -msgstr "" +msgstr "Preguntas Frecuentes" #. TRANS: Secondary navigation menu item leading to e-mail contact information on the #. TRANS: StatusNet site, where to report bugs, ... -#, fuzzy msgctxt "MENU" msgid "Contact" -msgstr "Ponerse en contacto" +msgstr "Contacto" -#, fuzzy msgid "Contact info" -msgstr "Ponerse en contacto" +msgstr "Información de contacto" -#, fuzzy msgctxt "MENU" msgid "Tags" msgstr "Etiquetas" msgid "Using tags" -msgstr "" +msgstr "Usando etiquetes" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Groups" msgstr "Grupos" @@ -2063,7 +2049,7 @@ msgstr "Grupos de usuario" msgctxt "MENU" msgid "API" -msgstr "" +msgstr "API" msgid "RESTful API" msgstr "" @@ -2093,7 +2079,6 @@ msgstr "Se requiere un nombre" #. TRANS: Validation error shown when providing too long a name in the "Edit application" form. #. TRANS: Validation error shown when providing too long a name in the "New application" form. -#, fuzzy msgid "Name is too long (maximum 255 characters)." msgstr "El nombre es muy largo (máx. 255 carac.)" @@ -2174,9 +2159,9 @@ msgstr "Se guardó Opciones." #. TRANS: Title for edit list page after deleting a tag. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Delete %s list" -msgstr "Borrar este usuario" +msgstr "Eliminar %s de la lista" #. TRANS: Title for edit list page. #. TRANS: %s is a list. @@ -2215,23 +2200,26 @@ msgid "" "Deleting this tag will permanantly remove all its subscription and " "membership records. Do you still want to continue?" msgstr "" +"Borrando esta etiqueta eliminará permanentemente todas las suscripciones y " +"miembros del mismo. ¿Desea continuar?" #. TRANS: Form validation error displayed if a given tag is invalid. -#, fuzzy msgid "Invalid tag." -msgstr "Tamaño inválido." +msgstr "Etiqueta inválida." #. TRANS: Form validation error displayed if a given tag is already present. #. TRANS: %s is the already present tag. -#, fuzzy, php-format +#, php-format msgid "You already have a tag named %s." -msgstr "Ya has repetido este mensaje." +msgstr "Ya has creado la etiqueta %s." #. TRANS: Text in confirmation dialog for setting a tag from public to private. msgid "" "Setting a public tag as private will permanently remove all the existing " "subscriptions to it. Do you still want to continue?" msgstr "" +"Definiendo como pública una etiqueta privada va a eliminar permanentemente " +"todas sus suscripciones existente. ¿Desea continuar?" #. TRANS: Server error displayed when updating a list fails. msgid "Could not update list." @@ -2406,9 +2394,8 @@ msgid "That is the wrong email address." msgstr "Esa es la dirección de correo electrónico incorrecta." #. TRANS: Server error thrown on database error canceling e-mail address confirmation. -#, fuzzy msgid "Could not delete email confirmation." -msgstr "No se pudo eliminar el correo electrónico de confirmación." +msgstr "No puede eliminar el correo electrónico de confimación." #. TRANS: Message given after successfully canceling e-mail address confirmation. msgid "Email confirmation cancelled." @@ -2430,9 +2417,8 @@ msgstr "No hay dirección de correo entrante." #. TRANS: Server error thrown on database error removing incoming e-mail address. #. TRANS: Server error thrown on database error adding incoming e-mail address. #. TRANS: Server error displayed when the user could not be updated in SMS settings. -#, fuzzy msgid "Could not update user record." -msgstr "No se pudo actualizar información de usuario." +msgstr "No puede actualizar los datos de usuario." #. TRANS: Message given after successfully removing an incoming e-mail address. #. TRANS: Confirmation text after updating SMS settings. @@ -2449,9 +2435,8 @@ msgid "This notice is already a favorite!" msgstr "¡Este mensaje ya está en favoritos!" #. TRANS: Page title for page on which favorite notices can be unfavourited. -#, fuzzy msgid "Disfavor favorite." -msgstr "Sacar favorito" +msgstr "Eliminar favorito." #. TRANS: Page title for first page of favorited notices. #. TRANS: Title for favourited notices section. @@ -2522,9 +2507,9 @@ msgid "Featured users, page %d" msgstr "Usuarios que figuran, página %d" #. TRANS: Description on page displaying featured users. -#, fuzzy, php-format +#, php-format msgid "A selection of some great users on %s." -msgstr "Una selección de fantásticos usuarios en %s" +msgstr "Una selección de usuarios recomendados en %s." #. TRANS: Client error displayed when no notice ID was given trying do display a file. msgid "No notice ID." @@ -2613,7 +2598,6 @@ msgstr "" "sucesivo." #. TRANS: Submit button title for 'No' when blocking a user from a group. -#, fuzzy msgid "Do not block this user from this group." msgstr "No bloquear este usuario de este grupo" @@ -3054,27 +3038,28 @@ msgid "" "You must specify the owner of the content when using the All Rights Reserved " "license." msgstr "" +"Debe especificar el propietario de los derechos de autor de ese contenido " +"cuando usa una licencia de todos los derechos reservados." #. TRANS: Client error displayed selecting a too long license title in the license admin panel. -#, fuzzy msgid "Invalid license title. Maximum length is 255 characters." msgstr "Texto de bienvenida inválido. La longitud máx. es de 255 caracteres." #. TRANS: Client error displayed specifying an invalid license URL in the license admin panel. msgid "Invalid license URL." -msgstr "" +msgstr "Url de licencia inválida." #. TRANS: Client error displayed specifying an invalid license image URL in the license admin panel. msgid "Invalid license image URL." -msgstr "" +msgstr "Url de licencia inválida." #. TRANS: Client error displayed specifying an invalid license URL in the license admin panel. msgid "License URL must be blank or a valid URL." -msgstr "" +msgstr "La URL de licencia debe estar en blanco o ser válida." #. TRANS: Client error displayed specifying an invalid license image URL in the license admin panel. msgid "License image must be blank or valid URL." -msgstr "" +msgstr "La licencia de imagen debe estar en blanco o ser válida." #. TRANS: Form legend in the license admin panel. msgid "License selection" @@ -3098,9 +3083,8 @@ msgid "Type" msgstr "Tipo" #. TRANS: Dropdown field instructions in the license admin panel. -#, fuzzy msgid "Select a license." -msgstr "Seleccione un operador móvil" +msgstr "Seleccione una licencia." #. TRANS: Form legend in the license admin panel. msgid "License details" @@ -3112,36 +3096,35 @@ msgstr "Propietario" #. TRANS: Field title in the license admin panel. msgid "Name of the owner of the site's content (if applicable)." -msgstr "" +msgstr "Nombre del propietario del contenido del sitio (si procede)." #. TRANS: Field label in the license admin panel. msgid "License Title" -msgstr "" +msgstr "Título de licencia" #. TRANS: Field title in the license admin panel. msgid "The title of the license." -msgstr "" +msgstr "El título de la licencia." #. TRANS: Field label in the license admin panel. msgid "License URL" -msgstr "" +msgstr "URL de licencia" #. TRANS: Field title in the license admin panel. msgid "URL for more information about the license." -msgstr "" +msgstr "URL para obtener más información sobre la licencia." #. TRANS: Field label in the license admin panel. msgid "License Image URL" -msgstr "" +msgstr "URL de imagen de licencia" #. TRANS: Field title in the license admin panel. msgid "URL for an image to display with the license." -msgstr "" +msgstr "Dirección URL de una imagen para mostrar con la licencia." #. TRANS: Button title in the license admin panel. -#, fuzzy msgid "Save license settings." -msgstr "Guardar la configuración del sitio" +msgstr "Guardar configuración de licencia." #. TRANS: Form validation error displayed when trying to log in with incorrect credentials. msgid "Incorrect username or password." @@ -3161,9 +3144,8 @@ msgid "Login to site" msgstr "Ingresar a sitio" #. TRANS: Field label on login page. -#, fuzzy msgid "Username or email address" -msgstr "Nombre de usuario o dirección de correo electrónico" +msgstr "Nombre de usuario o correo electrónico" #. TRANS: Checkbox label label on login page. #. TRANS: Checkbox label on account registration page. @@ -3237,7 +3219,6 @@ msgid "No current status." msgstr "No existe estado actual." #. TRANS: This is the title of the form for adding a new application. -#, fuzzy msgid "New application" msgstr "Nueva aplicación" @@ -3258,18 +3239,16 @@ msgid "Could not create application." msgstr "No se pudo crear la aplicación." #. TRANS: Form validation error messages displayed when uploading an invalid application logo. -#, fuzzy msgid "Invalid image." -msgstr "Tamaño inválido." +msgstr "Imagen no válida." #. TRANS: Title for form to create a group. msgid "New group" msgstr "Grupo nuevo " #. TRANS: Client exception thrown when a user tries to create a group while banned. -#, fuzzy msgid "You are not allowed to create groups on this site." -msgstr "No eres miembro de este grupo." +msgstr "No estas autorizado para crear grupos en este sitio." #. TRANS: Form instructions for group create form. msgid "Use this form to create a new group." @@ -3282,9 +3261,8 @@ msgstr "Nuevo Mensaje " #. TRANS: Client error displayed trying to send a direct message to a user while sender and #. TRANS: receiver are not subscribed to each other. -#, fuzzy msgid "You cannot send a message to this user." -msgstr "No puedes enviar mensaje a este usuario." +msgstr "No puedes enviar un mensaje a este usuario." #. TRANS: Form validator error displayed trying to send a direct message without content. #. TRANS: Client error displayed trying to send a notice without content. @@ -3316,7 +3294,6 @@ msgstr "Error de Ajax" #. TRANS: Page title for sending a new notice. #. TRANS: Title for form to send a new notice. -#, fuzzy msgctxt "TITLE" msgid "New notice" msgstr "Nuevo mensaje" @@ -3373,13 +3350,11 @@ msgstr "Actualizaciones con \"%s\"" #. TRANS: RSS notice search feed description. #. TRANS: %1$s is the query, %2$s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "Updates matching search term \"%1$s\" on %2$s." -msgstr "" -"¡Actualizaciones que contienen el término de búsqueda \"%1$s\" en %2$s!" +msgstr "Actualiza el término de búsqueda coincidente \" %1$s \" en %2$s ." #. TRANS: Client error displayed trying to nudge a user that cannot be nudged. -#, fuzzy msgid "" "This user doesn't allow nudges or hasn't confirmed or set their email " "address yet." @@ -3426,7 +3401,7 @@ msgstr "No eres un usuario de esa aplicación." #. TRANS: Client error when revoking access has failed for some reason. #. TRANS: %s is the application ID revoking access failed for. -#, fuzzy, php-format +#, php-format msgid "Unable to revoke access for application: %s." msgstr "No se puede revocar el acceso para la aplicación: %s." @@ -3437,6 +3412,8 @@ msgid "" "You have successfully revoked access for %1$s and the access token starting " "with %2$s." msgstr "" +"Se ha revocado acceso con éxito para %1$s y el token de acceso que " +"comienza por %2$s ." #. TRANS: Empty list message when no applications have been authorised yet. msgid "You have not authorized any applications to use your account." @@ -3450,18 +3427,20 @@ msgid "" "Are you a developer? [Register an OAuth client application](%s) to use with " "this instance of StatusNet." msgstr "" +"¿Eres un desarrollador? [Registrar una aplicación de cliente de OAuth]( %s ) " +"para usar con esta instancia de StatusNet." #. TRANS: Server error displayed in oEmbed action when path not found. #. TRANS: %s is a path. -#, fuzzy, php-format +#, php-format msgid "\"%s\" not found." -msgstr "Método de API no encontrado." +msgstr "\" %s \" no se ha encontrado." #. TRANS: Server error displayed in oEmbed action when notice not found. #. TRANS: %s is a notice. -#, fuzzy, php-format +#, php-format msgid "Notice %s not found." -msgstr "Método de API no encontrado." +msgstr "Aviso %s no encontrado." #. TRANS: Server error displayed in oEmbed action when notice has not profile. #. TRANS: Server error displayed trying to show a notice without a connected profile. @@ -3477,15 +3456,15 @@ msgstr "estado de %1$s en %2$s" #. TRANS: Server error displayed in oEmbed action when attachment not found. #. TRANS: %d is an attachment ID. -#, fuzzy, php-format +#, php-format msgid "Attachment %s not found." -msgstr "No se encuentra usuario receptor." +msgstr "Archivo adjunto %s no encontrado." #. TRANS: Server error displayed in oEmbed request when a path is not supported. #. TRANS: %s is a path. #, php-format msgid "\"%s\" not supported for oembed requests." -msgstr "" +msgstr "\" %s \" no se admite para solicitudes oembed." #. TRANS: Error message displaying attachments. %s is a raw MIME type (eg 'image/png') #, php-format @@ -3503,13 +3482,12 @@ msgid "Not a supported data format." msgstr "No es un formato de datos compatible." #. TRANS: Page title for profile settings. -#, fuzzy msgid "Old school UI settings" -msgstr "Configuración de mensajería instantánea" +msgstr "Configuración de interfaz de usuario de vieja escuela oldskool" #. TRANS: Usage instructions for profile settings. msgid "If you like it \"the old way\", you can set that here." -msgstr "" +msgstr "Si te gusta \"el sistema viejo\", se puede establecer aquí." #. TRANS: Confirmation shown when user profile settings are saved. #. TRANS: Message after successful saving of administrative settings. @@ -3517,13 +3495,13 @@ msgid "Settings saved." msgstr "Se guardó configuración." msgid "Only stream mode (no conversations) in timelines" -msgstr "" +msgstr "Flujo sólo de modo (no conversaciones) en líneas de tiempo" msgid "Show conversation page as hierarchical trees" -msgstr "" +msgstr "Mostrar página de conversación como árboles jerárquicos" msgid "Show nicknames (not full names) in timelines" -msgstr "" +msgstr "Mostrar apodos (no apellidos) en líneas de tiempo" #. TRANS: Button text to save a list. msgid "Save" @@ -3629,9 +3607,8 @@ msgstr "La contraseña debe tener 6 o más caracteres." #. TRANS: Form validation error on password change when password confirmation does not match. #. TRANS: Form validation error displayed when trying to register with non-matching passwords. -#, fuzzy msgid "Passwords do not match." -msgstr "Las contraseñas no coinciden" +msgstr "Las contraseñas no coinciden." #. TRANS: Form validation error on page where to change password. msgid "Incorrect old password." @@ -3658,6 +3635,7 @@ msgstr "Rutas" #. TRANS: Form instructions for Path admin panel. msgid "Path and server settings for this StatusNet site" msgstr "" +"Configuración de ruta de acceso y servidor para este sitio de StatusNet" #. TRANS: Client error in Paths admin panel. #. TRANS: %s is the directory that could not be read from. @@ -3699,26 +3677,22 @@ msgid "Path" msgstr "Ruta" #. TRANS: Field title in Paths admin panel. -#, fuzzy msgid "Site path." -msgstr "Ruta del sitio" +msgstr "Ruta del sitio." #. TRANS: Field label in Paths admin panel. -#, fuzzy msgid "Locale directory" -msgstr "Directorio de temas" +msgstr "Directorio de configuración regional" #. TRANS: Field title in Paths admin panel. -#, fuzzy msgid "Directory path to locales." -msgstr "Ruta del directorio de las configuraciones locales" +msgstr "Ruta del directorio a configuraciones regionales." #. TRANS: Checkbox label in Paths admin panel. msgid "Fancy URLs" msgstr "URL agradables" #. TRANS: Field title in Paths admin panel. -#, fuzzy msgid "Use fancy URLs (more readable and memorable)?" msgstr "¿Usar URL amigables (más legibles y memorizables)?" @@ -3728,13 +3702,12 @@ msgid "Theme" msgstr "Tema" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server for themes." -msgstr "Tema para el sitio." +msgstr "Servidor de temas." #. TRANS: Tooltip for field label in Paths admin panel. msgid "Web path to themes." -msgstr "" +msgstr "Ruta temas web." #. TRANS: Field label in Paths admin panel. msgid "SSL server" @@ -3742,26 +3715,23 @@ msgstr "Servidor SSL" #. TRANS: Tooltip for field label in Paths admin panel. msgid "SSL server for themes (default: SSL server)." -msgstr "" +msgstr "Servidor SSL para temas (predeterminado: servidor SSL)." #. TRANS: Field label in Paths admin panel. -#, fuzzy msgid "SSL path" -msgstr "Ruta del sitio" +msgstr "Ruta SSL" #. TRANS: Tooltip for field label in Paths admin panel. msgid "SSL path to themes (default: /theme/)." -msgstr "" +msgstr "Ruta de acceso SSL a temas (predeterminado: /theme/)." #. TRANS: Field label in Paths admin panel. -#, fuzzy msgid "Directory" -msgstr "Directorio de temas" +msgstr "Directorio" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Directory where themes are located." -msgstr "Ruta del directorio de las configuraciones locales" +msgstr "Directorio donde se encuentran temas." #. TRANS: Fieldset legend in Paths admin panel. msgid "Avatars" @@ -3772,54 +3742,48 @@ msgid "Avatar server" msgstr "Servidor de la imagen" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server for avatars." -msgstr "Tema para el sitio." +msgstr "Servidor de avatares." #. TRANS: Field label in Paths admin panel. msgid "Avatar path" msgstr "Ruta de la imagen" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Web path to avatars." -msgstr "Error al actualizar la imagen." +msgstr "Ruta Web avatares." #. TRANS: Field label in Paths admin panel. msgid "Avatar directory" msgstr "Directorio de la imagen" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Directory where avatars are located." -msgstr "Ruta del directorio de las configuraciones locales" +msgstr "Directorio donde se encuentran avatares." #. TRANS: Fieldset legens in Paths admin panel. msgid "Attachments" msgstr "Adjuntos" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server for attachments." -msgstr "Tema para el sitio." +msgstr "Servidor de archivos adjuntos." #. TRANS: Tooltip for field label in Paths admin panel. msgid "Web path to attachments." msgstr "Ruta de acceso a los adjuntos" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server for attachments on SSL pages." -msgstr "Tema para el sitio." +msgstr "Servidor de archivos adjuntos en las páginas SSL." #. TRANS: Tooltip for field label in Paths admin panel. msgid "Web path to attachments on SSL pages." -msgstr "" +msgstr "Ruta Web archivos adjuntos en las páginas SSL." #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Directory where attachments are located." -msgstr "Ruta del directorio de las configuraciones locales" +msgstr "Directorio donde se encuentran los archivos adjuntos." #. TRANS: Fieldset legend in Paths admin panel. msgctxt "LEGEND" @@ -3852,9 +3816,8 @@ msgid "Server to direct SSL requests to." msgstr "Servidor hacia el cual dirigir las solicitudes SSL." #. TRANS: Button title text to store form data in the Paths admin panel. -#, fuzzy msgid "Save path settings." -msgstr "Guardar la configuración del sitio" +msgstr "Guardar configuración de ruta." #. TRANS: Instructions for the "People search" page. #. TRANS: %%site.name%% is the name of the StatusNet site. @@ -3872,67 +3835,63 @@ msgstr "Buscador de gente" #. TRANS: Title for list page. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Public list %s" -msgstr "Nube de etiquetas pública" +msgstr "Lista pública %s" #. TRANS: Title for list page. #. TRANS: %1$s is a list, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Public list %1$s, page %2$d" -msgstr "Respuestas a %1$s, página %2$d" +msgstr "Lista pública de %1$s , página%2$d" #. TRANS: Message for anonymous users on list page. #. TRANS: This message contains Markdown links in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Lists are how you sort similar people on %%site.name%%, a [micro-blogging]" "(http://en.wikipedia.org/wiki/Micro-blogging) service based on the Free " "Software [StatusNet](http://status.net/) tool. You can then easily keep " "track of what they are doing by subscribing to the list's timeline." msgstr "" -"**%s** es un grupo de usuarios en %%%%site.name%%%%, un servicio de " -"[microblogueo](http://es.wikipedia.org/wiki/Microblogging) basado en la " -"herramienta de software libre [StatusNet](http://status.net/). Sus miembros " -"comparten mensajes cortos acerca de su vida e intereses. " +"Las listas son similares a cómo ordenar personas en % %site.name% %, un " +"[micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) servicio " +"basado en el Software libre [herramienta de StatusNet](http://status.net/). " +"Puede entonces fácilmente realizar un seguimiento de lo que están haciendo " +"por suscribirse a la línea de tiempo de la lista." #. TRANS: Client error displayed when a tagger is expected but not provided. -#, fuzzy msgid "No tagger." msgstr "No existe tal etiqueta." #. TRANS: Title for list of people listed by the user. #. TRANS: %1$s is a list, %2$s is a username. -#, fuzzy, php-format +#, php-format msgid "People listed in %1$s by %2$s" -msgstr "Respuestas a %1$s en %2$s!" +msgstr "Personas enumeradas en %1$s por %2$s" #. TRANS: Title for list of people listed by the user. #. TRANS: %1$s is a list, %2$s is a username, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "People listed in %1$s by %2$s, page %3$d" -msgstr "Respuestas a %1$s, página %2$d" +msgstr "Personas enumeradas en el %1$s por %2$s, página %3$d" #. TRANS: Addition in tag membership list for creator of a tag. #. TRANS: Addition in tag subscribers list for creator of a tag. -#, fuzzy msgid "Creator" -msgstr "Creado" +msgstr "Creador" #. TRANS: Title for lists by a user page for a private tag. -#, fuzzy msgid "Private lists by you" -msgstr "Editar grupo %s" +msgstr "Listas privadas suyas" #. TRANS: Title for lists by a user page for a public tag. -#, fuzzy msgid "Public lists by you" -msgstr "Nube de etiquetas pública" +msgstr "Listas públicas suyas" #. TRANS: Title for lists by a user page. -#, fuzzy msgid "Lists by you" -msgstr "Editar grupo %s" +msgstr "Sus listas" #. TRANS: Title for lists by a user page. #. TRANS: %s is a user nickname. diff --git a/locale/eu/LC_MESSAGES/statusnet.po b/locale/eu/LC_MESSAGES/statusnet.po index cf1997d45b..2471f4ee0e 100644 --- a/locale/eu/LC_MESSAGES/statusnet.po +++ b/locale/eu/LC_MESSAGES/statusnet.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/locale/fa/LC_MESSAGES/statusnet.po b/locale/fa/LC_MESSAGES/statusnet.po index 35a9b82b03..abae8286a9 100644 --- a/locale/fa/LC_MESSAGES/statusnet.po +++ b/locale/fa/LC_MESSAGES/statusnet.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" "Last-Translator: Ahmad Sufi Mahmudi\n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" @@ -29,10 +29,10 @@ msgstr "" "X-Language-Code: fa\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/fi/LC_MESSAGES/statusnet.po b/locale/fi/LC_MESSAGES/statusnet.po index f027179678..aef27a09a5 100644 --- a/locale/fi/LC_MESSAGES/statusnet.po +++ b/locale/fi/LC_MESSAGES/statusnet.po @@ -18,18 +18,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:00+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, fuzzy, php-format diff --git a/locale/fr/LC_MESSAGES/statusnet.po b/locale/fr/LC_MESSAGES/statusnet.po index 917f530741..99b0ac6dcf 100644 --- a/locale/fr/LC_MESSAGES/statusnet.po +++ b/locale/fr/LC_MESSAGES/statusnet.po @@ -5,6 +5,7 @@ # Author: Brion # Author: Brunoperel # Author: Crochet.david +# Author: DavidL # Author: Hashar # Author: IAlex # Author: Iketsi @@ -30,18 +31,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:02+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:53+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format @@ -457,17 +458,15 @@ msgid "Unblock user failed." msgstr "Le déblocage de l’utilisateur a échoué." #. TRANS: Client exception thrown when no conversation ID is given. -#, fuzzy msgid "No conversation ID." -msgstr "aucun ID de conversation" +msgstr "Pas d'identifiant de conversation." #. TRANS: Client exception thrown when referring to a non-existing conversation ID (%d). -#, fuzzy, php-format +#, php-format msgid "No conversation with ID %d." -msgstr "Aucune conversation avec l’ID %d" +msgstr "Aucune conversation avec l’ID %d." #. TRANS: Title for conversion timeline. -#, fuzzy msgctxt "TITLE" msgid "Conversation" msgstr "Conversation" @@ -1548,9 +1547,8 @@ msgid "No file uploaded." msgstr "Aucun fichier n’a été téléversé." #. TRANS: Avatar upload form instruction after uploading a file. -#, fuzzy msgid "Pick a square area of the image to be your avatar." -msgstr "Sélectionnez une zone de forme carrée pour définir votre avatar" +msgstr "Sélectionner une zone carrée de l’image pour être votre avatar." #. TRANS: Server error displayed if an avatar upload went wrong somehow server side. #. TRANS: Server error displayed trying to crop an uploaded group logo that is no longer present. @@ -1598,10 +1596,9 @@ msgstr "" "ne sont pas sauvegardés." #. TRANS: Submit button to backup an account on the backup account page. -#, fuzzy msgctxt "BUTTON" msgid "Backup" -msgstr "Arrière plan" +msgstr "Sauvegarde" #. TRANS: Title for submit button to backup an account on the backup account page. msgid "Backup your account." @@ -1852,7 +1849,6 @@ msgid "Enter \"%s\" to confirm that you want to delete your account." msgstr "Entrez « %s » pour confirmer que vous souhaitez supprimer votre compte." #. TRANS: Button title for user account deletion. -#, fuzzy msgid "Permanently delete your account." msgstr "Supprimer définitivement votre compte" @@ -2010,39 +2006,36 @@ msgstr "Ajouter aux favoris" #. TRANS: Client exception thrown when requesting a document from the documentation that does not exist. #. TRANS: %s is the non-existing document. -#, fuzzy, php-format +#, php-format msgid "No such document \"%s\"." -msgstr "Document « %s » non trouvé." +msgstr "Aucun document de ce type \" %s \"." #. TRANS: Menu item in administrator navigation panel. #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Home" -msgstr "Site personnel" +msgstr "Accueil" msgctxt "MENU" msgid "Docs" -msgstr "" +msgstr "Documentation" #. TRANS: Secondary navigation menu item leading to help on StatusNet. msgctxt "MENU" msgid "Help" msgstr "Aide" -#, fuzzy msgid "Getting started" -msgstr "Préférences enregistrées." +msgstr "Pour commencer" #. TRANS: Secondary navigation menu item leading to text about StatusNet site. msgctxt "MENU" msgid "About" msgstr "À propos" -#, fuzzy msgid "About this site" -msgstr "Débloquer cet utilisateur" +msgstr "À propos de ce site" #. TRANS: Secondary navigation menu item leading to Frequently Asked Questions. msgctxt "MENU" @@ -2050,7 +2043,7 @@ msgid "FAQ" msgstr "FAQ" msgid "Frequently asked questions" -msgstr "" +msgstr "Foire aux questions" #. TRANS: Secondary navigation menu item leading to e-mail contact information on the #. TRANS: StatusNet site, where to report bugs, ... @@ -2062,7 +2055,6 @@ msgstr "Contact" msgid "Contact info" msgstr "Contact" -#, fuzzy msgctxt "MENU" msgid "Tags" msgstr "Balises" @@ -2073,7 +2065,6 @@ msgstr "" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Groups" msgstr "Groupes" @@ -2084,7 +2075,7 @@ msgstr "Groupes d’utilisateurs" msgctxt "MENU" msgid "API" -msgstr "" +msgstr "API" msgid "RESTful API" msgstr "" @@ -2215,14 +2206,12 @@ msgid "Not a local user." msgstr "Ceci n’est pas un utilisateur local." #. TRANS: Client error displayed when reting to edit a tag that was not self-created. -#, fuzzy msgid "You must be the creator of the tag to edit it." -msgstr "Vous devez être administrateur pour modifier le groupe." +msgstr "Vous devez être le créateur de la balise pour le modifier." #. TRANS: Form instruction for edit list form. -#, fuzzy msgid "Use this form to edit the list." -msgstr "Remplissez ce formulaire pour modifier les options du groupe." +msgstr "Utilisez ce formulaire pour modifier la liste." #. TRANS: Form validation error displayed if the form data for deleting a tag was incorrect. #, fuzzy @@ -2241,9 +2230,9 @@ msgstr "Balise non valide." #. TRANS: Form validation error displayed if a given tag is already present. #. TRANS: %s is the already present tag. -#, fuzzy, php-format +#, php-format msgid "You already have a tag named %s." -msgstr "Vous avez déjà repris cet avis." +msgstr "Vous avez déjà une balise nommée %s ." #. TRANS: Text in confirmation dialog for setting a tag from public to private. msgid "" diff --git a/locale/fur/LC_MESSAGES/statusnet.po b/locale/fur/LC_MESSAGES/statusnet.po index 1f1d0b8c00..d204cea7da 100644 --- a/locale/fur/LC_MESSAGES/statusnet.po +++ b/locale/fur/LC_MESSAGES/statusnet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/locale/gl/LC_MESSAGES/statusnet.po b/locale/gl/LC_MESSAGES/statusnet.po index 1623b13afd..3fc48ff5f8 100644 --- a/locale/gl/LC_MESSAGES/statusnet.po +++ b/locale/gl/LC_MESSAGES/statusnet.po @@ -12,18 +12,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:56+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format @@ -33,6 +33,10 @@ msgid "" "contact them at %2$s to make sure. Otherwise, wait a few minutes and try " "again." msgstr "" +"A base de datos de %1$s non responde correctamente, de modo que o sitio non " +"traballará adecuadamente. Probablemente os administradores do sitio xa " +"saiban do problema, pero pode poñerse en contacto con eles en %2$s para " +"asegurarse. Senón, agarde uns minutos e inténteo de novo." #. TRANS: Error message. msgid "An error occurred." @@ -43,6 +47,8 @@ msgstr "Houbo un erro." msgid "" "No configuration file found. Try running the installation program first." msgstr "" +"Non se atopou o ficheiro de configuración. Inténteo executando o programa de " +"instalación primeiro." #. TRANS: Error message displayed when trying to access a non-existing page. msgid "Unknown page" @@ -154,7 +160,7 @@ msgstr "Non existe tal lista." #. TRANS: %s is a username. #, php-format msgid "There was an unexpected error while listing %s." -msgstr "" +msgstr "Houbo un erro inesperado ao engadir a %s á lista." #. TRANS: Client error displayed when an unknown error occurs when adding a user to a list. #. TRANS: %s is a profile URL. @@ -163,6 +169,8 @@ msgid "" "There was a problem listing %s. The remote server is probably not responding " "correctly. Please try retrying later." msgstr "" +"Houbo un problema ao engadir a %s á lista. Probablemente o servidor remoto " +"non estea respondendo correctamente. Inténteo de novo máis tarde." #. TRANS: Title after adding a user to a list. msgctxt "TITLE" @@ -173,7 +181,7 @@ msgstr "Listado" #. TRANS: Server error when page not found (404) #. TRANS: Server error when page not found (404). msgid "No such page." -msgstr "Esa páxina non existe." +msgstr "Non existe esa páxina." #. TRANS: Client error when user not found for an action. #. TRANS: Client error when user not found for an rss related action. @@ -225,22 +233,21 @@ msgid "No such user." msgstr "Non existe tal usuario." #. TRANS: Title of a user's own start page. -#, fuzzy msgid "Home timeline" -msgstr "Liña do tempo de %s" +msgstr "Liña do tempo inicial" #. TRANS: Title of another user's start page. #. TRANS: %s is the other user's name. -#, fuzzy, php-format +#, php-format msgid "%s's home timeline" -msgstr "Liña do tempo de %s" +msgstr "Liña do tempo inicial de %s" #. TRANS: %s is user nickname. #. TRANS: Feed title. #. TRANS: %s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for friends of %s (Activity Streams JSON)" -msgstr "Fonte de novas dos amigos de %s (Atom)" +msgstr "Fonte de novas dos amigos de %s (fluxos de actividade JSON)" #. TRANS: %s is user nickname. #, php-format @@ -336,7 +343,7 @@ msgstr "Non se atopou o método da API." #. TRANS: Client error message. POST is a HTTP command. It should not be translated. #. TRANS: Client error. POST is a HTTP command. It should not be translated. msgid "This method requires a POST." -msgstr "Este método require un POST." +msgstr "Este método require un comando HTTP POST." #. TRANS: Client error displayed when no valid device parameter is provided for a user's delivery device setting. msgid "" @@ -429,14 +436,13 @@ msgid "Unblock user failed." msgstr "Non se puido desbloquear o usuario." #. TRANS: Client exception thrown when no conversation ID is given. -#, fuzzy msgid "No conversation ID." -msgstr "Conversa" +msgstr "Sen identificador da conversa." #. TRANS: Client exception thrown when referring to a non-existing conversation ID (%d). -#, fuzzy, php-format +#, php-format msgid "No conversation with ID %d." -msgstr "Conversa" +msgstr "Non hai ningunha conversa do ID %d." #. TRANS: Title for conversion timeline. msgctxt "TITLE" @@ -604,7 +610,7 @@ msgstr "O nome completo é longo de máis (o máximo son 255 caracteres)." #, php-format msgid "Description is too long (maximum %d character)." msgid_plural "Description is too long (maximum %d characters)." -msgstr[0] "A descrición é longa de máis (o máximo son %d caracteres)." +msgstr[0] "A descrición é longa de máis (o máximo é %d carácter)." msgstr[1] "A descrición é longa de máis (o máximo son %d caracteres)." #. TRANS: Client error shown when providing too long a location during group creation. @@ -749,13 +755,12 @@ msgstr "O pseudónimo non pode coincidir co alcume." #. TRANS: Client error displayed when referring to a non-existing list. #. TRANS: Client error displayed trying to perform an action related to a non-existing list. #. TRANS: Client error displayed when referring to a non-existing list. -#, fuzzy msgid "List not found." -msgstr "Non se atopou o método da API." +msgstr "Non se atopou a lista." #. TRANS: Client error displayed when trying to update another user's list. msgid "You cannot update lists that do not belong to you." -msgstr "" +msgstr "Non pode actualizar as listas que non lle pertencen." #. TRANS: Client error displayed when an unknown error occurs updating a list. #. TRANS: Client error displayed when an unknown error occurs viewing list members. @@ -766,45 +771,39 @@ msgstr "Houbo un erro." #. TRANS: Client error displayed when trying to delete another user's list. msgid "You cannot delete lists that do not belong to you." -msgstr "" +msgstr "Non pode borrar as listas que non lle pertencen." #. TRANS: Client error displayed when referring to a non-list member. -#, fuzzy msgid "The specified user is not a member of this list." -msgstr "O usuario non pertence ao grupo." +msgstr "O usuario especificado non é membro desta lista." #. TRANS: Client error displayed when trying to add members to a list without having the right to do so. -#, fuzzy msgid "You are not allowed to add members to this list." -msgstr "Vostede non pertence a este grupo." +msgstr "Non ten os permisos necesarios para engadir membros a esta lista." #. TRANS: Client error displayed when trying to modify list members without specifying them. -#, fuzzy msgid "You must specify a member." -msgstr "Falta o perfil de usuario." +msgstr "Cómpre especificar un membro." #. TRANS: Client error displayed when trying to remove members from a list without having the right to do so. -#, fuzzy msgid "You are not allowed to remove members from this list." -msgstr "Vostede non pertence a este grupo." +msgstr "Non ten os permisos necesarios para eliminar membros desta lista." #. TRANS: Client error displayed when trying to remove a list member that is not part of a list. msgid "The user you are trying to remove from the list is not a member." -msgstr "" +msgstr "O usuario que intenta eliminar non pertence á lista." #. TRANS: Client error displayed when trying to create a list without a name. -#, fuzzy msgid "A list must have a name." -msgstr "O pseudónimo non pode coincidir co alcume." +msgstr "A lista debe ter un nome." #. TRANS: Client error displayed when a membership check for a user is nagative. msgid "The specified user is not a subscriber of this list." -msgstr "" +msgstr "O usuario especificado non é subscritor desta lista." #. TRANS: Client error displayed when trying to unsubscribe from a non-subscribed list. -#, fuzzy msgid "You are not subscribed to this list." -msgstr "Non está subscrito a ese perfil." +msgstr "Non está subscrito a esa lista." #. TRANS: Client error displayed when uploading a media file has failed. msgid "Upload failed." @@ -969,7 +968,7 @@ msgstr "Non pode borrar o estado doutro usuario." #. TRANS: Error message displayed trying to delete a non-existing notice. #. TRANS: Client error displayed trying to show a non-existing notice. msgid "No such notice." -msgstr "Non existe tal nota." +msgstr "Non existe esa nota." #. TRANS: Client error displayed calling an unsupported HTTP error in API status show. #. TRANS: Client exception thrown when using an unsupported HTTP method. @@ -1018,7 +1017,7 @@ msgstr "O cliente debe proporcionar un parámetro de \"estado\" cun valor." #. TRANS: Client error displayed when the parameter "status" is missing. #. TRANS: %d is the maximum number of character for a notice. #. TRANS: Error message in incoming mail handler used when an incoming e-mail contains too many characters. -#, fuzzy, php-format +#, php-format msgid "That's too long. Maximum notice size is %d character." msgid_plural "That's too long. Maximum notice size is %d characters." msgstr[0] "Iso é longo de máis. A nota non pode exceder os %d caracteres." @@ -1154,7 +1153,7 @@ msgstr "" #. TRANS: Client error displayed when not using an Atom entry. msgid "Atom post must be an Atom entry." -msgstr "" +msgstr "A publicación do Atom debe ser unha entrada de Atom." #. TRANS: Client error displayed when not using the POST verb. Do not translate POST. msgid "Can only handle POST activities." @@ -1168,9 +1167,9 @@ msgstr "" #. TRANS: Client error displayed when posting a notice without content through the API. #. TRANS: %d is the notice ID (number). -#, fuzzy, php-format +#, php-format msgid "No content for notice %d." -msgstr "Buscar nos contidos das notas" +msgstr "A nota %d non ten ningún contido." #. TRANS: Client error displayed when using another format than AtomPub. #. TRANS: %s is the notice URI. @@ -1330,9 +1329,8 @@ msgid "Cannot add someone else's subscription." msgstr "Non se puido inserir unha subscrición nova." #. TRANS: Client exception thrown when trying use an incorrect activity verb for the Atom pub method. -#, fuzzy msgid "Can only handle favorite activities." -msgstr "Buscar nos contidos das notas" +msgstr "Só pode manexar actividades de favoritos." #. TRANS: Client exception thrown when trying favorite an object that is not a notice. #, fuzzy @@ -1366,9 +1364,8 @@ msgid "Cannot add someone else's membership." msgstr "Non se puido inserir unha subscrición nova." #. TRANS: Client error displayed when not using the join verb. -#, fuzzy msgid "Can only handle join activities." -msgstr "Buscar nos contidos das notas" +msgstr "Só pode manexar actividades de unión." #. TRANS: Client exception thrown when trying to subscribe to a non-existing group. msgid "Unknown group." @@ -1408,9 +1405,9 @@ msgstr "Non existe ese perfil." #. TRANS: Client exception thrown when trying to display a subscription for a non-subscribed profile ID. #. TRANS: %1$d is the non-existing subscriber ID number, $2$d is the ID of the profile that was not subscribed to. -#, fuzzy, php-format +#, php-format msgid "Profile %1$d not subscribed to profile %2$d." -msgstr "Non está subscrito a ese perfil." +msgstr "O perfil %1$d non está subscrito ao perfil %2$d." #. TRANS: Client exception thrown when trying to delete a subscription of another user. #, fuzzy @@ -1425,7 +1422,7 @@ msgstr "Persoas subscritas a %s" #. TRANS: Client error displayed when not using the follow verb. msgid "Can only handle Follow activities." -msgstr "" +msgstr "Só pode manexar actividades de seguimento." #. TRANS: Client exception thrown when subscribing to an object that is not a person. msgid "Can only follow people." @@ -1686,7 +1683,7 @@ msgstr "Á solicitude fáltalle o ID do perfil." #. TRANS: Client error displayed when trying to unsubscribe while providing a non-existing profile ID. #. TRANS: Client error displayed when trying to change user options without specifying an existing user to work on. msgid "No profile with that ID." -msgstr "Ningún perfil ten esa ID." +msgstr "Non hai ningún perfil con ese ID." #. TRANS: Title after unsubscribing from a group. msgctxt "TITLE" @@ -1728,9 +1725,8 @@ msgstr "Non se puido inserir unha subscrición nova." #. TRANS: Server error displayed when an address confirmation code deletion from the #. TRANS: database fails in the contact address confirmation action. -#, fuzzy msgid "Could not delete address confirmation." -msgstr "Non se puido borrar a confirmación por mensaxería instantánea." +msgstr "Non se puido borrar a confirmación do enderezo." #. TRANS: Title for the contact address confirmation action. msgid "Confirm address" @@ -1968,9 +1964,8 @@ msgid "Do not delete this user." msgstr "Non borrar este usuario." #. TRANS: Submit button title for 'Yes' when deleting a user. -#, fuzzy msgid "Delete this user." -msgstr "Borrar o usuario" +msgstr "Borrar o usuario." #. TRANS: Client error displayed when trying to remove favorite status for a notice that is not a favorite. msgid "This notice is not a favorite!" @@ -2021,7 +2016,7 @@ msgid "FAQ" msgstr "Preguntas máis frecuentes" msgid "Frequently asked questions" -msgstr "" +msgstr "Preguntas máis frecuentes" #. TRANS: Secondary navigation menu item leading to e-mail contact information on the #. TRANS: StatusNet site, where to report bugs, ... @@ -2057,7 +2052,7 @@ msgid "API" msgstr "API" msgid "RESTful API" -msgstr "" +msgstr "API conforme a REST" #. TRANS: Title for "Edit application" form. #. TRANS: Form legend. @@ -2403,9 +2398,8 @@ msgid "That is the wrong email address." msgstr "Ese enderezo de correo electrónico é incorrecto." #. TRANS: Server error thrown on database error canceling e-mail address confirmation. -#, fuzzy msgid "Could not delete email confirmation." -msgstr "Non se puido borrar a confirmación por correo electrónico." +msgstr "Non se puido borrar a confirmación do correo electrónico." #. TRANS: Message given after successfully canceling e-mail address confirmation. msgid "Email confirmation cancelled." @@ -2446,9 +2440,8 @@ msgid "This notice is already a favorite!" msgstr "A nota xa é unha das súas favoritas!" #. TRANS: Page title for page on which favorite notices can be unfavourited. -#, fuzzy msgid "Disfavor favorite." -msgstr "Desmarcar como favorita" +msgstr "Desmarcar como favorita." #. TRANS: Page title for first page of favorited notices. #. TRANS: Title for favourited notices section. @@ -2540,7 +2533,7 @@ msgstr "Non se cargou ningún dato adxunto." #. TRANS: Client error displayed when requesting a non-existent file. msgid "No such file." -msgstr "Non existe tal ficheiro." +msgstr "Non existe ese ficheiro." #. TRANS: Client error displayed when requesting a file without having read access to it. msgid "Cannot read file." @@ -2736,7 +2729,7 @@ msgstr "" #. TRANS: Link text on group page to create a new group. #. TRANS: Form legend for group edit form. msgid "Create a new group" -msgstr "Crear un grupo novo" +msgstr "Crear un novo grupo" #. TRANS: Instructions for page where groups can be searched. %%site.name%% is the name of the StatusNet site. #, php-format @@ -3032,7 +3025,7 @@ msgid "You must be logged in to join a group." msgstr "Ten que identificarse para unirse a un grupo." #. TRANS: Title for join group page after joining. -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "%1$s joined group %2$s" msgstr "%1$s uniuse ao grupo %2$s" @@ -3187,8 +3180,8 @@ msgstr "Lembrádeme" #. TRANS: Checkbox title on account registration page. msgid "Automatically login in the future; not for shared computers!" msgstr "" -"Identificarse automaticamente no futuro. Non se aconsella en computadoras " -"compartidas!" +"Identificarse automaticamente no futuro. Non se aconsella en computadores " +"compartidos!" #. TRANS: Button text for log in on login page. msgctxt "BUTTON" @@ -3343,7 +3336,8 @@ msgid "" "by spaces; they must be 3 characters or more." msgstr "" "Buscar notas en %%site.name%% polo seu contido. Separe os termos de busca " -"con espazos en branco. Teñen que ter tres ou máis caracteres." +"con espazos en branco. Cada termo ten que estar formado por tres ou máis " +"caracteres." #. TRANS: Title of the page where users can search for notices. msgid "Text search" @@ -3462,9 +3456,9 @@ msgstr "" #. TRANS: Server error displayed in oEmbed action when path not found. #. TRANS: %s is a path. -#, fuzzy, php-format +#, php-format msgid "\"%s\" not found." -msgstr "Non se atopou o método da API." +msgstr "Non se atopou \"%s\"." #. TRANS: Server error displayed in oEmbed action when notice not found. #. TRANS: %s is a notice. @@ -3810,13 +3804,12 @@ msgid "Web path to attachments." msgstr "Non hai ningún dato adxunto." #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server for attachments on SSL pages." -msgstr "Tema visual para o sitio." +msgstr "Servidor para os anexos nas páxinas SSL." #. TRANS: Tooltip for field label in Paths admin panel. msgid "Web path to attachments on SSL pages." -msgstr "" +msgstr "Ruta de acceso cara aos anexos nas páxinas SSL." #. TRANS: Tooltip for field label in Paths admin panel. #, fuzzy @@ -3867,7 +3860,8 @@ msgid "" "Separate the terms by spaces; they must be 3 characters or more." msgstr "" "Buscar xente en %%site.name%% por nome, lugar ou intereses. Separe os termos " -"con espazos en branco. Teñen que ter tres ou máis caracteres." +"con espazos en branco. Cada termo ten que estar formado por tres ou máis " +"caracteres." #. TRANS: Title of a page where users can search for other users. msgid "People search" @@ -4167,11 +4161,10 @@ msgstr "Información do perfil" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Field title on account registration page. #. TRANS: Field title on group edit form. -#, fuzzy msgid "1-64 lowercase letters or numbers, no punctuation or spaces." msgstr "" "Entre 1 e 64 letras minúsculas ou números, sen signos de puntuación, " -"espazos, tiles ou eñes" +"espazos, tiles ou eñes." #. TRANS: Field label in form for profile settings. #. TRANS: Field label on account registration page. @@ -4221,7 +4214,7 @@ msgstr "Biografía" #. TRANS: Field label on group edit form. #. TRANS: Dropdown option for searching in profiles. msgid "Location" -msgstr "Lugar" +msgstr "Localización" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Field title on account registration page. @@ -4273,9 +4266,8 @@ msgstr "" "bots)" #. TRANS: Dropdown field label on profile settings, for what policies to apply when someone else tries to subscribe to your updates. -#, fuzzy msgid "Subscription policy" -msgstr "Subscricións" +msgstr "Política de subscrición" #. TRANS: Dropdown field option for following policy. msgid "Let anyone follow me" @@ -4298,10 +4290,10 @@ msgstr "" #. TRANS: characters for the biography (%d). #. TRANS: Form validation error on registration page when providing too long a bio text. #. TRANS: %d is the maximum number of characters for bio; used for plural. -#, fuzzy, php-format +#, php-format msgid "Bio is too long (maximum %d character)." msgid_plural "Bio is too long (maximum %d characters)." -msgstr[0] "A biografía é longa de máis (o límite son %d caracteres)." +msgstr[0] "A biografía é longa de máis (o límite é %d carácter)." msgstr[1] "A biografía é longa de máis (o límite son %d caracteres)." #. TRANS: Validation error in form for profile settings. @@ -4320,9 +4312,9 @@ msgstr "A lingua é longa de máis (o límite é de 50 caracteres)." #. TRANS: %s is the invalid tag. #. TRANS: Error displayed if a given tag is invalid. #. TRANS: %s is the invalid tag. -#, fuzzy, php-format +#, php-format msgid "Invalid tag: \"%s\"." -msgstr "Etiqueta incorrecta: \"%s\"" +msgstr "Etiqueta incorrecta: \"%s\"." #. TRANS: Server error thrown when user profile settings could not be updated to #. TRANS: automatically subscribe to any subscriber. @@ -4662,7 +4654,7 @@ msgstr "Correo electrónico" #. TRANS: Field title on account registration page. msgid "Used only for updates, announcements, and password recovery." msgstr "" -"Só se utiliza para actualizacións, anuncios e recuperación de contrasinais" +"Só se utiliza para actualizacións, anuncios e recuperación de contrasinais." #. TRANS: Field title on account registration page. msgid "Longer name, preferably your \"real\" name." @@ -4872,9 +4864,8 @@ msgstr "Non pode restaurar a súa conta." #. TRANS: Client exception displayed trying to restore an account while something went wrong uploading a file. #. TRANS: Client exception. No file; probably just a non-AJAX submission. -#, fuzzy msgid "No uploaded file." -msgstr "Cargar un ficheiro" +msgstr "Ningún ficheiro cargado." #. TRANS: Client exception thrown when an uploaded file is larger than set in php.ini. msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." @@ -4933,16 +4924,14 @@ msgid "" msgstr "" #. TRANS: Title for submit button to confirm upload of a user backup file for account restore. -#, fuzzy msgid "Upload the file" -msgstr "Cargar un ficheiro" +msgstr "Cargar o ficheiro" #. TRANS: Client error displayed when trying to revoke a role without having the right to do that. msgid "You cannot revoke user roles on this site." msgstr "Non pode revogar os roles dos usuarios neste sitio." #. TRANS: Client error displayed when trying to revoke a role that is not set. -#, fuzzy msgid "User does not have this role." msgstr "O usuario non ten este rol." @@ -4962,15 +4951,15 @@ msgstr "O usuario xa está illado." #. TRANS: Client error displayed when trying to list a profile with an invalid list. #. TRANS: %s is the invalid list name. -#, fuzzy, php-format +#, php-format msgid "Not a valid list: %s." -msgstr "A etiqueta de persoa non é correcta: %s." +msgstr "A lista non é correcta: %s." #. TRANS: Page title for page showing self tags. #. TRANS: %1$s is a tag, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Users self-tagged with %1$s, page %2$d" -msgstr "Usuarios etiquetados por si mesmos con %1$s - páxina %2$d" +msgstr "Usuarios etiquetados por si mesmos con %1$s, páxina %2$d" #. TRANS: Title for the sessions administration panel. msgctxt "TITLE" @@ -4993,9 +4982,8 @@ msgstr "Manexar as sesións" #. TRANS: Checkbox title on the sessions administration panel. #. TRANS: Indicates if StatusNet should handle session administration. -#, fuzzy msgid "Handle sessions ourselves." -msgstr "Manexar ou non as sesións nós mesmos." +msgstr "Manexar as sesións nós mesmos." #. TRANS: Checkbox label on the sessions administration panel. #. TRANS: Indicates if StatusNet should write session debugging output. @@ -5003,14 +4991,12 @@ msgid "Session debugging" msgstr "Depuración da sesión" #. TRANS: Checkbox title on the sessions administration panel. -#, fuzzy msgid "Enable debugging output for sessions." msgstr "Activar a saída de depuración para as sesións." #. TRANS: Title for submit button on the sessions administration panel. -#, fuzzy msgid "Save session settings" -msgstr "Gardar a configuración de acceso" +msgstr "Gardar a configuración da sesión" #. TRANS: Client error displayed trying to display an OAuth application while not logged in. msgid "You must be logged in to view an application." @@ -5238,9 +5224,8 @@ msgid "Message from %1$s on %2$s" msgstr "Mensaxe de %1$s en %2$s" #. TRANS: Client exception thrown when trying a view a notice the user has no access to. -#, fuzzy msgid "Not available." -msgstr "A mensaxería instantánea non está dispoñible." +msgstr "Non dispoñible." #. TRANS: Client error displayed trying to show a deleted notice. msgid "Notice deleted." @@ -5477,9 +5462,8 @@ msgid "Invalid logo URL." msgstr "URL do logo incorrecto." #. TRANS: Client error displayed when a SSL logo URL is invalid. -#, fuzzy msgid "Invalid SSL logo URL." -msgstr "URL do logo incorrecto." +msgstr "Enderezo URL do logo SSL incorrecto." #. TRANS: Client error displayed trying to save site settings with an invalid language code. #. TRANS: %s is the invalid language code. @@ -5596,9 +5580,8 @@ msgid "Site logo" msgstr "Logo do sitio" #. TRANS: Field label for SSL StatusNet site logo. -#, fuzzy msgid "SSL logo" -msgstr "Logo do sitio" +msgstr "Logo SSL" #. TRANS: Button title for saving site settings. #, fuzzy @@ -6920,9 +6903,9 @@ msgstr "" "Esperábase unha fonte de novas raíz pero recibiuse un documento XML completo." #. TRANS: Client exception thrown when using an unknown verb for the activity importer. -#, fuzzy, php-format +#, php-format msgid "Unknown verb: \"%s\"." -msgstr "Non se coñece a lingua \"%s\"." +msgstr "Verbo descoñecido: \"%s\"." #. TRANS: Client exception thrown when trying to force a subscription for an untrusted user. msgid "Cannot force subscription for untrusted user." @@ -6947,9 +6930,8 @@ msgid "Remote profile is not a group!" msgstr "" #. TRANS: Client exception thrown when trying to join a group the importing user is already a member of. -#, fuzzy msgid "User is already a member of this group." -msgstr "Xa forma parte dese grupo." +msgstr "O usuario xa forma parte dese grupo." #. TRANS: Client exception thrown when trying to import a notice by another user. #. TRANS: %1$s is the source URI of the notice, %2$s is the URI of the author. @@ -7114,7 +7096,7 @@ msgstr "Non hai ningunha aplicación para esa clave." #. TRANS: Authorization exception thrown when a user without API access tries to access the API. msgid "Not allowed to use API." -msgstr "Non ten permiso para usar o API." +msgstr "Non ten permiso para usar a API." #. TRANS: OAuth exception given when an incorrect access token was given for a user. msgid "Bad access token." @@ -7641,10 +7623,9 @@ msgstr[0] "Vostede pertence a este grupo:" msgstr[1] "Vostede pertence a estes grupos:" #. TRANS: Header line of help text for commands. -#, fuzzy msgctxt "COMMANDHELP" msgid "Commands:" -msgstr "Resultados da orde" +msgstr "Comandos:" #. TRANS: Help message for IM/SMS command "on". #, fuzzy @@ -7878,7 +7859,6 @@ msgid "Disfavor this notice" msgstr "Desmarcar esta nota como favorita" #. TRANS: Button text for removing the favourite status for a favourite notice. -#, fuzzy msgctxt "BUTTON" msgid "Disfavor favorite" msgstr "Desmarcar como favorita" @@ -8280,9 +8260,9 @@ msgstr "" #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. #. TRANS: Main body of new-subscriber notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s is now following you on %2$s." -msgstr "%1$s xa segue a %2$s." +msgstr "%1$s xa o está seguindo a vostede en %2$s." #. TRANS: Subject of pending new-subscriber notification e-mail. #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. @@ -8323,9 +8303,9 @@ msgstr "" #. TRANS: Profile info line in notification e-mail. #. TRANS: %s is a URL. -#, fuzzy, php-format +#, php-format msgid "Profile: %s" -msgstr "Perfil" +msgstr "Perfil: %s" #. TRANS: Profile info line in notification e-mail. #. TRANS: %s is biographical information. @@ -8388,7 +8368,7 @@ msgstr "" #. TRANS: Subject for 'nudge' notification email. #. TRANS: %s is the nudging user. -#, fuzzy, php-format +#, php-format msgid "You have been nudged by %s" msgstr "%s fíxolle un aceno" @@ -8455,9 +8435,9 @@ msgstr "" #. TRANS: Subject for favorite notification e-mail. #. TRANS: %1$s is the adding user's long name, %2$s is the adding user's nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s (@%2$s) added your notice as a favorite" -msgstr "%s (@%s) marcou a súa nota como favorita" +msgstr "%1$s (@%2$s) marcou a súa nota como favorita" #. TRANS: Body for favorite notification e-mail. #. TRANS: %1$s is the adding user's long name, $2$s is the date the notice was created, @@ -8566,23 +8546,23 @@ msgstr "" #. TRANS: Subject of group join notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s" -msgstr "%1$s uniuse ao grupo %2$s." +msgstr "%1$s uniuse ao seu grupo %2$s en %3$s" #. TRANS: Main body of group join notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, #. TRANS: %4$s is a block of profile info about the subscriber. #. TRANS: %5$s is a link to the addressed user's e-mail settings. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s." -msgstr "%1$s uniuse ao grupo %2$s." +msgstr "%1$s uniuse ao seu grupo %2$s en %3$s." #. TRANS: Subject of pending group join request notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s wants to join your group %2$s on %3$s." -msgstr "%1$s uniuse ao grupo %2$s." +msgstr "%1$s quere unirse ao seu grupo %2$s en %3$s." #. TRANS: Main body of pending group join request notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, @@ -8805,9 +8785,8 @@ msgid "Attach" msgstr "Anexar" #. TRANS: Title for input field to attach a file to a notice. -#, fuzzy msgid "Attach a file." -msgstr "Anexar un ficheiro" +msgstr "Anexar un ficheiro." #. TRANS: Field label to add location to a notice. msgid "Share my location" @@ -8871,23 +8850,20 @@ msgid " " msgstr " " #. TRANS: Link title in notice list item to reply to a notice. -#, fuzzy msgid "Reply to this notice." -msgstr "Responder a esta nota" +msgstr "Responder a esta nota." #. TRANS: Link text in notice list item to reply to a notice. msgid "Reply" msgstr "Responder" #. TRANS: Link title in notice list item to delete a notice. -#, fuzzy msgid "Delete this notice from the timeline." -msgstr "Borrar esta nota" +msgstr "Borrar esta nota da liña do tempo." #. TRANS: Title for repeat form status in notice list when a notice has been repeated. -#, fuzzy msgid "Notice repeated." -msgstr "Repetiuse a nota" +msgstr "Repetiuse a nota." #. TRANS: Field label for notice text. msgid "Update your status..." @@ -8898,15 +8874,13 @@ msgid "Nudge this user" msgstr "Facerlle un aceno a este usuario" #. TRANS: Button text to nudge/ping another user. -#, fuzzy msgctxt "BUTTON" msgid "Nudge" msgstr "Facer un aceno" #. TRANS: Button title to nudge/ping another user. -#, fuzzy msgid "Send a nudge to this user." -msgstr "Facerlle un aceno a este usuario" +msgstr "Facerlle un aceno a este usuario." #. TRANS: Server exception thrown in oEmbed action if no API endpoint is available. #, fuzzy @@ -8919,33 +8893,28 @@ msgid "List" msgstr "Lista" #. TRANS: Field title for list. -#, fuzzy msgid "Change the list (letters, numbers, -, ., and _ are allowed)." -msgstr "" -"Etiquetas para este usuario (letras, números, -, ., e _), separadas por " -"comas ou espazos en branco" +msgstr "Cambiar a lista (letras, números, -, . e _ están permitidos)." #. TRANS: Field title for description of list. -#, fuzzy msgid "Describe the list or topic." -msgstr "Describa o grupo ou o tema" +msgstr "Describa a lista ou o tema." #. TRANS: Field title for description of list. #. TRANS: %d is the maximum number of characters for the description. -#, fuzzy, php-format +#, php-format msgid "Describe the list or topic in %d character." msgid_plural "Describe the list or topic in %d characters." -msgstr[0] "Describa o grupo ou o tema en %d caracteres" -msgstr[1] "Describa o grupo ou o tema en %d caracteres" +msgstr[0] "Describa a lista ou o tema en %d carácter." +msgstr[1] "Describa a lista ou o tema en %d caracteres." #. TRANS: Button title to delete a list. -#, fuzzy msgid "Delete this list." -msgstr "Borrar o usuario" +msgstr "Borrar a lista." #. TRANS: Header in list edit form. msgid "Add or remove people" -msgstr "" +msgstr "Engadir ou eliminar xente" #. TRANS: Header in list edit form. msgctxt "HEADER" @@ -9041,16 +9010,15 @@ msgstr "Listas de %s" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists by %s." -msgstr "%1$s - %2$s" +msgstr "Listas de %s." #. TRANS: Label in lists widget. -#, fuzzy msgctxt "LABEL" msgid "Your lists" -msgstr "Notas populares" +msgstr "As súas listas" #. TRANS: Fieldset legend in lists widget. #, fuzzy @@ -9059,15 +9027,13 @@ msgid "Edit lists" msgstr "A etiqueta de persoa non é correcta: %s." #. TRANS: Label in self tags widget. -#, fuzzy msgctxt "LABEL" msgid "Tags" msgstr "Etiquetas" #. TRANS: Title for section contaning lists with the most subscribers. -#, fuzzy msgid "Popular lists" -msgstr "Notas populares" +msgstr "Listas populares" #. TRANS: List summary. %1$d is the number of users in the list, #. TRANS: %2$d is the number of subscribers to the list. @@ -9553,9 +9519,8 @@ msgid "Subscribe" msgstr "Subscribirse" #. TRANS: Button title to subscribe to a user. -#, fuzzy msgid "Subscribe to this user." -msgstr "Subscribirse a este usuario" +msgstr "Subscribirse a este usuario." #. TRANS: Title of personal tag cloud section. msgid "People Tagcloud as self-tagged" @@ -9661,10 +9626,9 @@ msgid "%1$s and %2$s" msgstr "%1$s e %2$s" #. TRANS: List message for notice favoured by logged in user. -#, fuzzy msgctxt "FAVELIST" msgid "You like this." -msgstr "Notas populares" +msgstr "Gústalle isto." #. TRANS: List message for when more than 4 people like something. #. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice. @@ -9685,7 +9649,6 @@ msgstr[0] "" msgstr[1] "" #. TRANS: List message for notice repeated by logged in user. -#, fuzzy msgctxt "REPEATLIST" msgid "You repeated this." msgstr "Xa repetiu esa nota." @@ -9783,7 +9746,6 @@ msgid "Unblock" msgstr "Desbloquear" #. TRANS: Title for unsandbox form. -#, fuzzy msgctxt "TITLE" msgid "Unsandbox" msgstr "Deixar de illar" @@ -9884,9 +9846,8 @@ msgid "%s is not a valid color! Use 3 or 6 hex characters." msgstr "%s non é unha cor correcta! Use 3 ou 6 caracteres hexadecimais." #. TRANS: Exception. -#, fuzzy msgid "Invalid XML." -msgstr "Tamaño non válido." +msgstr "XML inválido." #. TRANS: Exception. msgid "Invalid XML, missing XRD root." diff --git a/locale/he/LC_MESSAGES/statusnet.po b/locale/he/LC_MESSAGES/statusnet.po index 94d2cfe656..781c8baca3 100644 --- a/locale/he/LC_MESSAGES/statusnet.po +++ b/locale/he/LC_MESSAGES/statusnet.po @@ -10,18 +10,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:57+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/hsb/LC_MESSAGES/statusnet.po b/locale/hsb/LC_MESSAGES/statusnet.po index ec7dde4af8..a6e4c1f175 100644 --- a/locale/hsb/LC_MESSAGES/statusnet.po +++ b/locale/hsb/LC_MESSAGES/statusnet.po @@ -12,19 +12,19 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:58+0000\n" "Language-Team: Upper Sorbian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hsb\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : (n%100==3 || " "n%100==4) ? 2 : 3)\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/hu/LC_MESSAGES/statusnet.po b/locale/hu/LC_MESSAGES/statusnet.po index eadbf5a098..441318e68b 100644 --- a/locale/hu/LC_MESSAGES/statusnet.po +++ b/locale/hu/LC_MESSAGES/statusnet.po @@ -3,8 +3,10 @@ # # Author: Bdamokos # Author: Dani +# Author: Dj # Author: Gerymate # Author: Glanthor Reviol +# Author: Tgr # -- # This file is distributed under the same license as the StatusNet package. # @@ -12,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:00+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hu\n" @@ -45,9 +47,8 @@ msgid "" msgstr "" #. TRANS: Error message displayed when trying to access a non-existing page. -#, fuzzy msgid "Unknown page" -msgstr "Ismeretlen fájltípus" +msgstr "Ismeretlen oldal" #. TRANS: Error message displayed when trying to perform an undefined action. #. TRANS: Title for password recovery page when an unknown action has been specified. @@ -96,9 +97,8 @@ msgid "Closed" msgstr "Zárva" #. TRANS: Button title to save access settings in site admin panel. -#, fuzzy msgid "Save access settings." -msgstr "Hozzáférések beállításainak mentése" +msgstr "Hozzáférések beállításainak mentése." #. TRANS: Button text to save access settings in site admin panel. #. TRANS: Button label to save e-mail preferences. @@ -1249,7 +1249,7 @@ msgstr "A csoportban lévő felhasználók listája." #. TRANS: Client error displayed trying to approve/deny group membership. #. TRANS: Client error displayed trying to approve/deny subscription. msgid "Internal error: received neither cancel nor abort." -msgstr "" +msgstr "Belső hiba: se cancel se abort nem érkezett." #. TRANS: Client error displayed trying to approve/deny group membership. #. TRANS: Client error displayed trying to approve/deny subscription @@ -2247,7 +2247,7 @@ msgstr "Beállíthatod, milyen email-eket kapj a(z) %%site.name%% webhelyről." #. TRANS: Form legend for e-mail settings form. #. TRANS: Field label for e-mail address input in e-mail settings form. msgid "Email address" -msgstr "Email-cím" +msgstr "E-mail cím" #. TRANS: Form note in e-mail settings form. msgid "Current confirmed email address." @@ -3252,9 +3252,8 @@ msgid "Could not create application." msgstr "Nem sikerült létrehozni az alkalmazást." #. TRANS: Form validation error messages displayed when uploading an invalid application logo. -#, fuzzy msgid "Invalid image." -msgstr "Érvénytelen méret." +msgstr "Érvénytelen kép." #. TRANS: Title for form to create a group. msgid "New group" @@ -3808,7 +3807,6 @@ msgid "Directory where attachments are located." msgstr "A nyelvi fájlok elérési útvonala" #. TRANS: Fieldset legend in Paths admin panel. -#, fuzzy msgctxt "LEGEND" msgid "SSL" msgstr "SSL" diff --git a/locale/ia/LC_MESSAGES/statusnet.po b/locale/ia/LC_MESSAGES/statusnet.po index 788fc734b0..05d0a472cb 100644 --- a/locale/ia/LC_MESSAGES/statusnet.po +++ b/locale/ia/LC_MESSAGES/statusnet.po @@ -9,18 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:01+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/it/LC_MESSAGES/statusnet.po b/locale/it/LC_MESSAGES/statusnet.po index e54a9af61f..68d63111a1 100644 --- a/locale/it/LC_MESSAGES/statusnet.po +++ b/locale/it/LC_MESSAGES/statusnet.po @@ -15,18 +15,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:02+0000\n" "Language-Team: Italian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: it\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/ja/LC_MESSAGES/statusnet.po b/locale/ja/LC_MESSAGES/statusnet.po index 736f9402d2..3c2efac940 100644 --- a/locale/ja/LC_MESSAGES/statusnet.po +++ b/locale/ja/LC_MESSAGES/statusnet.po @@ -15,18 +15,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:03+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format @@ -7976,7 +7976,7 @@ msgstr "" "もしそうでなければ、このメッセージを無視してください。\n" "\n" "あなたの時間をありがとうございます。\n" -"%2$s\n" +"%2$s" #. TRANS: Subject of new-subscriber notification e-mail. #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. diff --git a/locale/ka/LC_MESSAGES/statusnet.po b/locale/ka/LC_MESSAGES/statusnet.po index 6949ff4917..8627263b10 100644 --- a/locale/ka/LC_MESSAGES/statusnet.po +++ b/locale/ka/LC_MESSAGES/statusnet.po @@ -9,18 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:21+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:05+0000\n" "Language-Team: Georgian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ka\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/ko/LC_MESSAGES/statusnet.po b/locale/ko/LC_MESSAGES/statusnet.po index 097a4971c4..c130bd7a69 100644 --- a/locale/ko/LC_MESSAGES/statusnet.po +++ b/locale/ko/LC_MESSAGES/statusnet.po @@ -11,18 +11,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:06+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ko\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/mk/LC_MESSAGES/statusnet.po b/locale/mk/LC_MESSAGES/statusnet.po index d5fab5bb69..3a7a34d10e 100644 --- a/locale/mk/LC_MESSAGES/statusnet.po +++ b/locale/mk/LC_MESSAGES/statusnet.po @@ -10,18 +10,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format @@ -2210,7 +2210,7 @@ msgstr "Раководење со начинот на кој добивате е #. TRANS: Form legend for e-mail settings form. #. TRANS: Field label for e-mail address input in e-mail settings form. msgid "Email address" -msgstr "Е-поштенска адреса" +msgstr "Е-пошта" #. TRANS: Form note in e-mail settings form. msgid "Current confirmed email address." diff --git a/locale/ml/LC_MESSAGES/statusnet.po b/locale/ml/LC_MESSAGES/statusnet.po index 73a8714ab7..86d141877a 100644 --- a/locale/ml/LC_MESSAGES/statusnet.po +++ b/locale/ml/LC_MESSAGES/statusnet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" "Language-Team: Malayalam \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ml\n" diff --git a/locale/nb/LC_MESSAGES/statusnet.po b/locale/nb/LC_MESSAGES/statusnet.po index 8861a67b73..f8dd6b7e44 100644 --- a/locale/nb/LC_MESSAGES/statusnet.po +++ b/locale/nb/LC_MESSAGES/statusnet.po @@ -14,19 +14,19 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:12+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/nl/LC_MESSAGES/statusnet.po b/locale/nl/LC_MESSAGES/statusnet.po index af8d988d6a..868156a8d4 100644 --- a/locale/nl/LC_MESSAGES/statusnet.po +++ b/locale/nl/LC_MESSAGES/statusnet.po @@ -13,18 +13,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:10+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format @@ -5384,7 +5384,7 @@ msgstr "" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5392,7 +5392,7 @@ msgid "" msgstr "" "**%s** heeft een gebruiker op %%%%site.name%%%%, een [microblogdienst]" "(http://en.wikipedia.org/wiki/Micro-blogging) gebaseerd op de Vrije Software " -"[StatusNet](http://status.net/). " +"[StatusNet](http://status.net/)." #. TRANS: Link to the author of a repeated notice. %s is a linked nickname. #, php-format @@ -6244,7 +6244,6 @@ msgid "License" msgstr "Licentie" #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "StatusNet is free software: you can redistribute it and/or modify it under " "the terms of the GNU Affero General Public License as published by the Free " @@ -6254,10 +6253,9 @@ msgstr "" "StatusNet is vrije software. U kunt het herdistribueren en/of wijzigen in " "overeenstemming met de voorwaarden van de GNU Affero General Public License " "zoals gepubliceerd door de Free Software Foundation, versie 3 van de " -"Licentie, of (naar uw keuze) elke latere versie. " +"Licentie, of (naar uw keuze) elke latere versie." #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " @@ -6267,7 +6265,7 @@ msgstr "" "Dit programma wordt verspreid in de hoop dat het bruikbaar is, maar ZONDER " "ENIGE GARANTIE; zelfs zonder de impliciete garantie van VERKOOPBAARHEID of " "GESCHIKTHEID VOOR EEN BEPAALD DOEL. Zie de GNU Affero General Public License " -"voor meer details. " +"voor meer details." #. TRANS: Content part of StatusNet version page. #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html". diff --git a/locale/pl/LC_MESSAGES/statusnet.po b/locale/pl/LC_MESSAGES/statusnet.po index f79345c370..9b26abc3bf 100644 --- a/locale/pl/LC_MESSAGES/statusnet.po +++ b/locale/pl/LC_MESSAGES/statusnet.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Core to Polish (Polski) # Exported from translatewiki.net # +# Author: Bartek50003 # Author: McDutchie # Author: Raven # Author: Sp5uhe @@ -12,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:13+0000\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" @@ -21,12 +22,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-core\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format @@ -36,6 +37,10 @@ msgid "" "contact them at %2$s to make sure. Otherwise, wait a few minutes and try " "again." msgstr "" +"Baza danych dla %1$s nie odpowiada, więc witryna może nie działać poprawnie. " +"Administratorzy prawdopodobnie już wiedzą o tym problemie, ale możesz się z " +"nimi skontaktowac przez %2$s aby się upewnić. W przeciwnym wypadku poczekaj " +"kilka minut i spróbuj ponownie." #. TRANS: Error message. msgid "An error occurred." diff --git a/locale/pt/LC_MESSAGES/statusnet.po b/locale/pt/LC_MESSAGES/statusnet.po index cfba028579..c9c7d35db6 100644 --- a/locale/pt/LC_MESSAGES/statusnet.po +++ b/locale/pt/LC_MESSAGES/statusnet.po @@ -19,18 +19,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:14+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/pt_BR/LC_MESSAGES/statusnet.po b/locale/pt_BR/LC_MESSAGES/statusnet.po index 712e0ea175..2148d586a2 100644 --- a/locale/pt_BR/LC_MESSAGES/statusnet.po +++ b/locale/pt_BR/LC_MESSAGES/statusnet.po @@ -16,19 +16,19 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:16+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/ru/LC_MESSAGES/statusnet.po b/locale/ru/LC_MESSAGES/statusnet.po index af4cb9949a..68eaf72112 100644 --- a/locale/ru/LC_MESSAGES/statusnet.po +++ b/locale/ru/LC_MESSAGES/statusnet.po @@ -19,19 +19,19 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:17+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " "2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/statusnet.pot b/locale/statusnet.pot index e59d4fc9df..f4b58c0ddd 100644 --- a/locale/statusnet.pot +++ b/locale/statusnet.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/locale/sv/LC_MESSAGES/statusnet.po b/locale/sv/LC_MESSAGES/statusnet.po index 1872cb71f9..8d7ff31c1a 100644 --- a/locale/sv/LC_MESSAGES/statusnet.po +++ b/locale/sv/LC_MESSAGES/statusnet.po @@ -15,18 +15,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:18+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/te/LC_MESSAGES/statusnet.po b/locale/te/LC_MESSAGES/statusnet.po index 28e9fcf124..1d83434dc2 100644 --- a/locale/te/LC_MESSAGES/statusnet.po +++ b/locale/te/LC_MESSAGES/statusnet.po @@ -10,18 +10,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:19+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/tl/LC_MESSAGES/statusnet.po b/locale/tl/LC_MESSAGES/statusnet.po index 43ce3117e5..ec4dbbc9a6 100644 --- a/locale/tl/LC_MESSAGES/statusnet.po +++ b/locale/tl/LC_MESSAGES/statusnet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:46+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:21+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/locale/uk/LC_MESSAGES/statusnet.po b/locale/uk/LC_MESSAGES/statusnet.po index 5dae7eeb6d..4cd9a037e5 100644 --- a/locale/uk/LC_MESSAGES/statusnet.po +++ b/locale/uk/LC_MESSAGES/statusnet.po @@ -12,19 +12,19 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:22+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " "2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/zh_CN/LC_MESSAGES/statusnet.po b/locale/zh_CN/LC_MESSAGES/statusnet.po index 4fa086b596..7bb82801cd 100644 --- a/locale/zh_CN/LC_MESSAGES/statusnet.po +++ b/locale/zh_CN/LC_MESSAGES/statusnet.po @@ -18,19 +18,19 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:23+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-POT-Import-Date: 2011-10-10 14:22:23+0000\n" +"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" #. TRANS: Database error message. #, php-format diff --git a/plugins/APC/locale/APC.pot b/plugins/APC/locale/APC.pot index ccbe5040a4..719b908d8e 100644 --- a/plugins/APC/locale/APC.pot +++ b/plugins/APC/locale/APC.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/APC/locale/ast/LC_MESSAGES/APC.po b/plugins/APC/locale/ast/LC_MESSAGES/APC.po index b4925aa70b..5f7194e3de 100644 --- a/plugins/APC/locale/ast/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ast/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po b/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po index 5b69b86a84..d5834616b2 100644 --- a/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/APC/locale/br/LC_MESSAGES/APC.po b/plugins/APC/locale/br/LC_MESSAGES/APC.po index 586a491579..f2461eec16 100644 --- a/plugins/APC/locale/br/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/br/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/APC/locale/de/LC_MESSAGES/APC.po b/plugins/APC/locale/de/LC_MESSAGES/APC.po index aa25aeb64a..1f3d0505ef 100644 --- a/plugins/APC/locale/de/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/de/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/APC/locale/es/LC_MESSAGES/APC.po b/plugins/APC/locale/es/LC_MESSAGES/APC.po index 9ecca1492c..954baf83bd 100644 --- a/plugins/APC/locale/es/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/es/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/APC/locale/fr/LC_MESSAGES/APC.po b/plugins/APC/locale/fr/LC_MESSAGES/APC.po index 89d2ba3b0d..51463b9c32 100644 --- a/plugins/APC/locale/fr/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/fr/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/APC/locale/gl/LC_MESSAGES/APC.po b/plugins/APC/locale/gl/LC_MESSAGES/APC.po index 6102bea75d..241a0a4516 100644 --- a/plugins/APC/locale/gl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/gl/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/APC/locale/he/LC_MESSAGES/APC.po b/plugins/APC/locale/he/LC_MESSAGES/APC.po index 0c0ec93a8d..802ced65a5 100644 --- a/plugins/APC/locale/he/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/he/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/APC/locale/ia/LC_MESSAGES/APC.po b/plugins/APC/locale/ia/LC_MESSAGES/APC.po index 3c7c8a68ef..f2b381a728 100644 --- a/plugins/APC/locale/ia/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ia/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/APC/locale/id/LC_MESSAGES/APC.po b/plugins/APC/locale/id/LC_MESSAGES/APC.po index d2e795d7a0..38226e3747 100644 --- a/plugins/APC/locale/id/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/id/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/APC/locale/mk/LC_MESSAGES/APC.po b/plugins/APC/locale/mk/LC_MESSAGES/APC.po index e16991e8c4..331a52e812 100644 --- a/plugins/APC/locale/mk/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/mk/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/APC/locale/ms/LC_MESSAGES/APC.po b/plugins/APC/locale/ms/LC_MESSAGES/APC.po index a8e9a8fe26..b820395335 100644 --- a/plugins/APC/locale/ms/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ms/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/APC/locale/nb/LC_MESSAGES/APC.po b/plugins/APC/locale/nb/LC_MESSAGES/APC.po index 0eec7d8d18..e15c8d2ccd 100644 --- a/plugins/APC/locale/nb/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/nb/LC_MESSAGES/APC.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/APC/locale/nl/LC_MESSAGES/APC.po b/plugins/APC/locale/nl/LC_MESSAGES/APC.po index 28921e6024..984ab4f292 100644 --- a/plugins/APC/locale/nl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/nl/LC_MESSAGES/APC.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/APC/locale/pl/LC_MESSAGES/APC.po b/plugins/APC/locale/pl/LC_MESSAGES/APC.po index d218b8e937..9abd71f815 100644 --- a/plugins/APC/locale/pl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/pl/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/APC/locale/pt/LC_MESSAGES/APC.po b/plugins/APC/locale/pt/LC_MESSAGES/APC.po index d683a6bb4b..0e6c00f3da 100644 --- a/plugins/APC/locale/pt/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/pt/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po b/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po index e1b19de832..de5916c7ae 100644 --- a/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/APC/locale/ru/LC_MESSAGES/APC.po b/plugins/APC/locale/ru/LC_MESSAGES/APC.po index d7534c5679..0055bba4b2 100644 --- a/plugins/APC/locale/ru/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ru/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/APC/locale/tl/LC_MESSAGES/APC.po b/plugins/APC/locale/tl/LC_MESSAGES/APC.po index 6e608e374c..cd21c951a6 100644 --- a/plugins/APC/locale/tl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/tl/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/APC/locale/uk/LC_MESSAGES/APC.po b/plugins/APC/locale/uk/LC_MESSAGES/APC.po index ba134cf620..1a7ffee35f 100644 --- a/plugins/APC/locale/uk/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/uk/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po b/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po index d6169e0924..d4cc7f0870 100644 --- a/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/AccountManager/locale/AccountManager.pot b/plugins/AccountManager/locale/AccountManager.pot index 4be4d08221..5ec5f353c1 100644 --- a/plugins/AccountManager/locale/AccountManager.pot +++ b/plugins/AccountManager/locale/AccountManager.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/AccountManager/locale/af/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/af/LC_MESSAGES/AccountManager.po index 0c8cee51ee..5f9cc3ceb7 100644 --- a/plugins/AccountManager/locale/af/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/af/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:19+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: af\n" diff --git a/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po index 518bafd72a..0d36cf6891 100644 --- a/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:19+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po index 4ce6bb2066..d23679a60b 100644 --- a/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:19+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po index 84e75c8f79..e53667ebb0 100644 --- a/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:19+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po index 781fdd635e..fcbaa0d56f 100644 --- a/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:19+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po index 5812b1da7c..274f6cd7a5 100644 --- a/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po index 568c1d2ddf..9d6c3c6360 100644 --- a/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po index 96a174f66e..6ca08745c0 100644 --- a/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po index 5c43ee8503..5b2af0f498 100644 --- a/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po index 269f90cf4b..8131511e93 100644 --- a/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po index 118ac8fbf1..80c796323f 100644 --- a/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po index a1e3ddebe5..1eb7ebda72 100644 --- a/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po index 53f31cf512..773eef56c2 100644 --- a/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po index 0e8230b7d4..a85841d139 100644 --- a/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po index e04cacecaa..a877755034 100644 --- a/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po index 5196a291b0..fc7e7675d8 100644 --- a/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po index 38f53791da..4f82b62870 100644 --- a/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:21+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po index b4949ad442..cc76a63bef 100644 --- a/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:21+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Activity/locale/Activity.pot b/plugins/Activity/locale/Activity.pot index 2bcd74a3ba..70a3e9fc86 100644 --- a/plugins/Activity/locale/Activity.pot +++ b/plugins/Activity/locale/Activity.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po index 0988fc60fb..784f8abe02 100644 --- a/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:22+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po index 725eafb4b2..868956b055 100644 --- a/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:22+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Activity/locale/de/LC_MESSAGES/Activity.po b/plugins/Activity/locale/de/LC_MESSAGES/Activity.po index c0b3ca3b41..0184f9e27e 100644 --- a/plugins/Activity/locale/de/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/de/LC_MESSAGES/Activity.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:22+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po b/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po index 81635c4018..5a1e22c806 100644 --- a/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:22+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po b/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po new file mode 100644 index 0000000000..c8b3430832 --- /dev/null +++ b/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po @@ -0,0 +1,121 @@ +# Translation of StatusNet - Activity to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Activity\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:22+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-activity\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Text for "joined list" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group home URL, %4$s is a group name. +#. TRANS: Text for "joined group" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group URL, %4$s is a group name. +#, php-format +msgid "%2$s joined the group %4$s." +msgstr "%2$s uniuse ao grupo %4$s." + +#. TRANS: Text for "started following" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a profile URL, %4$s is a profile name. +#, php-format +msgid "%2$s started following %4$s." +msgstr "" +"%2$s comezou a seguir a %4$s." + +#. TRANS: Text for "started following" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a profile name, %4$s is a profile URL. +#, php-format +msgid "%1$s (%2$s) started following %3$s (%4$s)." +msgstr "%1$s (%2$s) comezou a seguir a %3$s (%4$s)." + +#. TRANS: Text for "stopped following" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a profile URL, %4$s is a profile name. +#, php-format +msgid "%2$s stopped following %4$s." +msgstr "" +"%2$s deixou de seguir a %4$s." + +#. TRANS: Text for "stopped following" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a profile name, %4$s is a profile URL. +#, php-format +msgid "%1$s (%2$s) stopped following %3$s (%4$s)." +msgstr "%1$s (%2$s) deixou de seguir a %3$s (%4$s)." + +#. TRANS: Text for "liked" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a notice URL, %4$s is an author name. +#, php-format +msgid "%2$s liked %4$s's update." +msgstr "" +"%2$s gustou da actualización de %4$s." + +#. TRANS: Text for "liked" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is an author name, %4$s is a notice URL. +#, php-format +msgid "%1$s (%2$s) liked %3$s's status (%4$s)." +msgstr "%1$s (%2$s) gustou do estado de %3$s (%4$s)." + +#. TRANS: Text for "stopped liking" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a notice URL, %4$s is an author name. +#, php-format +msgid "" +"%2$s stopped liking %4$s's update." +msgstr "" +"%2$s deixou de gustar da actualización " +"de %4$s." + +#. TRANS: Text for "stopped liking" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is an author name, %4$s is a notice URL. +#, php-format +msgid "%1$s (%2$s) stopped liking %3$s's status (%4$s)." +msgstr "%1$s (%2$s) deixou de gustar do estado de %3$s (%4$s)." + +#. TRANS: Text for "joined group" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a group name, %4$s is a group URL. +#, php-format +msgid "%1$s (%2$s) joined the group %3$s (%4$s)." +msgstr "%1$s (%2$s) uniuse ao grupo %3$s (%4$s)." + +#. TRANS: Text for "left group" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group URL, %4$s is a group name. +#, php-format +msgid "%2$s left the group %4$s." +msgstr "%2$s deixou o grupo %4$s." + +#. TRANS: Text for "left group" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a group name, %4$s is a group URL. +#, php-format +msgid "%1$s (%2$s) left the group %3$s (%4$s)." +msgstr "%1$s (%2$s) deixou o grupo %3$s (%4$s)." + +#. TRANS: Plugin description. +msgid "Emits notices when social activities happen." +msgstr "Emite notificacións cando acontecen actividades sociais." diff --git a/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po index b216127704..9e41643a86 100644 --- a/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:23+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po b/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po index a95cf4feb4..1ad50eb8e6 100644 --- a/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:23+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po b/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po index ced9f7c4ba..8015cbf599 100644 --- a/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:23+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po index 1a6baa34a1..2b0c273fa5 100644 --- a/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:23+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Adsense/locale/Adsense.pot b/plugins/Adsense/locale/Adsense.pot index 07ba8802d5..24a7ab107a 100644 --- a/plugins/Adsense/locale/Adsense.pot +++ b/plugins/Adsense/locale/Adsense.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po index c77ee1ff31..ccca4b64a3 100644 --- a/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:24+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po index b033fbc565..c32bd122c0 100644 --- a/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:24+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po index 167755372b..4160896f55 100644 --- a/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po index 8eaa2a690f..bdf598e183 100644 --- a/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po index 4425ae9458..811d113ee1 100644 --- a/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po index 4d61d32abf..b5492d8ca6 100644 --- a/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po index 04966ac5e7..4ce6d7a4f7 100644 --- a/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po index ac7f2fa6a9..27d30bde7e 100644 --- a/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -33,7 +33,7 @@ msgstr "AdSense" #. TRANS: Plugin description. msgid "Plugin to add Google AdSense to StatusNet sites." -msgstr "" +msgstr "Complemento para engadir Google AdSense aos sitios de StatusNet." #. TRANS: Title of AdSense administrator panel. msgctxt "TITLE" @@ -54,19 +54,19 @@ msgstr "Identificación do cliente de Google." #. TRANS: Field label in AdSense administration panel. msgid "Ad script URL" -msgstr "" +msgstr "Enderezo URL da escritura do anuncio" #. TRANS: Field title in AdSense administration panel. msgid "Script URL (advanced)." -msgstr "" +msgstr "Enderezo URL da escritura (avanzado)." #. TRANS: Field label in AdSense administration panel. msgid "Medium rectangle" -msgstr "" +msgstr "Rectángulo mediano" #. TRANS: Field title in AdSense administration panel. msgid "Medium rectangle slot code." -msgstr "" +msgstr "Código disposto no rectángulo mediano." #. TRANS: Field label in AdSense administration panel. msgid "Rectangle" @@ -74,7 +74,7 @@ msgstr "Rectángulo" #. TRANS: Field title in AdSense administration panel. msgid "Rectangle slot code." -msgstr "Código disposto no rectángulo" +msgstr "Código disposto no rectángulo." #. TRANS: Field label in AdSense administration panel. msgid "Leaderboard" @@ -90,7 +90,7 @@ msgstr "Rañaceos" #. TRANS: Field title in AdSense administration panel. msgid "Wide skyscraper slot code." -msgstr "" +msgstr "Código disposto no rañaceos." #. TRANS: Button text to save settings in AdSense administration panel. msgctxt "BUTTON" diff --git a/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po index 194d4e2a97..3279f58cb4 100644 --- a/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po index ab1309f58f..fb59098e37 100644 --- a/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" "Language-Team: Italian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: it\n" diff --git a/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po index 48dba5742b..d8bfa3e498 100644 --- a/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" "Language-Team: Georgian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ka\n" diff --git a/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po index 6c5cd23d2e..ed091dc0c7 100644 --- a/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:26+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po index 0d6bc0a1d4..3508bc4e1f 100644 --- a/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:26+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po index 881e600f40..e01a7ee879 100644 --- a/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:26+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po index 8f96929bfd..ed1754b33b 100644 --- a/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:26+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po index a5d2ee3b2f..83b8cde35c 100644 --- a/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:26+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po index d1ca190f4d..a68b7839f0 100644 --- a/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:26+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po index f5db6c71c9..f6aa74b6e3 100644 --- a/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:27+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po index b3c90d8f7e..bf1f491ba4 100644 --- a/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:27+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po index eb4f84efc0..1362868ebb 100644 --- a/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:27+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po index 4b3a2e5f38..8216363ef3 100644 --- a/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:27+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po index ce0dbac70b..f5ec101ade 100644 --- a/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:27+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:18:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Aim/locale/Aim.pot b/plugins/Aim/locale/Aim.pot index f93886080d..7cba41d9af 100644 --- a/plugins/Aim/locale/Aim.pot +++ b/plugins/Aim/locale/Aim.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Aim/locale/af/LC_MESSAGES/Aim.po b/plugins/Aim/locale/af/LC_MESSAGES/Aim.po index 8fa62734d7..59198a21ae 100644 --- a/plugins/Aim/locale/af/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/af/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: af\n" diff --git a/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po b/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po index a402d158c1..7f323cb982 100644 --- a/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Aim/locale/de/LC_MESSAGES/Aim.po b/plugins/Aim/locale/de/LC_MESSAGES/Aim.po index eb47166496..d440a8e550 100644 --- a/plugins/Aim/locale/de/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/de/LC_MESSAGES/Aim.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Aim/locale/es/LC_MESSAGES/Aim.po b/plugins/Aim/locale/es/LC_MESSAGES/Aim.po index d1a2a2178c..dc799d378d 100644 --- a/plugins/Aim/locale/es/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/es/LC_MESSAGES/Aim.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po b/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po index d17104e88b..fb0e06f7a2 100644 --- a/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po b/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po index 0525a3cf60..051b64c260 100644 --- a/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po b/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po index 22e16a680c..801a44d78d 100644 --- a/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po new file mode 100644 index 0000000000..95c26d63ff --- /dev/null +++ b/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po @@ -0,0 +1,46 @@ +# Translation of StatusNet - Aim to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Aim\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-aim\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: No idea what the use case for this message is. +msgid "Send me a message to post a notice" +msgstr "Envíame unha mensaxe para publicar unha nota" + +#. TRANS: Display name. +msgid "AIM" +msgstr "AIM" + +#. TRANS: Exception thrown in AIM plugin when user has not been specified. +msgid "Must specify a user." +msgstr "Cómpre especificar un usuario." + +#. TRANS: Exception thrown in AIM plugin when password has not been specified. +msgid "Must specify a password." +msgstr "Cómpre especificar un contrasinal." + +#. TRANS: Plugin description. +msgid "" +"The AIM plugin allows users to send and receive notices over the AIM network." +msgstr "" +"O complemento AIM permite aos usuarios enviar e recibir mensaxes desde a " +"rede de AIM." diff --git a/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po b/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po index cf1857787c..4b82343d1c 100644 --- a/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po b/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po index 1ca5a80f22..e9d9c20f7e 100644 --- a/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po b/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po index 922056a4cd..6725a7de51 100644 --- a/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po index 4f2bb07222..89787b6742 100644 --- a/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po b/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po index 013d997b24..d6a1cb4469 100644 --- a/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po b/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po index 033076c819..f3c219c86c 100644 --- a/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po index 6268b2e41a..09316fe55a 100644 --- a/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po b/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po index 48de024cb3..505650e126 100644 --- a/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/AnonymousFave/locale/AnonymousFave.pot b/plugins/AnonymousFave/locale/AnonymousFave.pot index 1470e6810c..71e686df46 100644 --- a/plugins/AnonymousFave/locale/AnonymousFave.pot +++ b/plugins/AnonymousFave/locale/AnonymousFave.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/AnonymousFave/locale/ar/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/ar/LC_MESSAGES/AnonymousFave.po index 844ddbd602..6621b85306 100644 --- a/plugins/AnonymousFave/locale/ar/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/ar/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:30+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po index e63ebbc7ba..091cdb1ed8 100644 --- a/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:30+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po index f4b7513813..0836e49cce 100644 --- a/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po index d6ed019d5c..2af3cf69e3 100644 --- a/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po index b0aea4c454..fb037990da 100644 --- a/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po index d0a52df8f1..7407ddc74e 100644 --- a/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po index 27dcc42e64..3a981e6cbd 100644 --- a/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po index b5cfcb5680..df06ae6653 100644 --- a/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -38,6 +38,8 @@ msgstr "Non se puido crear o favorito do aviso con ID %d." msgid "" "Could not disfavor notice! Please make sure your browser has cookies enabled." msgstr "" +"Non se puido eliminar a nota dos favoritos! Asegúrese de que o navegador ten " +"as cookies habilitadas." #. TRANS: Client error. msgid "There was a problem with your session token. Try again, please." @@ -57,7 +59,7 @@ msgstr "Engadir aos favoritos" #. TRANS: Label for tally for number of times a notice was favored. msgid "Favored" -msgstr "" +msgstr "Favorita" #. TRANS: Server exception. msgid "Could not create anonymous user session." @@ -65,12 +67,14 @@ msgstr "Non se puido crear a sesión de usuario anónimo." #. TRANS: Plugin description. msgid "Allow anonymous users to favorite notices." -msgstr "" +msgstr "Permitir aos usuarios anónimos marcar notas como favoritas." #. TRANS: Client error. msgid "" "Could not favor notice! Please make sure your browser has cookies enabled." msgstr "" +"Non se puido engadir a nota aos favoritos! Asegúrese de que o navegador ten " +"as cookies habilitadas." #. TRANS: Client error. msgid "This notice is already a favorite!" diff --git a/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po index e91d97550c..959b187bd1 100644 --- a/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po index 4be0e6d38e..9e988b69a5 100644 --- a/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po index 15f1512ccb..b9ac722c24 100644 --- a/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po index c14075226c..e4e3c85331 100644 --- a/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po index 1004d069c6..181fa64eeb 100644 --- a/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po index 6a833c04ae..8165b7a4c2 100644 --- a/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ApiLogger/locale/ApiLogger.pot b/plugins/ApiLogger/locale/ApiLogger.pot index 63d71510de..424f0325c7 100644 --- a/plugins/ApiLogger/locale/ApiLogger.pot +++ b/plugins/ApiLogger/locale/ApiLogger.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po index 89e58bf23a..c960f41c9d 100644 --- a/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po index 54f0e0f1a6..446291f515 100644 --- a/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po index 4116b10752..8fd81bce3d 100644 --- a/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po index 416323fc98..a1f624e936 100644 --- a/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -24,4 +24,4 @@ msgstr "" #. TRANS: Plugin description. msgid "Allows random sampling of API requests." -msgstr "Permite dar unha mostra aleatoria das solicitudes do API." +msgstr "Permite dar unha mostra aleatoria das solicitudes da API." diff --git a/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po index cee98eb293..5556dbbc35 100644 --- a/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po index f75efe69cb..ecaf2c8574 100644 --- a/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po index 8d2fd899a1..3c060f59d6 100644 --- a/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" "Language-Team: Colognian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ksh\n" diff --git a/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po index 9896744de7..d74fa95dd6 100644 --- a/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po index f690570832..a6abb2ad30 100644 --- a/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po index b579d30ca2..88214ac489 100644 --- a/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po index 37ec473850..d4a09eb9f7 100644 --- a/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po index 0597528d81..1b94dc17d4 100644 --- a/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po index ad83fffd35..861fb369dd 100644 --- a/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:36+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/AutoSandbox/locale/AutoSandbox.pot b/plugins/AutoSandbox/locale/AutoSandbox.pot index cf32d8892a..c874d5e64d 100644 --- a/plugins/AutoSandbox/locale/AutoSandbox.pot +++ b/plugins/AutoSandbox/locale/AutoSandbox.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po index ea0d5cf3ae..b138a3d531 100644 --- a/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:38+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po index 086d0ccb48..df1a9d77f1 100644 --- a/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po index fa71c5cc4f..8420980512 100644 --- a/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po index 36226a298e..b0f165f569 100644 --- a/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po index b897ad55b5..39f98a187d 100644 --- a/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po new file mode 100644 index 0000000000..99398de022 --- /dev/null +++ b/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po @@ -0,0 +1,47 @@ +# Translation of StatusNet - AutoSandbox to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - AutoSandbox\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-autosandbox\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Automatically sandboxes newly registered members." +msgstr "Sitúa de xeito automático aos novos usuarios nunha zona de probas." + +#. TRANS: User instructions after registration. +msgid "" +"Note you will initially be \"sandboxed\" so your posts will not appear in " +"the public timeline." +msgstr "" +"Teña en conta que inicialmente será enviado a unha zona de probas, de xeito " +"que as súas mensaxes non apareceran na liña temporal pública." + +#. TRANS: User instructions after registration. +#. TRANS: %s is a clickable e-mailaddress. +#, php-format +msgid "" +"Note you will initially be \"sandboxed\" so your posts will not appear in " +"the public timeline. Send a message to %s to speed up the unsandboxing " +"process." +msgstr "" +"Teña en conta que inicialmente será enviado a unha zona de probas, de xeito " +"que as súas mensaxes non apareceran na liña temporal pública. Envíe unha " +"mensaxe a %s para acelerar o proceso de abandonar a zona de probas." diff --git a/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po index 07b9f1c65d..ba921ccb15 100644 --- a/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po index bfefeab3a9..87b55e1eb9 100644 --- a/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po index 0d1e9aa848..3f0bc8d5bd 100644 --- a/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po index 897acc6029..f4481ad914 100644 --- a/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po index 19a94340eb..9278bc7917 100644 --- a/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po index 3d4b7a727a..8ac714bd06 100644 --- a/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:40+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po index f83fa30253..07d2be274a 100644 --- a/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:40+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Autocomplete/locale/Autocomplete.pot b/plugins/Autocomplete/locale/Autocomplete.pot index 1f43c5f9d6..3401864501 100644 --- a/plugins/Autocomplete/locale/Autocomplete.pot +++ b/plugins/Autocomplete/locale/Autocomplete.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Autocomplete/locale/ar/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ar/LC_MESSAGES/Autocomplete.po index 36fecf52aa..23f8751311 100644 --- a/plugins/Autocomplete/locale/ar/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ar/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:36+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po index de8f1b01d1..2c4f7365d7 100644 --- a/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:36+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po index 8500b68d88..29599689cc 100644 --- a/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:36+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po index da9ea98f10..495e472f37 100644 --- a/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:36+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po index f6e5934923..1a77011a95 100644 --- a/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po index a459618fe3..8a9a42944a 100644 --- a/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po index 481cb54bcd..30d95c40e7 100644 --- a/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po index 190e9469f8..6a6d9930df 100644 --- a/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po index 45309d4ba4..3d99218e4c 100644 --- a/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po index 7093177dad..80a62a60f4 100644 --- a/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po index c85f048480..5cfd443680 100644 --- a/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po index 1e3ee7bce2..c72833e6b5 100644 --- a/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po index b8093fb929..ce7f736fdb 100644 --- a/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po index 487bebe465..a85624293d 100644 --- a/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po index 01a9463c73..5039a6a6cb 100644 --- a/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po index 2005a60353..071c4ab00a 100644 --- a/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:38+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po index 74fc682384..817d24bddd 100644 --- a/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:38+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Awesomeness/locale/Awesomeness.pot b/plugins/Awesomeness/locale/Awesomeness.pot index c426aae7b7..0f8a2a071b 100644 --- a/plugins/Awesomeness/locale/Awesomeness.pot +++ b/plugins/Awesomeness/locale/Awesomeness.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po index 29b4adf059..9485be5955 100644 --- a/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:40+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po index ce7f77f345..f578f0ef1d 100644 --- a/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:40+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po index 88b50813b0..9802873583 100644 --- a/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po index 41a3bd3631..891325a62c 100644 --- a/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po index cdb53d9f4e..c8e15d8313 100644 --- a/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po index 77eddc0ef0..4782343f9c 100644 --- a/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po index 67985511e7..45a710f8d5 100644 --- a/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po index c54f5476bc..c5b7ede132 100644 --- a/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:46+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po index 5173ccf333..8606977cff 100644 --- a/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:46+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po index 94b5687361..ed6182e95c 100644 --- a/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:46+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po index 53e99c23b1..523f382526 100644 --- a/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:46+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po index 9372c6040f..354a207a26 100644 --- a/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:46+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po index 60750aa7e3..52a6cf2d19 100644 --- a/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:46+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/BitlyUrl/locale/BitlyUrl.pot b/plugins/BitlyUrl/locale/BitlyUrl.pot index 8528b9e9ff..cddd678a15 100644 --- a/plugins/BitlyUrl/locale/BitlyUrl.pot +++ b/plugins/BitlyUrl/locale/BitlyUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po index efee946835..35760986c4 100644 --- a/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:43+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po index b8b47b22dc..9eaf4ad3c2 100644 --- a/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:43+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po index 1b04689b50..cf911a3c9b 100644 --- a/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:43+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po index d9977fd40e..9ecf9c7367 100644 --- a/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:43+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po index 871efc3b51..6a41c40e02 100644 --- a/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:43+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po index 138570bf75..b3815207c1 100644 --- a/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:43+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -33,6 +33,10 @@ msgid "" "bit.ly/a/your_api_key). This verifies that this is an authorized account, " "and allow you to use bit.ly's tracking features and custom domains." msgstr "" +"O acurtamento de enderezos URL bit.ly necesita [unha conta de bit.ly e unha " +"clave API](http://bit.ly/a/your_api_key). Isto comproba que esta é unha " +"conta autorizada e permite usar as características de seguimento e dominios " +"personalizados de bit.ly." #. TRANS: Client error displayed when using too long a key. msgid "Invalid login. Maximum length is 255 characters." @@ -49,11 +53,12 @@ msgstr "Credenciais" #. TRANS: Form guide in administration panel for bit.ly URL shortening. msgid "Leave these empty to use global default credentials." -msgstr "" +msgstr "Deixe isto en branco para usar as credenciais globais por defecto." #. TRANS: Form guide in administration panel for bit.ly URL shortening. msgid "If you leave these empty, bit.ly will be unavailable to users." msgstr "" +"Se deixa isto en branco, bit.ly non estará dispoñible para os usuarios." #. TRANS: Field label in administration panel for bit.ly URL shortening. msgid "Login name" diff --git a/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po index 2bc2b8772f..674df9dc40 100644 --- a/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:44+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po index 0ae73df628..29ab0ed0ea 100644 --- a/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:44+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po index be591baebb..6face8efe8 100644 --- a/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:44+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po index 95e6e7d0cd..a5ab0346fd 100644 --- a/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:44+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po index 8375dc49cd..c399d54e4e 100644 --- a/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:44+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po index 514f0d84ad..1372782e03 100644 --- a/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:44+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po index b46c05a797..d07c43420e 100644 --- a/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:45+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po index db032e9597..4d592047ff 100644 --- a/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:45+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Blacklist/locale/Blacklist.pot b/plugins/Blacklist/locale/Blacklist.pot index 1f9ea432a3..48fd0da442 100644 --- a/plugins/Blacklist/locale/Blacklist.pot +++ b/plugins/Blacklist/locale/Blacklist.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po index c0ab9fa0e1..b7b5cd4b97 100644 --- a/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:47+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po index 5d53a20f4b..486f6deef6 100644 --- a/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:47+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po index 07dbd13c35..71f3e379e0 100644 --- a/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:47+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po index 8c44a11375..ef08793e2b 100644 --- a/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:47+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po index c805cf773c..bd0fb1b400 100644 --- a/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po @@ -1,5 +1,5 @@ # Translation of StatusNet - Blacklist to Galician (Galego) -# Expored from translatewiki.net +# Exported from translatewiki.net # # Author: Toliño # -- @@ -9,123 +9,119 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-16 15:08+0000\n" -"PO-Revision-Date: 2010-12-16 15:11:34+0000\n" -"Language-Team: Galician \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:48+0000\n" +"Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2010-11-30 17:54:24+0000\n" -"X-Generator: MediaWiki 1.18alpha (r78478); Translate extension (2010-09-17)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect. +#. TRANS: %1$s is a configuration section, %2$s is a configuration setting. +#, php-format +msgid "Unknown data type for config %1$s + %2$s." +msgstr "Tipo de datos descoñecido para a configuración %1$s + %2$s." + #. TRANS: Validation failure for URL. %s is the URL. -#: BlacklistPlugin.php:149 #, php-format msgid "You may not register with homepage \"%s\"." -msgstr "" +msgstr "Non se pode rexistrar coa páxina de inicio \"%s\"." #. TRANS: Validation failure for nickname. %s is the nickname. -#: BlacklistPlugin.php:160 #, php-format msgid "You may not register with nickname \"%s\"." -msgstr "" +msgstr "Non se pode rexistrar co alcume \"%s\"." #. TRANS: Validation failure for URL. %s is the URL. -#: BlacklistPlugin.php:185 #, php-format msgid "You may not use homepage \"%s\"." -msgstr "" +msgstr "Non pode usar a páxina de inicio \"%s\"." #. TRANS: Validation failure for nickname. %s is the nickname. -#: BlacklistPlugin.php:196 #, php-format msgid "You may not use nickname \"%s\"." -msgstr "" +msgstr "Non pode usar o alcume \"%s\"." #. TRANS: Validation failure for URL. %s is the URL. -#: BlacklistPlugin.php:239 #, php-format msgid "You may not use URL \"%s\" in notices." -msgstr "" +msgstr "Non pode usar o enderezo URL \"%s\" nas notas." -#: BlacklistPlugin.php:343 +#. TRANS: Plugin description. msgid "Keeps a blacklist of forbidden nickname and URL patterns." msgstr "" +"Mantén unha lista negra cos patróns de alcumes e de enderezos URL prohibidos." #. TRANS: Menu item in admin panel. -#: BlacklistPlugin.php:381 -#, fuzzy msgctxt "MENU" msgid "Blacklist" msgstr "Lista negra" #. TRANS: Tooltip for menu item in admin panel. -#: BlacklistPlugin.php:383 -#, fuzzy msgctxt "TOOLTIP" -msgid "Blacklist configuration" -msgstr "Configuración da lista negra" +msgid "Blacklist configuration." +msgstr "Configuración da lista negra." -#. TRANS: Checkbox with text label in the delete user form. -#: BlacklistPlugin.php:410 +#. TRANS: Checkbox label in the blacklist user form. msgid "Add this nickname pattern to blacklist" -msgstr "" +msgstr "Engadir o patrón deste alcume á lista negra" -#. TRANS: Checkbox with text label in the delete user form. -#: BlacklistPlugin.php:420 +#. TRANS: Checkbox label in the blacklist user form. msgid "Add this homepage pattern to blacklist" -msgstr "" +msgstr "Engadir o patrón desta páxina de inicio á lista negra" #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL. #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL. -#: BlacklistPlugin.php:499 BlacklistPlugin.php:534 #, php-format -msgid "Users from \"%s\" blocked." -msgstr "" +msgid "Users from \"%s\" are blocked." +msgstr "Os usuarios de \"%s\" están bloqueados." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#: BlacklistPlugin.php:510 #, php-format -msgid "Posts from nickname \"%s\" disallowed." -msgstr "" +msgid "Notices from nickname \"%s\" disallowed." +msgstr "As notas do alcume \"%s\" non están permitidas." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. -#: BlacklistPlugin.php:545 #, php-format -msgid "Can't subscribe to nickname \"%s\"." -msgstr "" +msgid "Cannot subscribe to nickname \"%s\"." +msgstr "Non pode subscribirse ao alcume \"%s\"." -#: blacklistadminpanel.php:52 +#. TRANS: Title of blacklist plugin administration panel. +msgctxt "TITLE" msgid "Blacklist" msgstr "Lista negra" -#: blacklistadminpanel.php:62 +#. TRANS: Instructions for blacklist plugin administration panel. msgid "Blacklisted URLs and nicknames" -msgstr "" +msgstr "Enderezos URL e alcumes na lista negra" -#: blacklistadminpanel.php:174 +#. TRANS: Field label in blacklist plugin administration panel. msgid "Nicknames" msgstr "Alcumes" -#: blacklistadminpanel.php:176 -msgid "Patterns of nicknames to block, one per line" -msgstr "" +#. TRANS: Field title in blacklist plugin administration panel. +msgid "Patterns of nicknames to block, one per line." +msgstr "Patróns de alcumes a bloquear, un por liña." -#: blacklistadminpanel.php:182 +#. TRANS: Field label in blacklist plugin administration panel. msgid "URLs" msgstr "Enderezos URL" -#: blacklistadminpanel.php:184 -msgid "Patterns of URLs to block, one per line" -msgstr "" +#. TRANS: Field title in blacklist plugin administration panel. +msgid "Patterns of URLs to block, one per line." +msgstr "Patróns de enderezos URL a bloquear, un por liña." -#: blacklistadminpanel.php:198 +#. TRANS: Button text in blacklist plugin administration panel to save settings. +msgctxt "BUTTON" msgid "Save" msgstr "Gardar" -#: blacklistadminpanel.php:201 -msgid "Save site settings" -msgstr "Gardar a configuración do sitio" +#. TRANS: Button title in blacklist plugin administration panel to save settings. +msgid "Save site settings." +msgstr "Gardar a configuración do sitio." diff --git a/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po index bda23ed5e6..186b92277a 100644 --- a/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:48+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po index b6b44f503e..a24d82cd3e 100644 --- a/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po index e1da2def9f..30ec598705 100644 --- a/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po index b8a36b4b2d..34b23b7405 100644 --- a/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po index 89071404ef..8cbdbeade6 100644 --- a/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po index a9adedbf51..ba068cc9dc 100644 --- a/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po index 5b4ae520cb..ecfe8a0a8f 100644 --- a/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po index 9527647e25..1d45616500 100644 --- a/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/BlankAd/locale/BlankAd.pot b/plugins/BlankAd/locale/BlankAd.pot index bcd7eef85e..592e143c80 100644 --- a/plugins/BlankAd/locale/BlankAd.pot +++ b/plugins/BlankAd/locale/BlankAd.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po index f3f887a081..7c37775370 100644 --- a/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po index 144c1b4990..2ed2eeefe8 100644 --- a/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po index d18a0ffe5c..1e38151440 100644 --- a/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po index de8b0f6c38..265cfebf2f 100644 --- a/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po index 98bf528040..e8db1d1389 100644 --- a/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po index 9a86e899ee..3481e3573c 100644 --- a/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po index b576e35787..018de83d1e 100644 --- a/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po index 317eef5ee6..38953aaef9 100644 --- a/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po index 573cf0a1ed..80dfacfef9 100644 --- a/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po index bf002b3e75..5ff42599af 100644 --- a/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po index ba34ceabf1..e35ea8a03b 100644 --- a/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po index 38dfd53baf..00cb5de246 100644 --- a/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po index 5ce95ab1a6..ad2888765a 100644 --- a/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po index 4d94215e03..3b106d7db6 100644 --- a/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po index b48e924b5d..ff5e3fc047 100644 --- a/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po index 2fa28f68aa..5609dc433d 100644 --- a/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po index 1214fc075f..efe7dc7966 100644 --- a/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po index 3254884917..c1e9e7ec11 100644 --- a/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po index 1e68fe5a03..0c58892037 100644 --- a/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Blog/locale/Blog.pot b/plugins/Blog/locale/Blog.pot index 4fd362163e..676dbf9bce 100644 --- a/plugins/Blog/locale/Blog.pot +++ b/plugins/Blog/locale/Blog.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Blog/locale/ar/LC_MESSAGES/Blog.po b/plugins/Blog/locale/ar/LC_MESSAGES/Blog.po index c2c6c2356b..985a4edf48 100644 --- a/plugins/Blog/locale/ar/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/ar/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:53+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Blog/locale/br/LC_MESSAGES/Blog.po b/plugins/Blog/locale/br/LC_MESSAGES/Blog.po index 2b319d329d..6aebe1a68d 100644 --- a/plugins/Blog/locale/br/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/br/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:53+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po b/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po index 6ea399194d..d1aeec93c3 100644 --- a/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:53+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Blog/locale/de/LC_MESSAGES/Blog.po b/plugins/Blog/locale/de/LC_MESSAGES/Blog.po index 13033e3c08..af400f0013 100644 --- a/plugins/Blog/locale/de/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/de/LC_MESSAGES/Blog.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:53+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po b/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po index 55ca537602..d5f59a98b5 100644 --- a/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:53+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po b/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po index c52fece9d1..b864cc997d 100644 --- a/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:53+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po b/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po index e8a9be43bf..103bda8d1a 100644 --- a/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:54+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -24,23 +24,23 @@ msgstr "" #. TRANS: Client exception thrown when trying to post a blog entry while not logged in. msgid "Must be logged in to post a blog entry." -msgstr "" +msgstr "Cómpre estar rexistrado para publicar unha entrada de blogue." #. TRANS: Client exception thrown when trying to post a blog entry without providing a title. msgid "Title required." -msgstr "O título é obrigatorio" +msgstr "O título é obrigatorio." #. TRANS: Client exception thrown when trying to post a blog entry without providing content. msgid "Content required." -msgstr "" +msgstr "Cómpre algún contido." #. TRANS: Page title after sending a notice. msgid "Blog entry saved" -msgstr "" +msgstr "Entrada de blogue gardada" #. TRANS: Plugin description. msgid "Let users write and share long-form texts." -msgstr "" +msgstr "Permite aos usuarios escribir e compartir textos longos." #. TRANS: Blog application title. msgctxt "TITLE" @@ -49,24 +49,24 @@ msgstr "Blogue" #. TRANS: Exception thrown when there are too many activity objects. msgid "Too many activity objects." -msgstr "" +msgstr "Demasiados obxectos de actividade." #. TRANS: Exception thrown when blog plugin comes across a non-blog entry type object. msgid "Wrong type for object." -msgstr "" +msgstr "Tipo incorrecto para o obxecto." #. TRANS: Exception thrown when blog plugin comes across a undefined verb. msgid "Unknown verb for blog entries." -msgstr "" +msgstr "Verbo descoñecido para a entrada de blogue." #. TRANS: Exception thrown when requesting a non-existing blog entry for notice. #, php-format msgid "No blog entry for notice %s." -msgstr "" +msgstr "A nota %s non ten ningunha entrada de blogue." #. TRANS: Client exception thrown when referring to a non-existing blog entry. msgid "No such entry." -msgstr "" +msgstr "Non hai tal entrada." #. TRANS: Title for a blog entry without a title. msgid "Untitled" @@ -79,7 +79,7 @@ msgstr "Título" #. TRANS: Field title on blog entry form. msgid "Title of the blog entry." -msgstr "" +msgstr "Título da entrada de blogue." #. TRANS: Field label on blog entry form. msgctxt "LABEL" @@ -88,7 +88,7 @@ msgstr "Texto" #. TRANS: Field title on blog entry form. msgid "Text of the blog entry." -msgstr "" +msgstr "Texto da entrada de blogue." #. TRANS: Button text to save a blog entry. msgctxt "BUTTON" diff --git a/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po b/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po index 5563ed68b9..7a05fc012c 100644 --- a/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:54+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po b/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po index 2d24141b50..84a7789480 100644 --- a/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:54+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po b/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po index a4b55b2208..985b217e58 100644 --- a/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:54+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/BlogspamNet/locale/BlogspamNet.pot b/plugins/BlogspamNet/locale/BlogspamNet.pot index 20c0afccf3..42f79177fb 100644 --- a/plugins/BlogspamNet/locale/BlogspamNet.pot +++ b/plugins/BlogspamNet/locale/BlogspamNet.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po index d60b10f6a1..d3db6317a3 100644 --- a/plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:54+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po index 155accfbd5..0438d23106 100644 --- a/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po new file mode 100644 index 0000000000..6150efb881 --- /dev/null +++ b/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po @@ -0,0 +1,45 @@ +# Translation of StatusNet - BlogspamNet to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - BlogspamNet\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-blogspamnet\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Server exception thrown when blogspam.net returns error status. +#. TRANS: %1$s is the base URL, %2$s is the error (unknown contents; no period). +#, php-format +msgid "Error from %1$s: %2$s" +msgstr "Erro de %1$s: %2$s" + +#. TRANS: Server exception thrown when blogspam.net returns spam status. +#. TRANS: Does not end with period because of unknown contents for %s (spam match). +#, php-format +msgid "Spam checker results: %s" +msgstr "Resultados do verificador de spam: %s" + +#. TRANS: Server exception thrown when blogspam.net returns an unexpected status. +#. TRANS: %1$s is the base URL, %2$s is the response (unknown contents; no period). +#, php-format +msgid "Unexpected response from %1$s: %2$s" +msgstr "Resposta inesperada de %1$s: %2$s" + +#. TRANS: Plugin description. +msgid "Plugin to check submitted notices with blogspam.net." +msgstr "Complemento para comprobar as notas enviadas con blogspam.net." diff --git a/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po index dfea5d7cf4..8bcdf5758d 100644 --- a/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po index b9aa68d221..6ba72fdc79 100644 --- a/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po index 33ca0ddab7..1965cb11b6 100644 --- a/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po index d3457a7399..58683586ea 100644 --- a/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:03:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po index 27239890f1..6f3a1a6f93 100644 --- a/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:00+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po index 14e70ce6f9..9ffc13276a 100644 --- a/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:00+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po index 24437be049..18fc64fbce 100644 --- a/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:00+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Bookmark/locale/Bookmark.pot b/plugins/Bookmark/locale/Bookmark.pot index 4947aa4d09..01eccead20 100644 --- a/plugins/Bookmark/locale/Bookmark.pot +++ b/plugins/Bookmark/locale/Bookmark.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Bookmark/locale/ar/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ar/LC_MESSAGES/Bookmark.po index 53d2cf256f..dff1db6dac 100644 --- a/plugins/Bookmark/locale/ar/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ar/LC_MESSAGES/Bookmark.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:59+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po index dfc9c6db61..9a96834af5 100644 --- a/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:59+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po index caa690bdd0..09d908b42a 100644 --- a/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:43:59+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po index 98d6f1caae..ca3fdce865 100644 --- a/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po index 8cd97f8b52..f0bcf22370 100644 --- a/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po new file mode 100644 index 0000000000..fa514fe82d --- /dev/null +++ b/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po @@ -0,0 +1,264 @@ +# Translation of StatusNet - Bookmark to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Bookmark\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-bookmark\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception thrown when a bookmark in an import file is incorrectly formatted. +msgid "No tag in a
." +msgstr "Falta a etiqueta nunha
." + +#. TRANS: Client exception thrown when a bookmark in an import file is private. +msgid "Skipping private bookmark." +msgstr "Saltando o marcador privado." + +#. TRANS: Client exception thrown when referring to a non-existing bookmark. +msgid "No such bookmark." +msgstr "Non existe ese marcador." + +#. TRANS: Title for bookmark. +#. TRANS: %1$s is a user nickname, %2$s is a bookmark title. +#, php-format +msgid "%1$s's bookmark for \"%2$s\"" +msgstr "Marcador de %1$s para \"%2$s\"" + +#. TRANS: Plugin description. +msgid "Simple extension for supporting bookmarks." +msgstr "Extensión simple para soportar marcadores." + +#. TRANS: Link text in proile leading to import form. +#. TRANS: Title for page to import del.icio.us bookmark backups on. +msgid "Import del.icio.us bookmarks" +msgstr "Importar os marcadores de del.icio.us" + +#. TRANS: Client exception thrown when a bookmark is formatted incorrectly. +msgid "Expected exactly 1 link rel=related in a Bookmark." +msgstr "Agardábase exactamente 1 ligazón rel=related nun marcador." + +#. TRANS: Server exception thrown when a bookmark has multiple attachments. +msgid "Bookmark notice with the wrong number of attachments." +msgstr "A nota do marcador ten un número incorrecto de anexos." + +#. TRANS: Application title. +msgctxt "TITLE" +msgid "Bookmark" +msgstr "Favorito" + +#. TRANS: Title for mini-posting window loaded from bookmarklet. +#. TRANS: %s is the StatusNet site name. +#, php-format +msgid "Bookmark on %s" +msgstr "Marcador en %s" + +#. TRANS: Client exception thrown when trying to save a new bookmark that already exists. +msgid "Bookmark already exists." +msgstr "O marcador xa existe." + +#. TRANS: Bookmark content. +#. TRANS: %1$s is a title, %2$s is a short URL, %3$s is the bookmark description, +#. TRANS: %4$s is space separated list of hash tags. +#, php-format +msgid "\"%1$s\" %2$s %3$s %4$s" +msgstr "\"%1$s\" %2$s %3$s %4$s" + +#. TRANS: Rendered bookmark content. +#. TRANS: %1$s is a URL, %2$s the bookmark title, %3$s is the bookmark description, +#. TRANS: %4$s is space separated list of hash tags. +#, php-format +msgid "" +"%2$s " +"%3$s %4$s" +msgstr "" +"%2$s " +"%3$s %4$s" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "URL" +msgstr "URL" + +#. TRANS: Button text for action to save a new bookmark. +msgctxt "BUTTON" +msgid "Add" +msgstr "Engadir" + +#. TRANS: Client exception thrown when an unknown URL is provided. +msgid "Unknown URL." +msgstr "Enderezo URL descoñecido." + +#. TRANS: Title of notice stream of notices with a given attachment (first page). +#. TRANS: %s is the URL. +#, php-format +msgid "Notices linking to %s" +msgstr "Notas que ligan con %s" + +#. TRANS: Title of notice stream of notices with a given attachment (all but first page). +#. TRANS: %1$s is the URL, %2$s is the page number. +#, php-format +msgid "Notices linking to %1$s, page %2$d" +msgstr "Notas que ligan con %1$s, páxina %2$d" + +#. TRANS: Client exception thrown when trying to import bookmarks without being logged in. +msgid "Only logged-in users can import del.icio.us backups." +msgstr "" +"Unicamente os usuarios rexistrados poden importar copias de seguridade de " +"del.icio.us." + +#. TRANS: Client exception thrown when trying to import bookmarks without having the rights to do so. +msgid "You may not restore your account." +msgstr "Non pode restaurar a súa conta." + +#. TRANS: Client exception thrown when trying to import bookmarks and upload fails. +#. TRANS: Client exception thrown when a file upload has failed. +msgid "No uploaded file." +msgstr "Ningún ficheiro cargado." + +#. TRANS: Client exception thrown when an uploaded file is too large. +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." +msgstr "O ficheiro subido supera a directiva upload_max_filesize no php.ini." + +#. TRANS: Client exception thrown when an uploaded file is too large. +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form." +msgstr "" +"O ficheiro subido supera a directiva MAX_FILE_SIZE especificada no " +"formulario HTML." + +#. TRANS: Client exception thrown when a file was only partially uploaded. +msgid "The uploaded file was only partially uploaded." +msgstr "O ficheiro só se subiu parcialmente." + +#. TRANS: Client exception thrown when a temporary folder is not present. +msgid "Missing a temporary folder." +msgstr "Falta un cartafol temporal." + +#. TRANS: Client exception thrown when writing to disk is not possible. +msgid "Failed to write file to disk." +msgstr "Non se puido escribir o ficheiro no disco." + +#. TRANS: Client exception thrown when a file upload has been stopped. +msgid "File upload stopped by extension." +msgstr "Interrompeuse a carga do ficheiro por mor da extensión." + +#. TRANS: Client exception thrown when a file upload operation has failed. +msgid "System error uploading file." +msgstr "Houbo un erro no sistema ao cargar o ficheiro." + +#. TRANS: Server exception thrown when a file upload cannot be found. +#. TRANS: %s is the file that could not be found. +#. TRANS: Exception thrown when a file upload cannot be found. +#. TRANS: %s is the file that could not be found. +#, php-format +msgid "No such file \"%s\"." +msgstr "Non existe o ficheiro \"%s\"." + +#. TRANS: Server exception thrown when a file upload is incorrect. +#. TRANS: %s is the irregular file. +#. TRANS: Exception thrown when a file upload is incorrect. +#. TRANS: %s is the irregular file. +#, php-format +msgid "Not a regular file: \"%s\"." +msgstr "O ficheiro non é normal: \"%s\"." + +#. TRANS: Server exception thrown when a file upload is not readable. +#. TRANS: %s is the file that could not be read. +#. TRANS: Exception thrown when a file upload is not readable. +#. TRANS: %s is the file that could not be read. +#, php-format +msgid "File \"%s\" not readable." +msgstr "Non se pode ler o ficheiro \"%s\"." + +#. TRANS: Success message after importing bookmarks. +msgid "" +"Bookmarks have been imported. Your bookmarks should now appear in search and " +"your profile page." +msgstr "" +"Importáronse os marcadores. Os seus marcadores debería aparecer nas procuras " +"e na páxina do seu perfil." + +#. TRANS: Busy message for importing bookmarks. +msgid "Bookmarks are being imported. Please wait a few minutes for results." +msgstr "Estanse importando os marcadores. Agarde uns minutos polos resultados." + +#. TRANS: Form instructions for importing bookmarks. +msgid "You can upload a backed-up delicious.com bookmarks file." +msgstr "Pode cargar unha copia de seguridade de marcadores de delicious.com ." + +#. TRANS: Button text on form to import bookmarks. +msgctxt "BUTTON" +msgid "Upload" +msgstr "Cargar" + +#. TRANS: Button title on form to import bookmarks. +msgid "Upload the file." +msgstr "Cargar o ficheiro." + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "Title" +msgstr "Título" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "Notes" +msgstr "Notas" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "Tags" +msgstr "Etiquetas" + +#. TRANS: Field title on form for adding a new bookmark. +msgid "Comma- or space-separated list of tags." +msgstr "Lista de etiquetas separadas por comas ou por espazos en branco." + +#. TRANS: Button text for action to save a new bookmark. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gardar" + +#. TRANS: Title for action to create a new bookmark. +msgid "New bookmark" +msgstr "Novo marcador" + +#. TRANS: Client exception thrown when trying to create a new bookmark while not logged in. +msgid "Must be logged in to post a bookmark." +msgstr "Cómpre estar rexistrado para publicar un marcador." + +#. TRANS: Client exception thrown when trying to create a new bookmark without a title. +msgid "Bookmark must have a title." +msgstr "O marcador debe ter un título." + +#. TRANS: Client exception thrown when trying to create a new bookmark without a URL. +msgid "Bookmark must have an URL." +msgstr "O marcador debe ter un enderezo URL." + +#. TRANS: Page title after posting a bookmark. +msgid "Bookmark posted" +msgstr "Marcador publicado" + +#. TRANS: %s is the filename that contains a backup for a user. +#, php-format +msgid "Getting backup from file \"%s\"." +msgstr "Obtendo a copia de seguridade desde o ficheiro \"%s\"." diff --git a/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po index 5afa3a8647..8852e8651c 100644 --- a/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po index a19b55fb77..64f666dd1b 100644 --- a/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po index faec18161d..9effba9439 100644 --- a/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po index 8eed6a5bde..3227cc45d8 100644 --- a/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po index 57a06e4e56..df3165cf7c 100644 --- a/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po index 05ee989a34..1b210bf471 100644 --- a/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:01+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po index 2cbbb7c45c..815b0aa36b 100644 --- a/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:01+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/CacheLog/locale/CacheLog.pot b/plugins/CacheLog/locale/CacheLog.pot index c421bbb4cc..9c4281acba 100644 --- a/plugins/CacheLog/locale/CacheLog.pot +++ b/plugins/CacheLog/locale/CacheLog.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po index f645105ade..1c3f2e8e36 100644 --- a/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:01+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po index 3e069e2e00..0ac1293209 100644 --- a/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:01+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po index 9faf38bb86..272f9f1a89 100644 --- a/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:01+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po index d60f034ff2..8cf6164002 100644 --- a/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po index 3881a020bc..5191f9f9a5 100644 --- a/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po index 61f488282b..5edf6264c5 100644 --- a/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po index 70032c6815..c2ea124e9b 100644 --- a/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po index daa34f4728..9a1ca44c4e 100644 --- a/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po index 43af68eac8..ca2b2fd1fc 100644 --- a/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po index 4f0929c334..2d7d74d025 100644 --- a/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po index bc89b78dc8..b4e063b172 100644 --- a/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:03+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po index 07338e398d..3e63707fb2 100644 --- a/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po index 5f71d06a1a..936fc01877 100644 --- a/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:03+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po index 85517bee1a..0ac05f1ce8 100644 --- a/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:03+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po index b63dfdd7ab..579a0924b6 100644 --- a/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:03+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po index 1c1581e28c..d115abd54b 100644 --- a/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:03+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po index 280aad989a..9d0d268bd5 100644 --- a/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:03+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/CasAuthentication/locale/CasAuthentication.pot b/plugins/CasAuthentication/locale/CasAuthentication.pot index c4a93c8594..69066943cb 100644 --- a/plugins/CasAuthentication/locale/CasAuthentication.pot +++ b/plugins/CasAuthentication/locale/CasAuthentication.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po index 30644541f8..b0dfb7357f 100644 --- a/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:04+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po index 5fbc9e2502..b2b41a0a8d 100644 --- a/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:05+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po index 4fa5f8a51d..45f11202af 100644 --- a/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:05+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" @@ -29,7 +29,7 @@ msgstr "CAS" #. TRANS: Tooltip for menu item. CAS is Central Authentication Service. msgid "Login or register with CAS." -msgstr "" +msgstr "Inici de sessió o registre amb CAS." #. TRANS: Invitation to users with a CAS account to log in using the service. #. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the URL. @@ -67,3 +67,5 @@ msgstr "Nom d'usuari o contrasenya incorrectes." #. TRANS: Server error displayed when login fails in CAS authentication plugin. msgid "Error setting user. You are probably not authorized." msgstr "" +"S'ha produït un error en definir l'usuari. Probablement no hi esteu " +"autoritzat." diff --git a/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po index 134019dadb..527d052fdc 100644 --- a/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:05+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po index 2a6a322517..af8ff342cb 100644 --- a/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po index ac0f0ea3f0..f604c8a9c3 100644 --- a/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po index 89b1739257..5f10075fe3 100644 --- a/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po index b0382ce901..58a1759fd4 100644 --- a/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po @@ -1,5 +1,5 @@ # Translation of StatusNet - CasAuthentication to Galician (Galego) -# Expored from translatewiki.net +# Exported from translatewiki.net # # Author: Toliño # -- @@ -9,64 +9,64 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-14 10:29+0000\n" -"PO-Revision-Date: 2011-01-14 10:32:51+0000\n" -"Language-Team: Galician \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" +"Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-01-10 18:25:59+0000\n" -"X-Generator: MediaWiki 1.18alpha (r80246); Translate extension (2010-09-17)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Menu item. CAS is Central Authentication Service. -#: CasAuthenticationPlugin.php:83 msgid "CAS" -msgstr "" +msgstr "Servizo de autenticación central (SAC)" #. TRANS: Tooltip for menu item. CAS is Central Authentication Service. -#: CasAuthenticationPlugin.php:85 msgid "Login or register with CAS." -msgstr "" +msgstr "Iniciar sesión ou rexistrarse co SAC." #. TRANS: Invitation to users with a CAS account to log in using the service. #. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the URL. #. TRANS: These two elements may not be separated. -#: CasAuthenticationPlugin.php:101 #, php-format msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)" msgstr "" +"(Ten unha conta co SAC? Probe o noso [rexistro SAC](%%action.caslogin%%)!)" -#: CasAuthenticationPlugin.php:128 +#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly. msgid "Specifying a server is required." -msgstr "" +msgstr "Cómpre especificar un servidor." -#: CasAuthenticationPlugin.php:131 +#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly. msgid "Specifying a port is required." -msgstr "" +msgstr "Cómpre especificar un porto." -#: CasAuthenticationPlugin.php:134 +#. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly. msgid "Specifying a path is required." -msgstr "" +msgstr "Cómpre especificar unha ruta." #. TRANS: Plugin description. CAS is Central Authentication Service. -#: CasAuthenticationPlugin.php:154 msgid "" "The CAS Authentication plugin allows for StatusNet to handle authentication " "through CAS (Central Authentication Service)." msgstr "" +"O complemento de autenticación SAC permite a StatusNet manexar a " +"autenticación a través do SAC (servizo de autenticación central)." -#: caslogin.php:28 +#. TRANS: Client error displayed when trying to log in while already logged on. msgid "Already logged in." msgstr "Xa se identificou." -#: caslogin.php:39 +#. TRANS: Server error displayed when trying to log in with incorrect username or password. msgid "Incorrect username or password." msgstr "Nome de usuario ou contrasinal incorrectos." -#: caslogin.php:45 +#. TRANS: Server error displayed when login fails in CAS authentication plugin. msgid "Error setting user. You are probably not authorized." msgstr "" "Houbo un erro ao configurar o usuario. Probablemente non estea autorizado " diff --git a/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po index 24c1350d9d..2b59a73865 100644 --- a/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hu\n" diff --git a/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po index 04681614a6..c67634a74a 100644 --- a/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po index dc991cb700..c89bd0f2fa 100644 --- a/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po index 86544ee235..3036129f95 100644 --- a/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po index 4ac8667cae..d5c02d512f 100644 --- a/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:07+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po index da81eff7aa..f7891230e6 100644 --- a/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:07+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po index 4f5be1af4c..9c357f3050 100644 --- a/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:07+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po index 9819d6fd38..6563e30e09 100644 --- a/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:07+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po index 98c2ceb4d1..2904ad1f97 100644 --- a/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:07+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/ClientSideShorten/locale/ClientSideShorten.pot b/plugins/ClientSideShorten/locale/ClientSideShorten.pot index ec3bc5f210..80fde94082 100644 --- a/plugins/ClientSideShorten/locale/ClientSideShorten.pot +++ b/plugins/ClientSideShorten/locale/ClientSideShorten.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po index a855b241cd..4cfc66a158 100644 --- a/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:07+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po index eacbf0460a..db1fa84b95 100644 --- a/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po index f12479c4b6..d74c2c34c2 100644 --- a/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po index a4d3e6dc6f..e4d77252a0 100644 --- a/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po index cbb15345f5..dca8d5e5a3 100644 --- a/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po index 7c032518b1..a4f32cd7aa 100644 --- a/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po index 1d59c8ab31..ea3fed861f 100644 --- a/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po index 5275a793c7..bb686e3ac8 100644 --- a/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po index f6c6b1463b..914f5e990f 100644 --- a/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po index cec0355366..c00a3e9766 100644 --- a/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po index 24bd254eb2..e55369ce8e 100644 --- a/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po index ef1369b121..ab5d0fc1f6 100644 --- a/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po index e5eceed15b..0825df969a 100644 --- a/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po index 761dc43d46..e206286c68 100644 --- a/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po index 366e5e1199..67a86dcc36 100644 --- a/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po index 7bfa06e2d5..563b8151f5 100644 --- a/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Comet/locale/Comet.pot b/plugins/Comet/locale/Comet.pot index 430eca3492..6b5899c4aa 100644 --- a/plugins/Comet/locale/Comet.pot +++ b/plugins/Comet/locale/Comet.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Comet/locale/de/LC_MESSAGES/Comet.po b/plugins/Comet/locale/de/LC_MESSAGES/Comet.po index 113dd3354f..a1470fffb7 100644 --- a/plugins/Comet/locale/de/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/de/LC_MESSAGES/Comet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po b/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po index 82d7798cf9..1597d103df 100644 --- a/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po b/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po index 177109cbf8..5075679af3 100644 --- a/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:10+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Comet/locale/he/LC_MESSAGES/Comet.po b/plugins/Comet/locale/he/LC_MESSAGES/Comet.po index eed431f8be..99f622b7a0 100644 --- a/plugins/Comet/locale/he/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/he/LC_MESSAGES/Comet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:10+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po b/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po index eea4282344..fb466028aa 100644 --- a/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:10+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po b/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po index b70a93bd35..30fcdc86b0 100644 --- a/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:10+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po b/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po index 4d5bb17586..e5d3b3837f 100644 --- a/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po b/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po index a1ba682bba..cc3db5d6f6 100644 --- a/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:10+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po b/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po index c71920c6eb..c40524ac5c 100644 --- a/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po b/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po index f621d4cfe7..cbe6207cc6 100644 --- a/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po b/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po index ab7c90f3b0..9e292ca670 100644 --- a/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/DirectionDetector/locale/DirectionDetector.pot b/plugins/DirectionDetector/locale/DirectionDetector.pot index 7a8b47211d..9e1ca11281 100644 --- a/plugins/DirectionDetector/locale/DirectionDetector.pot +++ b/plugins/DirectionDetector/locale/DirectionDetector.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po index 555f010698..09a4b41e07 100644 --- a/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po index 9f8df76af8..80ece289e7 100644 --- a/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po index 525b4f7976..1a44819134 100644 --- a/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po index 5fe4a4caa7..48ff32fde4 100644 --- a/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po index 609b9e61b0..da44a102ab 100644 --- a/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po index 64a928735a..fc2412f0c9 100644 --- a/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po index 1c0d739611..f34c6018e3 100644 --- a/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po index 07cd757115..bee1e8197e 100644 --- a/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po index 81f217f4d3..9442a81190 100644 --- a/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po index 7bf197edf9..4aa8018dd7 100644 --- a/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po index 31efcc9be1..c911ba29cc 100644 --- a/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po index 3d7b9271af..e2c59927da 100644 --- a/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po index 0bd8ba6b8b..39fae87ec0 100644 --- a/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lb\n" diff --git a/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po index 589a67d348..4b083a1101 100644 --- a/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po index ec94264d1e..ca007fca0f 100644 --- a/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:13+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po index c57698f071..f04646bb29 100644 --- a/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" "Last-Translator: Siebrand Mazeland \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po index c76c8690a5..999d3ce22e 100644 --- a/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:13+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po index ddb5085f71..e6d9fa9df4 100644 --- a/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:13+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po index c48800ecac..960287e374 100644 --- a/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:13+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po index 92e6e8ea06..edfd0d0406 100644 --- a/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:13+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po index e0a5b7da54..be80e26d28 100644 --- a/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:13+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Directory/locale/Directory.pot b/plugins/Directory/locale/Directory.pot index 96f8b5f9fb..196aa5c93c 100644 --- a/plugins/Directory/locale/Directory.pot +++ b/plugins/Directory/locale/Directory.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po index 97d6d85b3e..dd59abeb85 100644 --- a/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:15+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po index 11ca39c7fe..ae70ce4031 100644 --- a/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Directory/locale/de/LC_MESSAGES/Directory.po b/plugins/Directory/locale/de/LC_MESSAGES/Directory.po index 660acce19d..b1964dd722 100644 --- a/plugins/Directory/locale/de/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/de/LC_MESSAGES/Directory.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po b/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po index 9984042ed5..c3d843ce0d 100644 --- a/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po b/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po index 4323566546..36078838de 100644 --- a/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po b/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po index 40dafc8d89..1301bb2ae0 100644 --- a/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po b/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po index 9894f5bbf1..8a04f4e5f8 100644 --- a/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -25,22 +25,22 @@ msgstr "" #. TRANS: Page title for user directory. %d is a page number. #, php-format msgid "User Directory, page %d" -msgstr "" +msgstr "Directorio de usuario, páxina %d" #. TRANS: Page title for user directory. msgid "User directory" -msgstr "" +msgstr "Directorio de usuario" #. TRANS: Page title for user directory. %s is the applied filter. #, php-format msgid "User directory - %s" -msgstr "" +msgstr "Directorio de usuario - %s" #. TRANS: Page title for user directory. #. TRANS: %1$s is the applied filter, %2$d is a page number. #, php-format msgid "User directory - %1$s, page %2$d" -msgstr "" +msgstr "Directorio de usuario - %1$s, páxina %2$d" #. TRANS: %%site.name%% is the name of the StatusNet site. #, php-format @@ -48,10 +48,13 @@ msgid "" "Search for people on %%site.name%% by their name, location, or interests. " "Separate the terms by spaces; they must be 3 characters or more." msgstr "" +"Buscar xente en %%site.name%% por nome, lugar ou intereses. Separe os termos " +"con espazos en branco. Cada termo ten que estar formado por tres ou máis " +"caracteres." #. TRANS: Fieldset legend. msgid "Search site" -msgstr "" +msgstr "Buscar no sitio" #. TRANS: Field label for user directory filter. #. TRANS: Field label for input of one or more keywords. @@ -67,7 +70,7 @@ msgstr "Procurar" #. TRANS: Empty list message for user directory. #, php-format msgid "No users starting with %s" -msgstr "" +msgstr "Non hai usuarios que comecen por %s" #. TRANS: Empty list message for user directory. #. TRANS: Empty list message for searching group directory. @@ -82,27 +85,31 @@ msgid "" "* Try more general keywords.\n" "* Try fewer keywords." msgstr "" +"* Asegúrese de que non haxa faltas de ortografía.\n" +"* Probe con palabras clave diferentes.\n" +"* Probe con máis palabras clave xerais.\n" +"* Probe con menos palabras clave." #. TRANS: Title for group directory page. %d is a page number. #, php-format msgid "Group Directory, page %d" -msgstr "" +msgstr "Directorio de grupo, páxina %d" #. TRANS: Title for group directory page. msgid "Group directory" -msgstr "" +msgstr "Directorio de grupo" #. TRANS: Title for group directory page when it is filtered. #. TRANS: %s is the filter string. #, php-format msgid "Group directory - %s" -msgstr "" +msgstr "Directorio de grupo - %s" #. TRANS: Title for group directory page when it is filtered. #. TRANS: %1$s is the filter string, %2$d is a page number. #, php-format msgid "Group directory - %1$s, page %2$d" -msgstr "" +msgstr "Directorio de grupo - %1$s, páxina %2$d" #. TRANS: Page instructions. msgid "" @@ -112,20 +119,27 @@ msgid "" "Browse groups, or search for groups by their name, location or topic.\n" "Separate the terms by spaces; they must be three characters or more." msgstr "" +"Despois de unirse a un grupo, pode enviar mensaxes a outros membros\n" +"mediante a sintaxe \"!nomedegrupo\".\n" +"\n" +"Navegue polos grupos ou busque grupos polos seus nomes, localizacións ou " +"temas.\n" +"Separe os termos con espazos en branco. Cada termo ten que estar formado por " +"tres ou máis caracteres." #. TRANS: Link to create a new group on the group list page. msgid "Create a new group" -msgstr "" +msgstr "Crear un novo grupo" #. TRANS: Fieldset legend. msgid "Search groups" -msgstr "" +msgstr "Procurar grupos" #. TRANS: Empty list message for searching group directory. #. TRANS: %s is the search string. #, php-format msgid "No groups starting with %s." -msgstr "" +msgstr "Non hai grupos que comecen por %s." #. TRANS: Menu item text for user directory. msgctxt "MENU" @@ -138,7 +152,7 @@ msgstr "Directorio de usuario." #. TRANS: Plugin description. msgid "Add a user directory." -msgstr "" +msgstr "Engadir un directorio de usuario." #. TRANS: Column header in table for user nickname. msgid "Nickname" diff --git a/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po index ce6847b56c..98cc57dfae 100644 --- a/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po index 430b87bd4b..1177730625 100644 --- a/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po b/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po index 1f02ede39f..66029dfe24 100644 --- a/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:17+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po b/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po index ec899b1ec6..738eb8f301 100644 --- a/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:17+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po b/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po index 81ce2bbe12..1cccdaf1a7 100644 --- a/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:17+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po b/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po index a1eef29c83..2f33fb0fea 100644 --- a/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:17+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po b/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po index 31ebadb13e..de5929baa0 100644 --- a/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:17+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/DiskCache/locale/DiskCache.pot b/plugins/DiskCache/locale/DiskCache.pot index 229d1758d0..0ff17d5fdc 100644 --- a/plugins/DiskCache/locale/DiskCache.pot +++ b/plugins/DiskCache/locale/DiskCache.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po index 7004e5c4c4..5de1a7c6ec 100644 --- a/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:17+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po index bedb33d1e5..a3b8f4f214 100644 --- a/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po index aceeb72f42..761e1c89be 100644 --- a/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po index f3a82c5045..61e4af1fec 100644 --- a/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po index c741f04add..d92c47a36d 100644 --- a/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po index d065975036..84029f6036 100644 --- a/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po index 797661a71a..add5b96848 100644 --- a/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po index 66b4196b54..cf3c06bf66 100644 --- a/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po index 5c7cfbc7d3..e30c8fd99f 100644 --- a/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po index a21a6b053c..5ad0762dee 100644 --- a/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po index afd59aa9e2..f9306009e1 100644 --- a/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po index e7452afd41..bd3fc5e819 100644 --- a/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po index dc5b5f492f..107bd3edb5 100644 --- a/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po index 4ad89df814..4a4298562f 100644 --- a/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po index 6bab5cc25d..58d533691c 100644 --- a/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po index ab9ee8b348..0d0783db9a 100644 --- a/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po index 003344d3a3..e92cbdef2d 100644 --- a/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po index 5146671f71..7715d8a3f6 100644 --- a/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po index ffbba59a28..0eae4e2b50 100644 --- a/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po index 4b45b23570..4a8fe915d0 100644 --- a/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:20+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po index 96c4b450e5..dc49c1bce7 100644 --- a/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:20+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Disqus/locale/Disqus.pot b/plugins/Disqus/locale/Disqus.pot index 2ace1369ed..d6ec053318 100644 --- a/plugins/Disqus/locale/Disqus.pot +++ b/plugins/Disqus/locale/Disqus.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po index 8fd1c36326..59952a5f3e 100644 --- a/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:20+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po index 11845456a5..eb2783e98d 100644 --- a/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:20+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po index 3bb150b7b7..b72953b0e5 100644 --- a/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:20+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po index ead7e7d9ba..aa73416caa 100644 --- a/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po index c018bb7396..7f80b5e455 100644 --- a/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po index a710bdc03f..8cdecb6e6f 100644 --- a/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po index 1252b0997e..7677115c96 100644 --- a/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po @@ -1,5 +1,5 @@ # Translation of StatusNet - Disqus to Galician (Galego) -# Expored from translatewiki.net +# Exported from translatewiki.net # # Author: Toliño # -- @@ -9,39 +9,41 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-14 23:32+0000\n" -"PO-Revision-Date: 2011-01-14 23:35:47+0000\n" -"Language-Team: Galician \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" +"Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-01-14 13:21:12+0000\n" -"X-Generator: MediaWiki 1.18alpha (r80343); Translate extension (2010-09-17)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: User notification that JavaScript is required for Disqus comment display. -#: DisqusPlugin.php:143 +#. TRANS: This message contains Markdown links in the form [description](link). #, php-format msgid "" "Please enable JavaScript to view the [comments powered by Disqus](http://" "disqus.com/?ref_noscript=%s)." msgstr "" +"Active o JavaScript para ollar os [comentarios mediante Disqus](http://" +"disqus.com/?ref_noscript=%s)." #. TRANS: This message is followed by a Disqus logo. Alt text is "Disqus". -#: DisqusPlugin.php:151 msgid "Comments powered by " -msgstr "" +msgstr "Comentarios proporcionados por " #. TRANS: Plugin supplied feature for Disqus comments to notices. -#: DisqusPlugin.php:204 msgid "Comments" msgstr "Comentarios" #. TRANS: Plugin description. -#: DisqusPlugin.php:245 msgid "" "Use Disqus to add commenting to notice " "pages." msgstr "" +"Usa Disqus para engadir comentarios ás " +"páxinas das notas." diff --git a/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po index 31899d7390..61e469acfc 100644 --- a/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po index d911c37940..92fdf13055 100644 --- a/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po index 3c42a0b889..a74358685f 100644 --- a/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:22+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po index e998a6ea45..b27e44d661 100644 --- a/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po index a693ad7ddf..9d72a334f2 100644 --- a/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:23+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po index 22a1a929de..6fe0c5bdbc 100644 --- a/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:23+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po index d8ae6c7c59..e3dfa06ea3 100644 --- a/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:23+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po index 0a18c80f91..5f427aab28 100644 --- a/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:23+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po index 6f068fb92b..3ba2aa9f82 100644 --- a/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:23+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot b/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot index ee2c2789b1..e90515501f 100644 --- a/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot +++ b/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/DomainStatusNetwork/locale/de/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/de/LC_MESSAGES/DomainStatusNetwork.po index 9e108d2a99..1a32c7f8f6 100644 --- a/plugins/DomainStatusNetwork/locale/de/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/de/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po index 269ce44ecd..2f9dc8d3ab 100644 --- a/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po index 013b16867c..e151122176 100644 --- a/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po index 5223df7d4a..5b402b3e78 100644 --- a/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po index ee0a5f5d82..e2e776aa70 100644 --- a/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po index b53dca6435..a0975d7b3e 100644 --- a/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po index 43b987423c..a929022470 100644 --- a/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:25+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po index 4b0fe11fad..e49d7d4370 100644 --- a/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po index 8d13b54c9a..efb0f43d41 100644 --- a/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:25+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po index 9c270fbf5f..73d017c533 100644 --- a/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:25+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/DomainWhitelist/locale/DomainWhitelist.pot b/plugins/DomainWhitelist/locale/DomainWhitelist.pot index 0b99bd4b84..3b4f2ec77e 100644 --- a/plugins/DomainWhitelist/locale/DomainWhitelist.pot +++ b/plugins/DomainWhitelist/locale/DomainWhitelist.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po index 83ba6cf75c..da145b876a 100644 --- a/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:21+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:26+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po index 747b3bb11e..035b6439b1 100644 --- a/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:21+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:26+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po index 4a9c1e2924..321f35bb57 100644 --- a/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:21+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:26+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po new file mode 100644 index 0000000000..ec51967c7e --- /dev/null +++ b/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po @@ -0,0 +1,81 @@ +# Translation of StatusNet - DomainWhitelist to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - DomainWhitelist\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:26+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist. +#. TRANS: %s is a whitelisted e-mail domain. +#, php-format +msgid "Email address must be in this domain: %s." +msgstr "O enderezo de correo electrónico debe ser deste dominio: %s." + +#. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist. +#. TRANS: %s are whitelisted e-mail domains separated by comma's (localisable). +#, php-format +msgid "Email address must be in one of these domains: %s." +msgstr "O enderezo de correo electrónico debe ser dun destes dominios: %s." + +#. TRANS: Separator for whitelisted domains. +msgctxt "SEPARATOR" +msgid ", " +msgstr ", " + +#. TRANS: Exception thrown when an e-mail address does not match the site's domain whitelist. +msgid "That email address is not allowed on this site." +msgstr "Ese enderezo de correo electrónico non está permitido neste sitio." + +#. TRANS: Title for invitiation deletion dialog. +msgid "Confirmation Required" +msgstr "Cómpre confirmación" + +#. TRANS: Confirmation text for invitation deletion dialog. +msgid "Really delete this invitation?" +msgstr "Está seguro de querer borrar esta invitación?" + +#. TRANS: Plugin description. +msgid "Restrict domains for email users." +msgstr "Restrinxir os dominios para os usuarios de correo electrónico." + +#. TRANS: Form legend. +msgid "Invite collegues" +msgstr "Convidar colegas" + +#. TRANS: Field label for a personal message to send to invitees. +msgid "Personal message" +msgstr "Mensaxe persoal" + +#. TRANS: Field title for a personal message to send to invitees. +msgid "Optionally add a personal message to the invitation." +msgstr "Engadir opcionalmente unha mensaxe persoal á invitación." + +#. TRANS: Link description to action to add another item to a list. +msgid "Add another item" +msgstr "Engadir outro elemento" + +#. TRANS: Send button for inviting friends. +msgctxt "BUTTON" +msgid "Send" +msgstr "Enviar" + +#. TRANS: Submit button title. +msgid "Send invitations." +msgstr "Enviar as invitacións." diff --git a/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po index 0f1fa4b687..28bcc83b57 100644 --- a/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:26+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po index 6e9fee6596..b89b287155 100644 --- a/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:26+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po index f44c1d81da..1f40ab68d4 100644 --- a/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po index 84a24303f9..e0cf36e49e 100644 --- a/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po index 5cd58f2ca4..cb6e70872e 100644 --- a/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Echo/locale/Echo.pot b/plugins/Echo/locale/Echo.pot index 34ccfc482d..f1968ee22b 100644 --- a/plugins/Echo/locale/Echo.pot +++ b/plugins/Echo/locale/Echo.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Echo/locale/ar/LC_MESSAGES/Echo.po b/plugins/Echo/locale/ar/LC_MESSAGES/Echo.po index 58e6f97d26..6998d5e099 100644 --- a/plugins/Echo/locale/ar/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/ar/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po b/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po index b8a652e62b..5f6a2c871a 100644 --- a/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/Echo/locale/br/LC_MESSAGES/Echo.po b/plugins/Echo/locale/br/LC_MESSAGES/Echo.po index bceed74555..8ef449cc1e 100644 --- a/plugins/Echo/locale/br/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/br/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Echo/locale/de/LC_MESSAGES/Echo.po b/plugins/Echo/locale/de/LC_MESSAGES/Echo.po index b88908e4dc..bea1396739 100644 --- a/plugins/Echo/locale/de/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/de/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Echo/locale/es/LC_MESSAGES/Echo.po b/plugins/Echo/locale/es/LC_MESSAGES/Echo.po index c7d2a22167..544aa13aa5 100644 --- a/plugins/Echo/locale/es/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/es/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po b/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po index d75213753b..5a11d99e81 100644 --- a/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po b/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po index 4993349c18..ac2fb992a5 100644 --- a/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po index f32e51aa3d..8a0cf37f07 100644 --- a/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Echo/locale/he/LC_MESSAGES/Echo.po b/plugins/Echo/locale/he/LC_MESSAGES/Echo.po index 652ffeede9..7b3c7bce50 100644 --- a/plugins/Echo/locale/he/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/he/LC_MESSAGES/Echo.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po b/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po index eb2492de6b..e9f681eb6c 100644 --- a/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Echo/locale/id/LC_MESSAGES/Echo.po b/plugins/Echo/locale/id/LC_MESSAGES/Echo.po index 5402678ea6..9965844da8 100644 --- a/plugins/Echo/locale/id/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/id/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po b/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po index 4044e16ef9..430fbb49b5 100644 --- a/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lb\n" diff --git a/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po b/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po index 0386f74f64..69b2803098 100644 --- a/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po b/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po index e757f7b67b..068c33dd19 100644 --- a/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po index 3e05fe2bc6..8bed6425ef 100644 --- a/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po b/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po index 8c1edeb3c6..acee5e6f2f 100644 --- a/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po b/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po index 53b7119e36..29c6b21845 100644 --- a/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po b/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po index 948dbcd669..abfb115395 100644 --- a/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po index 634548d073..7bd60d87c7 100644 --- a/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po b/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po index bf3a40cff8..3fb95dfa4c 100644 --- a/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po b/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po index 8cdce5b0d3..a49fe45df3 100644 --- a/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/EmailAuthentication/locale/EmailAuthentication.pot b/plugins/EmailAuthentication/locale/EmailAuthentication.pot index e051ded219..e650df73a9 100644 --- a/plugins/EmailAuthentication/locale/EmailAuthentication.pot +++ b/plugins/EmailAuthentication/locale/EmailAuthentication.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po index 63f28b3591..68404577a4 100644 --- a/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po index a1e852489c..b4654fe6f7 100644 --- a/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po index 0db8e9e1cc..c518e994c8 100644 --- a/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po index 89309d745e..6f8e595c94 100644 --- a/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po index b818fa1528..8843e5eec5 100644 --- a/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po index aa0b0d6ce5..cf65859080 100644 --- a/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po index 8ff7a45452..243488fe67 100644 --- a/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po index 90fe1604bb..65325a42bf 100644 --- a/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po index f74bde0ebe..a8af95b6dd 100644 --- a/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po index 15597521ba..f844e14dc2 100644 --- a/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po index ce26c31f74..91369380da 100644 --- a/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po index 47007851fb..ff5e053ee5 100644 --- a/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po index 6300fe21b9..fc37b59986 100644 --- a/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po index 301468321b..f1430e32fd 100644 --- a/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po index 95788c603a..0b98ead442 100644 --- a/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po index f14f3c914f..e839ebdb5a 100644 --- a/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po index 19f6cbec4e..c291e9ab10 100644 --- a/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po index 39ce59a58a..019f6d6f24 100644 --- a/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po index e1a7499cb0..c3d5c35f5d 100644 --- a/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po index 9a231fab29..848b49099c 100644 --- a/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po index aea485ebb3..19a4c3e1d7 100644 --- a/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:32+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po index f40b3ddf3e..1fdbe004d9 100644 --- a/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:32+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/EmailRegistration/locale/EmailRegistration.pot b/plugins/EmailRegistration/locale/EmailRegistration.pot index 4af30e9dfc..2c8553e2b8 100644 --- a/plugins/EmailRegistration/locale/EmailRegistration.pot +++ b/plugins/EmailRegistration/locale/EmailRegistration.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/EmailRegistration/locale/ar/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ar/LC_MESSAGES/EmailRegistration.po index 80eca3bbaa..53688d9e69 100644 --- a/plugins/EmailRegistration/locale/ar/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ar/LC_MESSAGES/EmailRegistration.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:34+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po index 8bb03083f0..c7bd216375 100644 --- a/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:35+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po index befb2d7743..09f5ff8cd2 100644 --- a/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:35+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po index 24539d501f..7742affcc6 100644 --- a/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:35+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po index c334c6fd70..1e0c6dba6f 100644 --- a/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:35+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po index 9daf40ddf1..f2df80411e 100644 --- a/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:35+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po new file mode 100644 index 0000000000..8e023412fa --- /dev/null +++ b/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po @@ -0,0 +1,192 @@ +# Translation of StatusNet - EmailRegistration to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - EmailRegistration\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:35+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-emailregistration\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception trown when registration by e-mail is not allowed. +msgid "Registration not allowed." +msgstr "Non se permite o rexistro." + +#. TRANS: Client exception trown when trying to register without an invitation. +msgid "Sorry, only invited people can register." +msgstr "Só se pode rexistrar mediante invitación." + +#. TRANS: Client exception thrown when no confirmation code was provided. +msgid "No confirmation code." +msgstr "Sen código de confirmación." + +#. TRANS: Client exception trown when using an invitation multiple times. +msgid "Invitation already used." +msgstr "Xa se empregou esta invitación." + +#. TRANS: Client exception thrown when given confirmation code was not issued. +msgid "No such confirmation code." +msgstr "Non hai tal código de confirmación." + +#. TRANS: Title for registration page. +msgctxt "TITLE" +msgid "Register" +msgstr "Rexistrarse" + +#. TRANS: Title for page where to register with a confirmation code. +msgctxt "TITLE" +msgid "Complete registration" +msgstr "Completar o rexistro" + +#. TRANS: Confirmation text after initial registration. +#. TRANS: %s an e-mail address. +#, php-format +msgid "" +"An email was sent to %s to confirm that address. Check your email inbox for " +"instructions." +msgstr "" +"Enviouse un correo a %s para confirmar ese enderezo. Comprobe a súa caixa de " +"entrada para ollar as instrucións." + +#. TRANS: Client exception trown when trying to set password with an invalid confirmation code. +msgid "No confirmation thing." +msgstr "Sen elemento de confirmación." + +#. TRANS: Error text when trying to register without agreeing to the terms. +msgid "You must accept the terms of service and privacy policy to register." +msgstr "" +"Debe aceptar os termos do servizo e a política de protección de datos para " +"rexistrarse." + +#. TRANS: Error text when trying to register without a password. +msgid "You must set a password" +msgstr "Ten que definir un contrasinal" + +#. TRANS: Error text when trying to register with too short a password. +msgid "Password must be 6 or more characters." +msgstr "O contrasinal debe conter seis ou máis caracteres." + +#. TRANS: Error text when trying to register without providing the same password twice. +msgid "Passwords do not match." +msgstr "Os contrasinais non coinciden." + +#. TRANS: Exception trown when using an invitation multiple times. +msgid "Failed to register user." +msgstr "Erro ao rexistrar o usuario." + +#. TRANS: Subject for confirmation e-mail. +#. TRANS: %s is the StatusNet sitename. +#, php-format +msgid "Confirm your registration on %s" +msgstr "Confirme o seu rexistro en %s" + +#. TRANS: Body for confirmation e-mail. +#. TRANS: %1$s is the StatusNet sitename, %2$s is the confirmation URL. +#, php-format +msgid "" +"Someone (probably you) has requested an account on %1$s using this email " +"address.\n" +"To confirm the address, click the following URL or copy it into the address " +"bar of your browser.\n" +"%2$s\n" +"If it was not you, you can safely ignore this message." +msgstr "" +"Alguén (probablemente vostede) solicitou unha conta en %1$s usando este " +"enderezo de correo electrónico.\n" +"Para confirmar o enderezo, prema no seguinte enderezo URL ou cópieo na barra " +"de enderezos do navegador.\n" +"%2$s\n" +"Se non foi vostede, pode ignorar esta pensaxe sen problema ningún." + +#. TRANS: Form instructions. +msgid "Enter your email address to register for an account." +msgstr "Insira o seu enderezo de correo electrónico para rexistrar unha conta." + +#. TRANS: Field label on form for registering an account. +msgctxt "LABEL" +msgid "E-mail address" +msgstr "Enderezo de correo electrónico" + +#. TRANS: Button text for registering an account. +#. TRANS: Button text for action to register. +msgctxt "BUTTON" +msgid "Register" +msgstr "Rexistrarse" + +#. TRANS: Form instructions. +msgid "Enter a password to confirm your new account." +msgstr "Insira un contrasinal para confirmar a nova conta." + +#. TRANS: Field label in e-mail registration form. +msgctxt "LABEL" +msgid "User name" +msgstr "Nome de usuario" + +#. TRANS: Field label. +msgid "Email address" +msgstr "Enderezo de correo electrónico" + +#. TRANS: Field label on account registration page. +msgid "Password" +msgstr "Contrasinal" + +#. TRANS: Field title on account registration page. +msgid "6 or more characters." +msgstr "Seis ou máis caracteres." + +#. TRANS: Field label on account registration page. In this field the password has to be entered a second time. +msgctxt "PASSWORD" +msgid "Confirm" +msgstr "Confirmar" + +#. TRANS: Field title on account registration page. +msgid "Same as password above." +msgstr "Igual ao contrasinal anterior." + +#. TRANS: Checkbox title for terms of service and privacy policy. +#, php-format +msgid "" +"I agree to the Terms of service and Privacy policy of this site." +msgstr "" +"Acepto os termos do servizo e a política de protección de datos do sitio." + +#. TRANS: Error text when trying to register with an already registered e-mail address. +#. TRANS: %s is the URL to recover password at. +#, php-format +msgid "" +"A user with that email address already exists. You can use the password recovery tool to recover a missing password." +msgstr "" +"Xa existe un usuario con ese enderezo de correo electrónico. Pode usar a " +"ferramenta de recuperación do contrasinal para recuperar " +"un contrasinal esquecido." + +#. TRANS: Error text when trying to register with an invalid e-mail address. +msgid "Not a valid email address." +msgstr "O enderezo de correo electrónico é incorrecto." + +#. TRANS: Subject for confirmation e-mail. +#. TRANS: %s is the StatusNet sitename. +#, php-format +msgid "Welcome to %s" +msgstr "Benvido a %s" + +#. TRANS: Plugin description. +msgid "Use email only for registration." +msgstr "Utilizar soamente o correo electrónico para o rexistro." diff --git a/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po index 5a85c9f8e4..4baf799b4f 100644 --- a/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hu\n" diff --git a/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po index 11c8aac31b..3d649408e9 100644 --- a/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po index 4bf8afd71b..529683fe5a 100644 --- a/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po index c03ebf9b1a..e9125af783 100644 --- a/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po index 98928636b8..a833747e8c 100644 --- a/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po index ec4af350fc..369f473e4f 100644 --- a/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po index d269f96ba9..9739bfa8dd 100644 --- a/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/EmailReminder/locale/EmailReminder.pot b/plugins/EmailReminder/locale/EmailReminder.pot index f1855cabb6..47b8e3d853 100644 --- a/plugins/EmailReminder/locale/EmailReminder.pot +++ b/plugins/EmailReminder/locale/EmailReminder.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/EmailReminder/locale/ar/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/ar/LC_MESSAGES/EmailReminder.po index 884771fe78..f6b5727437 100644 --- a/plugins/EmailReminder/locale/ar/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/ar/LC_MESSAGES/EmailReminder.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:37+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po index fb0f2bb6d3..20c122ddf2 100644 --- a/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:37+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po index e785248e28..1df8e3ed46 100644 --- a/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:37+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po new file mode 100644 index 0000000000..00ca2f299c --- /dev/null +++ b/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po @@ -0,0 +1,53 @@ +# Translation of StatusNet - EmailReminder to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - EmailReminder\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:37+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-emailreminder\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Send email reminders for various things." +msgstr "Enviar recordatorios por correo para varias cousas." + +#. TRANS: Server exception thrown when a reminder record could not be inserted into the database. +msgid "Database error inserting reminder record." +msgstr "Erro na base de datos ao inserir o rexistro do recordatorio." + +#. TRANS: Subject for reminder e-mail. +msgid "Reminder - please confirm your registration!" +msgstr "Recordatorio: Confirme o seu rexistro!" + +#. TRANS: Subject for reminder e-mail. +msgid "Second reminder - please confirm your registration!" +msgstr "Segundo recordatorio: Confirme o seu rexistro!" + +#. TRANS: Subject for reminder e-mail. +msgid "Final reminder - please confirm your registration!" +msgstr "Último recordatorio: Confirme o seu rexistro!" + +#. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. +#, php-format +msgid "Reminder - You have been invited to join %s!" +msgstr "Recordatorio: Está convidado a unirse a %s!" + +#. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. +#, php-format +msgid "Final reminder - you have been invited to join %s!" +msgstr "Último recordatorio: Está convidado a unirse a %s!" diff --git a/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po index 945257ef74..e7fca7b8ef 100644 --- a/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:37+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po index df7f53e9a5..e164936e24 100644 --- a/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:38+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po index 64ef50e321..ccce588a9b 100644 --- a/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:38+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po index 4ae16765cd..af93b744d2 100644 --- a/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:38+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/EmailSummary/locale/EmailSummary.pot b/plugins/EmailSummary/locale/EmailSummary.pot index daa9e74c6a..9fb55705d3 100644 --- a/plugins/EmailSummary/locale/EmailSummary.pot +++ b/plugins/EmailSummary/locale/EmailSummary.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po index 7d016dcb57..49db2216a6 100644 --- a/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:38+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po index 14d527b759..be6c35422e 100644 --- a/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po index 90c9ae33a7..57f327a13a 100644 --- a/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po new file mode 100644 index 0000000000..c618f2c933 --- /dev/null +++ b/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po @@ -0,0 +1,54 @@ +# Translation of StatusNet - EmailSummary to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - EmailSummary\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-emailsummary\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Subject for e-mail. +#, php-format +msgid "Your latest updates from %s" +msgstr "As súas últimas actualizacións desde %s" + +#. TRANS: Text in e-mail summary. +#. TRANS: %1$s is the StatusNet sitename, %2$s is the recipient's profile name. +#, php-format +msgid "Recent updates from %1$s for %2$s:" +msgstr "Actualizacións recentes desde %1$s para %2$s:" + +#. TRANS: Link text for link to conversation view. +msgid "in context" +msgstr "no contexto" + +#. TRANS: Link text for link to e-mail settings. +#. TRANS: %1$s is a link to the e-mail settings, %2$s is the StatusNet sitename. +#, php-format +msgid "change your email settings for %2$s" +msgstr "" +"cambiar a configuración do correo electrónico para %2$s" + +#. TRANS: Plugin description. +msgid "Send an email summary of the inbox to users." +msgstr "" +"Enviar aos usuarios por correo electrónico un resumo da caixa de entrada." + +#. TRANS: Checkbox label in e-mail preferences form. +msgid "Send me a periodic summary of updates from my network" +msgstr "Enviádeme un resumo periódico coas actualizacións da miña rede" diff --git a/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po index b63282fe34..da23aab4ac 100644 --- a/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po index f6770bb33b..7fc75e1170 100644 --- a/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po index 8a342b0c8b..96f5fda2c0 100644 --- a/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po index 6bdff87a19..8382dda771 100644 --- a/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po index 9bf72e8e1d..03a9d6962f 100644 --- a/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:40+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Event/locale/Event.pot b/plugins/Event/locale/Event.pot index 20a95196fb..3a90f689d7 100644 --- a/plugins/Event/locale/Event.pot +++ b/plugins/Event/locale/Event.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,6 +31,16 @@ msgstr "" msgid "(1 hour)" msgstr "" +#: eventtimelist.php:98 +#, php-format +msgid "(%.1f hours)" +msgstr "" + +#: eventtimelist.php:99 +#, php-format +msgid "(%d hours)" +msgstr "" + #. TRANS: Client exception thrown when trying to create an event that already exists. #: Happening.php:125 msgid "Event already exists." diff --git a/plugins/Event/locale/ar/LC_MESSAGES/Event.po b/plugins/Event/locale/ar/LC_MESSAGES/Event.po index 579ac41e38..ab2ac5d2b9 100644 --- a/plugins/Event/locale/ar/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ar/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:45+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Event/locale/br/LC_MESSAGES/Event.po b/plugins/Event/locale/br/LC_MESSAGES/Event.po index 235936dd8c..b15aab6dcf 100644 --- a/plugins/Event/locale/br/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/br/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" @@ -45,7 +45,7 @@ msgstr "(1 eurvezh)" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." -msgstr "An darvoud zo anezhañ dija." +msgstr "An darvoud-mañ zo anezhañ c'hoazh." #. TRANS: Event description. %1$s is a title, %2$s is start time, %3$s is end time, #. TRANS: %4$s is location, %5$s is a description. diff --git a/plugins/Event/locale/ca/LC_MESSAGES/Event.po b/plugins/Event/locale/ca/LC_MESSAGES/Event.po index f2bdcb17f7..df775443f5 100644 --- a/plugins/Event/locale/ca/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ca/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Event/locale/de/LC_MESSAGES/Event.po b/plugins/Event/locale/de/LC_MESSAGES/Event.po index 2c2be04a39..685d2b8c9b 100644 --- a/plugins/Event/locale/de/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/de/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Event/locale/eu/LC_MESSAGES/Event.po b/plugins/Event/locale/eu/LC_MESSAGES/Event.po index 5f42807abd..1a00745b6d 100644 --- a/plugins/Event/locale/eu/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/eu/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Event/locale/fr/LC_MESSAGES/Event.po b/plugins/Event/locale/fr/LC_MESSAGES/Event.po index a673f38e51..283b066797 100644 --- a/plugins/Event/locale/fr/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/fr/LC_MESSAGES/Event.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Event/locale/gl/LC_MESSAGES/Event.po b/plugins/Event/locale/gl/LC_MESSAGES/Event.po index 2984aaba9b..76bcfdc8dc 100644 --- a/plugins/Event/locale/gl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/gl/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -44,13 +44,13 @@ msgstr "(1 hora)" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." -msgstr "" +msgstr "O evento xa existe." #. TRANS: Event description. %1$s is a title, %2$s is start time, %3$s is end time, #. TRANS: %4$s is location, %5$s is a description. #, php-format msgid "\"%1$s\" %2$s - %3$s (%4$s): %5$s" -msgstr "" +msgstr "\"%1$s\" %2$s - %3$s (%4$s): %5$s" #. TRANS: Rendered event description. %1$s is a title, %2$s is start time, %3$s is start time, #. TRANS: %4$s is end time, %5$s is end time, %6$s is location, %7$s is description. @@ -62,6 +62,10 @@ msgid "" "$s (%6$s): %7" "$s " msgstr "" +"%1$s %3$s - %5" +"$s (%6$s): %7" +"$s " #. TRANS: Error message displayed when trying to perform an action that requires a logged in user. msgid "Not logged in." @@ -69,39 +73,39 @@ msgstr "Non iniciou sesión." #. TRANS: Client error when submitting a form with unexpected information. msgid "Unexpected form submission." -msgstr "" +msgstr "Envío de formulario inesperado." #. TRANS: Client error displayed when using an action in a non-AJAX way. msgid "This action is AJAX only." -msgstr "" +msgstr "Esta acción unicamente se pode executar con AJAX." #. TRANS: Client exception thrown when referring to a non-existing RSVP. #. TRANS: RSVP stands for "Please reply". #. TRANS: Client exception thrown when referring to a non-existing RSVP ("please respond") item. msgid "No such RSVP." -msgstr "" +msgstr "Non existe ese RSPV." #. TRANS: Client exception thrown when referring to a non-existing event. msgid "No such event." -msgstr "" +msgstr "Non existe ese evento." #. TRANS: Title for event. #. TRANS: %1$s is a user nickname, %2$s is an event title. #, php-format msgid "%1$s's RSVP for \"%2$s\"" -msgstr "" +msgstr "RSPV de %1$s en \"%2$s\"" #. TRANS: Possible status for RSVP ("please respond") item. msgid "You will attend this event." -msgstr "" +msgstr "Vai asistir a este evento." #. TRANS: Possible status for RSVP ("please respond") item. msgid "You will not attend this event." -msgstr "" +msgstr "Non vai asistir a este evento." #. TRANS: Possible status for RSVP ("please respond") item. msgid "You might attend this event." -msgstr "" +msgstr "Quizais asista a este evento." #. TRANS: Button text to cancel responding to an RSVP ("please respond") item. msgctxt "BUTTON" @@ -111,26 +115,26 @@ msgstr "Cancelar" #. TRANS: Title for RSVP ("please respond") action. msgctxt "TITLE" msgid "New RSVP" -msgstr "" +msgstr "Novo RSVP" #. TRANS: Client exception thrown when trying to RSVP ("please respond") while not logged in. #. TRANS: Client exception thrown when trying tp RSVP ("please respond") while not logged in. msgid "You must be logged in to RSVP for an event." -msgstr "" +msgstr "Debe acceder ao sistema para responder a un evento." #. TRANS: Client exception thrown when using an invalid value for RSVP ("please respond"). msgid "Unknown submit value." -msgstr "" +msgstr "Valor de envío descoñecido." #. TRANS: Page title after creating an event. #. TRANS: Page title after sending a notice. msgid "Event saved" -msgstr "" +msgstr "Evento gardado" #. TRANS: Title for RSVP ("please respond") action. msgctxt "TITLE" msgid "Cancel RSVP" -msgstr "" +msgstr "Cancelar RSVP" #. TRANS: Content for a deleted RSVP list item (RSVP stands for "please respond"). msgid "Deleted." @@ -138,7 +142,7 @@ msgstr "Borrado." #. TRANS: Field label on form to RSVP ("please respond") for an event. msgid "RSVP:" -msgstr "" +msgstr "RSVP:" #. TRANS: Button text for RSVP ("please respond") reply to confirm attendence. msgctxt "BUTTON" @@ -217,7 +221,7 @@ msgstr "URL" #. TRANS: Field title on event form. msgid "URL for more information." -msgstr "" +msgstr "URL con máis información." #. TRANS: Field label on event form. msgctxt "LABEL" @@ -235,7 +239,7 @@ msgstr "Gardar" #. TRANS: Plugin description. msgid "Event invitations and RSVPs." -msgstr "" +msgstr "Invitacións aos eventos e RSVP." #. TRANS: Title for event application. msgctxt "TITLE" @@ -244,59 +248,59 @@ msgstr "Evento" #. TRANS: Exception thrown when there are too many activity objects. msgid "Too many activity objects." -msgstr "" +msgstr "Demasiados obxectos de actividade." #. TRANS: Exception thrown when event plugin comes across a non-event type object. msgid "Wrong type for object." -msgstr "" +msgstr "Tipo incorrecto para o obxecto." #. TRANS: Exception thrown when trying to RSVP for an unknown event. msgid "RSVP for unknown event." -msgstr "" +msgstr "RSVP para un evento descoñecido." #. TRANS: Exception thrown when event plugin comes across a undefined verb. msgid "Unknown verb for events." -msgstr "" +msgstr "Verbo descoñecido para os eventos." #. TRANS: Exception thrown when event plugin comes across a unknown object type. msgid "Unknown object type." -msgstr "" +msgstr "Tipo de obxecto descoñecido." #. TRANS: Exception thrown when referring to a notice that is not an event an in event context. msgid "Unknown event notice." -msgstr "" +msgstr "Nota de evento descoñecida." #. TRANS: Client exception thrown when trying to save an already existing RSVP ("please respond"). msgid "RSVP already exists." -msgstr "" +msgstr "RSVP xa existe." #. TRANS: Exception thrown when requesting an undefined verb for RSVP. #, php-format msgid "Unknown verb \"%s\"." -msgstr "" +msgstr "Descoñécese o verbo \"%s\"." #. TRANS: Exception thrown when requesting an undefined code for RSVP. #, php-format msgid "Unknown code \"%s\"." -msgstr "" +msgstr "Descoñécese o código \"%s\"." #. TRANS: Server exception thrown when requesting a non-exsting notice for an RSVP ("please respond"). #. TRANS: %s is the RSVP with the missing notice. #, php-format msgid "RSVP %s does not correspond to a notice in the database." -msgstr "" +msgstr "RSVP %s non se corresponde con ningunha nota da base de datos." #. TRANS: Exception thrown when requesting a non-existing profile. #. TRANS: %s is the ID of the non-existing profile. #, php-format msgid "No profile with ID %s." -msgstr "" +msgstr "Non hai ningún perfil co ID %s." #. TRANS: Exception thrown when requesting a non-existing event. #. TRANS: %s is the ID of the non-existing event. #, php-format msgid "No event with ID %s." -msgstr "" +msgstr "Non hai ningún evento co ID %s." #. TRANS: HTML version of an RSVP ("please respond") status for a user. #. TRANS: %1$s is a profile URL, %2$s a profile name, @@ -306,6 +310,8 @@ msgid "" "%2$s is attending %4$s." msgstr "" +"%2$s asiste a %4$s." #. TRANS: HTML version of an RSVP ("please respond") status for a user. #. TRANS: %1$s is a profile URL, %2$s a profile name, @@ -315,6 +321,8 @@ msgid "" "%2$s is not attending " "%4$s." msgstr "" +"%2$s non asiste a %4$s." #. TRANS: HTML version of an RSVP ("please respond") status for a user. #. TRANS: %1$s is a profile URL, %2$s a profile name, @@ -324,78 +332,80 @@ msgid "" "%2$s might attend %4$s." msgstr "" +"%2$s quizais asista a " +"%4$s." #. TRANS: Exception thrown when requesting a user's RSVP status for a non-existing response code. #. TRANS: %s is the non-existing response code. #, php-format msgid "Unknown response code %s." -msgstr "" +msgstr "Descoñécese o código de resposta %s." #. TRANS: Used as event title when not event title is available. #. TRANS: Used as: Username [is [not ] attending|might attend] an unknown event. msgid "an unknown event" -msgstr "" +msgstr "un evento descoñecido" #. TRANS: Plain text version of an RSVP ("please respond") status for a user. #. TRANS: %1$s is a profile name, %2$s is an event title. #, php-format msgid "%1$s is attending %2$s." -msgstr "" +msgstr "%1$s asiste a %2$s." #. TRANS: Plain text version of an RSVP ("please respond") status for a user. #. TRANS: %1$s is a profile name, %2$s is an event title. #, php-format msgid "%1$s is not attending %2$s." -msgstr "" +msgstr "%1$s non asiste a %2$s." #. TRANS: Plain text version of an RSVP ("please respond") status for a user. #. TRANS: %1$s is a profile name, %2$s is an event title. #, php-format msgid "%1$s might attend %2$s." -msgstr "" +msgstr "%1$s quizais asista a %2$s." #. TRANS: Title for new event form. msgctxt "TITLE" msgid "New event" -msgstr "" +msgstr "Novo evento" #. TRANS: Client exception thrown when trying to post an event while not logged in. msgid "Must be logged in to post a event." -msgstr "" +msgstr "Cómpre estar rexistrado para publicar un evento." #. TRANS: Client exception thrown when trying to post an event without providing a title. msgid "Title required." -msgstr "" +msgstr "O título é obrigatorio." #. TRANS: Client exception thrown when trying to post an event without providing a start date. msgid "Start date required." -msgstr "" +msgstr "A data de inicio é obrigatoria." #. TRANS: Client exception thrown when trying to post an event without providing an end date. msgid "End date required." -msgstr "" +msgstr "A data de fin é obrigatoria." #. TRANS: Client exception thrown when trying to post an event with a date that cannot be processed. #. TRANS: %s is the data that could not be processed. #, php-format msgid "Could not parse date \"%s\"." -msgstr "" +msgstr "Non se puido analizar a data \"%s\"." #. TRANS: Client exception thrown when trying to post an event without providing a title. msgid "Event must have a title." -msgstr "" +msgstr "O evento debe ter un título." #. TRANS: Client exception thrown when trying to post an event without providing a start time. msgid "Event must have a start time." -msgstr "" +msgstr "O evento debe ter unha data de inicio." #. TRANS: Client exception thrown when trying to post an event without providing an end time. msgid "Event must have an end time." -msgstr "" +msgstr "O evento debe ter unha data de fin." #. TRANS: Client exception thrown when trying to post an event with an invalid URL. msgid "URL must be valid." -msgstr "" +msgstr "O enderezo URL debe ser válido." #. TRANS: Field label for event description. msgid "Time:" diff --git a/plugins/Event/locale/ia/LC_MESSAGES/Event.po b/plugins/Event/locale/ia/LC_MESSAGES/Event.po index 8f94f00734..91ffae3687 100644 --- a/plugins/Event/locale/ia/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ia/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Event/locale/mk/LC_MESSAGES/Event.po b/plugins/Event/locale/mk/LC_MESSAGES/Event.po index e41ab66cae..7baf3adabf 100644 --- a/plugins/Event/locale/mk/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/mk/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:47+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Event/locale/ms/LC_MESSAGES/Event.po b/plugins/Event/locale/ms/LC_MESSAGES/Event.po index 654ad09f64..ba502855ed 100644 --- a/plugins/Event/locale/ms/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ms/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:47+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/Event/locale/nl/LC_MESSAGES/Event.po b/plugins/Event/locale/nl/LC_MESSAGES/Event.po index 3bfc206e66..0c47cf7f1a 100644 --- a/plugins/Event/locale/nl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/nl/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:47+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Event/locale/pt/LC_MESSAGES/Event.po b/plugins/Event/locale/pt/LC_MESSAGES/Event.po index 3fb4d01194..7c148fb972 100644 --- a/plugins/Event/locale/pt/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/pt/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:47+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Event/locale/tl/LC_MESSAGES/Event.po b/plugins/Event/locale/tl/LC_MESSAGES/Event.po index 7e02260555..1b749992df 100644 --- a/plugins/Event/locale/tl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/tl/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:47+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Event/locale/uk/LC_MESSAGES/Event.po b/plugins/Event/locale/uk/LC_MESSAGES/Event.po index 769ed76199..1e7075161d 100644 --- a/plugins/Event/locale/uk/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/uk/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:47+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ExtendedProfile/locale/ExtendedProfile.pot b/plugins/ExtendedProfile/locale/ExtendedProfile.pot index 461984af79..5ac344626a 100644 --- a/plugins/ExtendedProfile/locale/ExtendedProfile.pot +++ b/plugins/ExtendedProfile/locale/ExtendedProfile.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ExtendedProfile/locale/ar/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ar/LC_MESSAGES/ExtendedProfile.po index 70071aba39..4c90604bc9 100644 --- a/plugins/ExtendedProfile/locale/ar/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ar/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:51+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po index 02f5add769..88a6b2b8ef 100644 --- a/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:51+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po index 99ff5d8b62..de8c6e9fc8 100644 --- a/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:51+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" @@ -37,10 +37,12 @@ msgstr "" #. TRANS: Client error displayed when the session token does not match or is not given. msgid "There was a problem with your session token. Try again, please." msgstr "" +"S'ha produït un problema amb el vostre testimoni de sessió. Torneu-ho a " +"provar." #. TRANS: Message given submitting a form with an unknown action. msgid "Unexpected form submission." -msgstr "" +msgstr "Tramesa de formulari no esperada." #. TRANS: Success message after saving extended profile details. msgid "Details saved." diff --git a/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po index 2822da1bc4..29d9d4e922 100644 --- a/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po index 5e365d2be4..8cd259ec94 100644 --- a/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po index 9fbee7f18b..5a0a68f45a 100644 --- a/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po new file mode 100644 index 0000000000..2afcdbd839 --- /dev/null +++ b/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po @@ -0,0 +1,235 @@ +# Translation of StatusNet - ExtendedProfile to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ExtendedProfile\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-extendedprofile\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Title for extended profile settings. +msgid "Extended profile settings" +msgstr "Configuración do perfil estendida" + +#. TRANS: Usage instructions for profile settings. +msgid "" +"You can update your personal profile info here so people know more about you." +msgstr "" +"Pode actualizar a información do seu perfil persoal para que a xente o " +"coñeza mellor." + +#. TRANS: Client error displayed when the session token does not match or is not given. +msgid "There was a problem with your session token. Try again, please." +msgstr "Houbo un erro co seu pase. Inténteo de novo." + +#. TRANS: Message given submitting a form with an unknown action. +msgid "Unexpected form submission." +msgstr "Envío de formulario inesperado." + +#. TRANS: Success message after saving extended profile details. +msgid "Details saved." +msgstr "Detalles gardados." + +#. TRANS: Exception thrown when no date was entered in a required date field. +#. TRANS: %s is the field name. +#, php-format +msgid "You must supply a date for \"%s\"." +msgstr "Cómpre especificar unha data para \"%s\"." + +#. TRANS: Exception thrown on incorrect data input. +#. TRANS: %1$s is a field name, %2$s is the incorrect input. +#, php-format +msgid "Invalid date entered for \"%1$s\": %2$s." +msgstr "Data incorrecta para \"%1$s\": %2$s." + +#. TRANS: Exception thrown when entering an invalid URL. +#. TRANS: %s is the invalid URL. +#, php-format +msgid "Invalid URL: %s." +msgstr "URL non válido: %s." + +#. TRANS: Server error displayed when a field could not be saved in the database. +msgid "Could not save profile details." +msgstr "Non se puideron gardar os detalles do perfil." + +#. TRANS: Validation error in form for profile settings. +#. TRANS: %s is an invalid tag. +#, php-format +msgid "Invalid tag: \"%s\"." +msgstr "Etiqueta incorrecta: \"%s\"." + +#. TRANS: Server error thrown when user profile settings could not be saved. +msgid "Could not save profile." +msgstr "Non se puido gardar o perfil." + +#. TRANS: Server error thrown when user profile settings tags could not be saved. +msgid "Could not save tags." +msgstr "Non se puideron gardar as etiquetas." + +#. TRANS: Link title for link on user profile. +msgid "Edit extended profile settings" +msgstr "Modificar a configuración do perfil estendida" + +#. TRANS: Link text for link on user profile. +msgid "Edit" +msgstr "Editar" + +#. TRANS: Plugin description. +msgid "UI extensions for additional profile fields." +msgstr "" +"Extensións da interface de usuario para os campos de perfil adicionais." + +#. TRANS: Link text on user profile page leading to extended profile page. +msgid "More details..." +msgstr "Máis detalles..." + +#. TRANS: Title for extended profile entry deletion dialog. +msgid "Confirmation Required" +msgstr "Cómpre confirmación" + +#. TRANS: Confirmation text for extended profile entry deletion dialog. +msgid "Really delete this entry?" +msgstr "Está seguro de querer borrar esta entrada?" + +#. TRANS: Value between parentheses (phone number, website, or IM address). +#, php-format +msgid "(%s)" +msgstr "(%s)" + +#. TRANS: Field label in experience area of extended profile. +#. TRANS: Field label in experience edit area of extended profile (which company does one work for). +msgid "Company" +msgstr "Empresa" + +#. TRANS: Field label in extended profile (when did one start a position or education). +msgid "Start" +msgstr "Comezo" + +#. TRANS: Field label in extended profile (when did one end a position or education). +msgid "End" +msgstr "Fin" + +#. TRANS: Field value in experience area of extended profile (one still holds a position). +msgid "(Current)" +msgstr "(Actual)" + +#. TRANS: Checkbox label in experience edit area of extended profile (one still works at a company). +msgid "Current" +msgstr "Actual" + +#. TRANS: Field label in education area of extended profile. +#. TRANS: Field label in education edit area of extended profile. +#. TRANS: Field label for extended profile properties. +msgid "Institution" +msgstr "Institución" + +#. TRANS: Field label in extended profile for specifying an academic degree. +msgid "Degree" +msgstr "Grao" + +#. TRANS: Field label in education area of extended profile. +#. TRANS: Field label in education edit area of extended profile. +msgid "Description" +msgstr "Descrición" + +#. TRANS: Link description in extended profile page to add another profile element. +msgid "Add another item" +msgstr "Engadir outro elemento" + +#. TRANS: Field label for undefined field in extended profile. +#, php-format +msgid "TYPE: %s" +msgstr "TIPO: %s" + +#. TRANS: Button text for saving extended profile properties. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gardar" + +#. TRANS: . +#. TRANS: Button title for saving extended profile properties. +msgid "Save details" +msgstr "Gardar os detalles" + +#. TRANS: Field label for extended profile properties. +msgid "Phone" +msgstr "Teléfono" + +#. TRANS: Field label for extended profile properties (Instant Messaging). +msgid "IM" +msgstr "MI" + +#. TRANS: Field label for extended profile properties. +msgid "Website" +msgstr "Páxina web" + +#. TRANS: Field label for extended profile properties. +msgid "Employer" +msgstr "Empregado" + +#. TRANS: Field label for extended profile properties. +msgid "Personal" +msgstr "Persoal" + +#. TRANS: Field label for extended profile properties. +msgid "Full name" +msgstr "Nome completo" + +#. TRANS: Field label for extended profile properties. +msgid "Title" +msgstr "Título" + +#. TRANS: Field label for extended profile properties. +msgid "Manager" +msgstr "Xestor" + +#. TRANS: Field label for extended profile properties. +msgid "Location" +msgstr "Localización" + +#. TRANS: Field label for extended profile properties. +msgid "Bio" +msgstr "Biografía" + +#. TRANS: Field label for extended profile properties. +msgid "Tags" +msgstr "Etiquetas" + +#. TRANS: Field label for extended profile properties. +msgid "Contact" +msgstr "Contacto" + +#. TRANS: Field label for extended profile properties. +msgid "Birthday" +msgstr "Aniversario" + +#. TRANS: Field label for extended profile properties. +msgid "Spouse's name" +msgstr "Nome do/da cónxuxe" + +#. TRANS: Field label for extended profile properties. +msgid "Kids' names" +msgstr "Nome dos fillos" + +#. TRANS: Field label for extended profile properties. +msgid "Work experience" +msgstr "Experiencia profesional" + +#. TRANS: Field label for extended profile properties. +msgid "Education" +msgstr "Educación" diff --git a/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po index 290c103435..6a16e69d09 100644 --- a/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po index be8d2e71d0..9094a1452e 100644 --- a/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po index 267b7205c1..06300bd677 100644 --- a/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po index c9efdfd4d1..9451f9e291 100644 --- a/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po index aaa55e08c0..ba9dec3e02 100644 --- a/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po index efa859ae27..394269ec41 100644 --- a/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po index 259bfc3321..b2d53356fb 100644 --- a/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:53+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po index 7df4c6cef2..a05b2b6120 100644 --- a/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:53+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/FacebookBridge/locale/FacebookBridge.pot b/plugins/FacebookBridge/locale/FacebookBridge.pot index 2995e79225..fa24d79638 100644 --- a/plugins/FacebookBridge/locale/FacebookBridge.pot +++ b/plugins/FacebookBridge/locale/FacebookBridge.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/FacebookBridge/locale/ar/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/ar/LC_MESSAGES/FacebookBridge.po index 753d5e880f..b143c5569c 100644 --- a/plugins/FacebookBridge/locale/ar/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/ar/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:57+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po index 6c1c87ebd6..1374327fdb 100644 --- a/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:57+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po index 47fa3dc6cf..83f881bea0 100644 --- a/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po index 9eb5ac32d5..8cf94b651c 100644 --- a/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po index c658c333b5..5cdcdd9afa 100644 --- a/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po @@ -5,6 +5,7 @@ # Author: Crochet.david # Author: Iketsi # Author: Od1n +# Author: Peter17 # Author: Phoenamandre # -- # This file is distributed under the same license as the StatusNet package. @@ -13,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -166,7 +167,7 @@ msgid "You have disconnected from Facebook." msgstr "Vous avez été déconnecté de Facebook." msgid "Unable to authenticate you with Facebook." -msgstr "" +msgstr "Impossible de vous authentifier avec Facebook." #. TRANS: Client error displayed when trying to connect to Facebook while not logged in. msgid "" diff --git a/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po index cec5dfc417..ef4d34f978 100644 --- a/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po new file mode 100644 index 0000000000..a334adca26 --- /dev/null +++ b/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po @@ -0,0 +1,374 @@ +# Translation of StatusNet - FacebookBridge to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - FacebookBridge\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-facebookbridge\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client error displayed when trying to login while already logged in. +msgid "Already logged in." +msgstr "Xa se identificou." + +#. TRANS: Form instructions. +msgid "Login with your Facebook Account" +msgstr "Acceder coa conta do Facebook" + +#. TRANS: Page title. +#. TRANS: Alt text for "Login with Facebook" image. +msgid "Login with Facebook" +msgstr "Acceda co Facebook" + +#. TRANS: Title for "Login with Facebook" image. +msgid "Login with Facebook." +msgstr "Acceda co Facebook." + +#. TRANS: Title for Facebook administration panel. +msgctxt "TITLE" +msgid "Facebook integration settings" +msgstr "Configuración da integración do Facebook" + +#. TRANS: Instruction for Facebook administration panel. +msgid "Facebook integration settings" +msgstr "Configuración da integración do Facebook" + +#. TRANS: Client error displayed when providing too long a Facebook application ID. +msgid "Invalid Facebook ID. Maximum length is 255 characters." +msgstr "ID do Facebook incorrecto. A extensión máxima é de 255 caracteres." + +#. TRANS: Client error displayed when providing too long a Facebook secret key. +msgid "Invalid Facebook secret. Maximum length is 255 characters." +msgstr "" +"Frase secreta do Facebook incorrecta. A extensión máxima é de 255 caracteres." + +#. TRANS: Fieldset legend. +msgid "Facebook application settings" +msgstr "Configuración da aplicación do Facebook" + +#. TRANS: Field label for Facebook application ID. +msgid "Application ID" +msgstr "ID da aplicación" + +#. TRANS: Field title for Facebook application ID. +msgid "ID of your Facebook application." +msgstr "ID da súa aplicación do Facebook." + +#. TRANS: Field label for Facebook secret key. +msgid "Secret" +msgstr "Frase secreta" + +#. TRANS: Field title for Facebook secret key. +msgid "Application secret." +msgstr "Frase secreta da aplicación." + +#. TRANS: Button text to save Facebook integration settings. +#. TRANS: Submit button to save synchronisation settings. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gardar" + +#. TRANS: Button title to save Facebook integration settings. +msgid "Save Facebook settings." +msgstr "Gardar a configuración do Facebook." + +#. TRANS: Client error displayed when the session token does not match or is not given. +msgid "There was a problem with your session token. Try again, please." +msgstr "Houbo un erro co seu pase. Inténteo de novo." + +#. TRANS: Page title for Facebook settings. +msgctxt "TITLE" +msgid "Facebook settings" +msgstr "Configuración do Facebook" + +#. TRANS: Instructions for Facebook settings. +msgid "Facebook settings" +msgstr "Configuración do Facebook" + +#. TRANS: Form note. User is connected to facebook. +msgid "Connected Facebook user" +msgstr "Usuario do Facebook conectado" + +#. TRANS: Checkbox label in Facebook settings. +msgid "Publish my notices to Facebook." +msgstr "Publicar as miñas notas no Facebook." + +#. TRANS: Checkbox label in Facebook settings. +msgid "Send \"@\" replies to Facebook." +msgstr "Enviar as respostas \"@\" ao Facebook." + +#. TRANS: Fieldset legend for form to disconnect from Facebook. +msgid "Disconnect my account from Facebook" +msgstr "Desconectar a miña conta do Facebook" + +#. TRANS: Notice in disconnect from Facebook form if user has no local StatusNet password. +#, php-format +msgid "" +"Disconnecting your Faceboook would make it impossible to log in! Please [set " +"a password](%s) first." +msgstr "" +"Ao desconectar o Facebook será imposible acceder ao sistema! [Defina un " +"contrasinal](%s) primeiro." + +#. TRANS: Message displayed when initiating disconnect of a StatusNet user +#. TRANS: from a Facebook account. %1$s is the StatusNet site name. +#, php-format +msgid "" +"Keep your %1$s account but disconnect from Facebook. You'll use your %1$s " +"password to log in." +msgstr "" +"Manter a conta de %1$s pero desconectala do Facebook. Agora usará o seu " +"contrasinal de %1$s para acceder ao sistema." + +#. TRANS: Submit button. +msgctxt "BUTTON" +msgid "Disconnect" +msgstr "Desconectarse" + +#. TRANS: Notice in case saving of synchronisation preferences fail. +msgid "There was a problem saving your sync preferences." +msgstr "Houbo un problema ao gardar as súas preferencias de sincronización." + +#. TRANS: Confirmation that synchronisation settings have been saved into the system. +msgid "Sync preferences saved." +msgstr "Gardáronse as preferencias de sincronización." + +#. TRANS: Server error displayed when deleting the link to a Facebook account fails. +msgid "Could not delete link to Facebook." +msgstr "Non se puido borrar a ligazón co Facebook." + +#. TRANS: Confirmation message. StatusNet account was unlinked from Facebook. +msgid "You have disconnected from Facebook." +msgstr "Desconectouse do Facebook." + +msgid "Unable to authenticate you with Facebook." +msgstr "Non foi posible facer a autenticación co Facebook." + +#. TRANS: Client error displayed when trying to connect to Facebook while not logged in. +msgid "" +"You must be logged into Facebook to register a local account using Facebook." +msgstr "" +"Cómpre iniciar sesión no Facebook para rexistrar unha conta local a través " +"do Facebook." + +#. TRANS: Client error displayed when trying to connect to a Facebook account that is already linked +#. TRANS: in the same StatusNet site. +msgid "There is already a local account linked with that Facebook account." +msgstr "Xa hai unha conta local ligada con esa conta do Facebook." + +#. TRANS: Form validation error displayed when user has not agreed to the license. +msgid "You cannot register if you do not agree to the license." +msgstr "Non pode rexistrarse se non acepta a licenza." + +#. TRANS: Form validation error displayed when an unhandled error occurs. +msgid "An unknown error has occured." +msgstr "Houbo un erro descoñecido." + +#. TRANS: Form instructions for connecting to Facebook. +#. TRANS: %s is the site name. +#, php-format +msgid "" +"This is the first time you have logged into %s so we must connect your " +"Facebook to a local account. You can either create a new local account, or " +"connect with an existing local account." +msgstr "" +"Esta é a primeira vez que accede ao sistema de %s, de modo que debemos " +"conectar o seu Facebook cunha conta local. Pode crear unha nova conta local " +"ou ben conectar con outra conta local existente." + +#. TRANS: Page title. +msgid "Facebook Setup" +msgstr "Configuración do Facebook" + +#. TRANS: Fieldset legend. +msgid "Connection options" +msgstr "Opcións de conexión" + +#. TRANS: %s is the name of the license used by the user for their status updates. +#, php-format +msgid "" +"My text and files are available under %s except this private data: password, " +"email address, IM address, and phone number." +msgstr "" +"Os meus textos e ficheiros están dispoñibles baixo %s, salvo os seguintes " +"datos privados: contrasinais, enderezos de correo electrónico e mensaxería " +"instantánea e números de teléfono." + +#. TRANS: Fieldset legend. +msgid "Create new account" +msgstr "Crear unha conta nova" + +#. TRANS: Form instructions. +msgid "Create a new user with this nickname." +msgstr "Crear un novo usuario con este alcume." + +#. TRANS: Field label. +msgid "New nickname" +msgstr "Novo alcume" + +#. TRANS: Field title. +msgid "1-64 lowercase letters or numbers, no punctuation or spaces." +msgstr "" +"Entre 1 e 64 letras minúsculas ou números, sen signos de puntuación, " +"espazos, tiles ou eñes." + +#. TRANS: Submit button to create a new account. +msgctxt "BUTTON" +msgid "Create" +msgstr "Crear" + +#. TRANS: Fieldset legend. +msgid "Connect existing account" +msgstr "Conectar cunha conta existente" + +#. TRANS: Form instructions. +msgid "" +"If you already have an account, login with your username and password to " +"connect it to your Facebook." +msgstr "" +"Se xa ten unha conta, acceda ao sistema co seu nome de usuario e contrasinal " +"para conectala coa do Facebook." + +#. TRANS: Field label. +msgid "Existing nickname" +msgstr "Alcume existente" + +#. TRANS: Field label. +msgid "Password" +msgstr "Contrasinal" + +#. TRANS: Submit button to connect a Facebook account to an existing StatusNet account. +msgctxt "BUTTON" +msgid "Connect" +msgstr "Conectar" + +#. TRANS: Client error trying to register with registrations not allowed. +#. TRANS: Client error trying to register with registrations 'invite only'. +msgid "Registration not allowed." +msgstr "Non se permite o rexistro." + +#. TRANS: Client error trying to register with an invalid invitation code. +msgid "Not a valid invitation code." +msgstr "O código da invitación é incorrecto." + +#. TRANS: Form validation error displayed when picking a nickname that is not allowed. +msgid "Nickname not allowed." +msgstr "Alcume non permitido." + +#. TRANS: Form validation error displayed when picking a nickname that is already in use. +msgid "Nickname already in use. Try another one." +msgstr "Ese alcume xa está en uso. Probe con outro." + +#. TRANS: Server error displayed when connecting to Facebook fails. +msgid "Error connecting user to Facebook." +msgstr "Erro ao conectar o usuario co Facebook." + +#. TRANS: Form validation error displayed when username/password combination is incorrect. +msgid "Invalid username or password." +msgstr "O nome de usuario ou contrasinal non son correctos." + +#. TRANS: Menu item for "Facebook" in administration panel. +#. TRANS: Menu item for "Facebook" in user settings. +msgctxt "MENU" +msgid "Facebook" +msgstr "Facebook" + +#. TRANS: Menu title for "Facebook" login. +msgid "Login or register using Facebook." +msgstr "Acceda ou rexístrese mediante o Facebook." + +#. TRANS: Menu title for "Facebook" in administration panel. +msgid "Facebook integration configuration." +msgstr "Configuración da integración do Facebook." + +#. TRANS: Menu title for "Facebook" in user settings. +msgid "Facebook settings." +msgstr "Configuración do Facebook." + +#. TRANS: Plugin description. +msgid "A plugin for integrating StatusNet with Facebook." +msgstr "Un complemento para integrar StatusNet co Facebook." + +#. TRANS: E-mail subject. +msgid "Your Facebook connection has been removed" +msgstr "Eliminouse a súa conexión co Facebook" + +#. TRANS: E-mail body. %1$s is a username, %2$s is the StatusNet sitename. +#, php-format +msgid "" +"Hi %1$s,\n" +"\n" +"We are sorry to inform you we are unable to publish your notice to\n" +"Facebook, and have removed the connection between your %2$s account and\n" +"Facebook.\n" +"\n" +"This may have happened because you have removed permission for %2$s\n" +"to post on your behalf, or perhaps you have deactivated your Facebook\n" +"account. You can reconnect your %2$s account to Facebook at any time by\n" +"logging in with Facebook again.\n" +"\n" +"Sincerely,\n" +"\n" +"%2$s\n" +msgstr "" +"Ola, %1$s:\n" +"\n" +"Sentimos informar de que somos incapaces de publicar a súa nota no\n" +"Facebook e de que eliminamos a conexión entre a súa conta de %2$s e o\n" +"Facebook.\n" +"\n" +"Isto puido ocorrer porque eliminou os permisos que %2$s tiña\n" +"para publicar no seu nome ou quizais desactivou a súa conta do\n" +"Facebook. Pode volver conectar a súa conta de %2$s coa do Facebook en\n" +"calquera momento iniciando sesión no Facebook de novo.\n" +"\n" +"Atentamente,\n" +"\n" +"%2$s\n" + +#. TRANS: E-mail subject. %s is the StatusNet sitename. +#, php-format +msgid "Contact the %s administrator to retrieve your account" +msgstr "Póñase en contacto co administrador de %s para recuperar a súa conta" + +#. TRANS: E-mail body. %1$s is a username, +#. TRANS: %2$s is the StatusNet sitename, %3$s is the site contact e-mail address. +#, php-format +msgid "" +"Hi %1$s,\n" +"\n" +"We have noticed you have deauthorized the Facebook connection for your\n" +"%2$s account. You have not set a password for your %2$s account yet, so\n" +"you will not be able to login. If you wish to continue using your %2$s\n" +"account, please contact the site administrator (%3$s) to set a password.\n" +"\n" +"Sincerely,\n" +"\n" +"%2$s\n" +msgstr "" +"Ola, %1$s:\n" +"\n" +"Decatámonos de que desautorizou a conexión co Facebook para a súa\n" +"conta de %2$s. Aínda non definiu un contrasinal para a conta de %2$s,\n" +"de modo que non poderá iniciar sesión. Se quere seguir usando a súa conta\n" +"de %2$s, póñase en contacto cun administrador (%3$s) para establecer un " +"contrasinal.\n" +"\n" +"Atentamente,\n" +"\n" +"%2$s\n" diff --git a/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po index 0138206f95..f9d1a32505 100644 --- a/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po index 4d946975da..8768e04883 100644 --- a/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" "Language-Team: Malagasy \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mg\n" diff --git a/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po index d0ade44de5..fb92ff64e8 100644 --- a/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po index 44aa49a8f7..1a32f026ea 100644 --- a/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:59+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po index 9eb99a02c1..ac85f8b83f 100644 --- a/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:59+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po index ca69a57cfc..a0854eb656 100644 --- a/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:59+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po index cdd8dd281b..50b0e4a6ca 100644 --- a/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:59+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/FirePHP/locale/FirePHP.pot b/plugins/FirePHP/locale/FirePHP.pot index 50f597b53c..35748d4998 100644 --- a/plugins/FirePHP/locale/FirePHP.pot +++ b/plugins/FirePHP/locale/FirePHP.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po index 34fea4c5a7..bb17d5312c 100644 --- a/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:59+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po index 8a073849f5..30e7f5d980 100644 --- a/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:44:59+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po index 53141d5686..be6aeda6fe 100644 --- a/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po index edaa9c716a..009fc556c6 100644 --- a/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po index 7bb8ae5531..59d625480f 100644 --- a/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po index 6673456074..ae928d1d32 100644 --- a/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po index d7ade9c5c8..bedf8f49f2 100644 --- a/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po index ce904ad1f3..4ed87965cc 100644 --- a/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po index d2e19d384d..c3e01022df 100644 --- a/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po index d5ce29b2ff..f978ede839 100644 --- a/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po index e070d7a775..e735693d19 100644 --- a/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po index 2d03ac4848..1245fcb631 100644 --- a/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po index 9f91095b77..16b0d8aec0 100644 --- a/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po index 9ed29f4b6f..d7eea51a2d 100644 --- a/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po index fe3c86e5ea..8ad74f694a 100644 --- a/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:01+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po index 865e52c821..f7af467373 100644 --- a/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:01+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po index 0f2543acc0..9a4445ecb7 100644 --- a/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:01+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po index b9cfe6f194..1ed1c7900c 100644 --- a/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:01+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/FollowEveryone/locale/FollowEveryone.pot b/plugins/FollowEveryone/locale/FollowEveryone.pot index 0bc2989693..689389088b 100644 --- a/plugins/FollowEveryone/locale/FollowEveryone.pot +++ b/plugins/FollowEveryone/locale/FollowEveryone.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po index 723db99ea7..ba56843af3 100644 --- a/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:01+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po index ccd8dc99b2..7e1d13737f 100644 --- a/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:01+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po index 3d01ac3dc8..a816b3ebaf 100644 --- a/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:02+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po index a79ac0487f..70c5a05f20 100644 --- a/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:02+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po index 83625f91af..84c20aa8d4 100644 --- a/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:02+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po index d50cf989b3..e9faf7d64a 100644 --- a/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:02+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po index 58d7809882..cdcc64cb95 100644 --- a/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:02+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po index b644b313fc..5c74059be8 100644 --- a/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po index a61157d947..f341cfb742 100644 --- a/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po index 923b7ab845..5f3b371e2d 100644 --- a/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po index 3c0bccd069..c210659d8e 100644 --- a/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po index 22189236b5..bfab2e8a4b 100644 --- a/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po index 1f20260d5b..d40a9b681a 100644 --- a/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po index f2c1e5382c..5dcfe96294 100644 --- a/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po index 532f019c05..1cc9eb634f 100644 --- a/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ForceGroup/locale/ForceGroup.pot b/plugins/ForceGroup/locale/ForceGroup.pot index 92ac2935b9..50aa6cbe35 100644 --- a/plugins/ForceGroup/locale/ForceGroup.pot +++ b/plugins/ForceGroup/locale/ForceGroup.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po index cb9c274b84..2c41b3032a 100644 --- a/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po index 7f7f81b644..0f53d70010 100644 --- a/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po index d0c13f3f42..45262af9ce 100644 --- a/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po index 50fe7fd641..628d4a8283 100644 --- a/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po index fa4c294c94..8e5dbb01bb 100644 --- a/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po index 92d2d89a54..b7bccb4eb1 100644 --- a/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po index 9b9044bac5..1a3b148773 100644 --- a/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po index 7202b7f140..bda102ad9e 100644 --- a/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po index 900983d6e3..28189e9811 100644 --- a/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po index b1420676c8..de025b1f2c 100644 --- a/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:05+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po index 0850e4dd4b..01798a512a 100644 --- a/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:05+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po index 62fdf709fd..4816da4918 100644 --- a/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:05+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po index c4978554bd..469a490d4f 100644 --- a/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:05+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po index 709bd34966..218ff2cb07 100644 --- a/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:05+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po index d63e9d1ee5..cba90f9ba4 100644 --- a/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:05+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/GeoURL/locale/GeoURL.pot b/plugins/GeoURL/locale/GeoURL.pot index 9ee56ac11a..6334097497 100644 --- a/plugins/GeoURL/locale/GeoURL.pot +++ b/plugins/GeoURL/locale/GeoURL.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po index dbc4a57faa..94c6f63d38 100644 --- a/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:55+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po index db54d2c0fa..85f1864731 100644 --- a/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:55+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po index 2924bd6cda..42764fc66e 100644 --- a/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:55+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" "Language-Team: Esperanto \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eo\n" diff --git a/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po index 01e62647ff..883402f79c 100644 --- a/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:55+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po index daa754d5d6..da2fcabf7b 100644 --- a/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:55+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po index 8b7a8848bb..5cff29713f 100644 --- a/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:55+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po index 112a266dbe..eaf458a9d2 100644 --- a/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:55+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po index 23f3f9cbaa..a59c313e5b 100644 --- a/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:55+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po index 3040aba7cd..c8fbee6c64 100644 --- a/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:55+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po index 7b67870c46..b11181f677 100644 --- a/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:55+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po index c0bdf827af..60eb75ea1e 100644 --- a/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po index ca2f490b40..8e8844eb70 100644 --- a/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po index 3fab294717..d00f9c4b1c 100644 --- a/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po index 0bfcf09029..0d7a2c3607 100644 --- a/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po index 9c93853c8f..6115cb83c5 100644 --- a/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po index a816bdce6f..722acbdbc6 100644 --- a/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po index 60707b7598..29223de35d 100644 --- a/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po index a1cd9f8871..8ebdc2c4e2 100644 --- a/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po index 7cf4fc30c8..7f1f5a6ec0 100644 --- a/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po index 02809a92db..4f7bde930f 100644 --- a/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Geonames/locale/Geonames.pot b/plugins/Geonames/locale/Geonames.pot index 6c1c13d17d..ee15d1f966 100644 --- a/plugins/Geonames/locale/Geonames.pot +++ b/plugins/Geonames/locale/Geonames.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po index 2912a9b089..d09e13f003 100644 --- a/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po index 75acab9f95..b9e2a36f32 100644 --- a/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po index f6d223d12e..ef07a82377 100644 --- a/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po index 0b0321d888..005725762c 100644 --- a/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po index 6c83048192..f5d5abd95f 100644 --- a/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po new file mode 100644 index 0000000000..151adcae44 --- /dev/null +++ b/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po @@ -0,0 +1,52 @@ +# Translation of StatusNet - Geonames to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Geonames\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-geonames\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Exception thrown when a geo names service is not used because of a recent timeout. +msgid "Skipping due to recent web service timeout." +msgstr "Sáltase debido ao excesivo tempo de espera por parte do servizo web." + +#. TRANS: Exception thrown when a geo names service does not return an expected response. +#. TRANS: %s is an HTTP error code. +#, php-format +msgid "HTTP error code %s." +msgstr "Código de erro HTTP %s." + +#. TRANS: Exception thrown when a geo names service returns an empty body. +msgid "Empty HTTP body in response." +msgstr "Corpo HTTP baleiro na resposta." + +#. TRANS: Exception thrown when a geo names service return a specific error number and error text. +#. TRANS: %1$s is an error code, %2$s is an error message. +#, php-format +msgid "Error #%1$s (\"%2$s\")." +msgstr "Erro #%1$s (\"%2$s\")." + +#. TRANS: Plugin description. +msgid "" +"Uses Geonames service to get human-" +"readable names for locations based on user-provided lat/long pairs." +msgstr "" +"Usa o servizo Geonames para obter nomes " +"xeográficos lexibles polas persoas baseándose nos pares de latitudes e " +"lonxitudes dados polo usuario." diff --git a/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po index dbf756c11a..48db925543 100644 --- a/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po index c384114b50..739129d35e 100644 --- a/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po index e613ac3692..808591a63b 100644 --- a/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po index f11bd7f4ad..d17618d28a 100644 --- a/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po index 8aa6965e97..4f24a8e900 100644 --- a/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po index e13ed04eb0..074af6682c 100644 --- a/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:55+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot b/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot index d4a6b1d24a..b99643fa4a 100644 --- a/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot +++ b/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po index e02f55ebe9..70917800cd 100644 --- a/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po index 83ceb041c1..db0732532c 100644 --- a/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po index 4f32b659c4..fd960123f0 100644 --- a/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po index 2cd41dab78..7ae586a0ef 100644 --- a/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po index e2ddca0842..6b97bd4d2e 100644 --- a/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po index d4543f960d..29bdeb04d5 100644 --- a/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po index ec65370ad6..af580affa1 100644 --- a/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po index 12bde24df2..8e043ea459 100644 --- a/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po index 4533315330..3a95595de1 100644 --- a/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po index d977a52665..66b6e44b5c 100644 --- a/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po index d78b0588f2..062ae5d83b 100644 --- a/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po index 9675cf97a6..87e5642309 100644 --- a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po index f7861f98b2..8c30f04f9f 100644 --- a/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po index 4a129fd8b6..8966dfada9 100644 --- a/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po index 7326a9c974..801a2a760b 100644 --- a/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po index 6aa3993e20..a28f9f2531 100644 --- a/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po index da7e8a2233..c44fc9f55a 100644 --- a/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po index 1bd9b55e7a..0459873761 100644 --- a/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po index 9158a316ae..9396ad1211 100644 --- a/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po index 29991ead6f..982f36b24c 100644 --- a/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Gravatar/locale/Gravatar.pot b/plugins/Gravatar/locale/Gravatar.pot index f8943b9c98..aed9b035c4 100644 --- a/plugins/Gravatar/locale/Gravatar.pot +++ b/plugins/Gravatar/locale/Gravatar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po index b8ad04bc6f..0aafe8b3c7 100644 --- a/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po index ebdd6a051f..4bb9729ab6 100644 --- a/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po index afcfec9bac..8c731df578 100644 --- a/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po index 343bcdb843..4a884d7cea 100644 --- a/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po index 1033f1768f..a891a833d4 100644 --- a/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po index af3a7bc2d6..d7a727441b 100644 --- a/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po index f661c7958f..1a96293913 100644 --- a/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po index 819808a44a..554bf4c94f 100644 --- a/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po index ca00d72bdb..7f2ce19f56 100644 --- a/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po index 363a20955a..f30baf3a33 100644 --- a/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po index 04cc80b303..407a5d8774 100644 --- a/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po index ee821d8fd6..5679e9540a 100644 --- a/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:12+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po index 0d864b6414..b6c2942285 100644 --- a/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:12+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po index 1ca5b442bb..736ca77b55 100644 --- a/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:12+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po index ae347eec22..3e166f89b0 100644 --- a/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:12+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po index f54ad1c881..7b23b22a3a 100644 --- a/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:04:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:12+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/GroupFavorited/locale/GroupFavorited.pot b/plugins/GroupFavorited/locale/GroupFavorited.pot index b4a22a1525..ec868a3468 100644 --- a/plugins/GroupFavorited/locale/GroupFavorited.pot +++ b/plugins/GroupFavorited/locale/GroupFavorited.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GroupFavorited/locale/ar/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ar/LC_MESSAGES/GroupFavorited.po index 3d0c8c58a2..e921de28f3 100644 --- a/plugins/GroupFavorited/locale/ar/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ar/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:00+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po index dcd5d9b1be..12a1a63d5c 100644 --- a/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:00+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po index 06720ad229..25775383b6 100644 --- a/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:00+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po index bf7a589204..8ecff1e6a6 100644 --- a/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:00+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po index def2a5fcfd..fff576a975 100644 --- a/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:00+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po index 46612e4205..4455a9e6cf 100644 --- a/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po index 7386f4a41b..b6bc094b7b 100644 --- a/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po index 1dd12d7343..f91fab7bc4 100644 --- a/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po @@ -1,5 +1,5 @@ # Translation of StatusNet - GroupFavorited to Galician (Galego) -# Expored from translatewiki.net +# Exported from translatewiki.net # # Author: Toliño # -- @@ -9,45 +9,43 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-16 15:08+0000\n" -"PO-Revision-Date: 2010-12-16 15:12:07+0000\n" -"Language-Team: Galician \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" +"Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2010-11-30 20:40:36+0000\n" -"X-Generator: MediaWiki 1.18alpha (r78478); Translate extension (2010-09-17)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. TRANS: %s is a group name. -#: groupfavoritedaction.php:48 -#, php-format -msgid "Popular posts in %s group" -msgstr "" - -#. TRANS: %1$s is a group name, %2$s is a group number. -#: groupfavoritedaction.php:51 -#, php-format -msgid "Popular posts in %1$s group, page %2$d" -msgstr "" - #. TRANS: Menu item in the group navigation page. -#: GroupFavoritedPlugin.php:72 msgctxt "MENU" msgid "Popular" msgstr "Populares" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is the nickname of the group. -#: GroupFavoritedPlugin.php:75 #, php-format msgctxt "TOOLTIP" msgid "Popular notices in %s group" -msgstr "" +msgstr "Notas populares no grupo %s" #. TRANS: Plugin description. -#: GroupFavoritedPlugin.php:99 msgid "This plugin adds a menu item for popular notices in groups." msgstr "" +"Este complemento engade un elemento de menú para as notas populares nos " +"grupos." + +#. TRANS: %s is a group name. +#, php-format +msgid "Popular posts in %s group" +msgstr "Mensaxes populares no grupo %s" + +#. TRANS: %1$s is a group name, %2$s is a group number. +#, php-format +msgid "Popular posts in %1$s group, page %2$d" +msgstr "Mensaxes populares no grupo %1$s, páxina %2$d" diff --git a/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po index 8f719f69da..f0a4d13731 100644 --- a/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po index 4fb94228dd..5a45255666 100644 --- a/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po index d5b5fff25a..fbe2cf2307 100644 --- a/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po index 893d7e84cf..c5c200ca69 100644 --- a/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:14+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po index 0ce1312275..cdda96c61a 100644 --- a/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:14+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po index 392fab5e1b..b309468fe3 100644 --- a/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:14+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po index 315356656d..77f922c983 100644 --- a/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:14+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot b/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot index 45a1d178b1..f5c703b0d8 100644 --- a/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot +++ b/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po index 5b7fb96cb8..0abbfc7a60 100644 --- a/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:17+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po index c1b28d9edc..7d9f9ea36a 100644 --- a/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:17+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po index c54c471a1f..051b3f0938 100644 --- a/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po index 242e825833..5e87ec83fb 100644 --- a/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po index eeca4a40d6..6ff9fc1106 100644 --- a/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:05+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po new file mode 100644 index 0000000000..c63d6cd28c --- /dev/null +++ b/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po @@ -0,0 +1,293 @@ +# Translation of StatusNet - GroupPrivateMessage to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - GroupPrivateMessage\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception thrown when trying to send a private group message while not logged in. +msgid "Must be logged in." +msgstr "Cómpre acceder ao sistema." + +#. TRANS: Exception thrown when user %s is not allowed to send a private group message. +#. TRANS: Exception thrown when trying to send group private message without having the right to do that. +#. TRANS: %s is a user nickname. +#, php-format +msgid "User %s is not allowed to send private messages." +msgstr "O usuario %s non ten permiso para enviar mensaxes privadas." + +#. TRANS: Client exception thrown when trying to send a private group message to a non-existing group. +#. TRANS: Client exception thrown when trying to view group inbox for non-existing group. +msgid "No such group." +msgstr "Non existe tal grupo." + +#. TRANS: Title after sending a private group message. +msgid "Message sent" +msgstr "Mensaxe enviada" + +#. TRANS: Succes text after sending a direct message to group %s. +#, php-format +msgid "Direct message to %s sent." +msgstr "Enviouse a mensaxe directa a %s." + +#. TRANS: Title of form for new private group message. +#, php-format +msgid "New message to group %s" +msgstr "Nova mensaxe ao grupo %s" + +#. TRANS: Subject for direct-message notification email. +#. TRANS: %1$s is the sending user's nickname, %2$s is the group nickname. +#, php-format +msgid "New private message from %1$s to group %2$s" +msgstr "Nova mensaxe privada de %1$s ao grupo %2$s" + +#. TRANS: Body for direct-message notification email. +#. TRANS: %1$s is the sending user's long name, %2$s is the sending user's nickname, +#. TRANS: %3$s is the message content, %4$s a URL to the message, +#. TRANS: %5$s is the StatusNet sitename. +#, php-format +msgid "" +"%1$s (%2$s) sent a private message to group %3$s:\n" +"\n" +"------------------------------------------------------\n" +"%4$s\n" +"------------------------------------------------------\n" +"\n" +"You can reply to their message here:\n" +"\n" +"%5$s\n" +"\n" +"Do not reply to this email; it will not get to them.\n" +"\n" +"With kind regards,\n" +"%6$s" +msgstr "" +"%1$s (%2$s) envioulle unha mensaxe privada ao grupo %3$s:\n" +"\n" +"------------------------------------------------------\n" +"%4$s\n" +"------------------------------------------------------\n" +"\n" +"Pode responder á mensaxe aquí:\n" +"\n" +"%5$s\n" +"\n" +"Non responda a este correo electrónico, non lle chegará ao remitente.\n" +"\n" +"Atentamente,\n" +"%6$s" + +#. TRANS: Menu item in group page. +msgctxt "MENU" +msgid "Inbox" +msgstr "Caixa de entrada" + +#. TRANS: Menu title in group page. +msgid "Private messages for this group." +msgstr "Mensaxes privadas para este grupo." + +#. TRANS: Dropdown label in group settings page for if group allows private messages. +msgid "Private messages" +msgstr "Mensaxes privadas" + +#. TRANS: Dropdown option in group settings page for allowing private messages. +msgid "Sometimes" +msgstr "Ás veces" + +#. TRANS: Dropdown option in group settings page for allowing private messages. +msgid "Always" +msgstr "Sempre" + +#. TRANS: Dropdown option in group settings page for allowing private messages. +msgid "Never" +msgstr "Nunca" + +#. TRANS: Dropdown title in group settings page for if group allows private messages. +msgid "Whether to allow private messages to this group." +msgstr "Permitir ou non as mensaxes privadas para este grupo." + +#. TRANS: Dropdown label in group settings page for who can send private messages to the group. +msgid "Private senders" +msgstr "Remitentes privados" + +#. TRANS: Dropdown option in group settings page for who can send private messages. +msgid "Everyone" +msgstr "Todos" + +#. TRANS: Dropdown option in group settings page for who can send private messages. +msgid "Member" +msgstr "Membro" + +#. TRANS: Dropdown option in group settings page for who can send private messages. +msgid "Admin" +msgstr "Administrador" + +#. TRANS: Dropdown title in group settings page for who can send private messages to the group. +msgid "Who can send private messages to the group." +msgstr "Quen pode enviar mensaxes privadas ao grupo." + +#. TRANS: Title for action in group actions list. +msgid "Send a direct message to this group." +msgstr "Enviarlle unha mensaxe directa a este grupo." + +#. TRANS: Link text for action in group actions list to send a private message to a group. +msgctxt "LINKTEXT" +msgid "Message" +msgstr "Mensaxe" + +#. TRANS: Client exception thrown when a private group message has to be forced. +msgid "Forced notice to private group message." +msgstr "Nota obrigada á mensaxe de grupo privado." + +#. TRANS: Indicator on the group page that the group is (essentially) private. +msgid "Private" +msgstr "Privado" + +#. TRANS: Plugin description. +msgid "Allow posting private messages to groups." +msgstr "Permitir a publicación de mensaxes privadas nos grupos." + +#. TRANS: Client exception thrown when trying to view group inbox while not logged in. +msgid "Only for logged-in users." +msgstr "Unicamente para os usuarios rexistrados." + +#. TRANS: Client exception thrown when trying to view group inbox while not a member. +msgid "Only for members." +msgstr "Unicamente para os membros." + +#. TRANS: Text of group inbox if no private messages were sent to it. +msgid "This group has not received any private messages." +msgstr "Este grupo non recibiu mensaxe privada ningunha." + +#. TRANS: Title of inbox for group %s. +#, php-format +msgid "%s group inbox" +msgstr "Caixa de entrada do grupo %s" + +#. TRANS: Page title for any but first group page. +#. TRANS: %1$s is a group name, $2$s is a page number. +#, php-format +msgid "%1$s group inbox, page %2$d" +msgstr "Caixa de entrada do grupo %1$s, páxina %2$d" + +#. TRANS: Instructions for user inbox page. +msgid "" +"This is the group inbox, which lists all incoming private messages for this " +"group." +msgstr "" +"Esta é a caixa de entrada do grupo, que lista todas as mensaxes privadas " +"entrantes enviadas a este grupo." + +#. TRANS: Form legend for sending private message to group %s. +#, php-format +msgid "Message to %s" +msgstr "Mensaxe a %s" + +#. TRANS: Field label for private group message to group %s. +#, php-format +msgid "Direct message to %s" +msgstr "Mensaxe directa a %s" + +#. TRANS: Indicator for number of chatacters still available for notice. +msgid "Available characters" +msgstr "Caracteres dispoñibles" + +#. TRANS: Send button text for sending private group notice. +msgctxt "Send button for sending notice" +msgid "Send" +msgstr "Enviar" + +#. TRANS: Exception thrown when trying to set group privacy setting if group %s does not allow private messages. +#, php-format +msgid "Group %s does not allow private messages." +msgstr "O grupo %s non permite as mensaxes privadas." + +#. TRANS: Exception thrown when trying to send group private message while blocked from that group. +#. TRANS: %1$s is a user nickname, %2$s is a group nickname. +#, php-format +msgid "User %1$s is blocked from group %2$s." +msgstr "O usuario %1$s está bloqueado no grupo %2$s." + +#. TRANS: Exception thrown when trying to send group private message while not a member. +#. TRANS: %1$s is a user nickname, %2$s is a group nickname. +#, php-format +msgid "User %1$s is not a member of group %2$s." +msgstr "O usuario %1$s non pertence ao grupo %2$s." + +#. TRANS: Exception thrown when trying to send group private message while not a group administrator. +#. TRANS: %1$s is a user nickname, %2$s is a group nickname. +#, php-format +msgid "User %1$s is not an administrator of group %2$s." +msgstr "O usuario %1$s non é un administrador o grupo %2$s." + +#. TRANS: Exception thrown when encountering undefined group privacy settings. +#. TRANS: %s is a group nickname. +#, php-format +msgid "Unknown privacy settings for group %s." +msgstr "Configuración de protección de datos descoñecida para o grupo %s." + +#. TRANS: Exception thrown when trying to send group private message that is too long. +#. TRANS: %d is the maximum meggage length. +#, php-format +msgid "That's too long. Maximum message size is %d character." +msgid_plural "That's too long. Maximum message size is %d characters." +msgstr[0] "" +"Iso é longo de máis. A lonxitude máxima das mensaxes é de %d caracteres." +msgstr[1] "" +"Iso é longo de máis. A lonxitude máxima das mensaxes é de %d caracteres." + +#. TRANS: Exception thrown when trying to send group private message to a non-existing group. +msgid "No group for group message." +msgstr "Non hai grupo ningún para a mensaxe de grupo." + +#. TRANS: Exception thrown when trying to send group private message without having a sender. +msgid "No sender for group message." +msgstr "Non hai remitente ningún para a mensaxe de grupo." + +#. TRANS: Client exception thrown when trying to view group private messages without being logged in. +msgid "Only logged-in users can view private messages." +msgstr "Unicamente os usuarios rexistrados poden ler as mensaxes privadas." + +#. TRANS: Client exception thrown when trying to view a non-existing group private message. +msgid "No such message." +msgstr "Non se atopou esa mensaxe." + +#. TRANS: Server exception thrown when trying to view group private messages for a non-exsting group. +msgid "Group not found." +msgstr "Non se atopou o grupo." + +#. TRANS: Client exception thrown when trying to view a group private message without being a group member. +msgid "Cannot read message." +msgstr "Non se puido ler a mensaxe." + +#. TRANS: Server exception thrown when trying to view a group private message without a sender. +msgid "No sender found." +msgstr "Non se atopou ningún remitente." + +#. TRANS: Title for private group message. +#. TRANS: %1$s is the sender name, %2$s is the group name, %3$s is a timestamp. +#, php-format +msgid "Message from %1$s to group %2$s on %3$s" +msgstr "Mensaxe de %1$s ao grupo %2$s o %3$s" + +#. TRANS: Succes message after sending private group message to group %s. +#, php-format +msgid "Direct message to group %s sent." +msgstr "Enviouse a mensaxe directa ao grupo %s." diff --git a/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po index cd630a7b57..8f9dcd0c57 100644 --- a/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po index dc8f91c58b..1e6663474f 100644 --- a/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po index 38c1b58eee..b5b1c45e18 100644 --- a/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po index 3d0a9af5ec..199b3bb6d4 100644 --- a/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po index a808f9340e..72a60708a6 100644 --- a/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:19+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po index c5db23e091..88cb836fd4 100644 --- a/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:19+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Imap/locale/Imap.pot b/plugins/Imap/locale/Imap.pot index b7f06e0f11..af41664261 100644 --- a/plugins/Imap/locale/Imap.pot +++ b/plugins/Imap/locale/Imap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Imap/locale/br/LC_MESSAGES/Imap.po b/plugins/Imap/locale/br/LC_MESSAGES/Imap.po index cb6c8ca46a..91177b6428 100644 --- a/plugins/Imap/locale/br/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/br/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po b/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po index 8995b13690..f6e1140503 100644 --- a/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Imap/locale/de/LC_MESSAGES/Imap.po b/plugins/Imap/locale/de/LC_MESSAGES/Imap.po index e3d66ae781..f019ed2f28 100644 --- a/plugins/Imap/locale/de/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/de/LC_MESSAGES/Imap.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po b/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po index 49c3f131ce..2251fa37f7 100644 --- a/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po b/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po index 9ddac3625a..202b6c4c81 100644 --- a/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po b/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po new file mode 100644 index 0000000000..96d0c47615 --- /dev/null +++ b/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po @@ -0,0 +1,60 @@ +# Translation of StatusNet - Imap to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Imap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-imap\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: E-mail subject in case of an error. +msgid "Error" +msgstr "Erro" + +#. TRANS: Exception thrown when the ImapManager is used incorrectly in the code. +msgid "" +"ImapManager should be created using its constructor, not using the static " +"\"get()\" method." +msgstr "" +"ImapManager debería crearse mediante o seu construtor e non utilizando o " +"método estático \"get()\"." + +#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. +msgid "A mailbox must be specified." +msgstr "Cómpre especificar unha caixa de correos." + +#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. +msgid "A user must be specified." +msgstr "Cómpre especificar un usuario." + +#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. +msgid "A password must be specified." +msgstr "Cómpre especificar un contrasinal." + +#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. +#. TRANS: poll_frequency is a setting that should not be translated. +msgid "A poll_frequency must be specified." +msgstr "Cómpre especificar un poll_frequency." + +#. TRANS: Plugin description. +msgid "" +"The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for " +"incoming mail containing user posts." +msgstr "" +"O complemento IMAP permite a StatusNet comprobar se as caixas de entrada POP " +"ou IMAP posúen novas mensaxes que conteñan publicacións de usuario." diff --git a/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po b/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po index defec312b7..0780a7d2b6 100644 --- a/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po b/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po index 1a4d9dbc93..97745753a8 100644 --- a/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po b/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po index f74b7b3113..a62c43feb9 100644 --- a/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po b/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po index 9fa0c77813..47c94fdb4c 100644 --- a/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po b/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po index c5133c2455..21e5b7aeef 100644 --- a/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po b/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po index 91894b2fd1..35b09fe691 100644 --- a/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po b/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po index c5cffbe039..051924b808 100644 --- a/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po b/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po index f95a68b420..1932ace4b8 100644 --- a/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po b/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po index 3dc2ddc918..2eb5245833 100644 --- a/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/InProcessCache/locale/InProcessCache.pot b/plugins/InProcessCache/locale/InProcessCache.pot index 318efc66b5..e145efe489 100644 --- a/plugins/InProcessCache/locale/InProcessCache.pot +++ b/plugins/InProcessCache/locale/InProcessCache.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/InProcessCache/locale/de/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/de/LC_MESSAGES/InProcessCache.po index 8faaec15cf..025267f5fd 100644 --- a/plugins/InProcessCache/locale/de/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/de/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po index 367a24447d..c14f9019fe 100644 --- a/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po index b29f5ba533..a9bca1a473 100644 --- a/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po index 2510e9d572..8566fa0957 100644 --- a/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po index a0ae1516d6..0a526ccadf 100644 --- a/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po index e2264a90ee..8dc6f6477c 100644 --- a/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po index 5edfb141af..a97b425637 100644 --- a/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po index ca0f9ae7fa..25d5aa5c7d 100644 --- a/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po index 4332464eb0..f27b167fab 100644 --- a/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po index 8a1ab1e30b..95d932b17d 100644 --- a/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po index ac5f0be567..86ef90dea0 100644 --- a/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po index 2a5020cf89..c15167f3f5 100644 --- a/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/InfiniteScroll/locale/InfiniteScroll.pot b/plugins/InfiniteScroll/locale/InfiniteScroll.pot index 2b8d487c56..2310888e14 100644 --- a/plugins/InfiniteScroll/locale/InfiniteScroll.pot +++ b/plugins/InfiniteScroll/locale/InfiniteScroll.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po index 15f79655c9..e327ba52ad 100644 --- a/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po index 384eca4319..e1187b6dcd 100644 --- a/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po index 5b7f7c019e..17c502ceac 100644 --- a/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po index 5d8e8b1d9e..dc1a67489d 100644 --- a/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po index 842381eae4..3171685151 100644 --- a/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po index 2b4ceb06e4..9968d8049f 100644 --- a/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po index 916c2a21ab..58e57735ec 100644 --- a/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po index e2ef2f8b03..393c4e15aa 100644 --- a/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po index 601bc7401b..cbd3c61e44 100644 --- a/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po index 064a73d1ae..82f8fcdc17 100644 --- a/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po index a805fed203..ac3437266a 100644 --- a/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po index 9333190c7b..d235598959 100644 --- a/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po index 1fbcebc859..06bbfcd131 100644 --- a/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po index fe812e9bde..3fae91448a 100644 --- a/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po index 56421ca5e3..c32281c5b0 100644 --- a/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po index 72d146ceb5..a44c662b13 100644 --- a/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po index 55f75e87cc..74ac2c2114 100644 --- a/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Irc/locale/Irc.pot b/plugins/Irc/locale/Irc.pot index a6f243f582..84d441df78 100644 --- a/plugins/Irc/locale/Irc.pot +++ b/plugins/Irc/locale/Irc.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po b/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po new file mode 100644 index 0000000000..4202d75e26 --- /dev/null +++ b/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po @@ -0,0 +1,85 @@ +# Translation of StatusNet - Irc to Catalan (Català) +# Exported from translatewiki.net +# +# Author: Toniher +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Irc\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:24+0000\n" +"Language-Team: Catalan \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: ca\n" +"X-Message-Group: #out-statusnet-plugin-irc\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Service name for IRC. +msgid "IRC" +msgstr "IRC" + +#. TRANS: Body text for e-mail confirmation message for IRC. +#. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename, +#. TRANS: %3$s is the plugin display name ("IRC"), %4$s is the confirm address URL. +#, php-format +msgid "" +"User \"%1$s\" on %2$s has said that your %3$s screenname belongs to them. If " +"that's true, you can confirm by clicking on this URL: %4$s . (If you cannot " +"click it, copy-and-paste it into the address bar of your browser). If that " +"user is not you, or if you did not request this confirmation, just ignore " +"this message." +msgstr "" +"L'usuari «%1$s» a %2$s diu que el vostre nom %3$s li pertany. Si això fos " +"veritat, podeu confirmar-ho clicant a l'URL: %4$s . (Si no podeu clicar-hi, " +"copieu-la i enganxeu-la a la barra d'ubicació del vostre navegador). Si no " +"fóssiu aquest usuari, o bé si no heu sol·licitat aquesta confirmació, " +"simplement ignoreu el missatge." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a host." +msgstr "Heu d'especificar un servidor central." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a username." +msgstr "Heu d'especificar un nom d'usuari." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a \"real name\"." +msgstr "Heu d'especificar un «nom real»." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a nickname." +msgstr "Heu d'especificar un sobrenom." + +#. TRANS: Plugin description. +msgid "" +"The IRC plugin allows users to send and receive notices over an IRC network." +msgstr "" +"El connector IRC permet als usuaris enviar i rebre avisos des d'una xarxa " +"IRC." + +#. TRANS: Exception thrown when an IRC attempts count could not be updated. +#. TRANS: %d is the object ID for which the count could not be updated. +#, php-format +msgid "Could not increment attempts count for %d." +msgstr "" + +#. TRANS: Message given when using an unregistered IRC nickname. +msgid "Your nickname is not registered so IRC connectivity cannot be enabled." +msgstr "" + +#. TRANS: Server error thrown on database error when deleting IRC nickname confirmation. +msgid "Could not delete confirmation." +msgstr "No s'ha pogut eliminar la confirmació." + +#. TRANS: Server exception thrown when an IRC waiting queue item could not be added to the database. +msgid "Database error inserting IRC waiting queue item." +msgstr "" diff --git a/plugins/Irc/locale/de/LC_MESSAGES/Irc.po b/plugins/Irc/locale/de/LC_MESSAGES/Irc.po index 7d55eafcd7..1822e71b25 100644 --- a/plugins/Irc/locale/de/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/de/LC_MESSAGES/Irc.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:24+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po b/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po index 0f0f8b9bd7..7cf42efaad 100644 --- a/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:24+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po b/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po new file mode 100644 index 0000000000..16a6b2e06c --- /dev/null +++ b/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po @@ -0,0 +1,87 @@ +# Translation of StatusNet - Irc to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Irc\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:24+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-irc\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Service name for IRC. +msgid "IRC" +msgstr "IRC" + +#. TRANS: Body text for e-mail confirmation message for IRC. +#. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename, +#. TRANS: %3$s is the plugin display name ("IRC"), %4$s is the confirm address URL. +#, php-format +msgid "" +"User \"%1$s\" on %2$s has said that your %3$s screenname belongs to them. If " +"that's true, you can confirm by clicking on this URL: %4$s . (If you cannot " +"click it, copy-and-paste it into the address bar of your browser). If that " +"user is not you, or if you did not request this confirmation, just ignore " +"this message." +msgstr "" +"O usuario \"%1$s\" de %2$s dixo que o pseudónimo %3$s pertence a el ou ela. " +"Se é certo, pódeo confirmar premendo neste enderezo URL: %4$s. (Se non pode " +"premer nel, copie e pegue o enderezo na barra de enderezos do navegador.) Se " +"ese usuario non é vostede ou se non solicitou esta confirmación, ignore esta " +"mensaxe." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a host." +msgstr "Cómpre especificar un provedor de hospedaxe." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a username." +msgstr "Cómpre especificar un nome de usuario." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a \"real name\"." +msgstr "Cómpre especificar un nome real." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a nickname." +msgstr "Cómpre especificar un alcume." + +#. TRANS: Plugin description. +msgid "" +"The IRC plugin allows users to send and receive notices over an IRC network." +msgstr "" +"O complemento IRC permite aos usuarios enviar e recibir mensaxes desde a " +"rede de IRC." + +#. TRANS: Exception thrown when an IRC attempts count could not be updated. +#. TRANS: %d is the object ID for which the count could not be updated. +#, php-format +msgid "Could not increment attempts count for %d." +msgstr "Non se puido incrementar o número de intentos de %d." + +#. TRANS: Message given when using an unregistered IRC nickname. +msgid "Your nickname is not registered so IRC connectivity cannot be enabled." +msgstr "" +"O seu alcume non está rexistrado, de modo que non se pode activar a " +"conectividade IRC." + +#. TRANS: Server error thrown on database error when deleting IRC nickname confirmation. +msgid "Could not delete confirmation." +msgstr "Non se puido borrar a confirmación." + +#. TRANS: Server exception thrown when an IRC waiting queue item could not be added to the database. +msgid "Database error inserting IRC waiting queue item." +msgstr "Erro na base de datos ao inserir un elemento na cola de espera de IRC." diff --git a/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po b/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po index 12f0373579..5e77752fb0 100644 --- a/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:24+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po b/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po index 5a4a15102d..b793654a90 100644 --- a/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po b/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po index eaa7037980..d46369adbb 100644 --- a/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po b/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po index 00f571b635..c50f4bb0b1 100644 --- a/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po b/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po index 85ef8366d1..6fc298b475 100644 --- a/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po b/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po index 648ea9d6ff..ff452b20c0 100644 --- a/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/LdapAuthentication/locale/LdapAuthentication.pot b/plugins/LdapAuthentication/locale/LdapAuthentication.pot index 4d10d4ba40..1cbbe22199 100644 --- a/plugins/LdapAuthentication/locale/LdapAuthentication.pot +++ b/plugins/LdapAuthentication/locale/LdapAuthentication.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LdapAuthentication/locale/de/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/de/LC_MESSAGES/LdapAuthentication.po index 0bd83290e4..a421e95272 100644 --- a/plugins/LdapAuthentication/locale/de/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/de/LC_MESSAGES/LdapAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po index db1ec8cb26..5ac61d347b 100644 --- a/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po new file mode 100644 index 0000000000..57ab956391 --- /dev/null +++ b/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po @@ -0,0 +1,48 @@ +# Translation of StatusNet - LdapAuthentication to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - LdapAuthentication\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Exception thrown when initialising the LDAP Auth plugin fails because of an incorrect configuration. +msgid "You must specify a nickname attribute." +msgstr "Cómpre especificar o atributo do alcume." + +#. TRANS: Exception thrown when initialising the LDAP Auth plugin fails because of an incorrect configuration. +msgid "" +"If password_changeable is set, the password attribute and password_encoding " +"must also be specified." +msgstr "" +"Se \"password_changeable\" está definido, cómpre especificar o atributo do " +"contrasinal e \"password_encoding\"." + +#. TRANS: Instructions for LDAP authentication. +msgid "Do you have an LDAP account? Use your standard username and password." +msgstr "" +"Ten unha conta LDAP? Use o seu nome de usuario e o seu contrasinal estándar." + +#. TRANS: Plugin description. +msgid "" +"The LDAP Authentication plugin allows for StatusNet to handle authentication " +"through LDAP." +msgstr "" +"O complemento de autenticación LDAP permite a StatusNet manexar a " +"autenticación a través do LDAP." diff --git a/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po index c4abe5224c..eb13acdbdc 100644 --- a/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po index e5a694c8f1..171ac7a7ba 100644 --- a/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po index 77afc71e32..2cfd90757a 100644 --- a/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po index a759558194..6b93522ce6 100644 --- a/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po index a8e6ef3cbd..93116714ff 100644 --- a/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/LdapAuthorization/locale/LdapAuthorization.pot b/plugins/LdapAuthorization/locale/LdapAuthorization.pot index 5484fb934d..70d3bce60c 100644 --- a/plugins/LdapAuthorization/locale/LdapAuthorization.pot +++ b/plugins/LdapAuthorization/locale/LdapAuthorization.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LdapAuthorization/locale/de/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/de/LC_MESSAGES/LdapAuthorization.po index 099c9a4cca..54b5df15f7 100644 --- a/plugins/LdapAuthorization/locale/de/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/de/LC_MESSAGES/LdapAuthorization.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po index 3a32816b74..678b627187 100644 --- a/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po new file mode 100644 index 0000000000..7330a82ccc --- /dev/null +++ b/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po @@ -0,0 +1,43 @@ +# Translation of StatusNet - LdapAuthorization to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - LdapAuthorization\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Exception thrown when initialising the LDAP Auth plugin fails because of an incorrect configuration. +msgid "" +"provider_name must be set. Use the provider_name from the LDAP " +"Authentication plugin." +msgstr "" +"Cómpre definir \"provider_name\". Use o atributo \"provider_name\" do " +"complemento de autenticación LDAP." + +#. TRANS: Exception thrown when initialising the LDAP Auth plugin fails because of an incorrect configuration. +msgid "uniqueMember_attribute must be set." +msgstr "Cómpre definir \"uniqueMember_attribute\"." + +#. TRANS: Plugin description. +msgid "" +"The LDAP Authorization plugin allows for StatusNet to handle authorization " +"through LDAP." +msgstr "" +"O complemento de autenticación LDAP permite a StatusNet manexar a " +"autorización a través do LDAP." diff --git a/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po index 4cb85e5bc4..97dcb3eb73 100644 --- a/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po index 068add3ddd..62c506323b 100644 --- a/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po index 5d9bc659f7..2dddb75810 100644 --- a/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po index 0183b17499..efa20b52cd 100644 --- a/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po index 82af14281a..7072b5df38 100644 --- a/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/LdapCommon/locale/LdapCommon.pot b/plugins/LdapCommon/locale/LdapCommon.pot index 2c9f43093f..6c6deef83b 100644 --- a/plugins/LdapCommon/locale/LdapCommon.pot +++ b/plugins/LdapCommon/locale/LdapCommon.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po new file mode 100644 index 0000000000..4b436510dd --- /dev/null +++ b/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po @@ -0,0 +1,47 @@ +# Translation of StatusNet - LdapCommon to Catalan (Català) +# Exported from translatewiki.net +# +# Author: Toniher +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - LdapCommon\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" +"Language-Team: Catalan \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: ca\n" +"X-Message-Group: #out-statusnet-plugin-ldapcommon\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. +msgid "A host must be specified." +msgstr "Cal especificar un servidor central." + +#. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. +msgid "\"basedn\" must be specified." +msgstr "Cal especificar «basedn»." + +#. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. +msgid "The username attribute must be set." +msgstr "" + +#. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not available. +#. TRANS: %s is the error message. +#, php-format +msgid "Could not connect to LDAP server: %s" +msgstr "No s'ha pogut connectar amb el servidor LDAP: %s" + +#. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not available. +#. TRANS: %s is the error message. +#, php-format +msgid "Could not connect to LDAP server: %s." +msgstr "No s'ha pogut connectar amb el servidor LDAP: %s." diff --git a/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po index 9eba540cfe..8d2606d2f9 100644 --- a/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po index 89a74956b3..9b04e99bfe 100644 --- a/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po new file mode 100644 index 0000000000..827cc41d92 --- /dev/null +++ b/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po @@ -0,0 +1,47 @@ +# Translation of StatusNet - LdapCommon to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - LdapCommon\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-ldapcommon\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. +msgid "A host must be specified." +msgstr "Cómpre especificar un provedor de hospedaxe." + +#. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. +msgid "\"basedn\" must be specified." +msgstr "Cómpre especificar \"basedn\"." + +#. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. +msgid "The username attribute must be set." +msgstr "Cómpre definir o atributo \"username\"." + +#. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not available. +#. TRANS: %s is the error message. +#, php-format +msgid "Could not connect to LDAP server: %s" +msgstr "Non se puido conectar co servidor LDAP: %s" + +#. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not available. +#. TRANS: %s is the error message. +#, php-format +msgid "Could not connect to LDAP server: %s." +msgstr "Non se puido conectar co servidor LDAP: %s." diff --git a/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po index bab2db99eb..d28062d3f8 100644 --- a/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po index ea382afb8a..d1baed6df5 100644 --- a/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po index 8c303fee72..cea414eb89 100644 --- a/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po index 8ea35de2bc..46849f50f2 100644 --- a/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po index a9668ced5e..5dd19c055d 100644 --- a/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/LilUrl/locale/LilUrl.pot b/plugins/LilUrl/locale/LilUrl.pot index 89ad9f9cad..d9259f5fc3 100644 --- a/plugins/LilUrl/locale/LilUrl.pot +++ b/plugins/LilUrl/locale/LilUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po index 4247e447b3..dbc28bc248 100644 --- a/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" @@ -31,3 +31,4 @@ msgstr "S'ha d'especificar un URL de servei (serviceUrl)" #, php-format msgid "Uses %1$s URL-shortener service." msgstr "" +"Fa servir el servei d'escurçament d'URL %1$s." diff --git a/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po index ab635067b6..a6f46edd52 100644 --- a/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po index 5ed9eb7bd2..2b9081bf20 100644 --- a/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po index dcf901e353..c127dbf62d 100644 --- a/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po index 5e2e91ab21..89326b38b6 100644 --- a/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po index 627179a8e5..feaef2fb82 100644 --- a/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po index 5eec68a77a..70b7890b50 100644 --- a/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po index 6fd436eecd..a381dfded6 100644 --- a/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po index f7921e679e..90906abc07 100644 --- a/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po index 79bee23600..35571872b5 100644 --- a/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po index 7fd296cf31..67844e28ff 100644 --- a/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po index 003b389c77..498619397d 100644 --- a/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po index 97d6923cae..83f761d3c6 100644 --- a/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po index 074c99aa53..687ffda957 100644 --- a/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po index d541ceadd6..249e9a93a9 100644 --- a/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po index f85c126fb3..f024ae60cd 100644 --- a/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po index 114d642f6a..bcdfc8763e 100644 --- a/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/LinkPreview/locale/LinkPreview.pot b/plugins/LinkPreview/locale/LinkPreview.pot index 71e677d466..7f00b9e29b 100644 --- a/plugins/LinkPreview/locale/LinkPreview.pot +++ b/plugins/LinkPreview/locale/LinkPreview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po new file mode 100644 index 0000000000..8c926cf510 --- /dev/null +++ b/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po @@ -0,0 +1,41 @@ +# Translation of StatusNet - LinkPreview to Catalan (Català) +# Exported from translatewiki.net +# +# Author: Toniher +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - LinkPreview\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" +"Language-Team: Catalan \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: ca\n" +"X-Message-Group: #out-statusnet-plugin-linkpreview\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "UI extension for previewing thumbnails from links." +msgstr "" + +#. TRANS: Client error displayed when the session token does not match or is not given. +msgid "There was a problem with your session token. Try again, please." +msgstr "" +"S'ha produït un problema amb el vostre testimoni de sessió. Torneu-ho a " +"provar." + +#. TRANS: Client exception thrown when requesting a different format than JSON. +msgid "Invalid format; only JSON supported." +msgstr "" + +#. TRANS: Client exception thrown when not providing a valid URL. +msgid "Invalid URL." +msgstr "URL invàlid." diff --git a/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po index 61875a081b..551b2c628c 100644 --- a/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po index b1d8eeff78..0bec617f99 100644 --- a/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po new file mode 100644 index 0000000000..f7747a6ada --- /dev/null +++ b/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po @@ -0,0 +1,41 @@ +# Translation of StatusNet - LinkPreview to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - LinkPreview\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-linkpreview\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "UI extension for previewing thumbnails from links." +msgstr "" +"Extensión de interface de usuario para ollar unha vista previa das " +"miniaturas desde as ligazóns." + +#. TRANS: Client error displayed when the session token does not match or is not given. +msgid "There was a problem with your session token. Try again, please." +msgstr "Houbo un erro co seu pase. Inténteo de novo." + +#. TRANS: Client exception thrown when requesting a different format than JSON. +msgid "Invalid format; only JSON supported." +msgstr "Formato inválido; unicamente está soportado JSON." + +#. TRANS: Client exception thrown when not providing a valid URL. +msgid "Invalid URL." +msgstr "Enderezo URL inválido." diff --git a/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po index b107649c2d..8936f600e2 100644 --- a/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po index 15005d8a94..ef3be59847 100644 --- a/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po index 4035346b45..f6fc23cebb 100644 --- a/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po index 808edfeed6..746ab1439a 100644 --- a/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po index 9cf3711a4d..f4f17f4a45 100644 --- a/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po index e4e345e550..2e07a97ddf 100644 --- a/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Linkback/locale/Linkback.pot b/plugins/Linkback/locale/Linkback.pot index e6174f9f72..c6ff51c826 100644 --- a/plugins/Linkback/locale/Linkback.pot +++ b/plugins/Linkback/locale/Linkback.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Linkback/locale/ar/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ar/LC_MESSAGES/Linkback.po index 29b9c2b559..511c7986c8 100644 --- a/plugins/Linkback/locale/ar/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ar/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po index 7dfd7d5d1d..16d4260215 100644 --- a/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po index 66463a2620..4567f6e3bc 100644 --- a/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po index 7e4a2d936c..782dbe3841 100644 --- a/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po index d32a234089..f15560abd7 100644 --- a/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po index ab2ebd61ba..d820a1db9a 100644 --- a/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po index efd8144218..15c244d9ea 100644 --- a/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po index 59b434b384..89e718401c 100644 --- a/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po index 1ed8794694..bb9873c090 100644 --- a/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po index 4b25a6f5dd..000675609d 100644 --- a/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po index 0e89883980..ff2214e8c8 100644 --- a/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po index 695fb935d0..b85a240ace 100644 --- a/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po index 7b8288a183..b6fdcd8ad3 100644 --- a/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po index 16fa24f4a0..59e41ec5d1 100644 --- a/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po index d2fe7db657..4d749f0e02 100644 --- a/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po index 53a59bd027..e5118b0658 100644 --- a/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po index 068492c209..174b2a37a6 100644 --- a/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po index c72b82388d..646d68dc83 100644 --- a/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/LogFilter/locale/LogFilter.pot b/plugins/LogFilter/locale/LogFilter.pot index bf960c72eb..6f116bc392 100644 --- a/plugins/LogFilter/locale/LogFilter.pot +++ b/plugins/LogFilter/locale/LogFilter.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LogFilter/locale/de/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/de/LC_MESSAGES/LogFilter.po index 4f9b24c581..62ba09ce1d 100644 --- a/plugins/LogFilter/locale/de/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/de/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po index ed73a3cea6..fc4b3b5da5 100644 --- a/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po index 0b5e571138..6a89ff4f3c 100644 --- a/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po index 83fe27bbcc..0961352d47 100644 --- a/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po index 68521aceb1..5541882ce9 100644 --- a/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po index 08d0de364f..43112966e0 100644 --- a/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po index 0dba2f39dd..75771a7000 100644 --- a/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po index cdb8e0c0ea..c65555c297 100644 --- a/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po index 5d26b71cd4..e7a9ce5fa4 100644 --- a/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po index c1ba02bd87..82f5a161dc 100644 --- a/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:35+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po index 96c92c6f88..ce44c85eed 100644 --- a/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:35+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po index f4a2e3650a..2eadff5201 100644 --- a/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:35+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po index 630cbe3dd2..7b0cd879ad 100644 --- a/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:35+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Mapstraction/locale/Mapstraction.pot b/plugins/Mapstraction/locale/Mapstraction.pot index 3db4d4d0b0..10829765c0 100644 --- a/plugins/Mapstraction/locale/Mapstraction.pot +++ b/plugins/Mapstraction/locale/Mapstraction.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po index 7af311eb7b..45c55695fb 100644 --- a/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:21+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po index 49763eb4b6..2fc6ccbc05 100644 --- a/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:21+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po index c1b584319b..59c561aece 100644 --- a/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:21+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po index fa150dfb28..82dfb1beb4 100644 --- a/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:21+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po index 75d98ff9ec..d1aa8443e6 100644 --- a/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:21+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po index 608ac84877..4d60502f50 100644 --- a/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:21+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po index cfe5f6d08c..c335998be6 100644 --- a/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:21+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -35,18 +35,20 @@ msgid "" "Show maps of users' and friends' notices with Mapstraction." msgstr "" +"Mostra mapas das notas dos usuarios e amigos con Mapstraction." #. TRANS: Page title. #. TRANS: %s is a user nickname. #, php-format msgid "%s friends map" -msgstr "" +msgstr "Mapa dos amigos de %s" #. TRANS: Page title. #. TRANS: %1$s is a user nickname, %2$d is a page number. #, php-format msgid "%1$s friends map, page %2$d" -msgstr "" +msgstr "Mapa dos amigos de %1$s, páxina %2$d" #. TRANS: Client error displayed when referring to a non-existing user. msgid "No such user." @@ -60,4 +62,4 @@ msgstr "O usuario non ten perfil." #. TRANS: %s is a user name. #, php-format msgid "%s map" -msgstr "" +msgstr "Mapa de %s" diff --git a/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po index e9a15d776b..22e7e47299 100644 --- a/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:21+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hu\n" diff --git a/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po index 48e4baab47..1bad8bad2e 100644 --- a/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po index 62df5808dd..1e27eea6f3 100644 --- a/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lb\n" diff --git a/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po index f7889debcd..7572549d3e 100644 --- a/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po index e3147ab2d8..47bc721314 100644 --- a/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po index fe12a24941..db99af3a25 100644 --- a/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po index 14da4b0cae..f9185bd9aa 100644 --- a/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po index cd4a09a06a..4c1457e59d 100644 --- a/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po index 89a017a449..e18367d338 100644 --- a/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" "Language-Team: Tamil \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ta\n" diff --git a/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po index 7586a6e00d..9ecb73681e 100644 --- a/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po index e989768ab2..26f7f48a93 100644 --- a/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po index 174d232f56..b81ebc0a36 100644 --- a/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po index 6892d3ef6b..9fe5946754 100644 --- a/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:22+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Memcache/locale/Memcache.pot b/plugins/Memcache/locale/Memcache.pot index 56463a63bb..425dbfb98e 100644 --- a/plugins/Memcache/locale/Memcache.pot +++ b/plugins/Memcache/locale/Memcache.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po index 176092f551..82e383afde 100644 --- a/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po index 77f57c4478..4becfa4081 100644 --- a/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po index d9009dadbc..3321187fa2 100644 --- a/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po index 108b3f39e9..72aba3e0f3 100644 --- a/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po index 990720e58f..d976e9abab 100644 --- a/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po index 57b7c1a51e..c363b16582 100644 --- a/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po index 1cd39c8215..ff5408926f 100644 --- a/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po index 1248a6546a..3698efcd02 100644 --- a/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po index 318f2c3159..141267112b 100644 --- a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po index 8f8e3b7852..f400e062f2 100644 --- a/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:23+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po index 5e3e851ee9..df308f4e39 100644 --- a/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po index 69f0d59f66..e3169323a6 100644 --- a/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po index ad308e0802..d9492653f2 100644 --- a/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po index 7d6766280c..2a871c2f59 100644 --- a/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po index 834b32d910..aa3862a0e9 100644 --- a/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po index e44188a693..099ec4faf9 100644 --- a/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po index 0cb3f75ad7..7c604d50b0 100644 --- a/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Memcached/locale/Memcached.pot b/plugins/Memcached/locale/Memcached.pot index 7e40015d83..79722afabb 100644 --- a/plugins/Memcached/locale/Memcached.pot +++ b/plugins/Memcached/locale/Memcached.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po index 3ac84e76cf..f0541db6dc 100644 --- a/plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po index 0ffed98e48..2160da5783 100644 --- a/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po index 03e6f3e653..5fa0086c5f 100644 --- a/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po index c48a1cfa8b..ff9dec8fb9 100644 --- a/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po index 4b8e8b0d7e..290098c339 100644 --- a/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po index ed44307515..57c1dab07e 100644 --- a/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po index 85f767e8b1..38c529750f 100644 --- a/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po index da82d79946..d9d2395571 100644 --- a/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po index e3e385226a..baaf0b556d 100644 --- a/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po index 07c3a00bd3..ad7828d1cd 100644 --- a/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po index eae309593b..8d7210f821 100644 --- a/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po index 090988712b..ae530c202f 100644 --- a/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po index 41d62c66ab..f0872abb22 100644 --- a/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po index ae5a79fb08..b6cdb387b4 100644 --- a/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po index d17dc3a72e..6a82347260 100644 --- a/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po index 407459c77e..9c98c0d40d 100644 --- a/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:41+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po index 2836ddd64d..83e10861aa 100644 --- a/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:41+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po index bbbec1225a..ae2211cce1 100644 --- a/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:41+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Meteor/locale/Meteor.pot b/plugins/Meteor/locale/Meteor.pot index 92a2e63cc4..abed25aa7f 100644 --- a/plugins/Meteor/locale/Meteor.pot +++ b/plugins/Meteor/locale/Meteor.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po index 2608a7b017..8d2c8260a0 100644 --- a/plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:41+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po index f723f42eac..3becc80db8 100644 --- a/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:41+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po new file mode 100644 index 0000000000..9aa5c9e4ef --- /dev/null +++ b/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po @@ -0,0 +1,38 @@ +# Translation of StatusNet - Meteor to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Meteor\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:41+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-meteor\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Exception. %1$s is the control server, %2$s is the control port. +#, php-format +msgid "Could not connect to %1$s on %2$s." +msgstr "Non se puido conectar a %1$s en %2$s." + +#. TRANS: Exception. %s is the Meteor message that could not be added. +#, php-format +msgid "Error adding meteor message \"%s\"." +msgstr "Erro ao engadir unha mensaxe de Meteor \"%s\"." + +#. TRANS: Plugin description. +msgid "Plugin to do \"real time\" updates using Meteor." +msgstr "" +"Complemento para facer actualizacións \"en tempo real\" mediante Meteor." diff --git a/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po index ac02ac8930..4dd357ef4b 100644 --- a/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po index f0d6622059..7c7eb1fdd2 100644 --- a/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po index 18b322b978..3ddd43f0fe 100644 --- a/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po index 55a1365fcd..ed1585ada7 100644 --- a/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po index 4a3a3df76c..018bdebb14 100644 --- a/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po index 76d11f19fb..3e71a8b551 100644 --- a/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:26+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Minify/locale/Minify.pot b/plugins/Minify/locale/Minify.pot index 120cbf43db..1d724b5b7d 100644 --- a/plugins/Minify/locale/Minify.pot +++ b/plugins/Minify/locale/Minify.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Minify/locale/de/LC_MESSAGES/Minify.po b/plugins/Minify/locale/de/LC_MESSAGES/Minify.po index b00a368634..8d6f6b25dd 100644 --- a/plugins/Minify/locale/de/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/de/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po b/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po index c9acd3eca9..8154c9557c 100644 --- a/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po b/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po new file mode 100644 index 0000000000..d22d78ee0b --- /dev/null +++ b/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po @@ -0,0 +1,43 @@ +# Translation of StatusNet - Minify to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Minify\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-minify\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"The Minify plugin minifies StatusNet's CSS and JavaScript, removing " +"whitespace and comments." +msgstr "" +"O complemento Minify minimiza o CSS e o JavaScript de StatusNet, eliminando " +"os espazos en branco e os comentarios." + +#. TRANS: Client error displayed when not providing a valid path in parameter "f". +msgid "The parameter \"f\" is not a valid path." +msgstr "O parámetro \"f\" non é unha ruta válida." + +#. TRANS: Client error displayed when not providing parameter "f". +msgid "The parameter \"f\" is required but missing." +msgstr "O parámetro \"f\" é necesario, pero falta." + +#. TRANS: Client error displayed when trying to minify an unsupported file type. +msgid "File type not supported." +msgstr "Tipo de ficheiro non soportado." diff --git a/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po b/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po index 958742321b..7acbed2c70 100644 --- a/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po b/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po index 2af9a355df..2eb659c37c 100644 --- a/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po b/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po index db8f9135fb..2de30e8c35 100644 --- a/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po b/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po index 2c1b05efe1..c5324d6317 100644 --- a/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po b/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po index 3719154395..ed20683e12 100644 --- a/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po b/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po index 2d14a25fd3..3609cc1a79 100644 --- a/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po b/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po index 277e64ac42..bb902c5e7e 100644 --- a/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po b/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po index 61d7765e1f..f3bd6a0ea1 100644 --- a/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po b/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po index d2e46a52a2..1c88a57e02 100644 --- a/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/MobileProfile/locale/MobileProfile.pot b/plugins/MobileProfile/locale/MobileProfile.pot index 2eea61e608..42c06f6c35 100644 --- a/plugins/MobileProfile/locale/MobileProfile.pot +++ b/plugins/MobileProfile/locale/MobileProfile.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po index 992c06ce7e..0e13dee5da 100644 --- a/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po index ce39043d20..5560429fde 100644 --- a/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" "Language-Team: Chechen \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ce\n" diff --git a/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po index 9aacee9698..0feee47dfd 100644 --- a/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po index 48d2b2549d..7bff42cdf5 100644 --- a/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po index f858dc8b80..5f682334e4 100644 --- a/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po index 6f7d15d353..38e8d562d1 100644 --- a/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po new file mode 100644 index 0000000000..a799b3b675 --- /dev/null +++ b/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po @@ -0,0 +1,39 @@ +# Translation of StatusNet - MobileProfile to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - MobileProfile\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-mobileprofile\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception thrown when requesting a not supported media type. +msgid "This page is not available in a media type you accept." +msgstr "Esta páxina non está dispoñible nun formato axeitado para vostede." + +#. TRANS: Link to switch site layout from mobile to desktop mode. Appears at very bottom of page. +msgid "Switch to desktop site layout." +msgstr "Cambiar ao esquema do sitio de escritorio." + +#. TRANS: Link to switch site layout from desktop to mobile mode. Appears at very bottom of page. +msgid "Switch to mobile site layout." +msgstr "Cambiar ao esquema do sitio de móbil." + +#. TRANS: Plugin description. +msgid "XHTML MobileProfile output for supporting user agents." +msgstr "Saída XHTML MobileProfile para os navegadores compatibles." diff --git a/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po index bed5a51ab0..3c3a85dc9b 100644 --- a/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po index 8bd6586aa3..563c3d89f0 100644 --- a/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po index 41a426d057..ba65b68e03 100644 --- a/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po index 44f3089f3b..336f5f75a3 100644 --- a/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po index f4c9b86c9f..163761ecce 100644 --- a/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po index 195a5e6c50..714c87e040 100644 --- a/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po index 29436b3cbf..703f57f4f2 100644 --- a/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po index cc07df5151..61d2e3642d 100644 --- a/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po index 3551b8f8be..480a9f73d5 100644 --- a/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/ModHelper/locale/ModHelper.pot b/plugins/ModHelper/locale/ModHelper.pot index daad6790c0..59f335bf77 100644 --- a/plugins/ModHelper/locale/ModHelper.pot +++ b/plugins/ModHelper/locale/ModHelper.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ModHelper/locale/de/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/de/LC_MESSAGES/ModHelper.po index 2727497b8c..99c0945582 100644 --- a/plugins/ModHelper/locale/de/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/de/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po index 5fea735183..29cb864e8c 100644 --- a/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po index 7f24006aae..5e7efc5e24 100644 --- a/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po index e0bbe1361b..aa11f5c9c5 100644 --- a/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po index f474ffad72..8a1477906e 100644 --- a/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po index 165211b8ce..7a84009c36 100644 --- a/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po index abbf46a419..295cebd3dc 100644 --- a/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po index ddddaee956..43262d6e1e 100644 --- a/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po index 0d6515f64f..a1baa19416 100644 --- a/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po index ff1a809523..3288ef3849 100644 --- a/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po index 304c44d324..8d4d91609c 100644 --- a/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po index 39ea8f3799..9e9e9a2b15 100644 --- a/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ModPlus/locale/ModPlus.pot b/plugins/ModPlus/locale/ModPlus.pot index 4befd07460..efea87ab1b 100644 --- a/plugins/ModPlus/locale/ModPlus.pot +++ b/plugins/ModPlus/locale/ModPlus.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po index 1eaa53bbca..9bd89eb911 100644 --- a/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:47+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po index 626ed27a89..3bc8937e01 100644 --- a/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:47+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po index 16d98a3d1c..0cfcc66f64 100644 --- a/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:47+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po new file mode 100644 index 0000000000..2f26817d3d --- /dev/null +++ b/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po @@ -0,0 +1,61 @@ +# Translation of StatusNet - ModPlus to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ModPlus\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:47+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-modplus\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Error message displayed when referring to a user without a profile. +msgid "User has no profile." +msgstr "O usuario non ten perfil." + +#. TRANS: Remote profile action page title. +#. TRANS: %1$s is a username, %2$s is a hostname. +#, php-format +msgid "%1$s on %2$s" +msgstr "%1$s en %2$s" + +#. TRANS: Message on remote profile page. +#. TRANS: This message contains Markdown links in the form [description](link). +#. TRANS: %1$s is a profile nickname, %2$s is a hostname, %3$s is a URL. +#, php-format +msgid "" +"This remote profile is registered on another site; see [%1$s's original " +"profile page on %2$s](%3$s)." +msgstr "" +"Este perfil remoto está rexistrado noutro sitio; bote unha ollada ao [perfil " +"orixinal de %1$s en %2$s](%3$s)." + +#. TRANS: Message on blocked remote profile page. +msgid "" +"Site moderators have silenced this profile, which prevents delivery of new " +"messages to any users on this site." +msgstr "" +"Os moderadores do sitio silenciaron este perfil, o que impide o envío de " +"novas mensaxes a calquera usuario neste sitio." + +#. TRANS: Plugin description. +msgid "UI extension for profile moderation actions." +msgstr "" +"Extensións de interface de usuario para as accións de moderación dos perfís." + +#. TRANS: Label for access to remote profile options. +msgid "Remote profile options..." +msgstr "Opcións de perfil remoto..." diff --git a/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po index e217f91c5e..f2c0b0624f 100644 --- a/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:47+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po index e4043bc3cd..7a21b5c61e 100644 --- a/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po index ab645e62a2..08ca20233c 100644 --- a/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po index 8eea76ede4..8208f5e8bc 100644 --- a/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po index b318a4b544..fd8a07fbf5 100644 --- a/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Mollom/locale/Mollom.pot b/plugins/Mollom/locale/Mollom.pot index cbf85955aa..6ae55017b8 100644 --- a/plugins/Mollom/locale/Mollom.pot +++ b/plugins/Mollom/locale/Mollom.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po index 086ae675cc..78b473b35e 100644 --- a/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po index b67b1ac877..2945b7b368 100644 --- a/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po index 3845ceb925..f94ef73361 100644 --- a/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po index 19f97a37da..cc7a2ce28d 100644 --- a/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po index b410cb64dd..a9546b346f 100644 --- a/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po index 9d03372bfe..508f917011 100644 --- a/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po index 0fb9289584..9470ab7023 100644 --- a/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po index f107e52923..fa366235e1 100644 --- a/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po index 300f06464b..2325bd9be0 100644 --- a/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po index 76c1f292a2..b777f0d4fb 100644 --- a/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po index 7d5a87ab71..c093ad2c6a 100644 --- a/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Msn/locale/Msn.pot b/plugins/Msn/locale/Msn.pot index e80502e8a6..7aa1b6f66a 100644 --- a/plugins/Msn/locale/Msn.pot +++ b/plugins/Msn/locale/Msn.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Msn/locale/ar/LC_MESSAGES/Msn.po b/plugins/Msn/locale/ar/LC_MESSAGES/Msn.po index ba24b062f3..4a10235531 100644 --- a/plugins/Msn/locale/ar/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/ar/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po b/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po index 8be814e0d8..7f61b773b0 100644 --- a/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Msn/locale/de/LC_MESSAGES/Msn.po b/plugins/Msn/locale/de/LC_MESSAGES/Msn.po index 5a78b9cc48..4f2c788f30 100644 --- a/plugins/Msn/locale/de/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/de/LC_MESSAGES/Msn.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po b/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po index a277846c8b..4012bf8d8f 100644 --- a/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po b/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po new file mode 100644 index 0000000000..be0ccc67da --- /dev/null +++ b/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po @@ -0,0 +1,54 @@ +# Translation of StatusNet - Msn to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Msn\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-msn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: MSN bot status message. +msgid "Send me a message to post a notice" +msgstr "Envíame unha mensaxe para publicar unha nota" + +#. TRANS: Server exception thrown when a message to be sent through MSN cannot be added to the database queue. +msgid "Database error inserting queue item." +msgstr "Erro na base de datos ao inserir un elemento na cola." + +#. TRANS: Display name of the MSN instant messaging service. +msgid "MSN" +msgstr "MSN" + +#. TRANS: Exception thrown when configuration for the MSN plugin is incomplete. +msgid "Must specify a user." +msgstr "Cómpre especificar un usuario." + +#. TRANS: Exception thrown when configuration for the MSN plugin is incomplete. +msgid "Must specify a password." +msgstr "Cómpre especificar un contrasinal." + +#. TRANS: Exception thrown when configuration for the MSN plugin is incomplete. +msgid "Must specify a nickname." +msgstr "Cómpre especificar un alcume." + +#. TRANS: Plugin description. +msgid "" +"The MSN plugin allows users to send and receive notices over the MSN network." +msgstr "" +"O complemento MSN permite aos usuarios enviar e recibir mensaxes desde a " +"rede de MSN." diff --git a/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po b/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po index de3404c701..26a0ed48d3 100644 --- a/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po b/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po index d754c607ae..a0c6bcfc2d 100644 --- a/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po b/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po index d95ddb764f..ba7a8db0d8 100644 --- a/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po b/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po index fe1464617c..ae7b447302 100644 --- a/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po b/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po index 371f01a55c..d83b83a96c 100644 --- a/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po b/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po index 44af9f9dde..927fd72fe1 100644 --- a/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/NoticeTitle/locale/NoticeTitle.pot b/plugins/NoticeTitle/locale/NoticeTitle.pot index 6e3fefebae..9afbaaa660 100644 --- a/plugins/NoticeTitle/locale/NoticeTitle.pot +++ b/plugins/NoticeTitle/locale/NoticeTitle.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/NoticeTitle/locale/ar/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ar/LC_MESSAGES/NoticeTitle.po index 2bc6f4a305..092a8ed14a 100644 --- a/plugins/NoticeTitle/locale/ar/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ar/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po index c9c703a0b4..2035a0fd0d 100644 --- a/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po index e5bbfc2cd9..5276bb0346 100644 --- a/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-05-05 20:48+0000\n" -"PO-Revision-Date: 2011-05-05 20:50:15+0000\n" -"Language-Team: Catalan \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-04-27 13:28:46+0000\n" -"X-Generator: MediaWiki 1.18alpha (r87509); Translate extension (2011-04-26)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -36,4 +37,4 @@ msgstr[1] "" #. TRANS: Page title. %1$s is the title, %2$s is the site name. #, php-format msgid "%1$s - %2$s" -msgstr "" +msgstr "%1$s - %2$s" diff --git a/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po index b9a1657643..4b0317585f 100644 --- a/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po index a94a40be62..06e39a00b4 100644 --- a/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po index 05554d133d..421477e75c 100644 --- a/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po new file mode 100644 index 0000000000..4676df3d1b --- /dev/null +++ b/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po @@ -0,0 +1,40 @@ +# Translation of StatusNet - NoticeTitle to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - NoticeTitle\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-noticetitle\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Adds optional titles to notices." +msgstr "Engade títulos opcionais ás notas." + +#. TRANS: Exception thrown when a notice title is too long. +#. TRANS: %d is the maximum number of characters allowed in a title (used for plural). +#, php-format +msgid "The notice title is too long (maximum %d character)." +msgid_plural "The notice title is too long (maximum %d characters)." +msgstr[0] "O título da nota é longo de máis (o máximo é %d carácter)." +msgstr[1] "O título da nota é longo de máis (o máximo son %d caracteres)." + +#. TRANS: Page title. %1$s is the title, %2$s is the site name. +#, php-format +msgid "%1$s - %2$s" +msgstr "%1$s - %2$s" diff --git a/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po index 3fe82a1ae4..f79687f27d 100644 --- a/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po index 47cb849347..2d9461f810 100644 --- a/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po index 2d16012bef..ff4e8d9b36 100644 --- a/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po index 365d84ed07..9ba389a6f9 100644 --- a/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po index fbbc5019ad..09dda5fe5c 100644 --- a/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" "Language-Team: Nepali \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ne\n" diff --git a/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po index 33df80e24f..bd99270370 100644 --- a/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po index fc7d216d89..f99b4e72d2 100644 --- a/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po index 6df0bd643f..10555b25a6 100644 --- a/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po index 41649117dd..5528e79293 100644 --- a/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po index 9cb4987304..e12f9b8573 100644 --- a/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:53+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/OMB/locale/OMB.pot b/plugins/OMB/locale/OMB.pot index f28998e5fc..5882cdd915 100644 --- a/plugins/OMB/locale/OMB.pot +++ b/plugins/OMB/locale/OMB.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OMB/locale/br/LC_MESSAGES/OMB.po b/plugins/OMB/locale/br/LC_MESSAGES/OMB.po index 24bc35aad3..ec2e01c3f4 100644 --- a/plugins/OMB/locale/br/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/br/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:53+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po b/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po index ffb01a2fab..6624247a7a 100644 --- a/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:53+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/OMB/locale/de/LC_MESSAGES/OMB.po b/plugins/OMB/locale/de/LC_MESSAGES/OMB.po index f90e1a1e80..496df97d1e 100644 --- a/plugins/OMB/locale/de/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/de/LC_MESSAGES/OMB.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po b/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po index f759827b34..6ba643589e 100644 --- a/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po b/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po new file mode 100644 index 0000000000..0fcde0a404 --- /dev/null +++ b/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po @@ -0,0 +1,61 @@ +# Translation of StatusNet - OMB to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OMB\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-omb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Button text on page for remote subscribe. +#. TRANS: Link text for link that will subscribe to a remote profile. +msgctxt "BUTTON" +msgid "Subscribe" +msgstr "Subscribirse" + +#. TRANS: Button text on Authorise Subscription page. +msgctxt "BUTTON" +msgid "Accept" +msgstr "Aceptar" + +#. TRANS: Button text on Authorise Subscription page. +msgctxt "BUTTON" +msgid "Reject" +msgstr "Rexeitar" + +#. TRANS: Client error displayed trying to subscribe to an OMB 0.1 remote profile. +msgid "You cannot subscribe to an OMB 0.1 remote profile with this action." +msgstr "Non se pode subscribir a un perfil remoto OMB 0.1 con esta acción." + +#. TRANS: Client error displayed when trying to add an OMB 0.1 remote profile to a list. +msgid "You cannot list an OMB 0.1 remote profile with this action." +msgstr "Non pode listar un perfil remoto OMB 0.1 con esta acción." + +#. TRANS: Client error displayed when trying to (un)list an OMB 0.1 remote profile. +msgid "You cannot (un)list an OMB 0.1 remote profile with this action." +msgstr "Non pode (des)listar un perfil remoto OMB 0.1 con esta acción." + +#. TRANS: Exception thrown when the OMB token for a subscription could not deleted on the server. +msgid "Could not delete subscription OMB token." +msgstr "Non se puido borrar o pase de subscrición OMB." + +#. TRANS: Plugin description. +msgid "A sample plugin to show basics of development for new hackers." +msgstr "" +"Un complemento de exemplo para mostrar os principios básicos de " +"desenvolvemento aos novos programadores." diff --git a/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po b/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po index 48bef9b8ae..fc73484307 100644 --- a/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po b/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po index c94391ee90..225d896d62 100644 --- a/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po b/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po index 7e6dafda00..1a2cd8683d 100644 --- a/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/OStatus/locale/OStatus.pot b/plugins/OStatus/locale/OStatus.pot index 749b450f64..22fcb8827f 100644 --- a/plugins/OStatus/locale/OStatus.pot +++ b/plugins/OStatus/locale/OStatus.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po index f26aa18235..1b078091f5 100644 --- a/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po @@ -2,6 +2,7 @@ # Exported from translatewiki.net # # Author: Gemmaa +# Author: Toliño # Author: Toniher # -- # This file is distributed under the same license as the StatusNet package. @@ -10,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:06+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:23+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" @@ -179,6 +180,7 @@ msgid "%1$s removed %2$s from the list %3$s." msgstr "%1$stret %2$s de la llista %3$s ." #. TRANS: Title for unliking a remote notice. +#, fuzzy msgid "Unlike" msgstr "A diferència de" @@ -834,9 +836,9 @@ msgid "Cannot save OStatus profile." msgstr "No es pot desar el perfil local." #. TRANS: Exception. %s is a webfinger address. -#, fuzzy, php-format +#, php-format msgid "Could not save profile for \"%s\"." -msgstr "No es poden desar els detalls de perfil." +msgstr "No s'ha pogut desar el perfil de «%s»." #. TRANS: Exception. %s is a webfinger address. #, php-format diff --git a/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po index 9b80d15908..829c06d864 100644 --- a/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:23+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po index fd17675e43..48976cd99d 100644 --- a/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:23+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po index bf492b90e3..9bde218775 100644 --- a/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po @@ -1,5 +1,5 @@ # Translation of StatusNet - OStatus to Galician (Galego) -# Expored from translatewiki.net +# Exported from translatewiki.net # # Author: Toliño # -- @@ -9,748 +9,946 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-14 10:29+0000\n" -"PO-Revision-Date: 2011-01-14 10:33:50+0000\n" -"Language-Team: Galician \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:23+0000\n" +"Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-01-10 18:26:06+0000\n" -"X-Generator: MediaWiki 1.18alpha (r80246); Translate extension (2010-09-17)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. TRANS: Link description for link to subscribe to a remote user. +#. TRANS: String in the gettext speed test script. Unimportant. +msgid "Feeds" +msgstr "Fontes de novas" + +#. TRANS: Link to subscribe to a remote entity. #. TRANS: Link text for a user to subscribe to an OStatus user. -#: OStatusPlugin.php:223 OStatusPlugin.php:933 msgid "Subscribe" msgstr "Subscribirse" -#. TRANS: Link description for link to join a remote group. -#: OStatusPlugin.php:242 OStatusPlugin.php:651 actions/ostatussub.php:109 -msgid "Join" -msgstr "Unirse" +#. TRANS: Fieldset legend. +msgid "List remote profile" +msgstr "Listar un perfil remoto" -#. TRANSLATE: %s is a domain. -#: OStatusPlugin.php:455 +#. TRANS: Field label. +msgctxt "LABEL" +msgid "Remote profile" +msgstr "Perfil remoto" + +#. TRANS: Field title. +#. TRANS: Tooltip for field label "Subscribe to". +msgid "" +"OStatus user's address, like nickname@example.com or http://example.net/" +"nickname." +msgstr "" +"Enderezo dun usuario do OStatus, por exemplo alcume@example.com ou http://" +"example.net/alcume." + +#. TRANS: Button text to fetch remote profile. +msgctxt "BUTTON" +msgid "Fetch" +msgstr "Mostrar" + +#. TRANS: Exception in OStatus when invalid URI was entered. +msgid "Invalid URI." +msgstr "Enderezo URI inválido." + +#. TRANS: Error message in OStatus plugin. Do not translate the domain names example.com +#. TRANS: and example.net, as these are official standard domain names for use in examples. +msgid "" +"Sorry, we could not reach that address. Please make sure that the OStatus " +"address is like nickname@example.com or http://example.net/nickname." +msgstr "" +"Sentímolo, non atopamos ese enderezo. Asegúrese de que o enderezo do OStatus " +"é da forma alcume@example.com ou http://example.net/alcume." + +#. TRANS: Title. %s is a domain name. #, php-format msgid "Sent from %s via OStatus" -msgstr "" +msgstr "Enviado desde %s a través do OStatus" -#. TRANS: Exception. -#: OStatusPlugin.php:527 +#. TRANS: Exception thrown when setup of remote subscription fails. msgid "Could not set up remote subscription." -msgstr "" +msgstr "Non se puido configurar a subscrición remota." -#: OStatusPlugin.php:601 +#. TRANS: Title for unfollowing a remote profile. +msgctxt "TITLE" msgid "Unfollow" -msgstr "" +msgstr "Deixar de seguir" #. TRANS: Success message for unsubscribe from user attempt through OStatus. #. TRANS: %1$s is the unsubscriber's name, %2$s is the unsubscribed user's name. -#: OStatusPlugin.php:604 #, php-format msgid "%1$s stopped following %2$s." -msgstr "" +msgstr "%1$s deixou seguir a %2$s." -#: OStatusPlugin.php:632 +#. TRANS: Exception thrown when setup of remote group membership fails. msgid "Could not set up remote group membership." -msgstr "" +msgstr "Non se puido establecer a pertenza ao grupo remoto." + +#. TRANS: Title for joining a remote groep. +msgctxt "TITLE" +msgid "Join" +msgstr "Unirse" #. TRANS: Success message for subscribe to group attempt through OStatus. #. TRANS: %1$s is the member name, %2$s is the subscribed group's name. -#: OStatusPlugin.php:654 #, php-format msgid "%1$s has joined group %2$s." -msgstr "" +msgstr "%1$s uniuse ao grupo %2$s." -#. TRANS: Exception. -#: OStatusPlugin.php:663 +#. TRANS: Exception thrown when joining a remote group fails. msgid "Failed joining remote group." -msgstr "" +msgstr "Erro ao unirse ao grupo remoto." -#: OStatusPlugin.php:703 +#. TRANS: Title for leaving a remote group. +msgctxt "TITLE" msgid "Leave" msgstr "Deixar" #. TRANS: Success message for unsubscribe from group attempt through OStatus. #. TRANS: %1$s is the member name, %2$s is the unsubscribed group's name. -#: OStatusPlugin.php:706 #, php-format msgid "%1$s has left group %2$s." -msgstr "" +msgstr "%1$s deixou o grupo %2$s." -#: OStatusPlugin.php:781 -msgid "Disfavor" +#. TRANS: Exception thrown when setup of remote list subscription fails. +msgid "Could not set up remote list subscription." +msgstr "Non se puido configurar a subscrición á lista remota." + +#. TRANS: Title for following a remote list. +msgctxt "TITLE" +msgid "Follow list" +msgstr "Seguir a lista" + +#. TRANS: Success message for remote list follow through OStatus. +#. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's name. +#, php-format +msgid "%1$s is now following people listed in %2$s by %3$s." +msgstr "%1$s está a seguir a xente da lista %2$s de %3$s." + +#. TRANS: Exception thrown when subscription to remote list fails. +msgid "Failed subscribing to remote list." +msgstr "Erro ao subscribirse á lista remota." + +#. TRANS: Title for unfollowing a remote list. +msgid "Unfollow list" +msgstr "Non seguir a lista" + +#. TRANS: Success message for remote list unfollow through OStatus. +#. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's name. +#, php-format +msgid "%1$s stopped following the list %2$s by %3$s." +msgstr "%1$s deixou de seguir a lista %2$s de %3$s." + +#. TRANS: Title for listing a remote profile. +msgctxt "TITLE" +msgid "List" +msgstr "Listar" + +#. TRANS: Success message for remote list addition through OStatus. +#. TRANS: %1$s is the list creator's name, %2$s is the added list member, %3$s is the list name. +#, php-format +msgid "%1$s listed %2$s in the list %3$s." +msgstr "%1$s incluíu a %2$s na lista %3$s." + +#. TRANS: Exception thrown when subscribing to a remote list fails. +#, php-format +msgid "" +"Could not complete subscription to remote profile's feed. List %s could not " +"be saved." msgstr "" +"Non se puido completar a subscrición á fonte de novas do perfil remoto. A " +"lista %s non se pode gardar." + +#. TRANS: Title for unlisting a remote profile. +msgctxt "TITLE" +msgid "Unlist" +msgstr "Retirar da lista" + +#. TRANS: Success message for remote list removal through OStatus. +#. TRANS: %1$s is the list creator's name, %2$s is the removed list member, %3$s is the list name. +#, php-format +msgid "%1$s removed %2$s from the list %3$s." +msgstr "%1$s eliminou a %2$s na lista %3$s." + +#. TRANS: Title for unliking a remote notice. +msgid "Unlike" +msgstr "Deixar de gustar" #. TRANS: Success message for remove a favorite notice through OStatus. #. TRANS: %1$s is the unfavoring user's name, %2$s is URI to the no longer favored notice. -#: OStatusPlugin.php:784 #, php-format -msgid "%1$s marked notice %2$s as no longer a favorite." -msgstr "" +msgid "%1$s no longer likes %2$s." +msgstr "%1$s xa non gusta de %2$s." #. TRANS: Link text for link to remote subscribe. -#: OStatusPlugin.php:860 msgid "Remote" -msgstr "" +msgstr "Remoto" #. TRANS: Title for activity. -#: OStatusPlugin.php:900 msgid "Profile update" msgstr "Actualización do perfil" #. TRANS: Ping text for remote profile update through OStatus. #. TRANS: %s is user that updated their profile. -#: OStatusPlugin.php:903 #, php-format msgid "%s has updated their profile page." -msgstr "" +msgstr "%s actualizou o seu perfil." + +#. TRANS: Link text for a user to list an OStatus user. +msgid "List" +msgstr "Listar" #. TRANS: Plugin description. -#: OStatusPlugin.php:948 msgid "" "Follow people across social networks that implement OStatus." msgstr "" - -#: classes/FeedSub.php:252 -msgid "Attempting to start PuSH subscription for feed with no hub." -msgstr "" - -#: classes/FeedSub.php:282 -msgid "Attempting to end PuSH subscription for feed with no hub." -msgstr "" - -#. TRANS: Server exception. %s is a URI. -#: classes/Ostatus_profile.php:192 -#, php-format -msgid "Invalid ostatus_profile state: both group and profile IDs set for %s." -msgstr "" - -#. TRANS: Server exception. %s is a URI. -#: classes/Ostatus_profile.php:195 -#, php-format -msgid "Invalid ostatus_profile state: both group and profile IDs empty for %s." -msgstr "" - -#. TRANS: Server exception. -#. TRANS: %1$s is the method name the exception occured in, %2$s is the actor type. -#: classes/Ostatus_profile.php:285 -#, php-format -msgid "Invalid actor passed to %1$s: %2$s." -msgstr "" - -#. TRANS: Server exception. -#: classes/Ostatus_profile.php:378 -msgid "" -"Invalid type passed to Ostatus_profile::notify. It must be XML string or " -"Activity entry." -msgstr "" - -#. TRANS: Exception. -#: classes/Ostatus_profile.php:409 -msgid "Unknown feed format." -msgstr "" - -#. TRANS: Exception. -#: classes/Ostatus_profile.php:433 -msgid "RSS feed without a channel." -msgstr "" +"Seguir xente a través das redes sociais que integren o OStatus." #. TRANS: Client exception. -#: classes/Ostatus_profile.php:479 -msgid "Can't handle that kind of post." -msgstr "" - -#. TRANS: Client exception. %s is a source URI. -#: classes/Ostatus_profile.php:537 -#, php-format -msgid "No content for notice %s." -msgstr "" - -#. TRANS: Shown when a notice is longer than supported and/or when attachments are present. At runtime -#. TRANS: this will usually be replaced with localised text from StatusNet core messages. -#: classes/Ostatus_profile.php:572 -msgid "Show more" -msgstr "Mostrar máis" - -#. TRANS: Exception. %s is a profile URL. -#: classes/Ostatus_profile.php:765 -#, php-format -msgid "Could not reach profile page %s." -msgstr "" - -#. TRANS: Exception. %s is a URL. -#: classes/Ostatus_profile.php:823 -#, php-format -msgid "Could not find a feed URL for profile page %s." -msgstr "" - -#. TRANS: Feed sub exception. -#: classes/Ostatus_profile.php:922 -msgid "Can't find enough profile information to make a feed." -msgstr "" - -#. TRANS: Server exception. %s is a URL. -#: classes/Ostatus_profile.php:986 -#, php-format -msgid "Invalid avatar URL %s." -msgstr "" - -#. TRANS: Server exception. %s is a URI. -#: classes/Ostatus_profile.php:997 -#, php-format -msgid "Tried to update avatar for unsaved remote profile %s." -msgstr "" - -#. TRANS: Server exception. %s is a URL. -#: classes/Ostatus_profile.php:1007 -#, php-format -msgid "Unable to fetch avatar from %s." -msgstr "" - -#. TRANS: Exception. -#: classes/Ostatus_profile.php:1233 -msgid "Local user can't be referenced as remote." -msgstr "" - -#. TRANS: Exception. -#: classes/Ostatus_profile.php:1238 -msgid "Local group can't be referenced as remote." -msgstr "" - -#. TRANS: Server exception. -#: classes/Ostatus_profile.php:1290 classes/Ostatus_profile.php:1301 -msgid "Can't save local profile." -msgstr "" - -#. TRANS: Server exception. -#: classes/Ostatus_profile.php:1309 -msgid "Can't save OStatus profile." -msgstr "" - -#. TRANS: Exception. -#: classes/Ostatus_profile.php:1573 classes/Ostatus_profile.php:1601 -msgid "Not a valid webfinger address." -msgstr "" - -#. TRANS: Exception. %s is a webfinger address. -#: classes/Ostatus_profile.php:1683 -#, php-format -msgid "Couldn't save profile for \"%s\"." -msgstr "" - -#. TRANS: Exception. %s is a webfinger address. -#: classes/Ostatus_profile.php:1702 -#, php-format -msgid "Couldn't save ostatus_profile for \"%s\"." -msgstr "" - -#. TRANS: Exception. %s is a webfinger address. -#: classes/Ostatus_profile.php:1710 -#, php-format -msgid "Couldn't find a valid profile for \"%s\"." -msgstr "" - -#. TRANS: Server exception. -#: classes/Ostatus_profile.php:1753 -msgid "Could not store HTML content of long post as file." -msgstr "" - -#. TRANS: Client exception. %s is a HTTP status code. -#: classes/HubSub.php:212 -#, php-format -msgid "Hub subscriber verification returned HTTP %s." -msgstr "" - -#. TRANS: Exception. %1$s is a response status code, %2$s is the body of the response. -#: classes/HubSub.php:359 -#, php-format -msgid "Callback returned status: %1$s. Body: %2$s" -msgstr "" - -#. TRANS: Client error. POST is a HTTP command. It should not be translated. -#: lib/salmonaction.php:43 -msgid "This method requires a POST." -msgstr "" - -#. TRANS: Client error. Do not translate "application/magic-envelope+xml" -#: lib/salmonaction.php:48 -msgid "Salmon requires \"application/magic-envelope+xml\"." -msgstr "" - -#. TRANS: Client error. -#: lib/salmonaction.php:58 -msgid "Salmon signature verification failed." -msgstr "" - -#. TRANS: Client error. -#: lib/salmonaction.php:70 -msgid "Salmon post must be an Atom entry." -msgstr "" - -#. TRANS: Client exception. -#: lib/salmonaction.php:120 -msgid "Unrecognized activity type." -msgstr "" - -#. TRANS: Client exception. -#: lib/salmonaction.php:130 -msgid "This target doesn't understand posts." -msgstr "" - -#. TRANS: Client exception. -#: lib/salmonaction.php:136 -msgid "This target doesn't understand follows." -msgstr "" - -#. TRANS: Client exception. -#: lib/salmonaction.php:142 -msgid "This target doesn't understand unfollows." -msgstr "" - -#. TRANS: Client exception. -#: lib/salmonaction.php:148 -msgid "This target doesn't understand favorites." -msgstr "" - -#. TRANS: Client exception. -#: lib/salmonaction.php:154 -msgid "This target doesn't understand unfavorites." -msgstr "" - -#. TRANS: Client exception. -#: lib/salmonaction.php:160 -msgid "This target doesn't understand share events." -msgstr "" - -#. TRANS: Client exception. -#: lib/salmonaction.php:166 -msgid "This target doesn't understand joins." -msgstr "" - -#. TRANS: Client exception. -#: lib/salmonaction.php:172 -msgid "This target doesn't understand leave events." -msgstr "" - -#. TRANS: Exception. -#: lib/salmonaction.php:200 -msgid "Received a salmon slap from unidentified actor." -msgstr "" - -#. TRANS: Exception. -#: lib/discovery.php:110 -#, php-format -msgid "Unable to find services for %s." -msgstr "" - -#. TRANS: Exception. -#: lib/magicenvelope.php:80 -msgid "Unable to locate signer public key." -msgstr "" - -#. TRANS: Exception. -#: lib/salmon.php:93 -msgid "Salmon invalid actor for signing." -msgstr "" - -#: tests/gettext-speedtest.php:57 -msgid "Feeds" -msgstr "Fontes de novas" - -#. TRANS: Client exception. -#: actions/pushhub.php:70 msgid "Publishing outside feeds not supported." -msgstr "" +msgstr "Non está soportada a publicación fóra das fontes de novas." #. TRANS: Client exception. %s is a mode. -#: actions/pushhub.php:73 #, php-format msgid "Unrecognized mode \"%s\"." -msgstr "" +msgstr "Non se recoñece o modo \"%s\"." #. TRANS: Client exception. %s is a topic. -#: actions/pushhub.php:93 #, php-format msgid "" "Unsupported hub.topic %s this hub only serves local user and group Atom " "feeds." msgstr "" +"Non se soporta o hub.topic %s. Este centro de actividade serve unicamente " +"aos usuarios locais e ás fontes de novas Atom." -#. TRANS: Client exception. -#: actions/pushhub.php:99 +#. TRANS: Client exception. %s is sync or async. #, php-format msgid "Invalid hub.verify \"%s\". It must be sync or async." msgstr "" +"Verificación hub.verify inválida: \"%s\". Debe ser \"sync\" ou \"async\"." -#. TRANS: Client exception. -#: actions/pushhub.php:105 +#. TRANS: Client exception. %s is the invalid lease value. #, php-format msgid "Invalid hub.lease \"%s\". It must be empty or positive integer." msgstr "" +"Arrendamento hub.lease inválido: \"%s\". Debe estar baleiro ou ser un " +"enteiro positivo." -#. TRANS: Client exception. -#: actions/pushhub.php:113 +#. TRANS: Client exception. %s is the invalid hub secret. #, php-format msgid "Invalid hub.secret \"%s\". It must be under 200 bytes." msgstr "" +"Frase secreta hub.secret inválida: \"%s\". Debe ser menos de 200 bytes." -#. TRANS: Client exception. -#: actions/pushhub.php:165 +#. TRANS: Client exception. %s is a feed URL. #, php-format -msgid "Invalid hub.topic \"%s\". User doesn't exist." -msgstr "" +msgid "Invalid hub.topic \"%s\". User does not exist." +msgstr "Tema hub.topic inválido: \"%s\". O usuario non existe." -#. TRANS: Client exception. -#: actions/pushhub.php:174 +#. TRANS: Client exception. %s is a feed URL. #, php-format -msgid "Invalid hub.topic \"%s\". Group doesn't exist." -msgstr "" +msgid "Invalid hub.topic \"%s\". Group does not exist." +msgstr "Tema hub.topic inválido: \"%s\". O grupo non existe." + +#. TRANS: Client exception. %s is a feed URL. +#, php-format +msgid "Invalid hub.topic %s; list does not exist." +msgstr "Tema hub.topic inválido: \"%s\". A lista non existe." #. TRANS: Client exception. #. TRANS: %1$s is this argument to the method this exception occurs in, %2$s is a URL. -#: actions/pushhub.php:199 #, php-format msgid "Invalid URL passed for %1$s: \"%2$s\"" -msgstr "" +msgstr "Pasóuselle un enderezo URL inválido a %1$s: \"%2$s\"" -#: actions/ownerxrd.php:39 actions/usersalmon.php:43 -msgid "No such user." -msgstr "" +#. TRANS: Client error displayed when trying to list a local object as if it is remote. +msgid "You can use the local list functionality!" +msgstr "Pode empregar a funcionalidade de lista local!" -#. TRANS: Client error. -#: actions/usersalmon.php:37 actions/groupsalmon.php:40 -msgid "No ID." -msgstr "" - -#. TRANS: Client exception. -#: actions/usersalmon.php:83 -msgid "In reply to unknown notice." -msgstr "" - -#. TRANS: Client exception. -#: actions/usersalmon.php:88 -msgid "In reply to a notice not by this user and not mentioning this user." -msgstr "" - -#. TRANS: Client exception. -#: actions/usersalmon.php:165 -msgid "Could not save new favorite." -msgstr "" - -#. TRANS: Client exception. -#: actions/usersalmon.php:197 -msgid "Can't favorite/unfavorite without an object." -msgstr "" - -#. TRANS: Client exception. -#: actions/usersalmon.php:209 -msgid "Can't handle that kind of object for liking/faving." -msgstr "" - -#. TRANS: Client exception. %s is an object ID. -#: actions/usersalmon.php:216 +#. TRANS: Header for listing a remote object. %s is a remote object's name. #, php-format -msgid "Notice with ID %s unknown." -msgstr "" +msgid "List %s" +msgstr "Listar %s" -#. TRANS: Client exception. %1$s is a notice ID, %2$s is a user ID. -#: actions/usersalmon.php:221 -#, php-format -msgid "Notice with ID %1$s not posted by %2$s." -msgstr "" +#. TRANS: Button text to list a remote object. +msgctxt "BUTTON" +msgid "Go" +msgstr "Ir" #. TRANS: Field label. -#: actions/ostatusgroup.php:78 -msgid "Join group" -msgstr "Unirse ao grupo" +msgid "User nickname" +msgstr "Alcume do usuario" -#. TRANS: Tooltip for field label "Join group". -#: actions/ostatusgroup.php:81 -msgid "OStatus group's address, like http://example.net/group/nickname." -msgstr "" +#. TRANS: Field title. +msgid "Nickname of the user you want to list." +msgstr "Alcume do usuario ao que quere listar." -#. TRANS: Button text. -#: actions/ostatusgroup.php:86 actions/ostatussub.php:75 -msgctxt "BUTTON" -msgid "Continue" -msgstr "" +#. TRANS: Field label. +msgid "Profile Account" +msgstr "Conta de perfil" -#: actions/ostatusgroup.php:105 -msgid "You are already a member of this group." -msgstr "" - -#. TRANS: OStatus remote group subscription dialog error. -#: actions/ostatusgroup.php:140 -msgid "Already a member!" -msgstr "" - -#. TRANS: OStatus remote group subscription dialog error. -#: actions/ostatusgroup.php:151 -msgid "Remote group join failed!" -msgstr "" - -#. TRANS: OStatus remote group subscription dialog error. -#: actions/ostatusgroup.php:155 -msgid "Remote group join aborted!" -msgstr "" - -#. TRANS: Page title for OStatus remote group join form -#: actions/ostatusgroup.php:167 -msgid "Confirm joining remote group" -msgstr "" - -#. TRANS: Instructions. -#: actions/ostatusgroup.php:178 -msgid "" -"You can subscribe to groups from other supported sites. Paste the group's " -"profile URI below:" -msgstr "" +#. TRANS: Field title. +msgid "Your account id (for example user@identi.ca)." +msgstr "O ID da súa conta (por exemplo, usuario@identi.ca)." +#. TRANS: Client error displayed when remote profile could not be looked up. #. TRANS: Client error. -#: actions/groupsalmon.php:47 -msgid "No such group." -msgstr "" +msgid "Could not look up OStatus account profile." +msgstr "Non pode consultar o perfil da conta do OStatus." +#. TRANS: Client error displayed when remote profile address could not be confirmed. #. TRANS: Client error. -#: actions/groupsalmon.php:56 -msgid "Can't accept remote posts for a remote group." -msgstr "" +msgid "Could not confirm remote profile address." +msgstr "Non se puido confirmar o enderezo do perfil remoto." -#. TRANS: Client error. -#: actions/groupsalmon.php:130 -msgid "Can't read profile to set up group membership." -msgstr "" +#. TRANS: Title for an OStatus list. +msgid "OStatus list" +msgstr "Lista de OStatus" -#. TRANS: Client error. -#: actions/groupsalmon.php:134 actions/groupsalmon.php:177 -msgid "Groups can't join groups." -msgstr "" +#. TRANS: Server exception thrown when referring to a non-existing or empty feed. +msgid "Empty or invalid feed id." +msgstr "O ID da fonte de novas é inválido ou está baleiro." -#: actions/groupsalmon.php:147 -msgid "You have been blocked from that group by the admin." -msgstr "" - -#. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname. -#: actions/groupsalmon.php:162 +#. TRANS: Server exception. %s is a feed ID. #, php-format -msgid "Could not join remote user %1$s to group %2$s." -msgstr "" +msgid "Unknown PuSH feed id %s" +msgstr "Descoñécese o ID da fonte de novas %s" -#: actions/groupsalmon.php:174 -msgid "Can't read profile to cancel group membership." -msgstr "" - -#. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname. -#: actions/groupsalmon.php:191 +#. TRANS: Client exception. %s is an invalid feed name. #, php-format -msgid "Could not remove remote user %1$s from group %2$s." -msgstr "" +msgid "Bad hub.topic feed \"%s\"." +msgstr "Fonte de novas hub.topic incorrecta: \"%s\"." + +#. TRANS: Client exception. %1$s the invalid token, %2$s is the topic for which the invalid token was given. +#, php-format +msgid "Bad hub.verify_token %1$s for %2$s." +msgstr "Pase hub.verify_token incorrecto %1$s para %2$s." + +#. TRANS: Client exception. %s is an invalid topic. +#, php-format +msgid "Unexpected subscribe request for %s." +msgstr "Solicitude de subscrición inesperada para %s." + +#. TRANS: Client exception. %s is an invalid topic. +#, php-format +msgid "Unexpected unsubscribe request for %s." +msgstr "Solicitude de cancelación da subscrición inesperada para %s." + +#. TRANS: Client error displayed when referring to a non-existing user. +#. TRANS: Client error. +msgid "No such user." +msgstr "Non existe tal usuario." #. TRANS: Field label for a field that takes an OStatus user address. -#: actions/ostatussub.php:68 msgid "Subscribe to" msgstr "Subscribirse a" -#. TRANS: Tooltip for field label "Subscribe to". -#: actions/ostatussub.php:71 -msgid "" -"OStatus user's address, like nickname@example.com or http://example.net/" -"nickname" -msgstr "" +#. TRANS: Button text. +#. TRANS: Button text to continue joining a remote list. +msgctxt "BUTTON" +msgid "Continue" +msgstr "Continuar" #. TRANS: Button text. +msgid "Join" +msgstr "Unirse" + #. TRANS: Tooltip for button "Join". -#: actions/ostatussub.php:112 msgctxt "BUTTON" msgid "Join this group" msgstr "Unirse a este grupo" #. TRANS: Button text. -#: actions/ostatussub.php:115 msgctxt "BUTTON" msgid "Confirm" msgstr "Confirmar" #. TRANS: Tooltip for button "Confirm". -#: actions/ostatussub.php:117 msgid "Subscribe to this user" msgstr "Subscribirse a este usuario" -#: actions/ostatussub.php:138 +#. TRANS: Extra paragraph in remote profile view when already subscribed. msgid "You are already subscribed to this user." msgstr "Xa está subscrito a este usuario." -#: actions/ostatussub.php:167 -msgid "Photo" -msgstr "Foto" - -#: actions/ostatussub.php:178 -msgid "Nickname" -msgstr "Alcume" - -#: actions/ostatussub.php:199 -msgid "Location" -msgstr "Localización" - -#: actions/ostatussub.php:208 -msgid "URL" -msgstr "URL" - -#: actions/ostatussub.php:220 -msgid "Note" -msgstr "Nota" - #. TRANS: Error text. -#: actions/ostatussub.php:256 actions/ostatussub.php:263 -#: actions/ostatussub.php:288 -msgid "" -"Sorry, we could not reach that address. Please make sure that the OStatus " -"address is like nickname@example.com or http://example.net/nickname." -msgstr "" - -#. TRANS: Error text. -#: actions/ostatussub.php:267 actions/ostatussub.php:271 -#: actions/ostatussub.php:275 actions/ostatussub.php:279 -#: actions/ostatussub.php:283 msgid "" "Sorry, we could not reach that feed. Please try that OStatus address again " "later." msgstr "" +"Sentímolo, non atopamos esa fonte de novas. Inténteo de novo con ese " +"enderezo máis tarde." #. TRANS: OStatus remote subscription dialog error. -#: actions/ostatussub.php:317 +#. TRANS: OStatus remote group subscription dialog error. msgid "Already subscribed!" msgstr "Xa está subscrito!" #. TRANS: OStatus remote subscription dialog error. -#: actions/ostatussub.php:322 msgid "Remote subscription failed!" -msgstr "" +msgstr "Erro na subscrición remota!" -#: actions/ostatussub.php:369 actions/ostatusinit.php:64 +#. TRANS: Client error displayed when the session token does not match or is not given. msgid "There was a problem with your session token. Try again, please." msgstr "Houbo un erro co seu pase. Inténteo de novo." #. TRANS: Form title. -#: actions/ostatussub.php:397 actions/ostatusinit.php:83 msgid "Subscribe to user" msgstr "Subscribirse ao usuario" -#. TRANS: Page title for OStatus remote subscription form -#: actions/ostatussub.php:417 +#. TRANS: Page title for OStatus remote subscription form. msgid "Confirm" msgstr "Confirmar" #. TRANS: Instructions. -#: actions/ostatussub.php:429 msgid "" "You can subscribe to users from other supported sites. Paste their address " "or profile URI below:" msgstr "" +"Pode subscribirse a usuarios doutros sitios soportados. Pegue o seu enderezo " +"ou o URI do seu perfil a continuación:" + +#. TRANS: Field label. +msgid "Join group" +msgstr "Unirse ao grupo" + +#. TRANS: Tooltip for field label "Join group". Do not translate the "example.net" +#. TRANS: domain name in the URL, as it is an official standard domain name for examples. +msgid "OStatus group's address, like http://example.net/group/nickname." +msgstr "Un enderezo de grupo do OStatus, como http://example.net/group/alcume." + +#. TRANS: Error text displayed when trying to join a remote group the user is already a member of. +msgid "You are already a member of this group." +msgstr "Xa forma parte dese grupo." + +#. TRANS: OStatus remote group subscription dialog error. +msgid "Already a member!" +msgstr "Xa é membro!" + +#. TRANS: OStatus remote group subscription dialog error. +msgid "Remote group join failed!" +msgstr "Erro ao unirse ao grupo remoto!" + +#. TRANS: Page title for OStatus remote group join form +msgid "Confirm joining remote group" +msgstr "Confirmar a unión ao grupo remoto" + +#. TRANS: Form instructions. +msgid "" +"You can subscribe to groups from other supported sites. Paste the group's " +"profile URI below:" +msgstr "" +"Pode subscribirse a grupos doutros sitios soportados. Pegue o URI do perfil " +"do grupo a continuación:" + +#. TRANS: Client error displayed trying to perform an action without providing an ID. +#. TRANS: Client error. +#. TRANS: Client error displayed trying to perform an action without providing an ID. +msgid "No ID." +msgstr "Sen ID." + +#. TRANS: Client exception thrown when an undefied activity is performed. +#. TRANS: Client exception. +msgid "Cannot handle that kind of post." +msgstr "Non se pode manexar ese tipo de publicación." + +#. TRANS: Client exception. +msgid "In reply to unknown notice." +msgstr "En resposta a unha nota descoñecida." + +#. TRANS: Client exception. +msgid "In reply to a notice not by this user and not mentioning this user." +msgstr "" +"En resposta a unha nota que non é deste usuario e que tampouco o menciona." + +#. TRANS: Client exception. +msgid "To the attention of user(s), not including this one." +msgstr "Á atención do(s) usuario(s), sen incluír este." + +#. TRANS: Client exception. +msgid "Not to anyone in reply to anything." +msgstr "A ninguén en resposta a nada." + +#. TRANS: Client exception. +msgid "This is already a favorite." +msgstr "Xa é dos favoritos." + +#. TRANS: Client exception. +msgid "Could not save new favorite." +msgstr "Non se puido gardar o novo favorito." + +#. TRANS: Client exception. +msgid "Notice was not favorited!" +msgstr "A nota non se engadiu aos favoritos!" + +#. TRANS: Client exception. +msgid "Not a person object." +msgstr "Non é un obxecto persoal." + +#. TRANS: Client exception. +msgid "Unidentified profile being listed." +msgstr "Hai listado un perfil non identificado." + +#. TRANS: Client exception. +msgid "This user is not the one being listed." +msgstr "Este non é o usuario que está listado." + +#. TRANS: Client exception. +msgid "The listing could not be saved." +msgstr "Non se pode gardar a lista." + +#. TRANS: Client exception. +msgid "Unidentified profile being unlisted." +msgstr "Hai retirado da lista un perfil non identificado." + +#. TRANS: Client exception. +msgid "This user is not the one being unlisted." +msgstr "Este non é o usuario que está retirado da lista." + +#. TRANS: Client exception. +msgid "The listing could not be deleted." +msgstr "Non se pode borrar a lista." + +#. TRANS: Client exception. +msgid "Cannot favorite/unfavorite without an object." +msgstr "Non se pode engadir ou eliminar dos favoritos sen un obxecto." + +#. TRANS: Client exception. +msgid "Cannot handle that kind of object for liking/faving." +msgstr "" +"Non se pode manexar ese tipo de obxecto para gustar ou engadir aos favoritos." + +#. TRANS: Client exception. %s is an object ID. +#, php-format +msgid "Notice with ID %s unknown." +msgstr "Descoñécese a nota co ID %s." + +#. TRANS: Client exception. %1$s is a notice ID, %2$s is a user ID. +#, php-format +msgid "Notice with ID %1$s not posted by %2$s." +msgstr "A nota co ID %1$s non foi publicada por %2$s" + +#. TRANS: Field label. +msgid "Subscribe to list" +msgstr "Subscribirse á lista" + +#. TRANS: Field title. +msgid "Address of the OStatus list, like http://example.net/user/all/tag." +msgstr "" +"Enderezo da lista do OStatus, como http://example.net/user/all/etiqueta." + +#. TRANS: Error text displayed when trying to subscribe to a list already a subscriber to. +msgid "You are already subscribed to this list." +msgstr "Xa está subscrito a esta lista." + +#. TRANS: Page title for OStatus remote list subscription form +msgid "Confirm subscription to remote list" +msgstr "Confirmar a subscrición á lista remota" + +#. TRANS: Instructions for OStatus list subscription form. +msgid "" +"You can subscribe to lists from other supported sites. Paste the list's URI " +"below:" +msgstr "" +"Pode subscribirse a listas doutros sitios soportados. Pegue o URI da lista a " +"continuación:" + +#. TRANS: Client error. +msgid "No such group." +msgstr "Non existe tal grupo." + +#. TRANS: Client error. +msgid "Cannot accept remote posts for a remote group." +msgstr "Non se poden aceptar publicacións remotas para un grupo remoto." + +#. TRANS: Client error. +msgid "Cannot read profile to set up group membership." +msgstr "Non se pode ler o perfil para configurar a pertenza ao grupo." + +#. TRANS: Client error. +#. TRANS: Client error displayed when trying to have a group join another group. +msgid "Groups cannot join groups." +msgstr "Os grupos non se poden unir aos grupos." + +#. TRANS: Client error displayed when trying to join a group the user is blocked from by a group admin. +msgid "You have been blocked from that group by the admin." +msgstr "O administrador bloqueouno nese grupo." + +#. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname. +#, php-format +msgid "Could not join remote user %1$s to group %2$s." +msgstr "O usuario remoto %1$s non se puido engadir ao grupo %2$s." + +#. TRANS: Client error displayed when group membership cannot be cancelled +#. TRANS: because the remote profile could not be read. +msgid "Cannot read profile to cancel group membership." +msgstr "Non se pode ler o perfil para cancelar a pertenza ao grupo." + +#. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname. +#, php-format +msgid "Could not remove remote user %1$s from group %2$s." +msgstr "O usuario remoto %1$s non se puido eliminar do grupo %2$s." + +#. TRANS: Client error displayed when referring to a non-existing list. +#. TRANS: Client error. +msgid "No such list." +msgstr "Non existe tal lista." + +#. TRANS: Client error displayed when trying to send a message to a remote list. +msgid "Cannot accept remote posts for a remote list." +msgstr "Non se poden aceptar publicacións remotas para unha lista remota." + +#. TRANS: Client error displayed when referring to a non-existing remote list. +msgid "Cannot read profile to set up list subscription." +msgstr "Non se pode ler o perfil para configurar a subscrición á lista." + +#. TRANS: Client error displayed when trying to subscribe a group to a list. +#. TRANS: Client error displayed when trying to unsubscribe a group from a list. +msgid "Groups cannot subscribe to lists." +msgstr "Os grupos non se poden subscribir ás listas." + +#. TRANS: Server error displayed when subscribing a remote user to a list fails. +#. TRANS: %1$s is a profile URI, %2$s is a list name. +#, php-format +msgid "Could not subscribe remote user %1$s to list %2$s." +msgstr "O usuario remoto %1$s non se puido subscribir á lista %2$s." + +#. TRANS: Client error displayed when trying to unsubscribe from non-existing list. +msgid "Cannot read profile to cancel list subscription." +msgstr "Non se pode ler o perfil para cancelar a subscrición á lista." + +#. TRANS: Client error displayed when trying to unsubscribe a remote user from a list fails. +#. TRANS: %1$s is a profile URL, %2$s is a list name. +#, php-format +msgid "Could not unsubscribe remote user %1$s from list %2$s." +msgstr "O usuario remoto %1$s non puido cancelar a subscrición á lista %2$s." #. TRANS: Client error. -#: actions/ostatusinit.php:42 msgid "You can use the local subscription!" msgstr "Pode usar a subscrición local!" -#. TRANS: Form legend. -#: actions/ostatusinit.php:98 +#. TRANS: Form title. +msgctxt "TITLE" +msgid "Subscribe to user" +msgstr "Subscribirse ao usuario" + +#. TRANS: Form legend. %s is a group name. #, php-format msgid "Join group %s" msgstr "Unirse ao grupo \"%s\"" -#. TRANS: Button text. -#: actions/ostatusinit.php:100 +#. TRANS: Button text to join a group. msgctxt "BUTTON" msgid "Join" msgstr "Unirse" -#. TRANS: Form legend. -#: actions/ostatusinit.php:103 +#. TRANS: Form legend. %1$s is a list, %2$s is a lister's name. #, php-format -msgid "Subscribe to %s" -msgstr "Subscribirse a %s" +msgid "Subscribe to list %1$s by %2$s" +msgstr "Subscribirse á lista %1$s de %2$s" -#. TRANS: Button text. -#: actions/ostatusinit.php:105 +#. TRANS: Button text to subscribe to a list. +#. TRANS: Button text to subscribe to a profile. msgctxt "BUTTON" msgid "Subscribe" msgstr "Subscribirse" -#. TRANS: Field label. -#: actions/ostatusinit.php:118 -msgid "User nickname" -msgstr "Alcume do usuario" +#. TRANS: Form legend. %s is a nickname. +#, php-format +msgid "Subscribe to %s" +msgstr "Subscribirse a %s" -#: actions/ostatusinit.php:119 +#. TRANS: Field label. +msgid "Group nickname" +msgstr "Alcume do grupo" + +#. TRANS: Field title. +msgid "Nickname of the group you want to join." +msgstr "Alcume do grupo ao que se quere unir." + +#. TRANS: Field title. msgid "Nickname of the user you want to follow." msgstr "Alcume do usuario ao que quere seguir." -#. TRANS: Field label. -#: actions/ostatusinit.php:124 -msgid "Profile Account" -msgstr "Conta de perfil" - #. TRANS: Tooltip for field label "Profile Account". -#: actions/ostatusinit.php:126 -msgid "Your account id (e.g. user@identi.ca)." -msgstr "" +msgid "Your account ID (e.g. user@identi.ca)." +msgstr "O ID da súa conta (por exemplo, usuario@identi.ca)." #. TRANS: Client error. -#: actions/ostatusinit.php:148 msgid "Must provide a remote profile." -msgstr "" +msgstr "Cómpre especificar un perfil remoto." #. TRANS: Client error. -#: actions/ostatusinit.php:160 -msgid "Couldn't look up OStatus account profile." -msgstr "" - -#. TRANS: Client error. -#: actions/ostatusinit.php:173 -msgid "Couldn't confirm remote profile address." -msgstr "" +msgid "No local user or group nickname provided." +msgstr "Non se proporcionou ningún usuario local ou alcume de grupo." #. TRANS: Page title. -#: actions/ostatusinit.php:218 msgid "OStatus Connect" -msgstr "" +msgstr "Conexión OStatus" -#: actions/pushcallback.php:50 -msgid "Empty or invalid feed id." -msgstr "" - -#. TRANS: Server exception. %s is a feed ID. -#: actions/pushcallback.php:56 +#. TRANS: Server exception. %s is a URL. #, php-format -msgid "Unknown PuSH feed id %s" -msgstr "" +msgid "Invalid avatar URL %s." +msgstr "O enderezo URL do avatar, %s, é incorrecto." -#. TRANS: Client exception. %s is an invalid feed name. -#: actions/pushcallback.php:96 +#. TRANS: Server exception. %s is a URI. #, php-format -msgid "Bad hub.topic feed \"%s\"." +msgid "Tried to update avatar for unsaved remote profile %s." msgstr "" +"Intentouse actualizar o avatar asociado ao perfil remoto non gardado %s." -#. TRANS: Client exception. %1$s the invalid token, %2$s is the topic for which the invalid token was given. -#: actions/pushcallback.php:101 +#. TRANS: Server exception. %s is a URL. #, php-format -msgid "Bad hub.verify_token %1$s for %2$s." -msgstr "" +msgid "Unable to fetch avatar from %s." +msgstr "Non se puido recuperar o avatar desde %s." -#. TRANS: Client exception. %s is an invalid topic. -#: actions/pushcallback.php:108 +#. TRANS: Exception. %s is a URL. #, php-format -msgid "Unexpected subscribe request for %s." +msgid "Could not find a feed URL for profile page %s." msgstr "" +"Non se puido atopar un enderezo URL de fonte de novas para a páxina de " +"perfil %s." -#. TRANS: Client exception. %s is an invalid topic. -#: actions/pushcallback.php:113 +#. TRANS: Exception. +msgid "Not a valid webfinger address." +msgstr "O enderezo de webfinger é incorrecto." + +#. TRANS: Exception. %s is a webfinger address. #, php-format -msgid "Unexpected unsubscribe request for %s." +msgid "Could not find a valid profile for \"%s\"." +msgstr "Non se puido gardar un perfil válido para \"%s\"." + +#. TRANS: Server exception. +msgid "Attempting to start PuSH subscription for feed with no hub." msgstr "" +"Intentando iniciar a subscrición PuSH para a fonte de novas sen centro de " +"actividade." + +#. TRANS: Server exception. +msgid "Attempting to end PuSH subscription for feed with no hub." +msgstr "" +"Intentando rematar a subscrición PuSH para a fonte de novas sen centro de " +"actividade." + +#. TRANS: Server exception. %s is a URI +#, php-format +msgid "Invalid ostatus_profile state: Two or more IDs set for %s." +msgstr "" +"Estado ostatus_profile inválido: Hai definidos dous ou máis identificadores " +"para %s." + +#. TRANS: Server exception. %s is a URI +#, php-format +msgid "Invalid ostatus_profile state: All IDs empty for %s." +msgstr "" +"Estado ostatus_profile inválido: Todos os identificadores están baleiros " +"para %s." + +#. TRANS: Server exception. +#. TRANS: %1$s is the method name the exception occured in, %2$s is the actor type. +#, php-format +msgid "Invalid actor passed to %1$s: %2$s." +msgstr "Pasóuselle un tipo de actor inválido ao método %1$s: %2$s." + +#. TRANS: Server exception. +msgid "" +"Invalid type passed to Ostatus_profile::notify. It must be XML string or " +"Activity entry." +msgstr "" +"Pasóuselle un tipo inválido ao método Ostatus_profile::notify. Debera ser " +"unha cadea XML ou unha entrada de actividade." + +#. TRANS: Exception. +msgid "Unknown feed format." +msgstr "Formato de fonte de novas descoñecido." + +#. TRANS: Exception. +msgid "RSS feed without a channel." +msgstr "Fonte de novas RSS sen canle." + +#. TRANS: Client exception thrown when trying to share multiple activities at once. +msgid "Can only handle share activities with exactly one object." +msgstr "Pode manexar unicamente actividades con exactamente un obxecto." + +#. TRANS: Client exception thrown when trying to share a non-activity object. +msgid "Can only handle shared activities." +msgstr "Só pode manexar actividades compartidas." + +#. TRANS: Client exception thrown when saving an activity share fails. +#. TRANS: %s is a share ID. +#, php-format +msgid "Failed to save activity %s." +msgstr "Erro ao gardar a actividade %s." + +#. TRANS: Client exception. %s is a source URI. +#, php-format +msgid "No content for notice %s." +msgstr "A nota %s non ten ningún contido." + +#. TRANS: Shown when a notice is longer than supported and/or when attachments are present. At runtime +#. TRANS: this will usually be replaced with localised text from StatusNet core messages. +msgid "Show more" +msgstr "Mostrar máis" + +#. TRANS: Exception. %s is a profile URL. +#, php-format +msgid "Could not reach profile page %s." +msgstr "Non se puido atopar a páxina de perfil %s." + +#. TRANS: Feed sub exception. +msgid "Cannot find enough profile information to make a feed." +msgstr "" +"Non abonda a información de perfil atopada para xerar unha fonte de novas." + +#. TRANS: Server exception. +msgid "No author ID URI found." +msgstr "Non se atopou ningún URI de identificador de usuario." + +#. TRANS: Exception. +msgid "No profile URI." +msgstr "Ningún URI de perfil." + +#. TRANS: Exception. +msgid "Local user cannot be referenced as remote." +msgstr "O usuario local non se pode referenciar como remoto." + +#. TRANS: Exception. +msgid "Local group cannot be referenced as remote." +msgstr "O grupo local non se pode referenciar como remoto." + +#. TRANS: Exception. +msgid "Local list cannot be referenced as remote." +msgstr "A lista local non se pode referenciar como remota." + +#. TRANS: Server exception. +msgid "Cannot save local profile." +msgstr "Non se pode gardar o perfil local." + +#. TRANS: Server exception. +msgid "Cannot save local list." +msgstr "Non se pode gardar a lista local." + +#. TRANS: Server exception. +msgid "Cannot save OStatus profile." +msgstr "Non se pode gardar o perfil do OStatus." + +#. TRANS: Exception. %s is a webfinger address. +#, php-format +msgid "Could not save profile for \"%s\"." +msgstr "Non se puido gardar o perfil de \"%s\"." + +#. TRANS: Exception. %s is a webfinger address. +#, php-format +msgid "Could not save OStatus profile for \"%s\"." +msgstr "Non se puido gardar o perfil do OStatus para \"%s\"." + +#. TRANS: Server exception. +msgid "Could not store HTML content of long post as file." +msgstr "Non se puido almacenar como ficheiro o contido HTML da mensaxe longa." + +#. TRANS: Server exception. +#. TRANS: %1$s is a protocol, %2$s is a URI. +#, php-format +msgid "Unrecognized URI protocol for profile: %1$s (%2$s)." +msgstr "Protocolo URI non recoñecido para o perfil: %1$s (%2$s)." + +#. TRANS: Server exception. %s is a URI. +#, php-format +msgid "No URI protocol for profile: %s." +msgstr "Non se atopou o protocolo URI para o perfil: %s." + +#. TRANS: Client exception. %s is a HTTP status code. +#, php-format +msgid "Hub subscriber verification returned HTTP %s." +msgstr "" +"A verificación de subscrición ao centro de actividade devolveu o código de " +"estado HTTP %s." + +#. TRANS: Exception. %1$s is a response status code, %2$s is the body of the response. +#, php-format +msgid "Callback returned status: %1$s. Body: %2$s" +msgstr "A chamada de retorno devolveu o seguinte estado: %1$s. Corpo: %2$s" + +#. TRANS: Exception. +msgid "Unable to locate signer public key." +msgstr "Non se puido atopar a clave pública do asinante." + +#. TRANS: Exception. +msgid "Salmon invalid actor for signing." +msgstr "O actor do protocolo Salmon é inválido para asinar." + +#. TRANS: Client error. POST is a HTTP command. It should not be translated. +msgid "This method requires a POST." +msgstr "Este método require un comando HTTP POST." + +#. TRANS: Client error. Do not translate "application/magic-envelope+xml". +msgid "Salmon requires \"application/magic-envelope+xml\"." +msgstr "O protocolo Salmon necesita \"application/magic-envelope+xml\"." + +#. TRANS: Client error. +msgid "Salmon signature verification failed." +msgstr "Erro na verificación de sinatura do protocolo Salmon." + +#. TRANS: Client error. +msgid "Salmon post must be an Atom entry." +msgstr "A publicación do protocolo Salmon debe ser unha entrada de Atom." + +#. TRANS: Client exception. +msgid "Unrecognized activity type." +msgstr "Non se recoñece o tipo de actividade." + +#. TRANS: Client exception. +msgid "This target does not understand posts." +msgstr "Este obxectivo non entende as publicacións." + +#. TRANS: Client exception. +msgid "This target does not understand follows." +msgstr "Este obxectivo non entende os seguimentos." + +#. TRANS: Client exception. +msgid "This target does not understand unfollows." +msgstr "Este obxectivo non entende a indicación de rematar o seguimento." + +#. TRANS: Client exception. +msgid "This target does not understand favorites." +msgstr "Este obxectivo non entende os favoritos." + +#. TRANS: Client exception. +msgid "This target does not understand unfavorites." +msgstr "Este obxectivo non entende a indicación de eliminar os favoritos." + +#. TRANS: Client exception. +msgid "This target does not understand share events." +msgstr "Este obxectivo non entende a indicación de compartir os eventos." + +#. TRANS: Client exception. +msgid "This target does not understand joins." +msgstr "Este obxectivo non entende as unións." + +#. TRANS: Client exception. +msgid "This target does not understand leave events." +msgstr "Este obxectivo non entende a indicación de deixar os eventos." + +#. TRANS: Client exception. +msgid "This target does not understand list events." +msgstr "Este obxectivo non entende a indicación de listar os eventos." + +#. TRANS: Client exception. +msgid "This target does not understand unlist events." +msgstr "" +"Este obxectivo non entende a indicación de retirar da lista os eventos." + +#. TRANS: Exception. +msgid "Received a salmon slap from unidentified actor." +msgstr "" +"Recibiuse unha labazada do protocolo Salmon desde un actor non identificado." diff --git a/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po index 73a9622514..0ad7d11d0f 100644 --- a/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:24+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po index 33d16a2c8a..9b3455f7ab 100644 --- a/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:07+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:24+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ko\n" diff --git a/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po index 04c3ae7553..7d65ea26a1 100644 --- a/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:24+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po index d8966224e2..1fa5672f57 100644 --- a/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:24+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po index 0d2df6245d..b668a421e6 100644 --- a/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:24+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po index 8702e092ff..6c4b94f196 100644 --- a/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:08+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/OfflineBackup/locale/OfflineBackup.pot b/plugins/OfflineBackup/locale/OfflineBackup.pot index 69612eda01..505fa0845e 100644 --- a/plugins/OfflineBackup/locale/OfflineBackup.pot +++ b/plugins/OfflineBackup/locale/OfflineBackup.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot b/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot index 5cb52d2123..e781b116e2 100644 --- a/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot +++ b/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OpenExternalLinkTarget/locale/ar/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ar/LC_MESSAGES/OpenExternalLinkTarget.po index 8f78cae8d5..d659e9ea0e 100644 --- a/plugins/OpenExternalLinkTarget/locale/ar/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ar/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po index b061fcaa99..43e51f8483 100644 --- a/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po index 090fc835e3..60363710e0 100644 --- a/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po index 2899325d6d..1beb70d979 100644 --- a/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po index 9253302d1e..8e571eeab8 100644 --- a/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po index 82b4a1d1fc..afeb07d713 100644 --- a/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po index 6915efa240..91a8175494 100644 --- a/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po index 28844da788..d9d6a8dfba 100644 --- a/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po index a36ef9eaaf..201c24f4af 100644 --- a/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po index 9f836f048b..1d5e017c18 100644 --- a/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po index a107d20e06..7d2986d6b6 100644 --- a/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:39+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po index 803f08a351..745e898217 100644 --- a/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po index 93ca12f30c..fdc5682194 100644 --- a/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po index 3289e96c51..67a107e52d 100644 --- a/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po index c058d514c5..45c97bfb89 100644 --- a/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po index f8c5c01aa6..36bf37981d 100644 --- a/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:40+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/OpenID/locale/OpenID.pot b/plugins/OpenID/locale/OpenID.pot index 6a31444a93..a761aa8388 100644 --- a/plugins/OpenID/locale/OpenID.pot +++ b/plugins/OpenID/locale/OpenID.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OpenID/locale/ar/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ar/LC_MESSAGES/OpenID.po index 360f0734d3..3ab0b6eb39 100644 --- a/plugins/OpenID/locale/ar/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ar/LC_MESSAGES/OpenID.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:04+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po index 6562025754..14be7f4a20 100644 --- a/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:04+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po index 924ab65bd5..0f78d3284f 100644 --- a/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po @@ -17,13 +17,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:04+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po index 2be03ce345..7dc6d7ebd5 100644 --- a/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:04+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po index 2625576790..2f140b5ce8 100644 --- a/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:04+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po index 9a424d50b5..871940782a 100644 --- a/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po @@ -1,5 +1,5 @@ # Translation of StatusNet - OpenID to Galician (Galego) -# Expored from translatewiki.net +# Exported from translatewiki.net # # Author: Toliño # -- @@ -9,275 +9,80 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-16 15:08+0000\n" -"PO-Revision-Date: 2010-12-16 15:12:29+0000\n" -"Language-Team: Galician \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:04+0000\n" +"Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2010-11-30 20:43:49+0000\n" -"X-Generator: MediaWiki 1.18alpha (r78478); Translate extension (2010-09-17)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: openidsettings.php:58 openidadminpanel.php:65 -msgid "OpenID settings" -msgstr "" +#. TRANS: Title for identity verification page. +msgid "OpenID Identity Verification" +msgstr "Verificación de identidade OpenID" -#: openidsettings.php:69 +#. TRANS: Client error when visiting page directly. +msgid "" +"This page should only be reached during OpenID processing, not directly." +msgstr "" +"A esta páxina debería chegarse unicamente durante o proceso do OpenID, non " +"directamente." + +#. TRANS: Page notice. %s is a trustroot name. #, php-format msgid "" -"[OpenID](%%doc.openid%%) lets you log into many sites with the same user " -"account. Manage your associated OpenIDs from here." +"%s has asked to verify your identity. Click Continue to verify your identity " +"and login without creating a new password." msgstr "" +"%s pediu que a súa identidade fose verificada. Prema en \"Continuar\" para " +"comprobar a súa identidade e inicie sesión sen crear un contrasinal novo." -#: openidsettings.php:100 -msgid "Add OpenID" -msgstr "" +#. TRANS: Button text to continue OpenID identity verification. +#. TRANS: button label for OAuth authorization page when needing OpenID authentication first. +msgctxt "BUTTON" +msgid "Continue" +msgstr "Continuar" -#: openidsettings.php:103 -msgid "" -"If you want to add an OpenID to your account, enter it in the box below and " -"click \"Add\"." -msgstr "" +#. TRANS: Button text to cancel OpenID identity verification. +msgctxt "BUTTON" +msgid "Cancel" +msgstr "Cancelar" -#. TRANS: OpenID plugin logon form field label. -#: openidsettings.php:108 OpenIDPlugin.php:681 openidlogin.php:161 -msgid "OpenID URL" -msgstr "" - -#: openidsettings.php:118 -msgid "Add" -msgstr "Engadir" - -#: openidsettings.php:130 -msgid "Remove OpenID" -msgstr "" - -#: openidsettings.php:135 -msgid "" -"Removing your only OpenID would make it impossible to log in! If you need to " -"remove it, add another OpenID first." -msgstr "" - -#: openidsettings.php:150 -msgid "" -"You can remove an OpenID from your account by clicking the button marked " -"\"Remove\"." -msgstr "" - -#: openidsettings.php:173 openidsettings.php:214 -msgid "Remove" -msgstr "Eliminar" - -#: openidsettings.php:187 -msgid "OpenID Trusted Sites" -msgstr "" - -#: openidsettings.php:190 -msgid "" -"The following sites are allowed to access your identity and log you in. You " -"can remove a site from this list to deny it access to your OpenID." -msgstr "" - -#. TRANS: Message given when there is a problem with the user's session token. -#: openidsettings.php:232 finishopenidlogin.php:42 openidlogin.php:51 -msgid "There was a problem with your session token. Try again, please." -msgstr "" - -#: openidsettings.php:239 -msgid "Can't add new providers." -msgstr "" - -#: openidsettings.php:252 -msgid "Something weird happened." -msgstr "" - -#: openidsettings.php:276 -msgid "No such OpenID trustroot." -msgstr "" - -#: openidsettings.php:280 -msgid "Trustroots removed" -msgstr "" - -#: openidsettings.php:303 -msgid "No such OpenID." -msgstr "" - -#: openidsettings.php:308 -msgid "That OpenID does not belong to you." -msgstr "" - -#: openidsettings.php:312 -msgid "OpenID removed." -msgstr "" - -#: openidadminpanel.php:54 -msgid "OpenID" -msgstr "OpenID" - -#: openidadminpanel.php:147 -msgid "Invalid provider URL. Max length is 255 characters." -msgstr "" - -#: openidadminpanel.php:153 -msgid "Invalid team name. Max length is 255 characters." -msgstr "" - -#: openidadminpanel.php:210 -msgid "Trusted provider" -msgstr "" - -#: openidadminpanel.php:212 -msgid "" -"By default, users are allowed to authenticate with any OpenID provider. If " -"you are using your own OpenID service for shared sign-in, you can restrict " -"access to only your own users here." -msgstr "" - -#: openidadminpanel.php:220 -msgid "Provider URL" -msgstr "" - -#: openidadminpanel.php:221 -msgid "" -"All OpenID logins will be sent to this URL; other providers may not be used." -msgstr "" - -#: openidadminpanel.php:228 -msgid "Append a username to base URL" -msgstr "" - -#: openidadminpanel.php:230 -msgid "" -"Login form will show the base URL and prompt for a username to add at the " -"end. Use when OpenID provider URL should be the profile page for individual " -"users." -msgstr "" - -#: openidadminpanel.php:238 -msgid "Required team" -msgstr "" - -#: openidadminpanel.php:239 -msgid "Only allow logins from users in the given team (Launchpad extension)." -msgstr "" - -#: openidadminpanel.php:251 -msgid "Options" -msgstr "Opcións" - -#: openidadminpanel.php:258 -msgid "Enable OpenID-only mode" -msgstr "" - -#: openidadminpanel.php:260 -msgid "" -"Require all users to login via OpenID. Warning: disables password " -"authentication for all users!" -msgstr "" - -#: openidadminpanel.php:278 -msgid "Save OpenID settings" -msgstr "" - -#. TRANS: OpenID plugin server error. -#: openid.php:138 -msgid "Cannot instantiate OpenID consumer object." -msgstr "" - -#. TRANS: OpenID plugin message. Given when an OpenID is not valid. -#: openid.php:150 -msgid "Not a valid OpenID." -msgstr "" - -#. TRANS: OpenID plugin server error. Given when the OpenID authentication request fails. -#. TRANS: %s is the failure message. -#: openid.php:155 -#, php-format -msgid "OpenID failure: %s" -msgstr "" - -#. TRANS: OpenID plugin server error. Given when the OpenID authentication request cannot be redirected. -#. TRANS: %s is the failure message. -#: openid.php:205 -#, php-format -msgid "Could not redirect to server: %s" -msgstr "" - -#. TRANS: OpenID plugin user instructions. -#: openid.php:244 -msgid "" -"This form should automatically submit itself. If not, click the submit " -"button to go to your OpenID provider." -msgstr "" - -#. TRANS: OpenID plugin server error. -#: openid.php:280 -msgid "Error saving the profile." -msgstr "" - -#. TRANS: OpenID plugin server error. -#: openid.php:292 -msgid "Error saving the user." -msgstr "" - -#. TRANS: OpenID plugin client exception (403). -#: openid.php:322 -msgid "Unauthorized URL used for OpenID login." -msgstr "" - -#. TRANS: Title -#: openid.php:370 -msgid "OpenID Login Submission" -msgstr "" - -#. TRANS: OpenID plugin message used while requesting authorization user's OpenID login provider. -#: openid.php:381 -msgid "Requesting authorization from your login provider..." -msgstr "" - -#. TRANS: OpenID plugin message. User instruction while requesting authorization user's OpenID login provider. -#: openid.php:385 -msgid "" -"If you are not redirected to your login provider in a few seconds, try " -"pushing the button below." -msgstr "" +#. TRANS: Client exception thrown when an action is not available. +msgid "Unavailable action." +msgstr "Acción non dispoñible." #. TRANS: Tooltip for main menu option "Login" -#: OpenIDPlugin.php:218 msgctxt "TOOLTIP" -msgid "Login to the site" -msgstr "Identificarse no sitio" +msgid "Login to the site." +msgstr "Identificarse no sitio." #. TRANS: Main menu option when not logged in to log in -#: OpenIDPlugin.php:221 msgctxt "MENU" msgid "Login" msgstr "Rexistro" #. TRANS: Tooltip for main menu option "Help" -#: OpenIDPlugin.php:226 msgctxt "TOOLTIP" msgid "Help me!" msgstr "Axuda!" #. TRANS: Main menu option for help on the StatusNet site -#: OpenIDPlugin.php:229 msgctxt "MENU" msgid "Help" msgstr "Axuda" #. TRANS: Tooltip for main menu option "Search" -#: OpenIDPlugin.php:235 msgctxt "TOOLTIP" -msgid "Search for people or text" -msgstr "Buscar persoas ou palabras" +msgid "Search for people or text." +msgstr "Buscar persoas ou palabras." #. TRANS: Main menu option when logged in or when the StatusNet instance is not private -#: OpenIDPlugin.php:238 msgctxt "MENU" msgid "Search" msgstr "Procurar" @@ -285,298 +90,563 @@ msgstr "Procurar" #. TRANS: OpenID plugin menu item on site logon page. #. TRANS: OpenID plugin menu item on user settings page. #. TRANS: OpenID configuration menu item. -#: OpenIDPlugin.php:295 OpenIDPlugin.php:331 OpenIDPlugin.php:605 msgctxt "MENU" msgid "OpenID" msgstr "OpenID" #. TRANS: OpenID plugin tooltip for logon menu item. -#: OpenIDPlugin.php:297 -msgid "Login or register with OpenID" -msgstr "" +msgid "Login or register with OpenID." +msgstr "Iniciar sesión ou rexistrarse co OpenID." #. TRANS: OpenID plugin tooltip for user settings menu item. -#: OpenIDPlugin.php:333 -msgid "Add or remove OpenIDs" +msgid "Add or remove OpenIDs." +msgstr "Engadir ou eliminar identificadores OpenID." + +#. TRANS: Page notice for logged in users to try and get them to add an OpenID account to their StatusNet account. +#. TRANS: This message contains Markdown links in the form (description)[link]. +#, php-format +msgid "" +"(Have an [OpenID](http://openid.net/)? [Add an OpenID to your account](%%" +"action.openidsettings%%)!" msgstr "" +"(Ten un [OpenID](http://openid.net/)? [Engada un OpenID á súa conta](%%" +"action.openidsettings%%)!" + +#. TRANS: Page notice for anonymous users to try and get them to register with an OpenID account. +#. TRANS: This message contains Markdown links in the form (description)[link]. +#, php-format +msgid "" +"(Have an [OpenID](http://openid.net/)? Try our [OpenID registration](%%" +"action.openidlogin%%)!)" +msgstr "" +"(Ten un [OpenID](http://openid.net/)? [Probe o noso [rexistro de OpenID](%%" +"action.openidlogin%%)!)" + +#. TRANS: Page notice on the login page to try and get them to log on with an OpenID account. +#. TRANS: This message contains Markdown links in the form (description)[link]. +#, php-format +msgid "" +"(Have an [OpenID](http://openid.net/)? Try our [OpenID login](%%action." +"openidlogin%%)!)" +msgstr "" +"(Ten un [OpenID](http://openid.net/)? [Probe o noso [inicio de sesión de " +"OpenID](%%action.openidlogin%%)!)" #. TRANS: Tooltip for OpenID configuration menu item. -#: OpenIDPlugin.php:607 -msgid "OpenID configuration" -msgstr "Configuración do OpenID" +msgid "OpenID configuration." +msgstr "Configuración do OpenID." -#. TRANS: OpenID plugin description. -#: OpenIDPlugin.php:631 +#. TRANS: Plugin description. msgid "Use OpenID to login to the site." msgstr "" - -#. TRANS: button label for OAuth authorization page when needing OpenID authentication first. -#: OpenIDPlugin.php:641 -msgctxt "BUTTON" -msgid "Continue" -msgstr "" +"Utilizar o OpenID para acceder ao sitio." #. TRANS: OpenID plugin logon form legend. -#: OpenIDPlugin.php:658 openidlogin.php:140 +msgctxt "LEGEND" msgid "OpenID login" -msgstr "" +msgstr "Rexistro do OpenID" #. TRANS: Field label. -#: OpenIDPlugin.php:666 openidlogin.php:148 msgid "OpenID provider" -msgstr "" +msgstr "Provedor do OpenID" #. TRANS: Form guide. -#: OpenIDPlugin.php:675 openidlogin.php:156 msgid "Enter your username." -msgstr "" +msgstr "Insira o seu nome de usuario." #. TRANS: Form guide. -#: OpenIDPlugin.php:677 openidlogin.php:157 msgid "You will be sent to the provider's site for authentication." -msgstr "" +msgstr "Irá ata o sitio do provedor para a autenticación." + +#. TRANS: OpenID plugin logon form field label. +#. TRANS: Field label. +#. TRANS: OpenID plugin logon form field label. +msgid "OpenID URL" +msgstr "Enderezo URL do OpenID" #. TRANS: OpenID plugin logon form field instructions. -#: OpenIDPlugin.php:684 openidlogin.php:164 -msgid "Your OpenID URL" -msgstr "" - -#. TRANS: OpenID plugin client error given trying to add an unauthorised OpenID to a user (403). -#: openidserver.php:116 -#, php-format -msgid "You are not authorized to use the identity %s." -msgstr "" - -#. TRANS: OpenID plugin client error given when not getting a response for a given OpenID provider (500). -#: openidserver.php:137 -msgid "Just an OpenID provider. Nothing to see here, move along..." -msgstr "" +#. TRANS: OpenID plugin logon form field title. +msgid "Your OpenID URL." +msgstr "O URL do seu OpenID." #. TRANS: Client error message trying to log on with OpenID while already logged on. -#: finishopenidlogin.php:37 openidlogin.php:33 msgid "Already logged in." msgstr "Xa se identificou." +#. TRANS: Message given when there is a problem with the user's session token. +#. TRANS: Client error displayed when the session token does not match or is not given. +msgid "There was a problem with your session token. Try again, please." +msgstr "Houbo un erro co seu pase. Inténteo de novo." + #. TRANS: Message given if user does not agree with the site's license. -#: finishopenidlogin.php:48 -msgid "You can't register if you don't agree to the license." -msgstr "" +msgid "You cannot register if you do not agree to the license." +msgstr "Non pode rexistrarse se non acepta a licenza." #. TRANS: Messag given on an unknown error. -#: finishopenidlogin.php:57 msgid "An unknown error has occured." -msgstr "" +msgstr "Houbo un erro descoñecido." #. TRANS: Instructions given after a first successful logon using OpenID. #. TRANS: %s is the site name. -#: finishopenidlogin.php:73 #, php-format msgid "" -"This is the first time you've logged into %s so we must connect your OpenID " -"to a local account. You can either create a new account, or connect with " -"your existing account, if you have one." +"This is the first time you have logged into %s so we must connect your " +"OpenID to a local account. You can either create a new account, or connect " +"with your existing account, if you have one." msgstr "" +"Esta é a primeira vez que accede ao sistema de %s, de modo que debemos " +"conectar o seu OpenID cunha conta local. Pode crear unha nova conta local ou " +"ben conectar con outra conta local existente." #. TRANS: Title -#: finishopenidlogin.php:80 +msgctxt "TITLE" msgid "OpenID Account Setup" -msgstr "" +msgstr "Configuración da conta do OpenID" -#: finishopenidlogin.php:117 +#. TRANS: Fieldset legend. msgid "Create new account" msgstr "Crear unha conta nova" -#: finishopenidlogin.php:119 +#. TRANS: Form guide. msgid "Create a new user with this nickname." msgstr "Crear un novo usuario con este alcume." -#: finishopenidlogin.php:122 +#. TRANS: Field label. msgid "New nickname" msgstr "Novo alcume" -#: finishopenidlogin.php:124 -msgid "1-64 lowercase letters or numbers, no punctuation or spaces" +#. TRANS: Field title. +msgid "1-64 lowercase letters or numbers, no punctuation or spaces." msgstr "" "Entre 1 e 64 letras minúsculas ou números, sen signos de puntuación, " -"espazos, tiles ou eñes" +"espazos, tiles ou eñes." + +#. TRANS: Field label. +msgid "Email" +msgstr "Correo electrónico" + +#. TRANS: Field title. +msgid "Used only for updates, announcements, and password recovery." +msgstr "" +"Só se utiliza para actualizacións, anuncios e recuperación de contrasinais." + +#. TRANS: OpenID plugin link text. +#. TRANS: %s is a link to a license with the license name as link text. +#, php-format +msgid "" +"My text and files are available under %s except this private data: password, " +"email address, IM address, and phone number." +msgstr "" +"Os meus textos e ficheiros están dispoñibles baixo %s, salvo os seguintes " +"datos privados: contrasinais, enderezos de correo electrónico e mensaxería " +"instantánea e números de teléfono." #. TRANS: Button label in form in which to create a new user on the site for an OpenID. -#: finishopenidlogin.php:149 msgctxt "BUTTON" msgid "Create" msgstr "Crear" #. TRANS: Used as form legend for form in which to connect an OpenID to an existing user on the site. -#: finishopenidlogin.php:163 msgid "Connect existing account" -msgstr "" +msgstr "Conectar cunha conta existente" #. TRANS: User instructions for form in which to connect an OpenID to an existing user on the site. -#: finishopenidlogin.php:166 msgid "" "If you already have an account, login with your username and password to " "connect it to your OpenID." msgstr "" +"Se xa ten unha conta, acceda ao sistema co seu nome de usuario e contrasinal " +"para conectala coa do OpenID." #. TRANS: Field label in form in which to connect an OpenID to an existing user on the site. -#: finishopenidlogin.php:170 msgid "Existing nickname" -msgstr "" +msgstr "Alcume existente" #. TRANS: Field label in form in which to connect an OpenID to an existing user on the site. -#: finishopenidlogin.php:174 msgid "Password" msgstr "Contrasinal" -#. TRANS: Button label in form in which to connect an OpenID to an existing user on the site. -#: finishopenidlogin.php:178 +#. TRANS: Button text in form in which to connect an OpenID to an existing user on the site. msgctxt "BUTTON" msgid "Connect" -msgstr "Conectarse" +msgstr "Conectar" #. TRANS: Status message in case the response from the OpenID provider is that the logon attempt was cancelled. -#: finishopenidlogin.php:191 finishaddopenid.php:90 msgid "OpenID authentication cancelled." -msgstr "" +msgstr "Cancelouse a autenticación do OpenID." #. TRANS: OpenID authentication failed; display the error message. %s is the error message. #. TRANS: OpenID authentication failed; display the error message. #. TRANS: %s is the error message. -#: finishopenidlogin.php:195 finishaddopenid.php:95 #, php-format -msgid "OpenID authentication failed: %s" -msgstr "" +msgid "OpenID authentication failed: %s." +msgstr "Fallou a autenticación do OpenID: %s." -#: finishopenidlogin.php:215 finishaddopenid.php:111 +#. TRANS: Message displayed when OpenID authentication is aborted. +#. TRANS: OpenID authentication error. msgid "" -"OpenID authentication aborted: you are not allowed to login to this site." +"OpenID authentication aborted: You are not allowed to login to this site." msgstr "" +"Interrumpiuse a autenticación do OpenID: Non ten permiso para iniciar sesión " +"neste sitio." #. TRANS: OpenID plugin message. No new user registration is allowed on the site. #. TRANS: OpenID plugin message. No new user registration is allowed on the site without an invitation code, and none was provided. -#: finishopenidlogin.php:267 finishopenidlogin.php:277 msgid "Registration not allowed." -msgstr "" +msgstr "Non se permite o rexistro." #. TRANS: OpenID plugin message. No new user registration is allowed on the site without an invitation code, and the one provided was not valid. -#: finishopenidlogin.php:285 msgid "Not a valid invitation code." -msgstr "" +msgstr "O código da invitación é incorrecto." #. TRANS: OpenID plugin message. The entered new user name is blacklisted. -#: finishopenidlogin.php:299 msgid "Nickname not allowed." -msgstr "" +msgstr "Alcume non permitido." #. TRANS: OpenID plugin message. The entered new user name is already used. -#: finishopenidlogin.php:305 msgid "Nickname already in use. Try another one." -msgstr "" +msgstr "Ese alcume xa está en uso. Probe con outro." #. TRANS: OpenID plugin server error. A stored OpenID cannot be retrieved. #. TRANS: OpenID plugin server error. A stored OpenID cannot be found. -#: finishopenidlogin.php:313 finishopenidlogin.php:400 msgid "Stored OpenID not found." -msgstr "" +msgstr "Non se atopou o OpenID almacenado." #. TRANS: OpenID plugin server error. -#: finishopenidlogin.php:323 msgid "Creating new account for OpenID that already has a user." -msgstr "" +msgstr "Crear unha nova conta para o OpenID que xa ten un usuario." #. TRANS: OpenID plugin message. -#: finishopenidlogin.php:388 msgid "Invalid username or password." msgstr "O nome de usuario ou contrasinal non son correctos." #. TRANS: OpenID plugin server error. The user or user profile could not be saved. -#: finishopenidlogin.php:408 msgid "Error connecting user to OpenID." +msgstr "Erro ao conectar o usuario co OpenID." + +#. TRANS: OpenID plugin server error. +msgid "Cannot instantiate OpenID consumer object." +msgstr "Non se pode crear unha instancia co obxecto do consumidor do OpenID." + +#. TRANS: OpenID plugin message. Given when an OpenID is not valid. +msgid "Not a valid OpenID." +msgstr "Non é un OpenID válido." + +#. TRANS: OpenID plugin server error. Given when the OpenID authentication request fails. +#. TRANS: %s is the failure message. +#, php-format +msgid "OpenID failure: %s." +msgstr "Erro no OpenID: %s." + +#. TRANS: OpenID plugin server error. Given when the OpenID authentication request cannot be redirected. +#. TRANS: %s is the failure message. +#, php-format +msgid "Could not redirect to server: %s." +msgstr "Non se pode redirixir cara ao servidor: %s." + +#. TRANS: OpenID plugin user instructions. +msgid "" +"This form should automatically submit itself. If not, click the submit " +"button to go to your OpenID provider." msgstr "" +"Este formulario debería enviarse só automaticamente. Se non é así, prema no " +"botón de envío para ir ao seu provedor de OpenID." + +#. TRANS: OpenID plugin server error. +msgid "Error saving the profile." +msgstr "Houbo un erro ao gardar o perfil." + +#. TRANS: OpenID plugin server error. +msgid "Error saving the user." +msgstr "Houbo un erro ao gardar o usuario." + +#. TRANS: OpenID plugin client exception (403). +msgid "Unauthorized URL used for OpenID login." +msgstr "" +"Empregouse un enderezo URL non autorizado para acceder mediante o OpenID." + +#. TRANS: Title +msgid "OpenID Login Submission" +msgstr "Envío do rexistro do OpenID" + +#. TRANS: OpenID plugin message used while requesting authorization user's OpenID login provider. +msgid "Requesting authorization from your login provider..." +msgstr "Solicitando a autorización do provedor de acceso..." + +#. TRANS: OpenID plugin message. User instruction while requesting authorization user's OpenID login provider. +msgid "" +"If you are not redirected to your login provider in a few seconds, try " +"pushing the button below." +msgstr "" +"Se non é redirixido ao provedor de acceso nuns segundos, probe premendo no " +"botón inferior." + +#. TRANS: Title for OpenID bridge administration page. +msgctxt "TITLE" +msgid "OpenID Settings" +msgstr "Configuración do OpenID" + +#. TRANS: Page instructions. +msgid "OpenID settings" +msgstr "Configuración do OpenID" + +#. TRANS: Client error displayed when OpenID provider URL is too long. +msgid "Invalid provider URL. Maximum length is 255 characters." +msgstr "" +"Enderezo URL do provedor incorrecto. A extensión máxima é de 255 caracteres." + +#. TRANS: Client error displayed when Launchpad team name is too long. +msgid "Invalid team name. Maximum length is 255 characters." +msgstr "Nome de equipo incorrecto. A extensión máxima é de 255 caracteres." + +#. TRANS: Fieldset legend. +msgctxt "LEGEND" +msgid "Trusted provider" +msgstr "Provedor de confianza" + +#. TRANS: Form guide. +msgid "" +"By default, users are allowed to authenticate with any OpenID provider. If " +"you are using your own OpenID service for shared sign-in, you can restrict " +"access to only your own users here." +msgstr "" +"Por defecto, os usuarios poden autenticarse con calquera provedor de OpenID. " +"Se usa o seu propio servizo de OpenID para un acceso compartido, pode " +"restrinxir o acceso unicamente aos seus usuarios." + +#. TRANS: Field label. +msgid "Provider URL" +msgstr "URL do provedor" + +#. TRANS: Field title. +msgid "" +"All OpenID logins will be sent to this URL; other providers may not be used." +msgstr "" +"Todos os rexistros de OpenID enviaranse a este enderezo URL; non se poden " +"usar outros provedores." + +#. TRANS: Checkbox label. +msgid "Append a username to base URL" +msgstr "Engadir un nome de usuario ao enderezo URL base" + +#. TRANS: Checkbox title. +msgid "" +"Login form will show the base URL and prompt for a username to add at the " +"end. Use when OpenID provider URL should be the profile page for individual " +"users." +msgstr "" +"O formulario de rexistro ha mostrar o enderezo URL base e pedirá un nome de " +"usuario que engadir ao final. Utilice esta opción cando o enderezo URL do " +"provedor de OpenID deba ser a páxina de perfil para os usuarios individuais." + +#. TRANS: Field label. +msgid "Required team" +msgstr "Equipo solicitado" + +#. TRANS: Field title. +msgid "Only allow logins from users in the given team (Launchpad extension)." +msgstr "" +"Permitir unicamente o rexistro de usuarios pertencentes ao equipo " +"especificado (extensión Launchpad)." + +#. TRANS: Fieldset legend. +msgctxt "LEGEND" +msgid "Options" +msgstr "Opcións" + +#. TRANS: Checkbox label. +msgid "Enable OpenID-only mode" +msgstr "Activar o modo de OpenID só" + +#. TRANS: Checkbox title. +msgid "" +"Require all users to login via OpenID. Warning: disables password " +"authentication for all users!" +msgstr "" +"Obrigar a todos os usuarios a acceder mediante o OpenID. Aviso: Desactiva a " +"autenticación por contrasinal para todos os usuarios!" + +#. TRANS: Button text to save OpenID settings. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gardar" + +#. TRANS: Button title to save OpenID settings. +msgid "Save OpenID settings." +msgstr "Gardar a configuración do OpenID." + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "Non iniciou sesión." + +#. TRANS: Message in case a user tries to add an OpenID that is already connected to them. +msgid "You already have this OpenID!" +msgstr "Xa ten ese OpenID!" + +#. TRANS: Message in case a user tries to add an OpenID that is already used by another user. +msgid "Someone else already has this OpenID." +msgstr "Outra persoa ten ese OpenID." + +#. TRANS: Message in case the OpenID object cannot be connected to the user. +msgid "Error connecting user." +msgstr "Houbo un erro ao conectar co usuario." + +#. TRANS: Message in case the user or the user profile cannot be saved in StatusNet. +msgid "Error updating profile." +msgstr "Houbo un erro ao actualizar o perfil." + +#. TRANS: Title after getting the status of the OpenID authorisation request. +msgid "OpenID Login" +msgstr "Rexistro do OpenID" + +#. TRANS: Title of OpenID settings page for a user. +msgctxt "TITLE" +msgid "OpenID settings" +msgstr "Configuración do OpenID" + +#. TRANS: Form instructions for OpenID settings. +#. TRANS: This message contains Markdown links in the form [description](link). +#, php-format +msgid "" +"[OpenID](%%doc.openid%%) lets you log into many sites with the same user " +"account. Manage your associated OpenIDs from here." +msgstr "" +"O [OpenID](%%doc.openid%%) permite iniciar sesión en moitos sitios coa mesma " +"conta de usuario. Xestione as conexións OpenID asociadas desde aquí." + +#. TRANS: Fieldset legend. +msgctxt "LEGEND" +msgid "Add OpenID" +msgstr "Engadir o OpenID" + +#. TRANS: Form guide. +msgid "" +"If you want to add an OpenID to your account, enter it in the box below and " +"click \"Add\"." +msgstr "" +"Se quere engadir un OpenID á súa conta, insíraa na caixa inferior e prema en " +"\"Engadir\"." + +#. TRANS: Button text for adding an OpenID URL. +msgctxt "BUTTON" +msgid "Add" +msgstr "Engadir" + +#. TRANS: Header on OpenID settings page. +msgctxt "HEADER" +msgid "Remove OpenID" +msgstr "Eliminar o OpenID" + +#. TRANS: Form guide. +msgid "" +"Removing your only OpenID would make it impossible to log in! If you need to " +"remove it, add another OpenID first." +msgstr "" +"Ao eliminar o seu único OpenID non poderá acceder ao sistema! Se necesita " +"eliminalo, engada outro OpenID primeiro." + +#. TRANS: Form guide. +msgid "" +"You can remove an OpenID from your account by clicking the button marked " +"\"Remove\"." +msgstr "" +"Pode eliminar un OpenID desde a súa conta premendo no botón \"Eliminar\"." + +#. TRANS: Button text to remove an OpenID. +#. TRANS: Button text to remove an OpenID trustroot. +msgctxt "BUTTON" +msgid "Remove" +msgstr "Eliminar" + +#. TRANS: Fieldset legend. +msgid "OpenID Trusted Sites" +msgstr "Sitios de confianza do OpenID" + +#. TRANS: Form guide. +msgid "" +"The following sites are allowed to access your identity and log you in. You " +"can remove a site from this list to deny it access to your OpenID." +msgstr "" +"Os seguintes sitios teñen permitido acceder á súa identidade e iniciarlle a " +"sesión. Pode eliminar un sitio da lista para impedirlle o acceso ao seu " +"OpenID." + +#. TRANS: Form validation error if no OpenID providers can be added. +msgid "Cannot add new providers." +msgstr "Non se poden engadir novos provedores." + +#. TRANS: Unexpected form validation error. +msgid "Something weird happened." +msgstr "Ocorreu algo estraño." + +#. TRANS: Form validation error when trying to remove a non-existing trustroot. +msgid "No such OpenID trustroot." +msgstr "Non existe esa raíz fiable do OpenID." + +#. TRANS: Success message after removing trustroots. +msgid "Trustroots removed." +msgstr "Raíces fiables eliminadas." + +#. TRANS: Form validation error for a non-existing OpenID. +msgid "No such OpenID." +msgstr "Non existe ese OpenID." + +#. TRANS: Form validation error if OpenID is connected to another user. +msgid "That OpenID does not belong to you." +msgstr "Ese OpenID non lle pertence." + +#. TRANS: Success message after removing an OpenID. +msgid "OpenID removed." +msgstr "OpenID eliminado." + +#. TRANS: OpenID plugin client error given trying to add an unauthorised OpenID to a user (403). +#. TRANS: %s is a request identity. +#, php-format +msgid "You are not authorized to use the identity %s." +msgstr "Non ten permiso para usar a identidade %s." + +#. TRANS: OpenID plugin client error given when not getting a response for a given OpenID provider (500). +msgid "Just an OpenID provider. Nothing to see here, move along..." +msgstr "" +"Unicamente un provedor de OpenID. Nada que ver aquí, siga o seu camiño..." #. TRANS: OpenID plugin message. Rememberme logins have to reauthenticate before changing any profile settings. #. TRANS: "OpenID" is the display text for a link with URL "(%%doc.openid%%)". -#: openidlogin.php:82 #, php-format msgid "" "For security reasons, please re-login with your [OpenID](%%doc.openid%%) " "before changing your settings." msgstr "" +"Por razóns de seguridade, volva iniciar sesión co seu [OpenID](%%doc.openid%" +"%) antes de cambiar a súa configuración." #. TRANS: OpenID plugin message. #. TRANS: "OpenID" is the display text for a link with URL "(%%doc.openid%%)". -#: openidlogin.php:88 #, php-format msgid "Login with an [OpenID](%%doc.openid%%) account." -msgstr "" +msgstr "Acceda cunha conta do [OpenID](%%doc.openid%%)." #. TRANS: OpenID plugin message. Title. -#. TRANS: Title after getting the status of the OpenID authorisation request. -#: openidlogin.php:122 finishaddopenid.php:187 +msgctxt "TITLE" msgid "OpenID Login" -msgstr "" +msgstr "Rexistro do OpenID" + +#. TRANS: Field label. +msgctxt "LABEL" +msgid "OpenID provider" +msgstr "Provedor do OpenID" #. TRANS: OpenID plugin logon form checkbox label for setting to put the OpenID information in a cookie. -#: openidlogin.php:169 msgid "Remember me" msgstr "Lembrádeme" -#. TRANS: OpenID plugin logon form field instructions. -#: openidlogin.php:171 +#. TRANS: OpenID plugin logon form field title. msgid "Automatically login in the future; not for shared computers!" msgstr "" +"Identificarse automaticamente no futuro. Non se aconsella en computadores " +"compartidos!" #. TRANS: OpenID plugin logon form button label to start logon with the data provided in the logon form. -#: openidlogin.php:176 msgctxt "BUTTON" msgid "Login" msgstr "Acceder ao sistema" - -#: openidtrust.php:52 -msgid "OpenID Identity Verification" -msgstr "" - -#: openidtrust.php:70 -msgid "" -"This page should only be reached during OpenID processing, not directly." -msgstr "" - -#: openidtrust.php:118 -#, php-format -msgid "" -"%s has asked to verify your identity. Click Continue to verify your " -"identity and login without creating a new password." -msgstr "" - -#: openidtrust.php:136 -msgid "Continue" -msgstr "Continuar" - -#: openidtrust.php:137 -msgid "Cancel" -msgstr "Cancelar" - -#. TRANS: Client error message -#: finishaddopenid.php:68 -msgid "Not logged in." -msgstr "Non iniciou sesión." - -#. TRANS: message in case a user tries to add an OpenID that is already connected to them. -#: finishaddopenid.php:122 -msgid "You already have this OpenID!" -msgstr "" - -#. TRANS: message in case a user tries to add an OpenID that is already used by another user. -#: finishaddopenid.php:125 -msgid "Someone else already has this OpenID." -msgstr "" - -#. TRANS: message in case the OpenID object cannot be connected to the user. -#: finishaddopenid.php:138 -msgid "Error connecting user." -msgstr "" - -#. TRANS: message in case the user or the user profile cannot be saved in StatusNet. -#: finishaddopenid.php:145 -msgid "Error updating profile" -msgstr "" diff --git a/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po index 2eb70f85f2..fb1e4c80f7 100644 --- a/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:05+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po index b3a3518181..851b7606a1 100644 --- a/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:05+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ko\n" diff --git a/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po index 57d1f1183b..a73995f6e0 100644 --- a/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:05+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po index aa623bd737..2c10d8789d 100644 --- a/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:05+0000\n" "Last-Translator: Siebrand Mazeland \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po index 1aa9963380..4bdfa5d097 100644 --- a/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:05+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po index 2bf3ebe1c9..560151a5de 100644 --- a/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:06+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po index 0c8ff29917..1eb493bf7d 100644 --- a/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:06+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/OpenX/locale/OpenX.pot b/plugins/OpenX/locale/OpenX.pot index 5a195db8d9..ba366d547f 100644 --- a/plugins/OpenX/locale/OpenX.pot +++ b/plugins/OpenX/locale/OpenX.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po index d481c4e181..2b6cfaf716 100644 --- a/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:07+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po index 6a7237ea35..f9f69ff230 100644 --- a/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:07+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po index 46009b0ae0..6e83e1d67e 100644 --- a/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:07+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po new file mode 100644 index 0000000000..d6850da77d --- /dev/null +++ b/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po @@ -0,0 +1,95 @@ +# Translation of StatusNet - OpenX to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OpenX\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:07+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-openx\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Menu item title. +msgid "OpenX configuration." +msgstr "Configuración do OpenX." + +#. TRANS: Menu item for site administration +msgid "OpenX" +msgstr "OpenX" + +#. TRANS: Plugin description. +msgid "Plugin for OpenX Ad Server." +msgstr "" +"Complemento para o servidor de publicidade " +"OpenX." + +#. TRANS: Page title for OpenX admin panel. +msgctxt "TITLE" +msgid "OpenX" +msgstr "OpenX" + +#. TRANS: Instructions for OpenX admin panel. +msgid "OpenX settings for this StatusNet site" +msgstr "Configuración de OpenX para este sitio StatusNet" + +#. TRANS: Form label in OpenX admin panel. +msgid "Ad script URL" +msgstr "Enderezo URL da escritura do anuncio" + +#. TRANS: Tooltip for form label in OpenX admin panel. +msgid "Script URL" +msgstr "Enderezo URL da escritura" + +#. TRANS: Form label in OpenX admin panel. Refers to advertisement format. +msgid "Medium rectangle" +msgstr "Rectángulo mediano" + +#. TRANS: Tooltip for form label in OpenX admin panel. Refers to advertisement format. +msgid "Medium rectangle zone" +msgstr "Zona rectangular mediana" + +#. TRANS: Form label in OpenX admin panel. Refers to advertisement format. +msgid "Rectangle" +msgstr "Rectángulo" + +#. TRANS: Tooltip for form label in OpenX admin panel. Refers to advertisement format. +msgid "Rectangle zone" +msgstr "Zona rectangular" + +#. TRANS: Form label in OpenX admin panel. Refers to advertisement format. +msgid "Leaderboard" +msgstr "Taboleiro de logros" + +#. TRANS: Tooltip for form label in OpenX admin panel. Refers to advertisement format. +msgid "Leaderboard zone" +msgstr "Zona do taboleiro de logros" + +#. TRANS: Form label in OpenX admin panel. Refers to advertisement format. +msgid "Skyscraper" +msgstr "Rañaceos" + +#. TRANS: Tooltip for form label in OpenX admin panel. Refers to advertisement format. +msgid "Wide skyscraper zone" +msgstr "Zona do rañaceos" + +#. TRANS: Submit button text in OpenX admin panel. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gardar" + +#. TRANS: Submit button title in OpenX admin panel. +msgid "Save OpenX settings." +msgstr "Gardar a configuración do OpenX." diff --git a/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po index c35ce3dc68..5767beac32 100644 --- a/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po index 023de82b67..ffe93bef67 100644 --- a/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po index 0244cfe2f3..a30708bfe1 100644 --- a/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po index 69ae31a56a..2fbfd5a6c2 100644 --- a/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po index e33645574a..a8c42d3fb4 100644 --- a/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Orbited/locale/Orbited.pot b/plugins/Orbited/locale/Orbited.pot index 4dc76de462..859a5a5785 100644 --- a/plugins/Orbited/locale/Orbited.pot +++ b/plugins/Orbited/locale/Orbited.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Orbited/locale/de/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/de/LC_MESSAGES/Orbited.po index 0366bd8244..d1e491e989 100644 --- a/plugins/Orbited/locale/de/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/de/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po index cf647c86ab..b0439b8997 100644 --- a/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po index 8e52290295..d0ad2d4b7c 100644 --- a/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po index 858c469199..5eec25eebb 100644 --- a/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po index f68b2cad5e..92ca2a4411 100644 --- a/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po index 2dad78eee1..f442eca638 100644 --- a/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po index cc650f11da..35903b8e74 100644 --- a/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po index 71e34344a9..37d8875f4b 100644 --- a/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:05:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot b/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot index 36bd57cbc7..de0f02d30c 100644 --- a/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot +++ b/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/PiwikAnalytics/locale/de/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/de/LC_MESSAGES/PiwikAnalytics.po index 9a02dda9bd..b07664c4bc 100644 --- a/plugins/PiwikAnalytics/locale/de/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/de/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po index c71aa42c9a..45a35e942f 100644 --- a/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po index c88ec19413..1da8533352 100644 --- a/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po index fabf789343..0aa663bb26 100644 --- a/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po index ff875366d4..c441cfbdf9 100644 --- a/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po index b49fb13d63..0c34d59076 100644 --- a/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po index 5025a76e11..c7f17f57c2 100644 --- a/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:09+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po index 415e998285..f9de98aaf3 100644 --- a/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po index 62b9910c83..6105c3aaa0 100644 --- a/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po index 06d2c903bb..b186aafb4d 100644 --- a/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po index e5a4717540..20452a22cd 100644 --- a/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po index bfc31fb8db..9baad2e903 100644 --- a/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po index 2402f5229b..a9f0eb5f16 100644 --- a/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po index e66dbe9b46..33ed24a1dc 100644 --- a/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po index e9504cf1ad..599a6d7027 100644 --- a/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Poll/locale/Poll.pot b/plugins/Poll/locale/Poll.pot index 7a75f38647..283c50a2e9 100644 --- a/plugins/Poll/locale/Poll.pot +++ b/plugins/Poll/locale/Poll.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Poll/locale/ar/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ar/LC_MESSAGES/Poll.po index 74a5b473b0..8a3af16bda 100644 --- a/plugins/Poll/locale/ar/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ar/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po index 639e36c2bd..3fcfc25f48 100644 --- a/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Poll/locale/de/LC_MESSAGES/Poll.po b/plugins/Poll/locale/de/LC_MESSAGES/Poll.po index 6edaf5ed10..139afdf7cc 100644 --- a/plugins/Poll/locale/de/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/de/LC_MESSAGES/Poll.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po b/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po index e15afc60b6..cc5873bafe 100644 --- a/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:12+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po b/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po index 563e6b590c..94d0327e1f 100644 --- a/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po b/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po index 4df54d6494..307ca320d8 100644 --- a/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po b/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po new file mode 100644 index 0000000000..34753f72db --- /dev/null +++ b/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po @@ -0,0 +1,149 @@ +# Translation of StatusNet - Poll to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Poll\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-poll\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception thrown trying to view a non-existing poll. +msgid "No such poll." +msgstr "Non existe esa enquisa." + +#. TRANS: Client exception thrown trying to view a non-existing poll notice. +msgid "No such poll notice." +msgstr "Non existe esa nota de enquisa." + +#. TRANS: Page title for a poll. +#. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question. +#, php-format +msgid "%1$s's poll: %2$s" +msgstr "Enquisa de %1$s: %2$s" + +#. TRANS: Field label on the page to create a poll. +msgid "Question" +msgstr "Pregunta" + +#. TRANS: Field title on the page to create a poll. +msgid "What question are people answering?" +msgstr "A que pregunta está respondendo a xente?" + +#. TRANS: Field label for an answer option on the page to create a poll. +#. TRANS: %d is the option number. +#, php-format +msgid "Option %d" +msgstr "Opción %d" + +#. TRANS: Button text for saving a new poll. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gardar" + +#. TRANS: Plugin description. +msgid "Simple extension for supporting basic polls." +msgstr "Extensión simple para soportar enquisas básicas." + +#. TRANS: Exception thrown trying to respond to a poll without a poll reference. +msgid "Invalid poll response: No poll reference." +msgstr "Resposta á enquisa inválida: Sen referencia á enquisa." + +#. TRANS: Exception thrown trying to respond to a non-existing poll. +msgid "Invalid poll response: Poll is unknown." +msgstr "Resposta á enquisa inválida: Descoñécese a enquisa." + +#. TRANS: Exception thrown when performing an unexpected action on a poll. +#. TRANS: %s is the unexpected object type. +#, php-format +msgid "Unexpected type for poll plugin: %s." +msgstr "Tipo inesperado para o complemento da enquisa: %s." + +#. TRANS: Error text displayed if no poll data could be found. +msgid "Poll data is missing" +msgstr "Faltan os datos da enquisa" + +#. TRANS: Application title. +msgctxt "APPTITLE" +msgid "Poll" +msgstr "Enquisa" + +#. TRANS: Client exception thrown when responding to a poll with an invalid option. +#. TRANS: Client exception thrown responding to a poll with an invalid answer. +msgid "Invalid poll selection." +msgstr "Selección de enquisa inválido." + +#. TRANS: Notice content voting for a poll. +#. TRANS: %s is the chosen option in the poll. +#. TRANS: Rendered version of the notice content voting for a poll. +#. TRANS: %s a link to the poll with the chosen option as link description. +#, php-format +msgid "voted for \"%s\"" +msgstr "votou \"%s\"" + +#. TRANS: Button text for submitting a poll response. +msgctxt "BUTTON" +msgid "Submit" +msgstr "Enviar" + +#. TRANS: Notice content creating a poll. +#. TRANS: %1$s is the poll question, %2$s is a link to the poll. +#, php-format +msgid "Poll: %1$s %2$s" +msgstr "Enquisa: %1$s %2$s" + +#. TRANS: Rendered version of the notice content creating a poll. +#. TRANS: %s is a link to the poll with the question as link description. +#, php-format +msgid "Poll: %s" +msgstr "Enquisa: %s" + +#. TRANS: Title for poll page. +msgid "New poll" +msgstr "Nova enquisa" + +#. TRANS: Client exception thrown trying to create a poll while not logged in. +msgid "You must be logged in to post a poll." +msgstr "Ten que estar identificado para publicar unha enquisa." + +#. TRANS: Client exception thrown trying to create a poll without a question. +msgid "Poll must have a question." +msgstr "A enquisa debe ter unha pregunta." + +#. TRANS: Client exception thrown trying to create a poll with fewer than two options. +msgid "Poll must have at least two options." +msgstr "A enquisa debe ter, polo menos, dúas opcións." + +#. TRANS: Page title after sending a notice. +msgid "Notice posted" +msgstr "Publicouse a nota" + +#. TRANS: Page title for poll response. +msgid "Poll response" +msgstr "Resposta á enquisa" + +#. TRANS: Client exception thrown trying to respond to a poll while not logged in. +msgid "You must be logged in to respond to a poll." +msgstr "Ten que estar identificado para responder unha enquisa." + +#. TRANS: Client exception thrown trying to respond to a non-existing poll. +msgid "Invalid or missing poll." +msgstr "Falta a enquisa ou esta é inválida." + +#. TRANS: Page title after sending a poll response. +msgid "Poll results" +msgstr "Resultados da enquisa" diff --git a/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po index 4d479af4fe..26a7871045 100644 --- a/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po index c701545583..31867d093d 100644 --- a/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po b/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po index 5903194bbf..bc0e11e919 100644 --- a/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po b/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po index 7900efdf0e..a1ed7be7ff 100644 --- a/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po b/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po index 3baa849a64..1f882b5290 100644 --- a/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po b/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po index 53a52c82c2..5d8eb1bdcd 100644 --- a/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/PostDebug/locale/PostDebug.pot b/plugins/PostDebug/locale/PostDebug.pot index cc30177ab5..c4f6cfa4eb 100644 --- a/plugins/PostDebug/locale/PostDebug.pot +++ b/plugins/PostDebug/locale/PostDebug.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/PostDebug/locale/de/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/de/LC_MESSAGES/PostDebug.po index 91e057b618..974f76d9a3 100644 --- a/plugins/PostDebug/locale/de/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/de/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po index d351610be4..9e7bb03d7b 100644 --- a/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po index 6dbb1d448b..5a33957a82 100644 --- a/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po index 20e02e0dd1..a33b6e1410 100644 --- a/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po index 21d6387e21..35aa9ef1dc 100644 --- a/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po index ab3ed58d96..73578e36c1 100644 --- a/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po index 739f4944f3..d3ad5add1f 100644 --- a/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po index 12a26e501c..8b9206dfe4 100644 --- a/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po index 76c92679a1..b441171f1f 100644 --- a/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po index 1fb84d6afb..05c7828c20 100644 --- a/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po index 680e02f106..fa9af44d8c 100644 --- a/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po index 7b35c489bf..c830384845 100644 --- a/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po index 723421d8f8..7aad677420 100644 --- a/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po index c91f3c74ad..23106cd874 100644 --- a/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po index 9f1b19771d..bdee92fcaa 100644 --- a/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po index 99be772c61..f2094b48da 100644 --- a/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po index 2025ee4077..938dce636c 100644 --- a/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot b/plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot index fd3867d314..3102f777aa 100644 --- a/plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot +++ b/plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po index 00a8fbc669..d119c76b80 100644 --- a/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: af\n" diff --git a/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po index 02c3873047..a5fa8d3a01 100644 --- a/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po index cf42da9fa7..030890b41a 100644 --- a/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po index 931a66a654..6864bdaf7c 100644 --- a/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po index 337e779729..563f0fc01f 100644 --- a/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po index 644e703aa2..41c0ed28c7 100644 --- a/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po index 397dc6dbde..b3ddbc05f2 100644 --- a/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po index dd20e94a1f..8da25ecb73 100644 --- a/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po index fb85299df0..63cc626adb 100644 --- a/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po index 9e376b458e..6544d10ed5 100644 --- a/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po index e40765fb4d..a2342d542c 100644 --- a/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po index 5ca6062301..2c285b8fcd 100644 --- a/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po index 3af30db196..c188b5ae9b 100644 --- a/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po index 914dde28f0..f63ca25406 100644 --- a/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po index 99b8965b5e..b7ee976d97 100644 --- a/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po index fa330bdd03..dfa04ba91d 100644 --- a/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/PtitUrl/locale/PtitUrl.pot b/plugins/PtitUrl/locale/PtitUrl.pot index a7dcf90176..c3c9befd2a 100644 --- a/plugins/PtitUrl/locale/PtitUrl.pot +++ b/plugins/PtitUrl/locale/PtitUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po index dab172cd5f..c9a7729096 100644 --- a/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po index 1f5ef4f226..f29f2179a0 100644 --- a/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po index 141f81e507..8fc8f0737f 100644 --- a/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po index 9675f2652b..f5f3b230ab 100644 --- a/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po index 61f5ec4ad3..d4d337baf2 100644 --- a/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po index 9ef167fb63..2cc7bae377 100644 --- a/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po index 56a4181752..3f478c2feb 100644 --- a/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po index ceeb977102..8aca963c67 100644 --- a/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po index a9301f6fb2..63ef3f48e8 100644 --- a/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po index 6f6655533d..31ef8ef394 100644 --- a/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po index 63f5ce3d66..f82488feca 100644 --- a/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po index d030ab164e..b808676f64 100644 --- a/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po index c773f5869f..94822fa103 100644 --- a/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po index 24ab87afd4..5054c476ff 100644 --- a/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po index 0f6a3ed76a..6d03a4bfa3 100644 --- a/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po index 6c3bb6f63e..948de4e858 100644 --- a/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po index 1ba577637d..10c6fc69c6 100644 --- a/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:34+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/QnA/locale/QnA.pot b/plugins/QnA/locale/QnA.pot index 22614b5a20..5ec1e2df8e 100644 --- a/plugins/QnA/locale/QnA.pot +++ b/plugins/QnA/locale/QnA.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po index cf28b2d3f6..5d10a4bd5a 100644 --- a/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/QnA/locale/br/LC_MESSAGES/QnA.po b/plugins/QnA/locale/br/LC_MESSAGES/QnA.po index 5bde5b7ef6..266b51ce49 100644 --- a/plugins/QnA/locale/br/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/br/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po index 9081e64a6e..0615316b99 100644 --- a/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/QnA/locale/de/LC_MESSAGES/QnA.po b/plugins/QnA/locale/de/LC_MESSAGES/QnA.po index 836794185d..78409f257a 100644 --- a/plugins/QnA/locale/de/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/de/LC_MESSAGES/QnA.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po b/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po index f449868b26..44809c12d7 100644 --- a/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po b/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po index 126ecc6421..98b447cfe4 100644 --- a/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po new file mode 100644 index 0000000000..b4d87692c2 --- /dev/null +++ b/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po @@ -0,0 +1,306 @@ +# Translation of StatusNet - QnA to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - QnA\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-qna\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Title for Question page. +msgid "New question" +msgstr "Nova pregunta" + +#. TRANS: Client exception thrown trying to create a Question while not logged in. +msgid "You must be logged in to post a question." +msgstr "Ten que estar identificado para publicar unha pregunta." + +#. TRANS: Client exception thrown trying to create a question without a title. +msgid "Question must have a title." +msgstr "A pregunta debe ter un título." + +#. TRANS: Page title after sending a notice. +msgid "Question posted" +msgstr "Pregunta publicada" + +#. TRANS: Client exception thrown when requesting a non-existing answer. +#. TRANS: Did we used to have it, and it got deleted? +msgid "No such answer." +msgstr "Non existe tal resposta." + +#. TRANS: Client exception thrown when requesting an answer that has no connected question. +msgid "No question for this answer." +msgstr "Non hai pregunta ningunha para esta resposta." + +#. TRANS: Client exception thrown when requesting answer data for a non-existing user. +#. TRANS: Client exception thrown trying to view a question of a non-existing user. +msgid "No such user." +msgstr "Non existe tal usuario." + +#. TRANS: Client exception thrown when requesting answer data for a user without a profile. +#. TRANS: Server exception thrown trying to view a question for a user for which the profile could not be loaded. +msgid "User without a profile." +msgstr "Usuario sen perfil." + +#. TRANS: Page title. +#. TRANS: %1$s is the user who answered a question, %2$s is the question. +#, php-format +msgid "%1$s's answer to \"%2$s\"" +msgstr "Resposta de %1$s a \"%2$s\"" + +#. TRANS: Page title for revising a question +msgid "Revise answer" +msgstr "Revisar a resposta" + +#. TRANS: Client exception thrown trying to answer a question while not logged in. +msgid "You must be logged in to answer to a question." +msgstr "Ten que estar identificado para responder unha pregunta." + +#. TRANS: Client exception thrown trying to respond to a non-existing question. +msgid "Invalid or missing answer." +msgstr "Falta a resposta ou esta é inválida." + +#. TRANS: Page title after sending an answer. +#. TRANS: Page title for and answer to a question. +#. TRANS: Form legend for showing the answer. +msgid "Answer" +msgstr "Resposta" + +#. TRANS: Form title for sending an answer. +msgctxt "TITLE" +msgid "Answer" +msgstr "Resposta" + +#. TRANS: Client exception thrown trying to view a non-existing question. +msgid "No such question." +msgstr "Non existe esa pregunta." + +#. TRANS: Client exception thrown trying to view a non-existing question notice. +msgid "No such question notice." +msgstr "Non existe a nota desa pregunta." + +#. TRANS: Page title for a question. +#. TRANS: %1$s is the nickname of the user who asked the question, %2$s is the question. +#, php-format +msgid "%1$s's question: %2$s" +msgstr "Pregunta de %1$s: %2$s" + +#. TRANS: Page title for close a question +msgid "Close question" +msgstr "Pechar unha pregunta" + +#. TRANS: Client exception thrown trying to close a question when not logged in +msgid "You must be logged in to close a question." +msgstr "Ten que estar identificado para pechar unha pregunta." + +#. TRANS: Client exception thrown trying to respond to a non-existing question. +msgid "Invalid or missing question." +msgstr "Falta a pregunta ou esta é inválida." + +#. TRANS: Exception thrown trying to close another user's question. +msgid "You did not ask this question." +msgstr "Vostede non formulou esta pregunta." + +#. TRANS: Page title after sending an answer. +#. TRANS: Page title after sending in a vote for a question or answer. +msgid "Answers" +msgstr "Respostas" + +#. TRANS: Page title after an AJAX error occurs on the post answer page. +msgid "Ajax Error" +msgstr "Houbo un erro de AJAX" + +#. TRANS: Title for form to send answer to a question. +msgctxt "TITLE" +msgid "Your answer" +msgstr "A súa resposta" + +#. TRANS: Error message displayed when an answer has no content. +#. TRANS: Error message displayed when answer data is not present. +msgid "Answer data is missing." +msgstr "Faltan os datos da resposta." + +#. TRANS: Plugin description. +msgid "Question and Answers micro-app." +msgstr "Microaplicación de preguntas e respostas." + +#. TRANS: Application title. +msgctxt "TITLE" +msgid "Question" +msgstr "Pregunta" + +#. TRANS: Exception thrown when there are too many activity objects. +msgid "Too many activity objects." +msgstr "Demasiados obxectos de actividade." + +#. TRANS: Exception thrown when an incorrect object type is encountered. +msgid "Wrong type for object." +msgstr "Tipo incorrecto para o obxecto." + +#. TRANS: Exception thrown when answering a non-existing question. +msgid "Answer to unknown question." +msgstr "Resposta a unha pregunta descoñecida." + +#. TRANS: Exception thrown when an object type is encountered that cannot be handled. +msgid "Unknown object type." +msgstr "Tipo de obxecto descoñecido." + +#. TRANS: Exception thrown when requesting a non-existing question notice. +msgid "Unknown question notice." +msgstr "Nota de pregunta descoñecida." + +#. TRANS: Exception thrown when performing an unexpected action on a question. +#. TRANS: %s is the unpexpected object type. +#, php-format +msgid "Unexpected type for QnA plugin: %s." +msgstr "" +"Tipo inesperado para o complemento da microaplicación de preguntas e " +"respostas: %s." + +#. TRANS: Error message displayed when question data is not present. +msgid "Question data is missing." +msgstr "Faltan os datos da pregunta." + +#. TRANS: Placeholder value for a possible answer to a question +#. TRANS: by the logged in user. +msgid "Your answer..." +msgstr "A súa resposta..." + +#. TRANS: Link description for link to full notice text if it is longer than +#. TRANS: what will be dispplayed. +msgid "…" +msgstr "…" + +#. TRANS: Title for link that is an ellipsis in English. +msgid "more..." +msgstr "máis..." + +#. TRANS: Exception thown when getting a question with a non-existing ID. +#. TRANS: %s is the non-existing question ID. +#, php-format +msgid "No question with ID %s" +msgstr "Non hai ningunha pregunta co ID %s" + +#. TRANS: Exception thown when getting a profile with a non-existing ID. +#. TRANS: %s is the non-existing profile ID. +#. TRANS: Exception trown when getting a profile for a non-existing ID. +#. TRANS: %s is the provided profile ID. +#, php-format +msgid "No profile with ID %s" +msgstr "Non hai ningún perfil co ID %s" + +#. TRANS: %s is the number of answer revisions. +#, php-format +msgid "%s revision" +msgid_plural "%s revisions" +msgstr[0] "%s revisión" +msgstr[1] "%s revisións" + +#. TRANS: Text for a question that was answered. +#. TRANS: %1$s is the user that answered, %2$s is the question title, +#. TRANS: %2$s is the answer content. +#, php-format +msgid "%1$s answered the question \"%2$s\": %3$s" +msgstr "%1$s respondeu a pregunta \"%2$s\": %3$s" + +#. TRANS: Text for a question that was answered. +#. TRANS: %s is the question title. +#. TRANS: Rendered version of the notice content answering a question. +#. TRANS: %s a link to the question with question title as the link content. +#, php-format +msgid "answered \"%s\"" +msgstr "respondeu \"%s\"" + +#. TRANS: Number of given answers to a question. +#. TRANS: %s is the number of given answers. +#, php-format +msgid "%s answer" +msgid_plural "%s answers" +msgstr[0] "%s resposta" +msgstr[1] "%s respostas" + +#. TRANS: Notification that a question cannot be answered anymore because it is closed. +msgid "This question is closed." +msgstr "Esta pregunta está pechada." + +#. TRANS: Rendered version of the notice content creating a question. +#. TRANS: %s a link to the question as link description. +#, php-format +msgid "Question: %s" +msgstr "Pregunta: %s" + +#. TRANS: Button text for submitting a revised answer. +#. TRANS: Button text for submitting a poll response. +msgctxt "BUTTON" +msgid "Submit" +msgstr "Enviar" + +#. TRANS: Field label. +msgid "Enter your answer" +msgstr "Insira a súa resposta" + +#. TRANS: Button text for submitting a poll response. +msgctxt "BUTTON" +msgid "Answer" +msgstr "Responder" + +#. TRANS: Field label for a new question. +msgctxt "LABEL" +msgid "Title" +msgstr "Título" + +#. TRANS: Field title for a new question. +msgid "The title of your question." +msgstr "O título da súa pregunta." + +#. TRANS: Field label for question details. +msgctxt "LABEL" +msgid "Description" +msgstr "Descrición" + +#. TRANS: Field title for question details. +msgid "Your question in detail." +msgstr "Os detalles da súa pregunta." + +#. TRANS: Button text for saving a new question. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gardar" + +#. TRANS: Form legend for revising the answer. +msgctxt "LEGEND" +msgid "Question" +msgstr "Pregunta" + +#. TRANS: Button text for closing a question. +msgctxt "BUTTON" +msgid "Close" +msgstr "Pechar" + +#. TRANS: Title for button text for closing a question. +msgid "Close the question to no one can answer it anymore." +msgstr "Pechar a pregunta de xeito que ninguén poida enviar máis respostas." + +#. TRANS: Button text for marking an answer as "best". +msgctxt "BUTTON" +msgid "Best" +msgstr "Mellor" + +#. TRANS: Title for button text marking an answer as "best". +msgid "Mark this answer as the best answer." +msgstr "Marcar esta resposta como a mellor." diff --git a/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po index 2f7551d6ad..cd8b19283d 100644 --- a/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po index 63d8579d7b..80197cc1e3 100644 --- a/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po b/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po index 3e25328438..95ed3ff72a 100644 --- a/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po index c84ba31fc7..1b9e892abc 100644 --- a/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:39+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po index c43c6992f3..291f26697f 100644 --- a/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:39+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po index 02d5f87f64..9be0f83d8c 100644 --- a/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:39+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po b/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po index c2814519c1..843d47c672 100644 --- a/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:39+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/RSSCloud/locale/RSSCloud.pot b/plugins/RSSCloud/locale/RSSCloud.pot index 56fff70abe..07d8daa05e 100644 --- a/plugins/RSSCloud/locale/RSSCloud.pot +++ b/plugins/RSSCloud/locale/RSSCloud.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/RSSCloud/locale/de/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/de/LC_MESSAGES/RSSCloud.po index a78787f6d6..83d49114a2 100644 --- a/plugins/RSSCloud/locale/de/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/de/LC_MESSAGES/RSSCloud.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:48+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po index 99c8388cae..81fae4f6a2 100644 --- a/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:35+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:48+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -72,7 +72,6 @@ msgid "Feed subscription failed: Not a valid feed." msgstr "L’abonnement au flux a échoué : ce n’est pas un flux RSS valide." #. TRANS: Form validation error displayed when feed subscription failed. -#, fuzzy msgid "" "Feed subscription failed: Notification handler does not respond correctly." msgstr "" diff --git a/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po new file mode 100644 index 0000000000..8001a48cd0 --- /dev/null +++ b/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po @@ -0,0 +1,92 @@ +# Translation of StatusNet - RSSCloud to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - RSSCloud\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:48+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-rsscloud\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Form validation error displayed when a URL parameter is missing. +msgid "A URL parameter is required." +msgstr "Cómpre un parámetro de enderezo URL." + +#. TRANS: Form validation error displayed when HTTP GET is not used. +msgid "This resource requires an HTTP GET." +msgstr "Este recurso necesita unha solicitude HTTP GET." + +#. TRANS: Form validation error displayed when HTTP POST is not used. +msgid "This resource requires an HTTP POST." +msgstr "Este recurso necesita unha solicitude HTTP POST." + +#. TRANS: Form validation error displayed when POST is not used. +msgid "Request must be POST." +msgstr "A solicitude debe ser POST." + +#. TRANS: Form validation error displayed when HTTP POST is not used. +msgid "Only HTTP POST notifications are supported at this time." +msgstr "Nestes intres, unicamente as notificacións HTTP POST están soportadas." + +#. TRANS: List separator. +msgctxt "SEPARATOR" +msgid ", " +msgstr ", " + +#. TRANS: Form validation error displayed when a request body is missing expected parameters. +#. TRANS: %s is a list of parameters separated by a list separator (default: ", "). +#, php-format +msgid "The following parameters were missing from the request body: %s." +msgstr "Faltan os seguintes parámetros no corpo da solicitude: %s." + +#. TRANS: Form validation error displayed when not providing any valid profile feed URLs. +msgid "" +"You must provide at least one valid profile feed URL (url1, url2, url3 ... " +"urlN)." +msgstr "" +"Debe proporcionar, polo menos, un enderezo URL de fonte de novas de perfil " +"válido (url1, url2, url3, ..., urlN)." + +#. TRANS: Form validation error displayed when not providing a valid feed URL. +msgid "Feed subscription failed: Not a valid feed." +msgstr "" +"Erro na subscrición á fonte de novas: Non é unha fonte de novas válida." + +#. TRANS: Form validation error displayed when feed subscription failed. +msgid "" +"Feed subscription failed: Notification handler does not respond correctly." +msgstr "" +"Erro na subscrición á fonte de novas: O xestor de notificacións non responde " +"correctamente." + +#. TRANS: Success message after subscribing to one or more feeds. +msgid "" +"Thanks for the subscription. When the feed(s) update(s), you will be " +"notified." +msgstr "" +"Grazas pola subcrición. Cando o(s) filtro(s) se actualice(n), recibirá unha " +"notificación." + +#. TRANS: Plugin description. +msgid "" +"The RSSCloud plugin enables your StatusNet instance to publish real-time " +"updates for profile RSS feeds using the RSSCloud protocol." +msgstr "" +"O complemento RSSCloud activa a súa instancia StatusNet para publicar " +"actualizacións en tempo real para as fontes de novas RSS dos perfís mediante " +"o protocolo RSSCloud." diff --git a/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po index 38bfb15038..0bef072d85 100644 --- a/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:48+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po index 9ded06f797..c1a4cc82cc 100644 --- a/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:49+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po index 20b1091d9c..03a3e223b1 100644 --- a/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:49+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po index adc0d4a39c..8190756085 100644 --- a/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:49+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po index 09346b8cd2..ff58d10ebc 100644 --- a/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:36+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:49+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Realtime/locale/Realtime.pot b/plugins/Realtime/locale/Realtime.pot index bdd237753a..c1ab3929f2 100644 --- a/plugins/Realtime/locale/Realtime.pot +++ b/plugins/Realtime/locale/Realtime.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po index fd2ca668ac..6fa3f908c3 100644 --- a/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: af\n" diff --git a/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po index e589fbfdc0..587666756f 100644 --- a/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po index e69a2f59af..f955f7c1ed 100644 --- a/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po index 9884db7258..853c44ed3b 100644 --- a/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po index 27219cc93b..12e3acfe83 100644 --- a/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po index f9c2e6d01c..e082597d12 100644 --- a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po new file mode 100644 index 0000000000..8ef590a6b1 --- /dev/null +++ b/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po @@ -0,0 +1,65 @@ +# Translation of StatusNet - Realtime to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Realtime\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-realtime\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception. Do not translate POST. +msgid "You have to POST it." +msgstr "Ten que publicalo con POST." + +#. TRANS: Client exception thrown when the channel key argument is missing. +msgid "No channel key argument." +msgstr "Sen argumento para a clave de canle." + +#. TRANS: Client exception thrown when referring to a non-existing channel. +msgid "No such channel." +msgstr "Non hai tal canle." + +#. TRANS: Text label for realtime view "play" button, usually replaced by an icon. +msgctxt "BUTTON" +msgid "Play" +msgstr "Reproducir" + +#. TRANS: Tooltip for realtime view "play" button. +msgctxt "TOOLTIP" +msgid "Play" +msgstr "Reproducir" + +#. TRANS: Text label for realtime view "pause" button +msgctxt "BUTTON" +msgid "Pause" +msgstr "Pausar" + +#. TRANS: Tooltip for realtime view "pause" button +msgctxt "TOOLTIP" +msgid "Pause" +msgstr "Pausar" + +#. TRANS: Text label for realtime view "popup" button, usually replaced by an icon. +msgctxt "BUTTON" +msgid "Pop up" +msgstr "Ventá emerxente" + +#. TRANS: Tooltip for realtime view "popup" button. +msgctxt "TOOLTIP" +msgid "Pop up in a window" +msgstr "Mostrar nunha ventá emerxente" diff --git a/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po index affaae0fd1..46de48801e 100644 --- a/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po index 4c82e793bc..6b3b9cb010 100644 --- a/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" "Language-Team: Latvian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lv\n" diff --git a/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po index 63eade171f..4f0cb305ac 100644 --- a/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po index 8dce3cc8cc..9df7a47916 100644 --- a/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" "Language-Team: Nepali \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ne\n" diff --git a/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po index b380430157..99e87d7c7f 100644 --- a/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po index 97ede495fa..b48ac742cb 100644 --- a/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po index e814b81112..9e9683d7c2 100644 --- a/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:27+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po index f136149265..167b05fd29 100644 --- a/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po index 08f1d6bcc6..01624c8a93 100644 --- a/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po index f1e615b34c..ca9bd01613 100644 --- a/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Recaptcha/locale/Recaptcha.pot b/plugins/Recaptcha/locale/Recaptcha.pot index dfd45edc8e..00436fdcde 100644 --- a/plugins/Recaptcha/locale/Recaptcha.pot +++ b/plugins/Recaptcha/locale/Recaptcha.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po index 284d1aa9c5..905c26b36f 100644 --- a/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po index 9770c52f8d..7343e4d57b 100644 --- a/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po index 048cd2a747..3e99387b51 100644 --- a/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:28+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po index ae38fdb07e..ea8c54228d 100644 --- a/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po new file mode 100644 index 0000000000..f250d84877 --- /dev/null +++ b/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po @@ -0,0 +1,39 @@ +# Translation of StatusNet - Recaptcha to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Recaptcha\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-recaptcha\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Field label. +msgid "Captcha" +msgstr "Captcha" + +#. TRANS: Error message displayed if a provided captcha response does not match. +msgid "Captcha does not match!" +msgstr "O captcha non coincide!" + +#. TRANS: Plugin description. +msgid "" +"Uses Recaptcha service to add a " +"captcha to the registration page." +msgstr "" +"Usa o servizo Recaptcha para engadir o " +"captcha á páxina de rexistro." diff --git a/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po index 23965d2e92..b4843e53d1 100644 --- a/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po index c0a8e96a99..5906e966cd 100644 --- a/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po index 22a506fdb6..165474bcd3 100644 --- a/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po index 917f25acb2..bb7d023ba9 100644 --- a/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po index f929831408..79cd6e0cad 100644 --- a/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po index 6083bb7775..bb06fe0de8 100644 --- a/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po index dc0312e6bf..d42f6223af 100644 --- a/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po index 0eca2a7097..6be68cbf28 100644 --- a/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po index 1526011df0..ace5241ead 100644 --- a/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po index 3e6c40ac98..c1431879d2 100644 --- a/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:29+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/RegisterThrottle/locale/RegisterThrottle.pot b/plugins/RegisterThrottle/locale/RegisterThrottle.pot index ba20bf4d2f..b79a9b2454 100644 --- a/plugins/RegisterThrottle/locale/RegisterThrottle.pot +++ b/plugins/RegisterThrottle/locale/RegisterThrottle.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po index 87adad0e85..5892ea61d8 100644 --- a/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po index c462fb8a3b..36146932d7 100644 --- a/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po index a7b560df6d..5796ee36ee 100644 --- a/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po new file mode 100644 index 0000000000..c2d1a861b2 --- /dev/null +++ b/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po @@ -0,0 +1,39 @@ +# Translation of StatusNet - RegisterThrottle to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - RegisterThrottle\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-registerthrottle\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Server exception thrown when no IP address can be found for a registation attempt. +msgid "Cannot find IP address." +msgstr "Non se pode atopar o enderezo IP." + +#. TRANS: Exception thrown when too many user have registered from one IP address within a given time frame. +msgid "Too many registrations. Take a break and try again later." +msgstr "Demasiados rexistros. Faga unha pausa e inténteo máis tarde." + +#. TRANS: Exception thrown when attempting to register from an IP address from which silenced users have registered. +msgid "A banned user has registered from this address." +msgstr "Un usuario bloqueado rexistrouse desde este enderezo." + +#. TRANS: Plugin description. +msgid "Throttles excessive registration from a single IP address." +msgstr "Evita a exceciva creación de contas desde un mesmo enderezo IP." diff --git a/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po index 1e6298821e..3cc99ec389 100644 --- a/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po index e3c8d22fc0..253e11aff7 100644 --- a/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:30+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:44+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po index 50771c35fa..de34df8b25 100644 --- a/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:44+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po index 980f41c1d9..46cd3cdf31 100644 --- a/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:44+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po index a24253a695..5b3e911d1d 100644 --- a/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:31+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:44+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot b/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot index 16e0b6b3e1..30b57f87f0 100644 --- a/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot +++ b/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/RequireValidatedEmail/locale/ar/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/ar/LC_MESSAGES/RequireValidatedEmail.po index dff83a2518..01f303519d 100644 --- a/plugins/RequireValidatedEmail/locale/ar/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/ar/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:45+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po index 3f40764d35..35cbdff114 100644 --- a/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:45+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po index 6a4f05431d..2739ff1552 100644 --- a/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:45+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po index 96395ecea7..4a7ebfec2f 100644 --- a/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:32+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:45+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po index 4fb47d881a..e45d54dbcc 100644 --- a/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po @@ -2,6 +2,7 @@ # Exported from translatewiki.net # # Author: Brunoperel +# Author: Crochet.david # Author: Od1n # Author: Peter17 # -- @@ -11,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:45+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -103,7 +104,6 @@ msgid "Same as password above." msgstr "Identique au mot de passe ci-dessus." #. TRANS: Button text for completing registration by e-mail. -#, fuzzy msgctxt "BUTTON" msgid "Save" -msgstr "Enregistrer" +msgstr "Sauvegarder" diff --git a/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po new file mode 100644 index 0000000000..bfa4f30871 --- /dev/null +++ b/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po @@ -0,0 +1,106 @@ +# Translation of StatusNet - RequireValidatedEmail to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - RequireValidatedEmail\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:45+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception thrown when trying to post notices before validating an e-mail address. +msgid "You must validate your email address before posting." +msgstr "Debe validar o enderezo de correo electrónico antes de publicar." + +#. TRANS: Client exception thrown when trying to register without providing an e-mail address. +msgid "You must provide an email address to register." +msgstr "Debe proporcionar un enderezo de correo electrónico para se rexistrar." + +#. TRANS: Plugin description. +msgid "Disables posting without a validated email address." +msgstr "" +"Desactiva a publicación de mensaxes sen un enderezo de correo electrónico " +"validado." + +#. TRANS: Client exception thrown when trying to register while already logged in. +msgid "You are already logged in." +msgstr "Xa está identificado." + +#. TRANS: Client exception thrown when trying to register with a non-existing confirmation code. +msgid "Confirmation code not found." +msgstr "Non se atopou o código de confirmación." + +#. TRANS: Client exception thrown when trying to register with a confirmation code that is not connected with a user. +msgid "No user for that confirmation code." +msgstr "Non hai usuario ningún para ese código de confirmación." + +#. TRANS: Client exception thrown when trying to register with a invalid e-mail address. +#. TRANS: %s is the invalid e-mail address. +#, php-format +msgid "Unrecognized address type %s." +msgstr "Non se recoñeceu o tipo de enderezo %s." + +#. TRANS: Client error for an already confirmed email/jabber/sms address. +msgid "That address has already been confirmed." +msgstr "Ese enderezo xa se confirmou." + +#. TRANS: Client exception thrown when trying to register with too short a password. +msgid "Password too short." +msgstr "O contrasinal é curto de máis." + +#. TRANS: Client exception thrown when trying to register without providing the same password twice. +msgid "Passwords do not match." +msgstr "Os contrasinais non coinciden." + +#. TRANS: Form instructions. %s is the nickname of the to be registered user. +#, php-format +msgid "" +"You have confirmed the email address for your new user account %s. Use the " +"form below to set your new password." +msgstr "" +"Confirmou o enderezo de correo electrónico da nova conta de usuario %s. " +"Empregue o formulario inferior para definir o seu novo contrasinal." + +#. TRANS: Page title. +msgid "Set a password" +msgstr "Definir un contrasinal" + +#. TRANS: Form legend. +msgid "Confirm email address" +msgstr "Confirmar o enderezo de correo electrónico" + +#. TRANS: Field label. +msgid "New password" +msgstr "Novo contrasinal" + +#. TRANS: Field title for password field. +msgid "6 or more characters." +msgstr "Seis ou máis caracteres." + +#. TRANS: Field label for repeat password field. +msgctxt "LABEL" +msgid "Confirm" +msgstr "Confirmar" + +#. TRANS: Field title for repeat password field. +msgid "Same as password above." +msgstr "Igual ao contrasinal anterior." + +#. TRANS: Button text for completing registration by e-mail. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gardar" diff --git a/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po index 3b4b205df2..3b5f730667 100644 --- a/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po index 20b182a892..56741ec067 100644 --- a/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po index ec3476be71..11f550755a 100644 --- a/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po index 1cb03ddecc..f47f3c0740 100644 --- a/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po index 1863578fc5..11e32f63b0 100644 --- a/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po index 68477b4171..7165195bd2 100644 --- a/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot b/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot index 7b500d768a..732bde2f6e 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot +++ b/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ReverseUsernameAuthentication/locale/de/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/de/LC_MESSAGES/ReverseUsernameAuthentication.po index 835d047b08..596a775b3d 100644 --- a/plugins/ReverseUsernameAuthentication/locale/de/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/de/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po index 8f9b9d6a16..00999913c6 100644 --- a/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:33+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po index 4c743fd311..dd9440ffe1 100644 --- a/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po index 8a575d7f59..dc273d89d5 100644 --- a/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po index b48261bd6d..24282ca987 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po index 16dce6138a..1adf5b3676 100644 --- a/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po index db3361d7df..ae7fb32317 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po index f2e9dd70e3..754e3b07ac 100644 --- a/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po index 3d9e730791..a329e98f21 100644 --- a/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po index eacd93b77b..5b2178e4a2 100644 --- a/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po index 35bd91a1f5..0607f6b83c 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po index 7acaf4980a..8b359973b3 100644 --- a/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po index 8a8b76ee1d..d070f695fc 100644 --- a/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:34+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SQLProfile/locale/SQLProfile.pot b/plugins/SQLProfile/locale/SQLProfile.pot index 13722db4f4..1d956fa75d 100644 --- a/plugins/SQLProfile/locale/SQLProfile.pot +++ b/plugins/SQLProfile/locale/SQLProfile.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SQLProfile/locale/de/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/de/LC_MESSAGES/SQLProfile.po index 4e9112ee7b..d1d6d545c1 100644 --- a/plugins/SQLProfile/locale/de/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/de/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po index 7c9dbf6b3b..18416ac500 100644 --- a/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po index b6ff2ed76f..2b16646250 100644 --- a/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po index bdca389efc..1fc6c59af4 100644 --- a/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po index a17b9d600e..b6283aa87d 100644 --- a/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po index 8077fea630..ee0a11fafb 100644 --- a/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po index 4900c8dde2..80f939a603 100644 --- a/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po index 4e31a7062e..0fe2ffe698 100644 --- a/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po index 1e515d4446..d28bedd55c 100644 --- a/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po index 0342ce4702..c2e1cfd551 100644 --- a/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po index 9f4d816d5b..0d7eb26658 100644 --- a/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:51+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SQLStats/locale/SQLStats.pot b/plugins/SQLStats/locale/SQLStats.pot index 8d7f618e02..cb4200a7eb 100644 --- a/plugins/SQLStats/locale/SQLStats.pot +++ b/plugins/SQLStats/locale/SQLStats.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SQLStats/locale/de/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/de/LC_MESSAGES/SQLStats.po index f8bf6e5849..2f08cc9dd9 100644 --- a/plugins/SQLStats/locale/de/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/de/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po index 91e7e58919..6cd4b4a9cd 100644 --- a/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po index 88f40271c5..0047790c73 100644 --- a/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po index 85592bbeb8..fb6535bdde 100644 --- a/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po index d4561b60f7..477f47f3bc 100644 --- a/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po index f7ec8452a2..f855e6e5e8 100644 --- a/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" "Language-Team: Colognian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ksh\n" diff --git a/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po index 1134546b4d..d805cbe21b 100644 --- a/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po index 9b18d5ab5b..cd501b8a05 100644 --- a/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po index 89c52b714d..9e7dc359b1 100644 --- a/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:52+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po index 11cc143093..64a984787e 100644 --- a/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Sample/locale/Sample.pot b/plugins/Sample/locale/Sample.pot index 421a3096d6..e7b3742bf1 100644 --- a/plugins/Sample/locale/Sample.pot +++ b/plugins/Sample/locale/Sample.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Sample/locale/af/LC_MESSAGES/Sample.po b/plugins/Sample/locale/af/LC_MESSAGES/Sample.po index 5af891e128..619db925e3 100644 --- a/plugins/Sample/locale/af/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/af/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: af\n" diff --git a/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po index ebf4600c78..9f12bd0e51 100644 --- a/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Sample/locale/br/LC_MESSAGES/Sample.po b/plugins/Sample/locale/br/LC_MESSAGES/Sample.po index 67ffc4df73..4f9706ba52 100644 --- a/plugins/Sample/locale/br/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/br/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po index df786477c8..212711722c 100644 --- a/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Sample/locale/de/LC_MESSAGES/Sample.po b/plugins/Sample/locale/de/LC_MESSAGES/Sample.po index 15fc4fe075..6344202381 100644 --- a/plugins/Sample/locale/de/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/de/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po b/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po index d340ed6f4a..44ea84d4d2 100644 --- a/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po index 4e7b02053d..91c3621fe7 100644 --- a/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po @@ -1,5 +1,5 @@ # Translation of StatusNet - Sample to Galician (Galego) -# Expored from translatewiki.net +# Exported from translatewiki.net # # Author: Toliño # -- @@ -9,61 +9,64 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-16 15:08+0000\n" -"PO-Revision-Date: 2010-12-16 15:12:53+0000\n" -"Language-Team: Galician \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" +"Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2010-11-30 20:43:55+0000\n" -"X-Generator: MediaWiki 1.18alpha (r78478); Translate extension (2010-09-17)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. TRANS: Exception thrown when the user greeting count could not be saved in the database. -#. TRANS: %d is a user ID (number). -#: User_greeting_count.php:164 -#, php-format -msgid "Could not save new greeting count for %d." -msgstr "" - -#. TRANS: Exception thrown when the user greeting count could not be saved in the database. -#. TRANS: %d is a user ID (number). -#: User_greeting_count.php:177 -#, php-format -msgid "Could not increment greeting count for %d." -msgstr "" - -#: SamplePlugin.php:259 hello.php:111 +#. TRANS: Page title for sample plugin. +#. TRANS: Menu item in sample plugin. msgid "Hello" msgstr "Ola" -#: SamplePlugin.php:259 -msgid "A warm greeting" -msgstr "" - -#: SamplePlugin.php:270 -msgid "A sample plugin to show basics of development for new hackers." -msgstr "" - -#: hello.php:113 +#. TRANS: Page title for sample plugin. %s is a user nickname. #, php-format msgid "Hello, %s!" -msgstr "" +msgstr "Ola, %s!" -#: hello.php:133 +#. TRANS: Message in sample plugin. msgid "Hello, stranger!" -msgstr "" +msgstr "Ola, estraño!" -#: hello.php:136 +#. TRANS: Message in sample plugin. %s is a user nickname. #, php-format msgid "Hello, %s" msgstr "Ola, %s" -#: hello.php:138 +#. TRANS: Message in sample plugin. +#. TRANS: %d is the number of times a user is greeted. #, php-format msgid "I have greeted you %d time." msgid_plural "I have greeted you %d times." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Saudeino %d vez." +msgstr[1] "Saudeino %d veces." + +#. TRANS: Menu item title in sample plugin. +msgid "A warm greeting" +msgstr "Un cordial saúdo" + +#. TRANS: Plugin description. +msgid "A sample plugin to show basics of development for new hackers." +msgstr "" +"Un complemento de exemplo para mostrar os principios básicos de " +"desenvolvemento aos novos programadores." + +#. TRANS: Exception thrown when the user greeting count could not be saved in the database. +#. TRANS: %d is a user ID (number). +#, php-format +msgid "Could not save new greeting count for %d." +msgstr "Non se puido gardar o número de saúdos enviados a %d." + +#. TRANS: Exception thrown when the user greeting count could not be saved in the database. +#. TRANS: %d is a user ID (number). +#, php-format +msgid "Could not increment greeting count for %d." +msgstr "Non se puido incrementar o número de saúdos enviados a %d." diff --git a/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po index 9c0a65315e..5ac557bd37 100644 --- a/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po b/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po index 0d59b3ab3c..bde7793b7a 100644 --- a/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lb\n" diff --git a/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po b/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po index aade3ce5ad..8dcf997c15 100644 --- a/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po index 5f6d8ef063..033d0741e5 100644 --- a/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:37+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:51+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po b/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po index b137169c8d..670208f38a 100644 --- a/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:51+0000\n" "Language-Team: Deitsch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pdc\n" diff --git a/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po index 5283eb4c88..fc0ccc1e58 100644 --- a/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:51+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po index 3ce28a6715..ce6138bd6b 100644 --- a/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:51+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po b/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po index 40fc605f10..ad1498193a 100644 --- a/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:51+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po b/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po index ab83ecb2a2..e60795f9ec 100644 --- a/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:38+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:51+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/SearchSub/locale/SearchSub.pot b/plugins/SearchSub/locale/SearchSub.pot index 69954a0b9b..2d61704795 100644 --- a/plugins/SearchSub/locale/SearchSub.pot +++ b/plugins/SearchSub/locale/SearchSub.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po index 4e3fe98bbb..33e7beec3a 100644 --- a/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po index 4cb6c489a0..3a5754fa17 100644 --- a/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po index 235bba44a0..ed5d3e6f48 100644 --- a/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po new file mode 100644 index 0000000000..27e9f4b75c --- /dev/null +++ b/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po @@ -0,0 +1,227 @@ +# Translation of StatusNet - SearchSub to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - SearchSub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-searchsub\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Header for subscriptions overview for a user (first page). +#. TRANS: %s is a user nickname. +#, php-format +msgid "%s's search subscriptions" +msgstr "Subscricións a procuras de %s" + +#. TRANS: Header for subscriptions overview for a user (not first page). +#. TRANS: %1$s is a user nickname, %2$d is the page number. +#, php-format +msgid "%1$s's search subscriptions, page %2$d" +msgstr "Subscricións a procuras de %1$s, páxina %2$d" + +#. TRANS: Page notice for page with an overview of all search subscriptions +#. TRANS: of the logged in user's own profile. +msgid "" +"You have subscribed to receive all notices on this site matching the " +"following searches:" +msgstr "" +"Subscribiuse para recibir todas as notas do sitio que conteñan as seguintes " +"procuras:" + +#. TRANS: Page notice for page with an overview of all subscriptions of a user other +#. TRANS: than the logged in user. %s is the user nickname. +#, php-format +msgid "" +"%s has subscribed to receive all notices on this site matching the following " +"searches:" +msgstr "" +"%s subscribiuse para recibir todas as notas do sitio que conteñan as " +"seguintes procuras:" + +#. TRANS: Search subscription list text when the logged in user has no search subscriptions. +msgid "" +"You are not subscribed to any text searches right now. You can push the " +"\"Subscribe\" button on any notice text search to automatically receive any " +"public messages on this site that match that search, even if you are not " +"subscribed to the poster." +msgstr "" +"Non está a seguir ningunha procura nestes intres. Pode premer no botón " +"\"Subscribirse\" de calquera procura de texto para recibir automaticamente " +"calquera mensaxe pública deste sitio que coincida coa procura, mesmo se non " +"está subscrito ao autor." + +#. TRANS: Search subscription list text when looking at the subscriptions for a of a user other +#. TRANS: than the logged in user that has no search subscriptions. %s is the user nickname. +#. TRANS: Subscription list text when looking at the subscriptions for a of a user that has none +#. TRANS: as an anonymous user. %s is the user nickname. +#, php-format +msgid "%s is not subscribed to any searches." +msgstr "%s non está subscrito a ningunha procura." + +#. TRANS: Search subscription list item. %1$s is a URL to a notice search, +#. TRANS: %2$s are the search criteria, %3$s is a datestring. +#, php-format +msgid "\"%2$s\" since %3$s" +msgstr "\"%2$s\" desde %3$s" + +#. TRANS: Error text shown a user tries to untrack a search query they're not subscribed to. +#. TRANS: %s is the keyword for the search. +#, php-format +msgid "You are not tracking the search \"%s\"." +msgstr "Non está a seguir a procura \"%s\"." + +#. TRANS: Message given having failed to cancel a search subscription by untrack command. +#. TRANS: %s is the keyword for the query. +#, php-format +msgid "Could not end a search subscription for query \"%s\"." +msgstr "Non se puido rematar a subscrición á procura para a pescuda \"%s\"." + +#. TRANS: Message given having removed a search subscription by untrack command. +#. TRANS: %s is the keyword for the search. +#, php-format +msgid "You are no longer subscribed to the search \"%s\"." +msgstr "Xa non está subscrito á procura \"%s\"." + +#. TRANS: Client error displayed trying to perform any request method other than POST. +#. TRANS: Do not translate POST. +msgid "This action only accepts POST requests." +msgstr "Esta acción só permite solicitudes POST." + +#. TRANS: Client error displayed when the session token is not okay. +msgid "There was a problem with your session token. Try again, please." +msgstr "Houbo un erro co seu pase. Inténteo de novo." + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "Non iniciou sesión." + +#. TRANS: Client error displayed trying to subscribe to a non-existing profile. +msgid "No such profile." +msgstr "Non existe ese perfil." + +#. TRANS: Page title when search subscription succeeded. +msgid "Subscribed" +msgstr "Subscrito" + +#. TRANS: Form legend. +msgid "Unsubscribe from this search" +msgstr "Cancelar a subscrición a esta procura" + +#. TRANS: Button text for unsubscribing from a text search. +msgctxt "BUTTON" +msgid "Unsubscribe" +msgstr "Cancelar a subscrición" + +#. TRANS: Button title for unsubscribing from a text search. +msgid "Unsubscribe from this search." +msgstr "Cancelar a subscrición a esta procura." + +#. TRANS: Page title when search unsubscription succeeded. +msgid "Unsubscribed" +msgstr "Cancelouse a subscrición" + +#. TRANS: Error text shown a user tries to track a search query they're already subscribed to. +#, php-format +msgid "You are already tracking the search \"%s\"." +msgstr "Xa está a seguir a procura \"%s\"." + +#. TRANS: Message given having failed to set up a search subscription by track command. +#, php-format +msgid "Could not start a search subscription for query \"%s\"." +msgstr "Non se puido iniciar a subscrición á procura para a pescuda \"%s\"." + +#. TRANS: Message given having added a search subscription by track command. +#, php-format +msgid "You are subscribed to the search \"%s\"." +msgstr "Está subscrito á procura \"%s\"." + +#. TRANS: Plugin description. +msgid "Plugin to allow following all messages with a given search." +msgstr "" +"Complemento para permitir seguir todas as mensaxes cunha procura " +"especificada." + +#. TRANS: SearchSub plugin menu item on user settings page. +#. TRANS: Sub menu for searches. +msgctxt "MENU" +msgid "Searches" +msgstr "Procuras" + +#. TRANS: SearchSub plugin tooltip for user settings menu item. +msgid "Configure search subscriptions" +msgstr "Configurar as subscricións ás procuras" + +#. TRANS: Help message for IM/SMS command "track " +msgctxt "COMMANDHELP" +msgid "Start following notices matching the given search query." +msgstr "Comezar a seguir as notas que coincidan coa pescuda especificada." + +#. TRANS: Help message for IM/SMS command "untrack " +msgctxt "COMMANDHELP" +msgid "Stop following notices matching the given search query." +msgstr "Deixar de seguir as notas que coincidan coa pescuda especificada." + +#. TRANS: Help message for IM/SMS command "track off" +#. TRANS: Help message for IM/SMS command "untrack all" +msgctxt "COMMANDHELP" +msgid "Disable all tracked search subscriptions." +msgstr "Desactivar todas as subscricións ás procuras que está a seguir." + +#. TRANS: Help message for IM/SMS command "tracks" +#. TRANS: Help message for IM/SMS command "tracking" +msgctxt "COMMANDHELP" +msgid "List all your search subscriptions." +msgstr "Listar todas as subscricións a procuras." + +#. TRANS: Error text shown a user tries to disable all a search subscriptions with track off command, but has none. +msgid "You are not tracking any searches." +msgstr "Non está a seguir a procura ningunha." + +#. TRANS: Separator for list of tracked searches. +msgctxt "SEPARATOR" +msgid "\", \"" +msgstr "\", \"" + +#. TRANS: Message given having disabled all search subscriptions with 'track off'. +#. TRANS: %s is a list of searches. Separator default is '", "'. +#, php-format +msgid "You are tracking searches for: \"%s\"." +msgstr "Está a seguir as procuras de: \"%s\"." + +#. TRANS: Form legend. +msgid "Subscribe to this search" +msgstr "Subscribirse a esta procura" + +#. TRANS: Button text for subscribing to a search. +msgctxt "BUTTON" +msgid "Subscribe" +msgstr "Subscribirse" + +#. TRANS: Button title for subscribing to a search. +msgid "Subscribe to this search." +msgstr "Subscribirse a esta procura." + +#. TRANS: Message given having failed to cancel one of the search subs with 'track off' command. +#. TRANS: %s is the search for which the subscription removal failed. +#, php-format +msgid "Error disabling search subscription for query \"%s\"." +msgstr "Erro ao desactivar a subscrición á procura da pescuda \"%s\"." + +#. TRANS: Message given having disabled all search subscriptions with 'track off'. +msgid "Disabled all your search subscriptions." +msgstr "Desactivar todas as subscricións a procuras." diff --git a/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po index a5426941ab..76b2a31b14 100644 --- a/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po index 47297b115a..76e49dc9bc 100644 --- a/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:41+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po index 5e256f8475..ed76ee232f 100644 --- a/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po index 6d67bb638e..72153ce315 100644 --- a/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po index 7bade7d40c..0dfb938d6d 100644 --- a/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:55+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ShareNotice/locale/ShareNotice.pot b/plugins/ShareNotice/locale/ShareNotice.pot index 883d778ebb..a249d5e9b3 100644 --- a/plugins/ShareNotice/locale/ShareNotice.pot +++ b/plugins/ShareNotice/locale/ShareNotice.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ShareNotice/locale/ar/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/ar/LC_MESSAGES/ShareNotice.po index 6ee566097c..499ea9d2c4 100644 --- a/plugins/ShareNotice/locale/ar/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/ar/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:42+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:55+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po index 9f6020cc58..0fe725f3af 100644 --- a/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:55+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po index cece9609ba..89d0e907e0 100644 --- a/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:55+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po index c171d03775..5baa2ad1db 100644 --- a/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:55+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po index 266b6a647a..d56f1bb492 100644 --- a/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po index d4d7d464e1..1d4b41c64e 100644 --- a/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po new file mode 100644 index 0000000000..185aaa23f9 --- /dev/null +++ b/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po @@ -0,0 +1,54 @@ +# Translation of StatusNet - ShareNotice to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ShareNotice\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-sharenotice\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: %s is notice content that is shared on Twitter, Facebook or another platform. +#, php-format +msgid "\"%s\"" +msgstr "\"%s\"" + +#. TRANS: Truncation symbol. +msgid "…" +msgstr "…" + +#. TRANS: Tooltip for image to share a notice on Twitter. +msgid "Share on Twitter" +msgstr "Compartir no Twitter" + +#. TRANS: Tooltip for image to share a notice on another platform (other than Twitter or Facebook). +#. TRANS: %s is a host name. +#, php-format +msgid "Share on %s" +msgstr "Compartir en %s" + +#. TRANS: Tooltip for image to share a notice on Facebook. +msgid "Share on Facebook" +msgstr "Compartir no Facebook" + +#. TRANS: Plugin description. +msgid "" +"This plugin allows sharing of notices to Twitter, Facebook and other " +"platforms." +msgstr "" +"Este complemento permite compartir notas no Twitter, Facebook e outras " +"plataformas." diff --git a/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po index 95a35d6fb9..f283649b78 100644 --- a/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po index 790dfbb0dc..a550d61d9a 100644 --- a/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po index 7fc8fd8b43..d4c979c646 100644 --- a/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po index be87ceb1e7..a5597dafc1 100644 --- a/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po index 3f2ab8ead5..947ac1585c 100644 --- a/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po index b7b3120879..df548914e9 100644 --- a/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:43+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po index 6bca38ba4b..c9fd6ba1aa 100644 --- a/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po index 9d2b93db78..c1b368956d 100644 --- a/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SimpleUrl/locale/SimpleUrl.pot b/plugins/SimpleUrl/locale/SimpleUrl.pot index ea8d30738c..c54d212f9b 100644 --- a/plugins/SimpleUrl/locale/SimpleUrl.pot +++ b/plugins/SimpleUrl/locale/SimpleUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po index 0b960dd2da..4f7bb47b9a 100644 --- a/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po index abb1e4c8d6..c6378e6a69 100644 --- a/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po index dfdd897a2b..f2fb4fec43 100644 --- a/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po index edd6d10697..8e63bc8753 100644 --- a/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po index 9e9f552504..06274715db 100644 --- a/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po index 77a68ee456..fdbf2b4dda 100644 --- a/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -24,7 +24,7 @@ msgstr "" #. TRANS: Exception thrown when the SimpleUrl plugin has been configured incorrectly. msgid "You must specify a serviceUrl." -msgstr "Debe especificar un serviceUrl." +msgstr "Cómpre especificar un serviceUrl." #. TRANS: Plugin description. #, php-format diff --git a/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po index 3f96ff2d18..2545803a89 100644 --- a/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po index 87cd55c3b7..435dcca22e 100644 --- a/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po index 7c1d381ca9..6191f62beb 100644 --- a/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:44+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po index 2f8a36e288..8c8ad28d29 100644 --- a/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po index 8eba959c96..1de37fca5f 100644 --- a/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po index 5777fc1c63..43c7efedaa 100644 --- a/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po index c09809dcf4..1623fed452 100644 --- a/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po index 82014ae8a0..7dff49ecdb 100644 --- a/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po index 4b94e1b7bd..b75879431d 100644 --- a/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po index 342b30bb0b..31b4395b89 100644 --- a/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po index c23e259696..d1c759b69e 100644 --- a/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:45+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Sitemap/locale/Sitemap.pot b/plugins/Sitemap/locale/Sitemap.pot index d196835a0e..23073e182a 100644 --- a/plugins/Sitemap/locale/Sitemap.pot +++ b/plugins/Sitemap/locale/Sitemap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po index cb100737c7..184d55a882 100644 --- a/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:46+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:59+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po index 102775284d..9fc442a837 100644 --- a/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:46+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:59+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po index b4a66087d2..3900ece3e0 100644 --- a/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:46:59+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po new file mode 100644 index 0000000000..6be8a2401b --- /dev/null +++ b/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po @@ -0,0 +1,79 @@ +# Translation of StatusNet - Sitemap to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Sitemap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-sitemap\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Title for sitemap. +msgid "Sitemap" +msgstr "Mapa do sitio" + +#. TRANS: Instructions for sitemap. +msgid "Sitemap settings for this StatusNet site" +msgstr "Configuración de mapa do sitio para este sitio StatusNet" + +#. TRANS: Field label. +msgid "Google key" +msgstr "Clave Google" + +#. TRANS: Title for field label. +msgid "Google Webmaster Tools verification key." +msgstr "Clave de verificación para as ferramentas de Google Webmaster." + +#. TRANS: Field label. +msgid "Yahoo key" +msgstr "Clave Yahoo" + +#. TRANS: Title for field label. +msgid "Yahoo! Site Explorer verification key." +msgstr "Clave de verificación para o explorador de sitios de Yahoo!" + +#. TRANS: Field label. +msgid "Bing key" +msgstr "Clave Bing" + +#. TRANS: Title for field label. +msgid "Bing Webmaster Tools verification key." +msgstr "Clave de verificación para as ferramentas de Bing Webmaster." + +#. TRANS: Submit button text to save sitemap settings. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gardar" + +#. TRANS: Submit button title to save sitemap settings. +msgid "Save sitemap settings." +msgstr "Gardar a configuración do mapa do sitio." + +#. TRANS: Menu item title/tooltip +msgid "Sitemap configuration" +msgstr "Configuración do mapa do sitio" + +#. TRANS: Menu item for site administration +msgctxt "MENU" +msgid "Sitemap" +msgstr "Mapa do sitio" + +#. TRANS: Plugin description. +msgid "This plugin allows creation of sitemaps for Bing, Yahoo! and Google." +msgstr "" +"Este complemento permite a creación de mapas do sitio para Bing, Yahoo! e " +"Google." diff --git a/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po index f6c6a77744..11e1212cd8 100644 --- a/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po index c159513a27..4ee94ea20f 100644 --- a/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po index 120af3be84..f682017500 100644 --- a/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po index 677d885dfc..7d88ea651f 100644 --- a/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po index 7bb97d08ad..67d7d1b640 100644 --- a/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po index 48c6e7b357..5b450e9280 100644 --- a/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SlicedFavorites/locale/SlicedFavorites.pot b/plugins/SlicedFavorites/locale/SlicedFavorites.pot index 193b59879d..035e7b7517 100644 --- a/plugins/SlicedFavorites/locale/SlicedFavorites.pot +++ b/plugins/SlicedFavorites/locale/SlicedFavorites.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SlicedFavorites/locale/de/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/de/LC_MESSAGES/SlicedFavorites.po index 789a321f42..d016574b37 100644 --- a/plugins/SlicedFavorites/locale/de/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/de/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:47+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po index c89a1caf29..34b7e0929d 100644 --- a/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po index 296fa01a16..6effd22d31 100644 --- a/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po index 917c3539e5..d9ad389212 100644 --- a/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po index fac6465169..5379f0fd6b 100644 --- a/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po index 1e09bf084a..0d65087e42 100644 --- a/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po index 8bf83f7505..67789584b8 100644 --- a/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po index 07fbb4a54a..4feb600b8b 100644 --- a/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po index c9930c77b9..bf3a29e3b4 100644 --- a/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po index 99c61436c2..c646669f03 100644 --- a/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po index 58b3cfa6df..71223fbd48 100644 --- a/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:48+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SphinxSearch/locale/SphinxSearch.pot b/plugins/SphinxSearch/locale/SphinxSearch.pot index 7e8c846896..3114a13253 100644 --- a/plugins/SphinxSearch/locale/SphinxSearch.pot +++ b/plugins/SphinxSearch/locale/SphinxSearch.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SphinxSearch/locale/de/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/de/LC_MESSAGES/SphinxSearch.po index e6ca483d8b..a20d7bfb32 100644 --- a/plugins/SphinxSearch/locale/de/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/de/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po index 66e48da92d..8e6663b3f8 100644 --- a/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po new file mode 100644 index 0000000000..0af98738f6 --- /dev/null +++ b/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po @@ -0,0 +1,35 @@ +# Translation of StatusNet - SphinxSearch to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - SphinxSearch\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Server exception thrown when a database name cannot be identified. +msgid "Sphinx search could not identify database name." +msgstr "A procura Sphinx non puido identificar o nome da base de datos." + +#. TRANS: Server exception. +msgid "Sphinx PHP extension must be installed." +msgstr "Cómpre que a extensión PHP Sphinx estea instalada." + +#. TRANS: Plugin description. +msgid "Plugin for Sphinx search backend." +msgstr "Complemento para o motor de procuras Sphinx." diff --git a/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po index 7a69137565..ce8e30dadf 100644 --- a/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po index 79b69a18a8..13f1faf96c 100644 --- a/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po index 2d73d54f9a..4c417a27d6 100644 --- a/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po index 10436a2094..b27d749a33 100644 --- a/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po index 7943f4abf4..69f0e6bc49 100644 --- a/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po index 8ec432b067..71e8c85413 100644 --- a/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:49+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Spotify/locale/Spotify.pot b/plugins/Spotify/locale/Spotify.pot index edc8f6dbcc..0c9629cdf1 100644 --- a/plugins/Spotify/locale/Spotify.pot +++ b/plugins/Spotify/locale/Spotify.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Spotify/locale/de/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/de/LC_MESSAGES/Spotify.po index ff1a5349f2..3dd8a0cb2d 100644 --- a/plugins/Spotify/locale/de/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/de/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po index 738b06aef7..fcbdb35bec 100644 --- a/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po index 7f9e93dd70..ed4c3fd56e 100644 --- a/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po index 7aaff92e97..55ddc7bd32 100644 --- a/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po index 80b1797670..868559ef49 100644 --- a/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po index a634f6f664..2335d33fc3 100644 --- a/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po index 857ed9f39f..6e6466cca0 100644 --- a/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:50+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot b/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot index 4a8c8dc9b4..63f7fb7fd8 100644 --- a/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot +++ b/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/StrictTransportSecurity/locale/de/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/de/LC_MESSAGES/StrictTransportSecurity.po index d2b3a518bd..c2f74fb851 100644 --- a/plugins/StrictTransportSecurity/locale/de/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/de/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po index ba734e4dd5..f25dd151ba 100644 --- a/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po index f4438f8c44..4de3fdd880 100644 --- a/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po index b394536d5b..80ca4d36ca 100644 --- a/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po index f1aada4a3a..e10b6bd9ff 100644 --- a/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po index b3647d581f..0756685c65 100644 --- a/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po index c76696ad6a..48aec498f6 100644 --- a/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po index f6fbfb0998..8d3d725189 100644 --- a/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:53+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po index dbfa7835fd..d31172cef2 100644 --- a/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po index cb05fad801..df56523d29 100644 --- a/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:54+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SubMirror/locale/SubMirror.pot b/plugins/SubMirror/locale/SubMirror.pot index 08da4c74e2..3b3df12230 100644 --- a/plugins/SubMirror/locale/SubMirror.pot +++ b/plugins/SubMirror/locale/SubMirror.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po index d59a0f7497..df61ac50eb 100644 --- a/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:08+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po index d3ff193a51..8fd863771e 100644 --- a/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po index d9af452bfd..d384e2f3a4 100644 --- a/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po new file mode 100644 index 0000000000..065be66219 --- /dev/null +++ b/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po @@ -0,0 +1,169 @@ +# Translation of StatusNet - SubMirror to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - SubMirror\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-submirror\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client error displayed when entering an invalid URL for a feed. +#. TRANS: %s is the invalid feed URL. +#, php-format +msgid "Invalid feed URL: %s." +msgstr "URL de fonte de novas non válido: %s." + +#. TRANS: Error message returned to user when setting up feed mirroring, +#. TRANS: but we were unable to resolve the given URL to a working feed. +msgid "Invalid profile for mirroring." +msgstr "Perfil inválido para a republicación." + +#. TRANS: Client error displayed when trying to mirror a StatusNet group feed. +msgid "Cannot mirror a StatusNet group at this time." +msgstr "Non se pode republicar un grupo de StatusNet nestes intres." + +#. TRANS: Client error displayed when trying to use another method than POST. +msgid "This action only accepts POST requests." +msgstr "Esta acción só permite solicitudes POST." + +#. TRANS: Client error displayed when the session token does not match or is not given. +msgid "There was a problem with your session token. Try again, please." +msgstr "Houbo un erro co seu pase. Inténteo de novo." + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "Non iniciou sesión." + +#. TRANS: Page title for subscribed feed mirror. +msgid "Subscribed" +msgstr "Subscrito" + +#. TRANS: Client error displayed when trying to edit an object that is not a feed mirror. +msgid "Requested invalid profile to edit." +msgstr "O perfil que solicitou editar é inválido." + +#. TRANS: Client error displayed when providing invalid input when editing a mirror. +msgid "Bad form data." +msgstr "Datos de formulario incorrectos." + +#. TRANS: Client error thrown when a mirror request is made and no result is retrieved. +msgid "The mirror request failed, because no result was retrieved." +msgstr "" +"A solicitude de republicación fallou porque non se obtivo ningún resultado." + +#. TRANS: Exception thrown when a feed provider could not be recognised. +msgid "Internal form error: Unrecognized feed provider." +msgstr "Erro interno no formulario: Provedor de fonte de novas non recoñecido." + +#. TRANS: Exception thrown when a subscribing to a feed fails. +msgid "Could not subscribe to feed." +msgstr "Non se puido subscribir á fonte de novas." + +#. TRANS: Page title. +msgid "Feed mirror settings" +msgstr "Configuración da republicación de fontes de novas" + +#. TRANS: Page instructions. +msgid "" +"You can mirror updates from many RSS and Atom feeds into your StatusNet " +"timeline!" +msgstr "" +"Pode republicar as actualizacións de moitas fontes de novas RSS e Atom na " +"súa liña do tempo de StatusNet!" + +#. TRANS: Title for page with form to add a mirror feed provider on. +msgid "Provider add" +msgstr "Adición dun provedor" + +#. TRANS: Plugin description. +msgid "Pull feeds into your timeline!" +msgstr "Importar as fontes de novas na súa liña do tempo!" + +#. TRANS: SubMirror plugin menu item on user settings page. +msgctxt "MENU" +msgid "Mirroring" +msgstr "Republicación" + +#. TRANS: SubMirror plugin tooltip for user settings menu item. +msgid "Configure mirroring of posts from other feeds" +msgstr "Configurar a republicación de mensaxes doutras fontes de novas" + +#. TRANS: Label in profile statistics section, followed by a count. +msgid "Mirrored feeds" +msgstr "Fontes de novas republicadas" + +#. TRANS: Field label. +msgid "Web page or feed URL:" +msgstr "Enderezo URL da páxina web ou da fonte de novas:" + +#. TRANS: Button text for adding a feed. +#. TRANS: Button text for adding a Twitter feed mirror. +msgctxt "BUTTON" +msgid "Add feed" +msgstr "Engadir unha fonte de novas" + +#. TRANS: Field label. +msgid "Twitter username:" +msgstr "Nome de usuario do Twitter:" + +#. TRANS: Field label (URL expectected). +msgctxt "LABEL" +msgid "Remote feed:" +msgstr "Fonte de novas remota:" + +#. TRANS: Field label. +msgctxt "LABEL" +msgid "Local user" +msgstr "Usuario local" + +#. TRANS: Fieldset legend for feed mirror setting. +msgid "Mirroring style" +msgstr "Estilo de republicación" + +#. TRANS: Feed mirror style (radio button option). +msgid "" +"Repeat: reference the original user's post (sometimes shows as \"RT @blah\")" +msgstr "" +"Repetir: Referenciar a publicación do usuario orixinal (ás veces móstrase " +"como \"RT @bla\")" + +#. TRANS: Feed mirror style (radio button option). +msgid "Repost the content under my account" +msgstr "Volver publicar o contido baixo a miña conta" + +#. TRANS: Button text to save feed mirror settings. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gardar" + +#. TRANS: Button text to stop mirroring a feed. +msgctxt "BUTTON" +msgid "Stop mirroring" +msgstr "Deixar de republicar" + +#. TRANS: Name for possible feed provider. +msgid "Twitter" +msgstr "Twitter" + +#. TRANS: Name for possible feed provider. +msgid "RSS or Atom feed" +msgstr "Fonte de novas RSS ou Atom" + +#. TRANS: Heading for feed mirroring selection form. +msgid "Select a feed provider" +msgstr "Seleccione un provedor de fonte de novas" diff --git a/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po index 5c48789301..d34899d372 100644 --- a/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po index e6989e28e5..4d6b71aaa2 100644 --- a/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po index b7f91a8dad..81ded7ee5d 100644 --- a/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:56+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po index c06ee3c1fd..3cb8d928ea 100644 --- a/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po index a527cfd482..11b56d6719 100644 --- a/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot b/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot index 52756e1bd1..5b687fb102 100644 --- a/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot +++ b/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po index a73b7703a6..139c350a2d 100644 --- a/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po index 96602387a7..83352478d4 100644 --- a/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po index c63d16bd0d..87c66bf45f 100644 --- a/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po new file mode 100644 index 0000000000..6684ff31bc --- /dev/null +++ b/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po @@ -0,0 +1,35 @@ +# Translation of StatusNet - SubscriptionThrottle to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - SubscriptionThrottle\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Exception thrown when subscribing too quickly. +msgid "Too many subscriptions. Take a break and try again later." +msgstr "Demasiadas subscricións. Faga unha pausa e inténteo máis tarde." + +#. TRANS: Exception thrown when joing groups too quickly. +msgid "Too many memberships. Take a break and try again later." +msgstr "Demasiados membros. Faga unha pausa e inténteo máis tarde." + +#. TRANS: Plugin description. +msgid "Configurable limits for subscriptions and group memberships." +msgstr "Límites configurables para as subscricións e os membros dos grupos." diff --git a/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po index 5f2ad057e1..e7be120e42 100644 --- a/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po index f85f7b963d..69a3e54618 100644 --- a/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po index 14853032ad..c3e8e5075a 100644 --- a/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:57+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po index 2ee7f699ad..6e3e2c914c 100644 --- a/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po index b382a137c7..af5d4791ee 100644 --- a/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po index 3a739e0022..2b854c28fc 100644 --- a/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po index 13204a3eac..1e94d0e885 100644 --- a/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/TabFocus/locale/TabFocus.pot b/plugins/TabFocus/locale/TabFocus.pot index f159436a91..ba206b41c5 100644 --- a/plugins/TabFocus/locale/TabFocus.pot +++ b/plugins/TabFocus/locale/TabFocus.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po index 13af840a80..e9805c15d2 100644 --- a/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po index a561ec8065..df64c60d6e 100644 --- a/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po index 211159cba7..e6a348e5b8 100644 --- a/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po index 55abb71758..fab060be19 100644 --- a/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po index b75ddd6bc8..d1e91aadb0 100644 --- a/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po index 886847f1fa..10d46b1afa 100644 --- a/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:58+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po index 25f5183bed..4d92e98c3b 100644 --- a/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po index 49314254c4..02df6373f9 100644 --- a/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po index 0fff9d1a61..4b94e3f948 100644 --- a/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po index 9d1c491960..acb6cfa248 100644 --- a/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po index 119b564eb4..f63331d6c8 100644 --- a/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po index b51a638fe0..c507dc18d9 100644 --- a/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: Norwegian Nynorsk \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nn\n" diff --git a/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po index d7d1d5021b..df774c23a5 100644 --- a/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po index df10903670..4f4e59c6cb 100644 --- a/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po index 7b19a0c9e9..44aa9db5ba 100644 --- a/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:06:59+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:12+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/TagSub/locale/TagSub.pot b/plugins/TagSub/locale/TagSub.pot index a0aa9a0538..48d779e1bf 100644 --- a/plugins/TagSub/locale/TagSub.pot +++ b/plugins/TagSub/locale/TagSub.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TagSub/locale/ar/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/ar/LC_MESSAGES/TagSub.po index a4fbaa884f..a6daa8f6bb 100644 --- a/plugins/TagSub/locale/ar/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/ar/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:13+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po index 05301e1faf..a5df8bcbfa 100644 --- a/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:13+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po index 4c6603fc98..59e1f94a1d 100644 --- a/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:13+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po new file mode 100644 index 0000000000..157fe6f062 --- /dev/null +++ b/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po @@ -0,0 +1,150 @@ +# Translation of StatusNet - TagSub to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - TagSub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:13+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-tagsub\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Form legend. +msgid "Unsubscribe from this tag" +msgstr "Cancelar a subscrición a esta etiqueta" + +#. TRANS: Submit button text to unsubscribe from a tag. +msgctxt "BUTTON" +msgid "Unsubscribe" +msgstr "Cancelar a subscrición" + +#. TRANS: Submit button title to unsubscribe from a tag. +msgid "Unsubscribe from this tag." +msgstr "Cancelar a subscrición a esta etiqueta." + +#. TRANS: Plugin description. +msgid "Plugin to allow following all messages with a given tag." +msgstr "" +"Complemento para permitir seguir todas as mensaxes cunha etiqueta " +"especificada." + +#. TRANS: SubMirror plugin menu item on user settings page. +msgctxt "MENU" +msgid "Tags" +msgstr "Etiquetas" + +#. TRANS: SubMirror plugin tooltip for user settings menu item. +msgid "Configure tag subscriptions" +msgstr "Configurar as subscricións ás etiquetas" + +#. TRANS: Menu item text for tags submenu. +msgid "Tags" +msgstr "Etiquetas" + +#. TRANS: Form legend. +msgid "Subscribe to this tag" +msgstr "Subscribirse a esta etiqueta" + +#. TRANS: Submit button text to subscribe to a tag. +msgctxt "BUTTON" +msgid "Subscribe" +msgstr "Subscribirse" + +#. TRANS: Submit button title to subscribe to a tag. +msgid "Subscribe to this tag." +msgstr "Subscribirse a esta etiqueta." + +#. TRANS: Page title when tag unsubscription succeeded. +msgid "Unsubscribed" +msgstr "Cancelouse a subscrición" + +#. TRANS: Client error displayed trying to perform any request method other than POST. +#. TRANS: Do not translate POST. +msgid "This action only accepts POST requests." +msgstr "Esta acción só permite solicitudes POST." + +#. TRANS: Client error displayed when the session token is not okay. +msgid "There was a problem with your session token. Try again, please." +msgstr "Houbo un erro co seu pase. Inténteo de novo." + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "Non iniciou sesión." + +#. TRANS: Client error displayed trying to subscribe to a non-existing profile. +msgid "No such profile." +msgstr "Non existe ese perfil." + +#. TRANS: Page title when tag subscription succeeded. +msgid "Subscribed" +msgstr "Subscrito" + +#. TRANS: Header for subscriptions overview for a user (first page). +#. TRANS: %s is a user nickname. +#, php-format +msgid "%s's tag subscriptions" +msgstr "Subscricións a etiquetas de %s" + +#. TRANS: Header for subscriptions overview for a user (not first page). +#. TRANS: %1$s is a user nickname, %2$d is the page number. +#, php-format +msgid "%1$s's tag subscriptions, page %2$d" +msgstr "Subscricións a etiquetas de %1$s, páxina %2$d" + +#. TRANS: Page notice for page with an overview of all tag subscriptions +#. TRANS: of the logged in user's own profile. +msgid "" +"You have subscribed to receive all notices on this site containing the " +"following tags:" +msgstr "" +"Subscribiuse para recibir todas as notas do sitio que conteñan as seguintes " +"etiquetas:" + +#. TRANS: Page notice for page with an overview of all subscriptions of a user other +#. TRANS: than the logged in user. %s is the user nickname. +#, php-format +msgid "" +"%s has subscribed to receive all notices on this site containing the " +"following tags:" +msgstr "" +"%s subscribiuse para recibir todas as notas do sitio que conteñan as " +"seguintes etiquetas:" + +#. TRANS: Tag subscription list text when the logged in user has no tag subscriptions. +msgid "" +"You are not listening to any hash tags right now. You can push the " +"\"Subscribe\" button on any hashtag page to automatically receive any public " +"messages on this site that use that tag, even if you are not subscribed to " +"the poster." +msgstr "" +"Non está a seguir ningunha etiqueta nestes intres. Pode premer no botón " +"\"Subscribirse\" de calquera páxina dalgunha etiqueta para recibir " +"automaticamente calquera mensaxe pública deste sitio que use esa etiqueta, " +"mesmo se non está subscrito ao autor." + +#. TRANS: Tag subscription list text when looking at the subscriptions for a of a user other +#. TRANS: than the logged in user that has no tag subscriptions. %s is the user nickname. +#. TRANS: Subscription list text when looking at the subscriptions for a of a user that has none +#. TRANS: as an anonymous user. %s is the user nickname. +#, php-format +msgid "%s is not following any tags." +msgstr "%s non segue etiqueta ningunha." + +#. TRANS: %1$s is a URL to a tag, %2$s is a tag, +#. TRANS: %3$s a date string. +#, php-format +msgid "#%2$s since %3$s" +msgstr "#%2$s desde %3$s" diff --git a/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po index 116d6d5cb8..020a6306b1 100644 --- a/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po index 7893558aa4..30ea5e990d 100644 --- a/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po index 9097dbeb7b..f0b49685b8 100644 --- a/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po index a17a34cd50..29def23f38 100644 --- a/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" "Language-Team: Serbian (Cyrillic script) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sr-ec\n" diff --git a/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po index f10699bbe5..f94c93dcac 100644 --- a/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po index d90a9fdca8..bdabe31772 100644 --- a/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:01+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po index a99d2fc276..5569046f85 100644 --- a/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:02+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/TightUrl/locale/TightUrl.pot b/plugins/TightUrl/locale/TightUrl.pot index 2dd60311ee..a0148d9206 100644 --- a/plugins/TightUrl/locale/TightUrl.pot +++ b/plugins/TightUrl/locale/TightUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TightUrl/locale/de/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/de/LC_MESSAGES/TightUrl.po index 8e02f84226..fbcd386f31 100644 --- a/plugins/TightUrl/locale/de/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/de/LC_MESSAGES/TightUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:02+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po index a190f579b5..53b47db764 100644 --- a/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:02+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po index 14b4c9dd00..eae9663d89 100644 --- a/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:02+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po index 689b29440f..b2f5ed4dac 100644 --- a/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:02+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -24,7 +24,7 @@ msgstr "" #. TRANS: Exception thrown when the TightUrl plugin has been configured incorrectly. msgid "You must specify a serviceUrl." -msgstr "Debe especificar un serviceUrl." +msgstr "Cómpre especificar un serviceUrl." #. TRANS: Plugin description. %s is the shortener name. #, php-format diff --git a/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po index 9101c1092d..cd3e59be5e 100644 --- a/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:02+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po index 2a0db6c3c8..2e1b1ca9f4 100644 --- a/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:02+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po index eb41e989c1..3d8dd0b675 100644 --- a/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:02+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po index 1fe3da647a..69ecc65033 100644 --- a/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:02+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po index c6aad5b972..58f8192c0b 100644 --- a/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:02+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po index 4aaf92ce62..d4824ca933 100644 --- a/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:02+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po index 3ba3c739de..cca7463a91 100644 --- a/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po index 359ba57fd0..d42d317d8f 100644 --- a/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po index 22a9c9d51d..705d4bff9c 100644 --- a/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po index 48c67127bc..ab67f57f4a 100644 --- a/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po index c34fbceff2..2d3f1e455b 100644 --- a/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po index a41e729c70..d42e242397 100644 --- a/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po index 0e5c1efefb..ba572d73f3 100644 --- a/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/TinyMCE/locale/TinyMCE.pot b/plugins/TinyMCE/locale/TinyMCE.pot index 9e00303bb9..4a6d0f4ea9 100644 --- a/plugins/TinyMCE/locale/TinyMCE.pot +++ b/plugins/TinyMCE/locale/TinyMCE.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po index 101a113b36..8428b65aba 100644 --- a/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po index 516adfb2b2..68949c5e95 100644 --- a/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po index 8477174b59..71a9ff9a47 100644 --- a/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" "Language-Team: Esperanto \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eo\n" diff --git a/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po index 36494fc981..3d67906c50 100644 --- a/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po index 44ab603f27..cd37011473 100644 --- a/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po index 779f5d9c7c..d005be43c9 100644 --- a/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po index 64d56c3f3b..2a5ed3e0ef 100644 --- a/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po index 23848b0ff9..14b39a6ef1 100644 --- a/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po index 5a04705085..dde8393889 100644 --- a/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po index 0013b1efbd..c2070566a0 100644 --- a/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po index 4388cde5d6..62f6c8a12d 100644 --- a/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po index 8ba17f964b..06dbaa66a5 100644 --- a/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po index 3acf346269..03b5673b64 100644 --- a/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po index f2be69d6da..fbcdd19c8f 100644 --- a/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po index 4520b280c5..4cd9daf6df 100644 --- a/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po index 47fa2ddd36..66d169c0e1 100644 --- a/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po index a15cdc7616..31ca0fe1a5 100644 --- a/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po index af65457dad..6e4353a697 100644 --- a/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:04+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/TwitterBridge/locale/TwitterBridge.pot b/plugins/TwitterBridge/locale/TwitterBridge.pot index 8ac1d6626d..622a72e01e 100644 --- a/plugins/TwitterBridge/locale/TwitterBridge.pot +++ b/plugins/TwitterBridge/locale/TwitterBridge.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TwitterBridge/locale/ar/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ar/LC_MESSAGES/TwitterBridge.po index c91507da9c..00fc370ffc 100644 --- a/plugins/TwitterBridge/locale/ar/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ar/LC_MESSAGES/TwitterBridge.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:23+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po index 7e5f482a6a..d090c2ae9b 100644 --- a/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:23+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po index a0db84d405..b85741ada9 100644 --- a/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:23+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po index 47cb417ac4..2bbae0ee95 100644 --- a/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:23+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po index e2e4b5265e..cba8e39e43 100644 --- a/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:23+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po index c6fbbd1824..edd8657b53 100644 --- a/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po @@ -1,5 +1,5 @@ # Translation of StatusNet - TwitterBridge to Galician (Galego) -# Expored from translatewiki.net +# Exported from translatewiki.net # # Author: Toliño # -- @@ -9,30 +9,432 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-01-14 10:29+0000\n" -"PO-Revision-Date: 2011-01-14 10:34:14+0000\n" -"Language-Team: Galician \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:23+0000\n" +"Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-01-10 18:27:23+0000\n" -"X-Generator: MediaWiki 1.18alpha (r80246); Translate extension (2010-09-17)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. TRANS: Message used to repeat a notice. RT is the abbreviation of 'retweet'. -#. TRANS: %1$s is the repeated user's name, %2$s is the repeated notice. -#: twitterimport.php:114 +#. TRANS: Title for page with Twitter integration settings. +msgid "Twitter settings" +msgstr "Configuración do Twitter" + +#. TRANS: Instructions for page with Twitter integration settings. +msgid "" +"Connect your Twitter account to share your updates with your Twitter friends " +"and vice-versa." +msgstr "" +"Conecte a súa conta do Twitter para compartir as súas actualizacións cos " +"seus amigos do Twitter e viceversa." + +#. TRANS: Fieldset legend. +msgid "Twitter account" +msgstr "Conta do Twitter" + +#. TRANS: Form note when a Twitter account has been connected. +msgid "Connected Twitter account" +msgstr "Conta do Twitter conectada" + +#. TRANS: Fieldset legend. +msgid "Disconnect my account from Twitter" +msgstr "Desconectar a miña conta do Twitter" + +#. TRANS: Form guide. %s is a URL to the password settings. +#. TRANS: This message contains a Markdown link in the form [description](link). #, php-format -msgid "RT @%1$s %2$s" +msgid "" +"Disconnecting your Twitter account could make it impossible to log in! " +"Please [set a password](%s) first." msgstr "" +"Ao desconectar o Twitter será imposible acceder ao sistema! [Defina un " +"contrasinal](%s) primeiro." -#: twitter.php:407 -msgid "Your Twitter bridge has been disabled." +#. TRANS: Form instructions. %1$s is the StatusNet sitename. +#, php-format +msgid "" +"Keep your %1$s account but disconnect from Twitter. You can use your %1$s " +"password to log in." msgstr "" +"Manter a conta de %1$s pero desconectala do Twitter. Agora usará o seu " +"contrasinal de %1$s para acceder ao sistema." -#: twitter.php:411 +#. TRANS: Button text for disconnecting a Twitter account. +msgctxt "BUTTON" +msgid "Disconnect" +msgstr "Desconectarse" + +#. TRANS: Fieldset legend. +msgid "Preferences" +msgstr "Preferencias" + +#. TRANS: Checkbox label. +msgid "Automatically send my notices to Twitter." +msgstr "Enviar automaticamente as notas ao Twitter." + +#. TRANS: Checkbox label. +msgid "Send local \"@\" replies to Twitter." +msgstr "Enviar as respostas \"@\" locais ao Twitter." + +#. TRANS: Checkbox label. +msgid "Subscribe to my Twitter friends here." +msgstr "Subscribirse aos amigos do Twitter aquí." + +#. TRANS: Checkbox label. +msgid "Import my friends timeline." +msgstr "Importar a liña do tempo dos amigos." + +#. TRANS: Button text for saving Twitter integration settings. +#. TRANS: Button text for saving the administrative Twitter bridge settings. +msgctxt "BUTTON" +msgid "Save" +msgstr "Gardar" + +#. TRANS: Button text for adding Twitter integration. +msgctxt "BUTTON" +msgid "Add" +msgstr "Engadir" + +#. TRANS: Client error displayed when the session token does not match or is not given. +msgid "There was a problem with your session token. Try again, please." +msgstr "Houbo un erro co seu pase. Inténteo de novo." + +#. TRANS: Client error displayed when the submitted form contains unexpected data. +msgid "Unexpected form submission." +msgstr "Envío de formulario inesperado." + +#. TRANS: Client error displayed when trying to remove a connected Twitter account when there isn't one connected. +msgid "No Twitter connection to remove." +msgstr "Non hai ningunha conexión ao Twitter que eliminar." + +#. TRANS: Server error displayed when trying to remove a connected Twitter account fails. +msgid "Could not remove Twitter user." +msgstr "Non se puido eliminar o usuario do Twitter." + +#. TRANS: Success message displayed after disconnecting a Twitter account. +msgid "Twitter account disconnected." +msgstr "Conta do Twitter desconectada." + +#. TRANS: Server error displayed when saving Twitter integration preferences fails. +msgid "Could not save Twitter preferences." +msgstr "Non se puideron gardar as preferencias do Twitter." + +#. TRANS: Success message after saving Twitter integration preferences. +msgid "Twitter preferences saved." +msgstr "Gardáronse as preferencias do Twitter." + +#. TRANS: Form validation error displayed when the checkbox to agree to the license has not been checked. +msgid "You cannot register if you do not agree to the license." +msgstr "Non pode rexistrarse se non acepta a licenza." + +#. TRANS: Form validation error displayed when an unhandled error occurs. +msgid "Something weird happened." +msgstr "Ocorreu algo estraño." + +#. TRANS: Server error displayed when linking to a Twitter account fails. +msgid "Could not link your Twitter account." +msgstr "Non se puido ligar a súa conta do Twitter." + +#. TRANS: Server error displayed when linking to a Twitter account fails because of an incorrect oauth_token. +msgid "Could not link your Twitter account: oauth_token mismatch." +msgstr "" +"Non se puido ligar a súa conta do Twitter: O pase de autenticación " +"oauth_token non coincide." + +#. TRANS: Page instruction. %s is the StatusNet sitename. +#, php-format +msgid "" +"This is the first time you have logged into %s so we must connect your " +"Twitter account to a local account. You can either create a new account, or " +"connect with your existing account, if you have one." +msgstr "" +"Esta é a primeira vez que accede ao sistema de %s, de modo que debemos " +"conectar a súa conta do Twitter cunha conta local. Pode crear unha nova " +"conta local ou ben conectar con outra conta local existente." + +#. TRANS: Page title. +msgid "Twitter Account Setup" +msgstr "Configuración da conta do Twitter" + +#. TRANS: Fieldset legend. +msgid "Connection options" +msgstr "Opcións de conexión" + +#. TRANS: Fieldset legend. +msgid "Create new account" +msgstr "Crear unha conta nova" + +#. TRANS: Sub form introduction text. +msgid "Create a new user with this nickname." +msgstr "Crear un novo usuario con este alcume." + +#. TRANS: Field label. +msgid "New nickname" +msgstr "Novo alcume" + +#. TRANS: Field title for nickname field. +msgid "1-64 lowercase letters or numbers, no punctuation or spaces." +msgstr "" +"Entre 1 e 64 letras minúsculas ou números, sen signos de puntuación, " +"espazos, tiles ou eñes." + +#. TRANS: Field label. +msgctxt "LABEL" +msgid "Email" +msgstr "Correo electrónico" + +#. TRANS: Field title for e-mail address field. +msgid "Used only for updates, announcements, and password recovery" +msgstr "" +"Só se utiliza para actualizacións, anuncios e recuperación de contrasinais" + +#. TRANS: Button text for creating a new StatusNet account in the Twitter connect page. +msgctxt "BUTTON" +msgid "Create" +msgstr "Crear" + +#. TRANS: Fieldset legend. +msgid "Connect existing account" +msgstr "Conectar cunha conta existente" + +#. TRANS: Sub form introduction text. +msgid "" +"If you already have an account, login with your username and password to " +"connect it to your Twitter account." +msgstr "" +"Se xa ten unha conta, acceda ao sistema co seu nome de usuario e contrasinal " +"para conectala coa do Twitter." + +#. TRANS: Field label. +msgid "Existing nickname" +msgstr "Alcume existente" + +#. TRANS: Field label. +msgid "Password" +msgstr "Contrasinal" + +#. TRANS: Fieldset legend. +msgid "License" +msgstr "Licenza" + +#. TRANS: Text for license agreement checkbox. +#. TRANS: %s is the license as configured for the StatusNet site. +#, php-format +msgid "" +"My text and files are available under %s except this private data: password, " +"email address, IM address, and phone number." +msgstr "" +"Os meus textos e ficheiros están dispoñibles baixo %s, salvo os seguintes " +"datos privados: contrasinais, enderezos de correo electrónico e mensaxería " +"instantánea e números de teléfono." + +#. TRANS: Button text for connecting an existing StatusNet account in the Twitter connect page.. +msgctxt "BUTTON" +msgid "Connect" +msgstr "Conectar" + +#. TRANS: Client error displayed when trying to create a new user while creating new users is not allowed. +msgid "Registration not allowed." +msgstr "Non se permite o rexistro." + +#. TRANS: Client error displayed when trying to create a new user with an invalid invitation code. +msgid "Not a valid invitation code." +msgstr "O código da invitación é incorrecto." + +#. TRANS: Client error displayed when trying to create a new user with an invalid username. +msgid "Nickname not allowed." +msgstr "Alcume non permitido." + +#. TRANS: Client error displayed when trying to create a new user with a username that is already in use. +msgid "Nickname already in use. Try another one." +msgstr "Ese alcume xa está en uso. Probe con outro." + +#. TRANS: Server error displayed when creating a new user has failed. +msgid "Error registering user." +msgstr "Erro ao rexistrar o usuario." + +#. TRANS: Server error displayed when connecting a user to a Twitter user has failed. +#. TRANS: Server error displayed connecting a user to a Twitter user has failed. +msgid "Error connecting user to Twitter." +msgstr "Erro ao conectar o usuario co Twitter." + +#. TRANS: Form validation error displayed when connecting an existing user to a Twitter user fails because +#. TRANS: the provided username and/or password are incorrect. +msgid "Invalid username or password." +msgstr "O nome de usuario ou contrasinal non son correctos." + +#. TRANS: Page title for Twitter administration panel. +msgctxt "TITLE" +msgid "Twitter" +msgstr "Twitter" + +#. TRANS: Instructions for Twitter bridge administration page. +msgid "Twitter bridge settings" +msgstr "Configuración da ponte ata o Twitter" + +#. TRANS: Client error displayed when a consumer key is invalid because it is too long. +msgid "Invalid consumer key. Maximum length is 255 characters." +msgstr "" +"Clave de consumidor incorrecta. A extensión máxima é de 255 caracteres." + +#. TRANS: Client error displayed when a consumer secret is invalid because it is too long. +msgid "Invalid consumer secret. Maximum length is 255 characters." +msgstr "" +"Frase secreta de consumidor incorrecta. A extensión máxima é de 255 " +"caracteres." + +#. TRANS: Fieldset legend for Twitter application settings. +msgid "Twitter application settings" +msgstr "Configuración da aplicación do Twitter" + +#. TRANS: Field label for Twitter assigned consumer key. +msgid "Consumer key" +msgstr "Clave do consumidor" + +#. TRANS: Field title for Twitter assigned consumer key. +msgid "The consumer key assigned by Twitter." +msgstr "A clave de consumidor asignada polo Twitter." + +#. TRANS: Field label for Twitter assigned consumer secret. +msgid "Consumer secret" +msgstr "Pregunta secreta do consumidor" + +#. TRANS: Field title for Twitter assigned consumer secret. +msgid "The consumer secret assigned by Twitter." +msgstr "A pregunta secreta do consumidor asignada polo Twitter." + +#. TRANS: Form guide displayed when two required fields have already been provided. +msgid "Note: A global consumer key and secret are set." +msgstr "Nota: Están definidas a clave e a pregunta secreta de consumidor." + +#. TRANS: Field label for Twitter application name. +msgid "Integration source" +msgstr "Fonte de integración" + +#. TRANS: Field title for Twitter application name. +msgid "The name of your Twitter application." +msgstr "O nome da súa aplicación do Twitter." + +#. TRANS: Fieldset legend for Twitter integration options. +msgid "Options" +msgstr "Opcións" + +#. TRANS: Checkbox label for global setting. +msgid "Enable \"Sign-in with Twitter\"" +msgstr "Activar \"Rexistrarse co Twitter\"" + +#. TRANS: Checkbox title. +msgid "This allow users to login with their Twitter credentials." +msgstr "Isto permite aos usuarios rexistrarse coas credenciais do Twitter." + +#. TRANS: Checkbox label for global setting. +msgid "Enable Twitter import" +msgstr "Activar a importación desde o Twitter" + +#. TRANS: Checkbox title for global setting. +msgid "" +"Allow users to import their Twitter friends' timelines. Requires daemons to " +"be manually configured." +msgstr "" +"Permitir aos usuarios importar as liñas do tempo dos amigos do Twitter. " +"Cómpre configurar manualmente os servizos." + +#. TRANS: Button title for saving the administrative Twitter bridge settings. +msgid "Save the Twitter bridge settings." +msgstr "Gardar a configuración da ponte ata o Twitter." + +#. TRANS: Server exception thrown when an invalid URL scheme is detected. +msgid "Invalid URL scheme for HTTP stream reader." +msgstr "Esquema de URL inválido para o lector de fluxo HTTP." + +#. TRANS: Exception thrown when input from an inexpected socket is encountered. +msgid "Got input from unexpected socket!" +msgstr "Recibiuse unha entrada desde un conectador non esperado!" + +#. TRANS: Exception thrown when an invalid state is encountered in handleLine. +#. TRANS: %s is the invalid state. +#, php-format +msgid "Invalid state in handleLine: %s." +msgstr "Estado inválido en handleLine: %s." + +#. TRANS: Exception thrown when an invalid response line is encountered. +#. TRANS: %s is the invalid line. +#, php-format +msgid "Invalid HTTP response line: %s." +msgstr "Liña de resposta HTTP inválida: %s." + +#. TRANS: Exception thrown when an invalid response line part is encountered. +#. TRANS: %1$s is the chunk, %2$s is the line. +#, php-format +msgid "Invalid HTTP response line chunk \"%1$s\": %2$s." +msgstr "Fragmento de liña de resposta HTTP inválido \"%1$s\": %2$s." + +#. TRANS: Exception thrown when an invalid response code is encountered. +#. TRANS: %1$s is the response code, %2$s is the line. +#, php-format +msgid "Bad HTTP response code %1$s: %2$s." +msgstr "Código de resposta HTTP erróneo %1$s: %2$s." + +#. TRANS: Menu item in login navigation. +#. TRANS: Menu item in connection settings navigation. +msgctxt "MENU" +msgid "Twitter" +msgstr "Twitter" + +#. TRANS: Title for menu item in login navigation. +msgid "Login or register using Twitter." +msgstr "Acceda ou rexístrese mediante o Twitter." + +#. TRANS: Title for menu item in connection settings navigation. +msgid "Twitter integration options" +msgstr "Opcións de integración do Twitter" + +#. TRANS: Menu item in administrative panel that leads to the Twitter bridge configuration. +msgid "Twitter" +msgstr "Twitter" + +#. TRANS: Menu item title in administrative panel that leads to the Twitter bridge configuration. +msgid "Twitter bridge configuration page." +msgstr "Páxina de configuración da ponte ata o Twitter." + +#. TRANS: Plugin description. +msgid "" +"The Twitter \"bridge\" plugin allows integration of a StatusNet instance " +"with Twitter." +msgstr "" +"O complemento de \"ponte\" ata o Twitter permite a integración dunha " +"instancia do StatusNet co Twitter." + +#. TRANS: Client error displayed when trying to log in using Twitter while already logged in to StatusNet. +msgid "Already logged in." +msgstr "Xa se identificou." + +#. TRANS: Title for login using Twitter page. +msgctxt "TITLE" +msgid "Twitter Login" +msgstr "Rexistro do Twitter" + +#. TRANS: Instructions for login using Twitter page. +msgid "Login with your Twitter account" +msgstr "Acceder coa conta do Twitter" + +#. TRANS: Alternative text for "sign in with Twitter" image. +msgid "Sign in with Twitter" +msgstr "Rexistrarse co Twitter" + +#. TRANS: Mail subject after forwarding notices to Twitter has stopped working. +msgid "Your Twitter bridge has been disabled" +msgstr "Desactivouse a súa ponte ata o Twitter" + +#. TRANS: Mail body after forwarding notices to Twitter has stopped working. +#. TRANS: %1$ is the name of the user the mail is sent to, %2$s is a URL to the +#. TRANS: Twitter settings, %3$s is the StatusNet sitename. #, php-format msgid "" "Hi, %1$s. We're sorry to inform you that your link to Twitter has been " @@ -47,325 +449,20 @@ msgid "" "Regards,\n" "%3$s" msgstr "" +"Ola, %1$s. Sentimos informar de que a súa ligazón cara ao Twitter está " +"desctivada. Semella que xa non temos permiso para actualizar o seu estado no " +"Twitter. Poida que revogase o acceso que tiña %3$s?\n" +"\n" +"Pode volver activar a súa ponte ata o Twitter visitando a páxina de " +"configuración do Twitter:\n" +"\n" +"\t%2$s\n" +"\n" +"Atentamente,\n" +"%3$s" -#: TwitterBridgePlugin.php:151 TwitterBridgePlugin.php:174 -#: TwitterBridgePlugin.php:302 twitteradminpanel.php:52 -msgid "Twitter" -msgstr "Twitter" - -#: TwitterBridgePlugin.php:152 -msgid "Login or register using Twitter" -msgstr "" - -#: TwitterBridgePlugin.php:175 -msgid "Twitter integration options" -msgstr "" - -#: TwitterBridgePlugin.php:303 -msgid "Twitter bridge configuration" -msgstr "" - -#: TwitterBridgePlugin.php:327 -msgid "" -"The Twitter \"bridge\" plugin allows integration of a StatusNet instance " -"with Twitter." -msgstr "" - -#: twitteradminpanel.php:62 -msgid "Twitter bridge settings" -msgstr "" - -#: twitteradminpanel.php:150 -msgid "Invalid consumer key. Max length is 255 characters." -msgstr "" - -#: twitteradminpanel.php:156 -msgid "Invalid consumer secret. Max length is 255 characters." -msgstr "" - -#: twitteradminpanel.php:212 -msgid "Twitter application settings" -msgstr "" - -#: twitteradminpanel.php:218 -msgid "Consumer key" -msgstr "Clave do consumidor" - -#: twitteradminpanel.php:219 -msgid "Consumer key assigned by Twitter" -msgstr "Clave do consumidor asignada polo Twitter" - -#: twitteradminpanel.php:227 -msgid "Consumer secret" -msgstr "Pregunta secreta do consumidor" - -#: twitteradminpanel.php:228 -msgid "Consumer secret assigned by Twitter" -msgstr "Pregunta secreta do consumidor asignada polo Twitter" - -#: twitteradminpanel.php:238 -msgid "Note: a global consumer key and secret are set." -msgstr "" - -#: twitteradminpanel.php:245 -msgid "Integration source" -msgstr "Fonte de integración" - -#: twitteradminpanel.php:246 -msgid "Name of your Twitter application" -msgstr "" - -#: twitteradminpanel.php:258 -msgid "Options" -msgstr "Opcións" - -#: twitteradminpanel.php:265 -msgid "Enable \"Sign-in with Twitter\"" -msgstr "" - -#: twitteradminpanel.php:267 -msgid "Allow users to login with their Twitter credentials" -msgstr "" - -#: twitteradminpanel.php:274 -msgid "Enable Twitter import" -msgstr "" - -#: twitteradminpanel.php:276 -msgid "" -"Allow users to import their Twitter friends' timelines. Requires daemons to " -"be manually configured." -msgstr "" - -#: twitteradminpanel.php:293 twittersettings.php:200 -msgid "Save" -msgstr "Gardar" - -#: twitteradminpanel.php:293 -msgid "Save Twitter settings" -msgstr "" - -#: twitterlogin.php:56 -msgid "Already logged in." -msgstr "" - -#: twitterlogin.php:64 -msgid "Twitter Login" -msgstr "" - -#: twitterlogin.php:69 -msgid "Login with your Twitter account" -msgstr "" - -#: twitterlogin.php:87 -msgid "Sign in with Twitter" -msgstr "" - -#: twitterauthorization.php:120 twittersettings.php:226 -msgid "There was a problem with your session token. Try again, please." -msgstr "" - -#: twitterauthorization.php:126 -msgid "You can't register if you don't agree to the license." -msgstr "" - -#: twitterauthorization.php:135 -msgid "Something weird happened." -msgstr "" - -#: twitterauthorization.php:181 twitterauthorization.php:229 -#: twitterauthorization.php:300 -msgid "Couldn't link your Twitter account." -msgstr "" - -#: twitterauthorization.php:201 -msgid "Couldn't link your Twitter account: oauth_token mismatch." -msgstr "" - -#: twitterauthorization.php:312 +#. TRANS: Message used to repeat a notice. RT is the abbreviation of 'retweet'. +#. TRANS: %1$s is the repeated user's name, %2$s is the repeated notice. #, php-format -msgid "" -"This is the first time you've logged into %s so we must connect your Twitter " -"account to a local account. You can either create a new account, or connect " -"with your existing account, if you have one." -msgstr "" - -#: twitterauthorization.php:318 -msgid "Twitter Account Setup" -msgstr "" - -#: twitterauthorization.php:351 -msgid "Connection options" -msgstr "" - -#: twitterauthorization.php:360 -#, php-format -msgid "" -"My text and files are available under %s except this private data: password, " -"email address, IM address, and phone number." -msgstr "" - -#: twitterauthorization.php:381 -msgid "Create new account" -msgstr "" - -#: twitterauthorization.php:383 -msgid "Create a new user with this nickname." -msgstr "" - -#: twitterauthorization.php:386 -msgid "New nickname" -msgstr "" - -#: twitterauthorization.php:388 -msgid "1-64 lowercase letters or numbers, no punctuation or spaces" -msgstr "" - -#: twitterauthorization.php:391 -msgid "Create" -msgstr "Crear" - -#: twitterauthorization.php:396 -msgid "Connect existing account" -msgstr "" - -#: twitterauthorization.php:398 -msgid "" -"If you already have an account, login with your username and password to " -"connect it to your Twitter account." -msgstr "" - -#: twitterauthorization.php:401 -msgid "Existing nickname" -msgstr "" - -#: twitterauthorization.php:404 -msgid "Password" -msgstr "Contrasinal" - -#: twitterauthorization.php:407 -msgid "Connect" -msgstr "Conectar" - -#: twitterauthorization.php:423 twitterauthorization.php:432 -msgid "Registration not allowed." -msgstr "" - -#: twitterauthorization.php:439 -msgid "Not a valid invitation code." -msgstr "" - -#: twitterauthorization.php:452 -msgid "Nickname not allowed." -msgstr "" - -#: twitterauthorization.php:457 -msgid "Nickname already in use. Try another one." -msgstr "" - -#: twitterauthorization.php:472 -msgid "Error registering user." -msgstr "" - -#: twitterauthorization.php:483 twitterauthorization.php:521 -#: twitterauthorization.php:541 -msgid "Error connecting user to Twitter." -msgstr "" - -#: twitterauthorization.php:503 -msgid "Invalid username or password." -msgstr "" - -#: twittersettings.php:58 -msgid "Twitter settings" -msgstr "Configuración do Twitter" - -#: twittersettings.php:69 -msgid "" -"Connect your Twitter account to share your updates with your Twitter friends " -"and vice-versa." -msgstr "" - -#: twittersettings.php:116 -msgid "Twitter account" -msgstr "Conta do Twitter" - -#: twittersettings.php:121 -msgid "Connected Twitter account" -msgstr "" - -#: twittersettings.php:126 -msgid "Disconnect my account from Twitter" -msgstr "" - -#: twittersettings.php:132 -msgid "Disconnecting your Twitter could make it impossible to log in! Please " -msgstr "" - -#: twittersettings.php:136 -msgid "set a password" -msgstr "" - -#: twittersettings.php:138 -msgid " first." -msgstr " primeiro." - -#. TRANS: %1$s is the current website name. -#: twittersettings.php:142 -#, php-format -msgid "" -"Keep your %1$s account but disconnect from Twitter. You can use your %1$s " -"password to log in." -msgstr "" - -#: twittersettings.php:150 -msgid "Disconnect" -msgstr "Desconectarse" - -#: twittersettings.php:157 -msgid "Preferences" -msgstr "Preferencias" - -#: twittersettings.php:161 -msgid "Automatically send my notices to Twitter." -msgstr "" - -#: twittersettings.php:168 -msgid "Send local \"@\" replies to Twitter." -msgstr "" - -#: twittersettings.php:175 -msgid "Subscribe to my Twitter friends here." -msgstr "" - -#: twittersettings.php:184 -msgid "Import my friends timeline." -msgstr "" - -#: twittersettings.php:202 -msgid "Add" -msgstr "Engadir" - -#: twittersettings.php:236 -msgid "Unexpected form submission." -msgstr "" - -#: twittersettings.php:251 -msgid "No Twitter connection to remove." -msgstr "" - -#: twittersettings.php:259 -msgid "Couldn't remove Twitter user." -msgstr "" - -#: twittersettings.php:263 -msgid "Twitter account disconnected." -msgstr "" - -#: twittersettings.php:283 twittersettings.php:294 -msgid "Couldn't save Twitter preferences." -msgstr "" - -#: twittersettings.php:302 -msgid "Twitter preferences saved." -msgstr "" +msgid "RT @%1$s %2$s" +msgstr "RT @%1$s %2$s" diff --git a/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po index e7637c71ad..b3d0d110ff 100644 --- a/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po index 7c8a617938..87b4918e20 100644 --- a/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:10+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ko\n" diff --git a/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po index 3d655bfadf..9a217c5c1b 100644 --- a/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po index 3809adbbe0..a7ef269da9 100644 --- a/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po index f6b0a83fbe..df1214b9aa 100644 --- a/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po index 4aabe5e42a..d297c6fa27 100644 --- a/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po index 9ee4510778..a47c716288 100644 --- a/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po index 93ef9e650c..8bc30d5c77 100644 --- a/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po index 437efad1d4..76cdd890fb 100644 --- a/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:11+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/UserFlag/locale/UserFlag.pot b/plugins/UserFlag/locale/UserFlag.pot index eec1061776..c206970bd9 100644 --- a/plugins/UserFlag/locale/UserFlag.pot +++ b/plugins/UserFlag/locale/UserFlag.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/UserFlag/locale/ar/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ar/LC_MESSAGES/UserFlag.po index 3f4bd92a6d..f44e6cb788 100644 --- a/plugins/UserFlag/locale/ar/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ar/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po index 38aa810597..de6e468d6e 100644 --- a/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po index 07df027d83..feea7874f4 100644 --- a/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po index 1490209763..0de4955812 100644 --- a/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po new file mode 100644 index 0000000000..e93ca9cc3d --- /dev/null +++ b/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po @@ -0,0 +1,107 @@ +# Translation of StatusNet - UserFlag to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - UserFlag\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-userflag\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: AJAX form title for a flagged profile. +msgid "Flagged for review" +msgstr "Marcado para revisión" + +#. TRANS: Body text for AJAX form when a profile has been flagged for review. +#. TRANS: Message added to a profile if it has been flagged for review. +msgid "Flagged" +msgstr "Marcado" + +#. TRANS: Plugin description. +msgid "" +"This plugin allows flagging of profiles for review and reviewing flagged " +"profiles." +msgstr "" +"Este complemento permite marcar perfís para revisión e revisar perfís " +"marcados." + +#. TRANS: Form title for flagging a profile for review. +msgid "Flag" +msgstr "Marcar" + +#. TRANS: Form description. +msgid "Flag profile for review." +msgstr "Marcar o perfil para revisión." + +#. TRANS: Form title for action on a profile. +msgid "Clear" +msgstr "Limpar" + +#. TRANS: Form description for clearing flags from a profile. +msgid "Clear all flags" +msgstr "Limpar todas as marcas" + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "Non iniciou sesión." + +#. TRANS: Error message displayed when trying to review profile flags while not authorised. +msgid "You cannot review profile flags." +msgstr "Non pode revisar marcas de perfíl." + +#. TRANS: Title for page with a list of profiles that were flagged for review. +msgid "Flagged profiles" +msgstr "Perfís marcados" + +#. TRANS: Header for moderation menu with action buttons for flagged profiles (like 'sandbox', 'silence', ...). +msgid "Moderate" +msgstr "Moderar" + +#. TRANS: Message displayed on a profile if it has been flagged. +#. TRANS: %1$s is a comma separated list of at most 5 user nicknames that flagged. +#. TRANS: %2$d is a positive integer of additional flagging users. Also used for plural. +#, php-format +msgid "Flagged by %1$s and %2$d other" +msgid_plural "Flagged by %1$s and %2$d others" +msgstr[0] "Marcado por %1$s e outro" +msgstr[1] "Marado por %1$s e %2$d máis" + +#. TRANS: Message displayed on a profile if it has been flagged. +#. TRANS: %s is a comma separated list of at most 5 user nicknames that flagged. +#, php-format +msgid "Flagged by %s" +msgstr "Marcado por %s" + +#. TRANS: Server exception given when flags could not be cleared. +#. TRANS: %s is a profile nickname. +#, php-format +msgid "Could not clear flags for profile \"%s\"." +msgstr "Non se puideron limpar as marcas do perfil \"%s\"." + +#. TRANS: Title for AJAX form to indicated that flags were removed. +msgid "Flags cleared" +msgstr "Marcas limpadas" + +#. TRANS: Body element for "flags cleared" form. +msgid "Cleared" +msgstr "Limpado" + +#. TRANS: Server exception. +#. TRANS: %d is a profile ID (number). +#, php-format +msgid "Could not flag profile \"%d\" for review." +msgstr "Non se puido marcar o perfil \"%d\" para revisión." diff --git a/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po index 4212a96c3e..d40d3c49a0 100644 --- a/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po index f05d1d86fd..9f42b97322 100644 --- a/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po index d4dd7eb9d4..226d6023a8 100644 --- a/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po index 4a7ce81178..df724e4db2 100644 --- a/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po index 36c81dba68..5371ad0226 100644 --- a/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po index 705e8ca980..6dc7661deb 100644 --- a/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po index e760bc3e5c..951196e2a7 100644 --- a/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:13+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/UserLimit/locale/UserLimit.pot b/plugins/UserLimit/locale/UserLimit.pot index bd9ef95638..d2629dffab 100644 --- a/plugins/UserLimit/locale/UserLimit.pot +++ b/plugins/UserLimit/locale/UserLimit.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po index 97d78e30f5..7007120a60 100644 --- a/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po index 077e3f5891..079c4ae87e 100644 --- a/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po index 3a1c1e83dd..908f790752 100644 --- a/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po index cf3914e609..eae9898ad8 100644 --- a/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" "Language-Team: Persian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fa\n" diff --git a/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po index 416ffed51f..03a7ebad6a 100644 --- a/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po index bb5aa7fec9..04e9f729af 100644 --- a/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po index 23e8b2c9f0..03904e84a9 100644 --- a/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po index 5986c54573..71ad4934fe 100644 --- a/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po index 79b377a999..73d8ec833b 100644 --- a/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po index ca1e32b3c2..3a5fc15ae8 100644 --- a/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po index 0658894c1b..a104cd2b6e 100644 --- a/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lb\n" diff --git a/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po index 17e853550e..4f139a6cea 100644 --- a/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Latvian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lv\n" diff --git a/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po index 93c60de289..74f4b66e9c 100644 --- a/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:14+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po index 162285322a..e4e1e21315 100644 --- a/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po index 4f338de7a1..cae40010d7 100644 --- a/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po index e967595898..6dd4a5d4e4 100644 --- a/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po index fbcfdeab51..7a3ac3483b 100644 --- a/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po index 23e3ffc301..5de4f8c678 100644 --- a/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po index 691972a2c0..facaa4521c 100644 --- a/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po index 56c3c2ebc3..b0da945aaf 100644 --- a/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:29+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po index 2976e5860f..58670b4995 100644 --- a/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:29+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po index 1ad517c065..72541944c2 100644 --- a/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:15+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:29+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/WikiHashtags/locale/WikiHashtags.pot b/plugins/WikiHashtags/locale/WikiHashtags.pot index 2e48b77b95..7b2f247a14 100644 --- a/plugins/WikiHashtags/locale/WikiHashtags.pot +++ b/plugins/WikiHashtags/locale/WikiHashtags.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/WikiHashtags/locale/de/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/de/LC_MESSAGES/WikiHashtags.po index b4dedafb2a..78ec9ddf62 100644 --- a/plugins/WikiHashtags/locale/de/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/de/LC_MESSAGES/WikiHashtags.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:29+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po new file mode 100644 index 0000000000..beae528506 --- /dev/null +++ b/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po @@ -0,0 +1,55 @@ +# Translation of StatusNet - WikiHashtags to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - WikiHashtags\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:29+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-wikihashtags\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Link title for editing an article on WikiHashTags. +#. TRANS: %s is the hash tag page to be edited. +#, php-format +msgid "Edit the article for #%s on WikiHashtags" +msgstr "Editar o artigo \"#%s\" en WikiHashtags" + +#. TRANS: Link description for editing an article on WikiHashTags. +msgid "Edit" +msgstr "Editar" + +#. TRANS: Link title for viewing the GFDL. +msgid "Shared under the terms of the GNU Free Documentation License" +msgstr "Difundido baixo os termos da licenza de documentación libre de GNU" + +#. TRANS: Link description for viewing the GFDL. +msgid "GNU FDL" +msgstr "GNU FDL" + +#. TRANS: Link description for editing an article on WikiHashTags. +#. TRANS: %s is the hash tag page to be created. +#, php-format +msgid "Start the article for #%s on WikiHashtags" +msgstr "Crear o artigo \"#%s\" en WikiHashtags" + +#. TRANS: Plugin description. +msgid "" +"Gets hashtag descriptions from WikiHashtags." +msgstr "" +"Obtén as descricións das etiquetas desde WikiHashtags." diff --git a/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po index ab797b875f..8620cacfe5 100644 --- a/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:29+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po index c41ba40aad..910e17a51d 100644 --- a/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:30+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po index a190f1cfdc..2040b3d77d 100644 --- a/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:30+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po index f35aa55f70..8fadfba986 100644 --- a/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:30+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po index d884d4739e..97ecc0e7c2 100644 --- a/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:30+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po index 067700435c..feebf3fff2 100644 --- a/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:16+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:30+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/WikiHowProfile/locale/WikiHowProfile.pot b/plugins/WikiHowProfile/locale/WikiHowProfile.pot index 02a65bbb37..8d8b7add60 100644 --- a/plugins/WikiHowProfile/locale/WikiHowProfile.pot +++ b/plugins/WikiHowProfile/locale/WikiHowProfile.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/WikiHowProfile/locale/de/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/de/LC_MESSAGES/WikiHowProfile.po index 89bf6395de..f54d2c970f 100644 --- a/plugins/WikiHowProfile/locale/de/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/de/LC_MESSAGES/WikiHowProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:30+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po index 5044025cfc..38893cbf1a 100644 --- a/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po @@ -1,6 +1,7 @@ # Translation of StatusNet - WikiHowProfile to French (Français) # Exported from translatewiki.net # +# Author: DavidL # Author: Verdy p # -- # This file is distributed under the same license as the StatusNet package. @@ -9,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -32,11 +33,12 @@ msgstr "" #. TRANS: Exception thrown when fetching a WikiHow profile page fails. msgid "WikiHow profile page fetch failed." -msgstr "" +msgstr "La recherche de la page de profile WikiHow a échoué." #. TRANS: Exception thrown when parsing a WikiHow profile page fails. msgid "HTML parse failure during check for WikiHow avatar." msgstr "" +"Échec de l'interprétation HTML durant la vérification de l'avatar WikiHow." #. TRANS: Server exception thrown when an avatar URL is invalid. #. TRANS: %s is the invalid avatar URL. diff --git a/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po new file mode 100644 index 0000000000..39dc93f97a --- /dev/null +++ b/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po @@ -0,0 +1,51 @@ +# Translation of StatusNet - WikiHowProfile to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - WikiHowProfile\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"Fetches avatar and other profile information for WikiHow users when setting " +"up an account via OpenID." +msgstr "" +"Recupera o avatar e outra información de perfil para os usuarios de WikiHow " +"ao crear unha conta mediante o OpenID." + +#. TRANS: Exception thrown when fetching a WikiHow profile page fails. +msgid "WikiHow profile page fetch failed." +msgstr "Erro ao recuperar a páxina de perfil WikiHow." + +#. TRANS: Exception thrown when parsing a WikiHow profile page fails. +msgid "HTML parse failure during check for WikiHow avatar." +msgstr "Erro de interpretación HTML durante a comprobación do avatar WikiHow." + +#. TRANS: Server exception thrown when an avatar URL is invalid. +#. TRANS: %s is the invalid avatar URL. +#, php-format +msgid "Invalid avatar URL %s." +msgstr "O enderezo URL do avatar, %s, é incorrecto." + +#. TRANS: Exception thrown when fetching an avatar from a URL fails. +#. TRANS: %s is a URL. +#, php-format +msgid "Unable to fetch avatar from %s." +msgstr "Non se puido recuperar o avatar desde %s." diff --git a/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po index d5ec48bb4a..19d3f62ddf 100644 --- a/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po index 87d0a1b950..6a52c5238f 100644 --- a/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po index b01e2d7dfa..6b893c5a4d 100644 --- a/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po index 8dfc117d59..0eb4c5367c 100644 --- a/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po index d8e59c57eb..e5c677334b 100644 --- a/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po index a9988a7380..996f7b7c09 100644 --- a/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po index 18cfe1d66d..d76ff369f1 100644 --- a/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po index e3a44bcced..45d639a196 100644 --- a/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:17+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/XCache/locale/XCache.pot b/plugins/XCache/locale/XCache.pot index 1b2d539409..a20494478a 100644 --- a/plugins/XCache/locale/XCache.pot +++ b/plugins/XCache/locale/XCache.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po index 754fc10027..8e0e504688 100644 --- a/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/XCache/locale/br/LC_MESSAGES/XCache.po b/plugins/XCache/locale/br/LC_MESSAGES/XCache.po index cde956d3f7..78b5ca30e5 100644 --- a/plugins/XCache/locale/br/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/br/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/XCache/locale/de/LC_MESSAGES/XCache.po b/plugins/XCache/locale/de/LC_MESSAGES/XCache.po index 42665eef7a..715c981517 100644 --- a/plugins/XCache/locale/de/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/de/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/XCache/locale/es/LC_MESSAGES/XCache.po b/plugins/XCache/locale/es/LC_MESSAGES/XCache.po index bec0ca69ae..0d58f9903d 100644 --- a/plugins/XCache/locale/es/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/es/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po b/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po index a56959103d..5c9b68044a 100644 --- a/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po b/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po index 538669fe25..6703ebdcbe 100644 --- a/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po index 895ff26a0e..0a1b0939a6 100644 --- a/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/XCache/locale/he/LC_MESSAGES/XCache.po b/plugins/XCache/locale/he/LC_MESSAGES/XCache.po index a45a5cd0e9..238c46064d 100644 --- a/plugins/XCache/locale/he/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/he/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po index 9e2510a9b5..8cbd2d64b3 100644 --- a/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/XCache/locale/id/LC_MESSAGES/XCache.po b/plugins/XCache/locale/id/LC_MESSAGES/XCache.po index f34443af68..238c2b5ede 100644 --- a/plugins/XCache/locale/id/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/id/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po b/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po index 6b6565730b..e45fdcf2ac 100644 --- a/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po index 0fd4a3918e..cf48b5c128 100644 --- a/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po b/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po index 950723a469..6a46873141 100644 --- a/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po index 6f3ac9953e..67fc1c4d99 100644 --- a/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po b/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po index 70df6c8b0d..76eebdc0a6 100644 --- a/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po b/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po index fb2771a626..36f9edf7be 100644 --- a/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po index c3d934f85e..a6f240574b 100644 --- a/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po index cb7e110cb9..cf576d229e 100644 --- a/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:18+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:33+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po b/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po index d273856b1a..6c27ccb617 100644 --- a/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:33+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po b/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po index a7d2b65fbb..d1cd2535c0 100644 --- a/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:19+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:33+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Xmpp/locale/Xmpp.pot b/plugins/Xmpp/locale/Xmpp.pot index 9b1edcd902..4c438b2c10 100644 --- a/plugins/Xmpp/locale/Xmpp.pot +++ b/plugins/Xmpp/locale/Xmpp.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po index aeaaad735a..4aef500499 100644 --- a/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:34+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po new file mode 100644 index 0000000000..17fe7abc67 --- /dev/null +++ b/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po @@ -0,0 +1,96 @@ +# Translation of StatusNet - Xmpp to Galician (Galego) +# Exported from translatewiki.net +# +# Author: Toliño +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Xmpp\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:34+0000\n" +"Language-Team: Galician \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: gl\n" +"X-Message-Group: #out-statusnet-plugin-xmpp\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Presence announcement for XMPP. +#. TRANS: Message for XMPP reconnect. +msgid "Send me a message to post a notice" +msgstr "Envíame unha mensaxe para publicar unha nota" + +#. TRANS: Plugin display name. +msgid "XMPP/Jabber/GTalk" +msgstr "XMPP/Jabber/GTalk" + +#. TRANS: Exception thrown when using too many @ signs in a Jabber ID. +msgid "Invalid JID: too many @s." +msgstr "JID inválido: Demasiados signos @." + +#. TRANS: Exception thrown when using @ sign not followed by a Jabber ID. +msgid "Invalid JID: @ but no node" +msgstr "JID inválido: Signo @ sen nodo" + +#. TRANS: Exception thrown when using too long a Jabber ID (>1023). +msgid "Invalid JID: node too long." +msgstr "JID inválido: O nodo é longo de máis." + +#. TRANS: Exception thrown when using an invalid Jabber ID. +#. TRANS: %s is the invalid Jabber ID. +#, php-format +msgid "Invalid JID node \"%s\"." +msgstr "Nodo JID, \"%s\", inválido." + +#. TRANS: Exception thrown when using too long a Jabber domain (>1023). +msgid "Invalid JID: domain too long." +msgstr "JID inválido: O dominio é longo de máis." + +#. TRANS: Exception thrown when using an invalid Jabber domain name. +#. TRANS: %s is the invalid domain name. +#, php-format +msgid "Invalid JID domain name \"%s\"." +msgstr "Nome de dominio JID, \"%s\", inválido." + +#. TRANS: Exception thrown when using an invalid Jabber resource. +#. TRANS: %s is the invalid resource. +#, php-format +msgid "Invalid JID resource \"%s\"." +msgstr "Recurso JID, \"%s\", inválido." + +#. TRANS: Link description to notice in conversation. +#. TRANS: %s is a notice ID. +#, php-format +msgid "[%s]" +msgstr "[%s]" + +#. TRANS: Exception thrown when the plugin configuration is incorrect. +msgid "You must specify a server in the configuration." +msgstr "Cómpre especificar un servidor na configuración." + +#. TRANS: Exception thrown when the plugin configuration is incorrect. +msgid "You must specify a port in the configuration." +msgstr "Cómpre especificar un porto na configuración." + +#. TRANS: Exception thrown when the plugin configuration is incorrect. +msgid "You must specify a user in the configuration." +msgstr "Cómpre especificar un usuario na configuración." + +#. TRANS: Exception thrown when the plugin configuration is incorrect. +msgid "You must specify a password in the configuration." +msgstr "Cómpre especificar un contrasinal na configuración." + +#. TRANS: Plugin description. +msgid "" +"The XMPP plugin allows users to send and receive notices over the XMPP/" +"Jabber network." +msgstr "" +"O complemento XMPP permite aos usuarios enviar e recibir mensaxes desde a " +"rede de XMPP/Jabber." diff --git a/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po index 3bcc1dc720..10fe50ee0e 100644 --- a/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:34+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po index f46d1be274..8bddd8ae19 100644 --- a/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:34+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po index 6ee96eb6c3..4b7b8909b7 100644 --- a/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:20+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:34+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/YammerImport/locale/YammerImport.pot b/plugins/YammerImport/locale/YammerImport.pot index 098af59e60..b4078ee21f 100644 --- a/plugins/YammerImport/locale/YammerImport.pot +++ b/plugins/YammerImport/locale/YammerImport.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po index f1df2f5bcb..4d8b2b019d 100644 --- a/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:38+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po index bdd5f40bec..510cf76ce6 100644 --- a/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po index 5dbf7ebfa8..d7fc4e8b9f 100644 --- a/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po index fd6a5dd29f..7e68860515 100644 --- a/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 13:18+0000\n" -"PO-Revision-Date: 2011-06-19 13:18:15+0000\n" -"Language-Team: Galician \n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" +"Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:52:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r90375); Translate extension (2011-06-02)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -26,7 +27,7 @@ msgstr "" #. TRANS: Field label for a Yammer import connect step. #. TRANS: Form legend. msgid "Connect to Yammer" -msgstr "" +msgstr "Conectar ao Yammer" #. TRANS: Page title for Yammer import administration panel. msgid "Yammer Import" @@ -39,6 +40,10 @@ msgid "" "transferred; in the future this may be supported for imports done by " "verified administrators on the Yammer side." msgstr "" +"Esta ferramenta de importación do Yammer está aínda baixo probas e está " +"incompleta nalgúns aspectos. Arestora, non se transfiren as subscricións de " +"usuarios e as pertenzas aos grupos; no futuro, isto pode estar soportado " +"para as importacións feitas por administradores verificados no Yammer." #. TRANS: Error message about an import job being paused from the admin panel. msgid "Paused from admin panel." @@ -46,86 +51,94 @@ msgstr "En pausa desde o panel de administración." #. TRANS: Client exception thrown when encountering an unhandled sub action. msgid "Invalid POST" -msgstr "" +msgstr "POST inválido." #. TRANS: Page title for Yammer import administration panel. msgid "Yammer import" -msgstr "" +msgstr "Importación Yammer" #. TRANS: Menu item for Yammer import. -#, fuzzy msgctxt "MENU" msgid "Yammer" -msgstr "Importación Yammer" +msgstr "Yammer" #. TRANS: Menu item title for Yammer import. -#, fuzzy msgid "Yammer import module." -msgstr "Importación Yammer" +msgstr "Módulo de importación Yammer." #. TRANS: Exception thrown when a non-user item type is used, but expected. msgid "Wrong item type sent to Yammer user import processing." msgstr "" +"Tipo de elemento incorrecto enviado para o proceso de importación de " +"usuarios do Yammer." #. TRANS: Used as a prefix for the Yammer expertise field contents. msgid "Expertise:" -msgstr "" +msgstr "Experiencia:" #. TRANS: Exception thrown when a non-group item type is used, but expected. msgid "Wrong item type sent to Yammer group import processing." msgstr "" +"Tipo de elemento incorrecto enviado para o proceso de importación de grupos " +"do Yammer." #. TRANS: Exception thrown when a non-message item type is used, but expected. msgid "Wrong item type sent to Yammer message import processing." msgstr "" +"Tipo de elemento incorrecto enviado para o proceso de importación de " +"mensaxes do Yammer." #. TRANS: Server exception thrown when an avatar URL is invalid. #. TRANS: %s is the invalid avatar URL. #, php-format msgid "Invalid avatar URL %s." -msgstr "" +msgstr "O enderezo URL do avatar, %s, é incorrecto." #. TRANS: Server exception thrown when an avatar could not be fetched. #. TRANS: %s is the failed avatar URL. #, php-format msgid "Unable to fetch avatar from %s." -msgstr "" +msgstr "Non se puido recuperar o avatar desde %s." #. TRANS: Button text for starting Yammer authentication. msgctxt "BUTTON" msgid "Start authentication" -msgstr "" +msgstr "Comezar a autenticación" #. TRANS: Button title for starting Yammer authentication. msgid "Request authorization to connect to a Yammer account." -msgstr "" +msgstr "Solicitar autorización para conectarse a unha conta do Yammer." #. TRANS: Button text for starting changing a Yammer API key. msgctxt "BUTTON" msgid "Change API key" -msgstr "" +msgstr "Cambiar a clave da API" #. TRANS: Server exception thrown if a Yammer authentication request is already present. msgid "Cannot request Yammer auth; already there!" msgstr "" +"Non se pode solicitar a autenticación do Yammer; a solicitude xa está " +"presente!" #. TRANS: Server exception thrown when requesting a Yammer authentication URL while in an incorrect state. msgid "Cannot get Yammer auth URL when not in requesting-auth state!" msgstr "" +"Non se pode obter a autenticación do Yammer sen estar no modo de solicitude " +"de autenticación!" #. TRANS: Exeption thrown when an external Yammer system gives an error. #. TRANS: %1$s is an HTTP error code, %2$s is the error message body. #, php-format msgid "Yammer API returned HTTP code %1$s: %2$s" -msgstr "" +msgstr "A API do Yammer devolveu o código HTTP %1$s: %2$s" #. TRANS: Exeption thrown when an external Yammer system an invalid JSON response. msgid "Invalid JSON response from Yammer API." -msgstr "" +msgstr "Resposta JSON inválida desde a API do Yammer." #. TRANS: Exeption thrown when a trust relationship has already been established. msgid "Requesting a token, but already set up with a token." -msgstr "" +msgstr "Solicitando un pase, pero o pase xa está configurado." #. TRANS: Field label for a Yammer import initialise step. msgid "Initialize" @@ -133,11 +146,11 @@ msgstr "Iniciar" #. TRANS: "In progress" description. msgid "No import running" -msgstr "" +msgstr "Non hai ningunha importación en curso" #. TRANS: "Complete" description for initialize state. msgid "Initiated Yammer server connection..." -msgstr "" +msgstr "Conexión ao servidor do Yammer iniciada..." #. TRANS: "In progress" description. msgid "Awaiting authorization..." @@ -149,83 +162,83 @@ msgstr "Conectado." #. TRANS: Field label for a Yammer user import users step. msgid "Import user accounts" -msgstr "" +msgstr "Importar contas de usuario" #. TRANS: "In progress" description. #. TRANS: %d is the number of users to be imported. #, php-format msgid "Importing %d user..." msgid_plural "Importing %d users..." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Importando %d usuario..." +msgstr[1] "Importando %d usuarios..." #. TRANS: "Complete" description for step. #. TRANS: %d is the number of users imported. #, php-format msgid "Imported %d user." msgid_plural "Imported %d users." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d usuario importado." +msgstr[1] "%d usuarios importados." #. TRANS: Field label for a Yammer group import step. msgid "Import user groups" -msgstr "" +msgstr "Importar grupos de usuario" #. TRANS: "In progress" description. #. TRANS: %d is the number of groups to be imported. #, php-format msgid "Importing %d group..." msgid_plural "Importing %d groups..." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Importando %d grupo..." +msgstr[1] "Importando %d grupos..." #. TRANS: "Complete" description for step. #. TRANS: %d is the number of groups imported. #, php-format msgid "Imported %d group." msgid_plural "Imported %d groups." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d grupo importado." +msgstr[1] "%d grupos importados." #. TRANS: Field label for a Yammer import prepare notices step. msgid "Prepare public notices for import" -msgstr "" +msgstr "Preparar a importación de notas públicas" #. TRANS: "In progress" description. #. TRANS: %d is the number of notices to be prepared for import. #, php-format msgid "Preparing %d notice..." msgid_plural "Preparing %d notices..." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Preparando %d nota..." +msgstr[1] "Preparando %d notas..." #. TRANS: "Complete" description for step. #. TRANS: %d is the number of notices prepared for import. #, php-format msgid "Prepared %d notice." msgid_plural "Prepared %d notices." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d nota preparada." +msgstr[1] "%d notas preparadas." #. TRANS: Field label for a Yammer import notices step. msgid "Import public notices" -msgstr "" +msgstr "Importar notas públicas" #. TRANS: "In progress" description. #. TRANS: %d is the number of notices to be imported. #, php-format msgid "Importing %d notice..." msgid_plural "Importing %d notices..." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Importando %d nota..." +msgstr[1] "Importando %d notas..." #. TRANS: "Complete" description for step. #. TRANS: %d is the number of notices imported. #, php-format msgid "Imported %d notice." msgid_plural "Imported %d notices." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d nota importada." +msgstr[1] "%d notas importadas." #. TRANS: Field label for a Yammer import done step. msgid "Done" @@ -253,9 +266,9 @@ msgid "Pause import" msgstr "Pausar a importación" #. TRANS: Error message. %s are the error details. -#, fuzzy, php-format +#, php-format msgid "Encountered error \"%s\"." -msgstr "Atopouse o erro \"%s\"" +msgstr "Atopouse o erro \"%s\"." #. TRANS: Fieldset legend for a paused import. msgid "Paused" @@ -274,32 +287,33 @@ msgid "" "Follow this link to confirm authorization at Yammer; you will be prompted to " "log in if necessary:" msgstr "" +"Siga esta ligazón para confirmar a autorización no Yammer; pedirémoslle que " +"inicie sesión se fose necesario:" #. TRANS: Link description for a link in an external Yammer system. msgid "Open Yammer authentication window" -msgstr "" +msgstr "Abrir a ventá de importación do Yammer" #. TRANS: Form instructions. msgid "Copy the verification code you are given below:" -msgstr "" +msgstr "Copie o código de verificación que recibiu a continuación:" #. TRANS: Field label. msgid "Verification code:" msgstr "Código de verificación:" #. TRANS: Button text for saving Yammer authorisation data and starting Yammer import. -#, fuzzy msgctxt "BUTTON" msgid "Continue" msgstr "Continuar" #. TRANS: Button title for saving Yammer authorisation data and starting Yammer import. msgid "Save the verification code and begin import." -msgstr "" +msgstr "Gardar o código de verificación e comezar a importación." #. TRANS: Form legend for adding details to connect to a remote Yammer API. msgid "Yammer API registration" -msgstr "" +msgstr "Rexistro da API do Yammer" #. TRANS: Explanation of what needs to be done to connect to a Yammer network. msgid "" @@ -308,14 +322,20 @@ msgid "" "registration will work only for your own network. Follow this link to " "register the app at Yammer; you will be prompted to log in if necessary:" msgstr "" +"Antes de que poidamos conectar coa rede do Yammer, terá que rexistrar a " +"aplicación de importación co fin de autorizala para que recolla datos no seu " +"nome. Este rexistro funcionará unicamente na súa propia rede. Siga esta " +"ligazón para rexistrar a aplicación no Yammer; pedirémoslle que inicie " +"sesión se fose necesario:" #. TRANS: Link description to a Yammer application registration form. msgid "Open Yammer application registration form" -msgstr "" +msgstr "Abrir o formulario de rexistro da aplicación do Yammer" #. TRANS: Instructions. msgid "Copy the consumer key and secret you are given into the form below:" msgstr "" +"Copie a clave e a frase de consumidor secreta que recibiu a continuación:" #. TRANS: Field label for a Yammer consumer key. msgid "Consumer key:" @@ -326,11 +346,10 @@ msgid "Consumer secret:" msgstr "Pregunta secreta do consumidor:" #. TRANS: Button text for saving a Yammer API registration. -#, fuzzy msgctxt "BUTTON" msgid "Save" msgstr "Gardar" #. TRANS: Button title for saving a Yammer API registration. msgid "Save the entered consumer key and consumer secret." -msgstr "" +msgstr "Gardar a clave e a frase de consumidor secreta inseridas." diff --git a/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po index 7689dd9a31..e299c5312d 100644 --- a/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:24+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po index 85378aa2f3..a02acac66e 100644 --- a/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po index d0c2420bde..9bbaee4101 100644 --- a/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po index ea9330b573..573d4b0a8b 100644 --- a/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po index 23776adb86..115de48a80 100644 --- a/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po index aeb3b6a240..43996d2730 100644 --- a/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-11 15:03+0000\n" -"PO-Revision-Date: 2011-11-11 15:07:25+0000\n" +"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" From a818d5c61a97283be6e9226ee3aeeeadc4a0153f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 3 Dec 2011 11:45:56 -0500 Subject: [PATCH 03/71] use null for db/database config, check for it --- lib/default.php | 2 +- lib/statusnet.php | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/default.php b/lib/default.php index 0f321efe0e..b20af476d6 100644 --- a/lib/default.php +++ b/lib/default.php @@ -66,7 +66,7 @@ $default = 'minify' => true, // true to use the minified versions of JS files; false to use orig files. Can aid during development ), 'db' => - array('database' => 'YOU HAVE TO SET THIS IN config.php', + array('database' => null, // must be set 'schema_location' => INSTALLDIR . '/classes', 'class_location' => INSTALLDIR . '/classes', 'require_prefix' => 'classes/', diff --git a/lib/statusnet.php b/lib/statusnet.php index bffa625773..5a20789e01 100644 --- a/lib/statusnet.php +++ b/lib/statusnet.php @@ -383,6 +383,7 @@ class StatusNet $config['cache']['base'] = $config['memcached']['base']; } } + if (array_key_exists('xmpp', $config)) { if ($config['xmpp']['enabled']) { addPlugin('xmpp', array( @@ -398,6 +399,12 @@ class StatusNet )); } } + + // Check for database server; must exist! + + if (empty($config['db']['database'])) { + throw new ServerException("No database server for this site."); + } } /** From 0760c64264943253748902047beb4820277b9ee1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 3 Dec 2011 12:31:47 -0500 Subject: [PATCH 04/71] log when including a file --- lib/statusnet.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/statusnet.php b/lib/statusnet.php index 5a20789e01..cd78516528 100644 --- a/lib/statusnet.php +++ b/lib/statusnet.php @@ -362,6 +362,7 @@ class StatusNet if (@file_exists($_config_file)) { // Ignore 0-byte config files if (filesize($_config_file) > 0) { + common_log(LOG_INFO, "Including config file: " . $_config_file); include($_config_file); self::$have_config = true; } From ac5e29de5a8100ac571e0f573e498aa9c3ec60cf Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Tue, 13 Dec 2011 20:30:03 +0100 Subject: [PATCH 05/71] Fix precedence issue causing all replies to be sent to Twitter. Fix #3386 --- plugins/TwitterBridge/twitter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/TwitterBridge/twitter.php b/plugins/TwitterBridge/twitter.php index 05fbdf2c4f..3da974df93 100644 --- a/plugins/TwitterBridge/twitter.php +++ b/plugins/TwitterBridge/twitter.php @@ -116,12 +116,12 @@ function is_twitter_bound($notice, $flink) { } // Check to see if notice should go to Twitter - if (!empty($flink) && ($flink->noticesync & FOREIGN_NOTICE_SEND == FOREIGN_NOTICE_SEND)) { + if (!empty($flink) && (($flink->noticesync & FOREIGN_NOTICE_SEND) == FOREIGN_NOTICE_SEND)) { // If it's not a Twitter-style reply, or if the user WANTS to send replies, // or if it's in reply to a twitter notice if (!preg_match('/^@[a-zA-Z0-9_]{1,15}\b/u', $notice->content) || - ($flink->noticesync & FOREIGN_NOTICE_SEND_REPLY == FOREIGN_NOTICE_SEND_REPLY) || + (($flink->noticesync & FOREIGN_NOTICE_SEND_REPLY) == FOREIGN_NOTICE_SEND_REPLY) || is_twitter_notice($notice->reply_to)) { return true; } From 3e0a02f52daa802ba347654fd40c1a25399aff11 Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Sun, 18 Dec 2011 12:13:42 +0100 Subject: [PATCH 06/71] Enhance is_twitter_bound function from file plugins/TwitterBridge/twitter.php to deal with new-style replies from Web UI not using at-mention replies anymore, which caused all replies to be sent to Twitter. Definitely fix #3386 --- plugins/TwitterBridge/twitter.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/TwitterBridge/twitter.php b/plugins/TwitterBridge/twitter.php index 3da974df93..ac61cc6160 100644 --- a/plugins/TwitterBridge/twitter.php +++ b/plugins/TwitterBridge/twitter.php @@ -120,9 +120,9 @@ function is_twitter_bound($notice, $flink) { // If it's not a Twitter-style reply, or if the user WANTS to send replies, // or if it's in reply to a twitter notice - if (!preg_match('/^@[a-zA-Z0-9_]{1,15}\b/u', $notice->content) || - (($flink->noticesync & FOREIGN_NOTICE_SEND_REPLY) == FOREIGN_NOTICE_SEND_REPLY) || - is_twitter_notice($notice->reply_to)) { + if ( (($flink->noticesync & FOREIGN_NOTICE_SEND_REPLY) == FOREIGN_NOTICE_SEND_REPLY) || + (is_twitter_notice($notice->reply_to) || is_twitter_notice($notice->repeat_of)) || + (empty($notice->reply_to) && !preg_match('/^@[a-zA-Z0-9_]{1,15}\b/u', $notice->content)) ){ return true; } } From 184290b5cf8448bb58b4ccd7d3bef39bd12a73f6 Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Sun, 18 Dec 2011 12:17:28 +0100 Subject: [PATCH 07/71] Add my name to TwitterBridgePlugin onPluginVersion function --- plugins/TwitterBridge/TwitterBridgePlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TwitterBridge/TwitterBridgePlugin.php b/plugins/TwitterBridge/TwitterBridgePlugin.php index b37d01274d..d733f71c56 100644 --- a/plugins/TwitterBridge/TwitterBridgePlugin.php +++ b/plugins/TwitterBridge/TwitterBridgePlugin.php @@ -339,7 +339,7 @@ class TwitterBridgePlugin extends Plugin $versions[] = array( 'name' => 'TwitterBridge', 'version' => self::VERSION, - 'author' => 'Zach Copley, Julien C', + 'author' => 'Zach Copley, Julien C, Jean Baptiste Favre', 'homepage' => 'http://status.net/wiki/Plugin:TwitterBridge', // TRANS: Plugin description. 'rawdescription' => _m('The Twitter "bridge" plugin allows integration ' . From 7f257ddb95bf3b3a3bf5917ced61f2bff23bb4be Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 19 Dec 2011 02:02:49 +0100 Subject: [PATCH 08/71] Localisation updates from http://translatewiki.net. --- locale/ar/LC_MESSAGES/statusnet.po | 6 +- locale/be-tarask/LC_MESSAGES/statusnet.po | 117 +- locale/bg/LC_MESSAGES/statusnet.po | 6 +- locale/br/LC_MESSAGES/statusnet.po | 10 +- locale/ca/LC_MESSAGES/statusnet.po | 22 +- locale/cs/LC_MESSAGES/statusnet.po | 6 +- locale/de/LC_MESSAGES/statusnet.po | 8 +- locale/en_GB/LC_MESSAGES/statusnet.po | 6 +- locale/eo/LC_MESSAGES/statusnet.po | 6 +- locale/es/LC_MESSAGES/statusnet.po | 1366 ++++++--------- locale/eu/LC_MESSAGES/statusnet.po | 8 +- locale/fa/LC_MESSAGES/statusnet.po | 6 +- locale/fi/LC_MESSAGES/statusnet.po | 7 +- locale/fr/LC_MESSAGES/statusnet.po | 47 +- locale/fur/LC_MESSAGES/statusnet.po | 36 +- locale/gl/LC_MESSAGES/statusnet.po | 1521 ++++++++--------- locale/he/LC_MESSAGES/statusnet.po | 6 +- locale/hsb/LC_MESSAGES/statusnet.po | 79 +- locale/hu/LC_MESSAGES/statusnet.po | 7 +- locale/ia/LC_MESSAGES/statusnet.po | 18 +- locale/it/LC_MESSAGES/statusnet.po | 6 +- locale/ja/LC_MESSAGES/statusnet.po | 10 +- locale/ka/LC_MESSAGES/statusnet.po | 6 +- locale/ko/LC_MESSAGES/statusnet.po | 6 +- locale/mk/LC_MESSAGES/statusnet.po | 26 +- locale/ml/LC_MESSAGES/statusnet.po | 6 +- locale/nb/LC_MESSAGES/statusnet.po | 6 +- locale/nl/LC_MESSAGES/statusnet.po | 6 +- locale/pl/LC_MESSAGES/statusnet.po | 6 +- locale/pt/LC_MESSAGES/statusnet.po | 6 +- locale/pt_BR/LC_MESSAGES/statusnet.po | 6 +- locale/ru/LC_MESSAGES/statusnet.po | 11 +- locale/statusnet.pot | 2 +- locale/sv/LC_MESSAGES/statusnet.po | 6 +- locale/te/LC_MESSAGES/statusnet.po | 6 +- locale/tl/LC_MESSAGES/statusnet.po | 6 +- locale/uk/LC_MESSAGES/statusnet.po | 6 +- locale/zh_CN/LC_MESSAGES/statusnet.po | 6 +- plugins/APC/locale/APC.pot | 2 +- plugins/APC/locale/ast/LC_MESSAGES/APC.po | 6 +- .../APC/locale/be-tarask/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/br/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/de/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/es/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/fr/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/gl/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/he/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/ia/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/id/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/mk/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/ms/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/nb/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/nl/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/pl/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/pt/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/ru/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/tl/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/uk/LC_MESSAGES/APC.po | 6 +- plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po | 6 +- .../AccountManager/locale/AccountManager.pot | 2 +- .../locale/af/LC_MESSAGES/AccountManager.po | 6 +- .../locale/ast/LC_MESSAGES/AccountManager.po | 6 +- .../locale/ca/LC_MESSAGES/AccountManager.po | 6 +- .../locale/de/LC_MESSAGES/AccountManager.po | 6 +- .../locale/es/LC_MESSAGES/AccountManager.po | 30 + .../locale/eu/LC_MESSAGES/AccountManager.po | 6 +- .../locale/fi/LC_MESSAGES/AccountManager.po | 6 +- .../locale/fr/LC_MESSAGES/AccountManager.po | 6 +- .../locale/gl/LC_MESSAGES/AccountManager.po | 6 +- .../locale/he/LC_MESSAGES/AccountManager.po | 6 +- .../locale/ia/LC_MESSAGES/AccountManager.po | 6 +- .../locale/ja/LC_MESSAGES/AccountManager.po | 6 +- .../locale/mk/LC_MESSAGES/AccountManager.po | 6 +- .../locale/ms/LC_MESSAGES/AccountManager.po | 6 +- .../locale/nl/LC_MESSAGES/AccountManager.po | 6 +- .../locale/pt/LC_MESSAGES/AccountManager.po | 6 +- .../locale/ru/LC_MESSAGES/AccountManager.po | 6 +- .../locale/tl/LC_MESSAGES/AccountManager.po | 6 +- .../locale/uk/LC_MESSAGES/AccountManager.po | 6 +- plugins/Activity/locale/Activity.pot | 2 +- .../locale/ar/LC_MESSAGES/Activity.po | 8 +- .../locale/ca/LC_MESSAGES/Activity.po | 8 +- .../locale/de/LC_MESSAGES/Activity.po | 8 +- .../locale/es/LC_MESSAGES/Activity.po | 119 ++ .../locale/eu/LC_MESSAGES/Activity.po | 8 +- .../locale/gl/LC_MESSAGES/Activity.po | 8 +- .../locale/ia/LC_MESSAGES/Activity.po | 8 +- .../locale/mk/LC_MESSAGES/Activity.po | 8 +- .../locale/nl/LC_MESSAGES/Activity.po | 8 +- .../locale/ru/LC_MESSAGES/Activity.po | 8 +- plugins/Adsense/locale/Adsense.pot | 2 +- .../locale/be-tarask/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/br/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/ca/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/de/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/es/LC_MESSAGES/Adsense.po | 16 +- .../Adsense/locale/eu/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/fr/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/gl/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/ia/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/it/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/ka/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/mk/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/ms/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/nb/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/nl/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/pt/LC_MESSAGES/Adsense.po | 6 +- .../locale/pt_BR/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/ru/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/sv/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/tl/LC_MESSAGES/Adsense.po | 6 +- .../Adsense/locale/uk/LC_MESSAGES/Adsense.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Adsense.po | 6 +- plugins/Aim/locale/Aim.pot | 2 +- plugins/Aim/locale/af/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/ca/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/de/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/es/LC_MESSAGES/Aim.po | 11 +- plugins/Aim/locale/eu/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/fi/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/fr/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/gl/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/ia/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/mk/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/ms/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/nl/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/pt/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/sv/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/tl/LC_MESSAGES/Aim.po | 6 +- plugins/Aim/locale/uk/LC_MESSAGES/Aim.po | 6 +- .../AnonymousFave/locale/AnonymousFave.pot | 2 +- .../locale/ar/LC_MESSAGES/AnonymousFave.po | 6 +- .../be-tarask/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/br/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/ca/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/de/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/es/LC_MESSAGES/AnonymousFave.po | 16 +- .../locale/fr/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/gl/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/ia/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/mk/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/nl/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/pt/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/tl/LC_MESSAGES/AnonymousFave.po | 6 +- .../locale/uk/LC_MESSAGES/AnonymousFave.po | 6 +- plugins/ApiLogger/locale/ApiLogger.pot | 2 +- .../locale/ast/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/de/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/es/LC_MESSAGES/ApiLogger.po | 27 + .../locale/fr/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/gl/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/he/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/ia/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/ksh/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/mk/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/ms/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/nl/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/pt/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/tl/LC_MESSAGES/ApiLogger.po | 6 +- .../locale/uk/LC_MESSAGES/ApiLogger.po | 6 +- plugins/AutoSandbox/locale/AutoSandbox.pot | 2 +- .../be-tarask/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/br/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/de/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/es/LC_MESSAGES/AutoSandbox.po | 13 +- .../locale/fr/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/gl/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/ia/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/mk/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/nl/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/ru/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/tl/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/uk/LC_MESSAGES/AutoSandbox.po | 6 +- .../locale/zh_CN/LC_MESSAGES/AutoSandbox.po | 6 +- plugins/Autocomplete/locale/Autocomplete.pot | 2 +- .../locale/ar/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/ast/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/ca/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/de/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/es/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/eu/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/fr/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/gl/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/he/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/ia/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/mk/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/ms/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/nl/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/pl/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/sv/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/tl/LC_MESSAGES/Autocomplete.po | 6 +- .../locale/uk/LC_MESSAGES/Autocomplete.po | 6 +- plugins/Awesomeness/locale/Awesomeness.pot | 2 +- .../be-tarask/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/de/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/es/LC_MESSAGES/Awesomeness.po | 30 + .../locale/fi/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/fr/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/gl/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/he/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/ia/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/mk/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/nl/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/pt/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/ru/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/tl/LC_MESSAGES/Awesomeness.po | 6 +- .../locale/uk/LC_MESSAGES/Awesomeness.po | 6 +- plugins/BitlyUrl/locale/BitlyUrl.pot | 2 +- .../locale/be-tarask/LC_MESSAGES/BitlyUrl.po | 8 +- .../locale/ca/LC_MESSAGES/BitlyUrl.po | 8 +- .../locale/de/LC_MESSAGES/BitlyUrl.po | 8 +- .../locale/es/LC_MESSAGES/BitlyUrl.po | 101 +- .../locale/fr/LC_MESSAGES/BitlyUrl.po | 8 +- .../locale/fur/LC_MESSAGES/BitlyUrl.po | 8 +- .../locale/gl/LC_MESSAGES/BitlyUrl.po | 8 +- .../locale/ia/LC_MESSAGES/BitlyUrl.po | 8 +- .../locale/mk/LC_MESSAGES/BitlyUrl.po | 8 +- .../locale/nb/LC_MESSAGES/BitlyUrl.po | 8 +- .../locale/nl/LC_MESSAGES/BitlyUrl.po | 8 +- .../locale/ru/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/sv/LC_MESSAGES/BitlyUrl.po | 8 +- .../locale/tl/LC_MESSAGES/BitlyUrl.po | 8 +- .../locale/uk/LC_MESSAGES/BitlyUrl.po | 8 +- plugins/Blacklist/locale/Blacklist.pot | 2 +- .../locale/be-tarask/LC_MESSAGES/Blacklist.po | 6 +- .../locale/ca/LC_MESSAGES/Blacklist.po | 6 +- .../locale/de/LC_MESSAGES/Blacklist.po | 6 +- .../locale/es/LC_MESSAGES/Blacklist.po | 47 +- .../locale/fr/LC_MESSAGES/Blacklist.po | 6 +- .../locale/gl/LC_MESSAGES/Blacklist.po | 6 +- .../locale/ia/LC_MESSAGES/Blacklist.po | 6 +- .../locale/mk/LC_MESSAGES/Blacklist.po | 6 +- .../locale/nl/LC_MESSAGES/Blacklist.po | 6 +- .../locale/ru/LC_MESSAGES/Blacklist.po | 7 +- .../locale/sv/LC_MESSAGES/Blacklist.po | 6 +- .../locale/tl/LC_MESSAGES/Blacklist.po | 6 +- .../locale/uk/LC_MESSAGES/Blacklist.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Blacklist.po | 6 +- plugins/BlankAd/locale/BlankAd.pot | 2 +- .../BlankAd/locale/ast/LC_MESSAGES/BlankAd.po | 6 +- .../locale/be-tarask/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/br/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/de/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/es/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/fi/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/fr/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/gl/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/he/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/ia/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/mk/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/nb/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/nl/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/pt/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/ru/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/sv/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/tl/LC_MESSAGES/BlankAd.po | 6 +- .../BlankAd/locale/uk/LC_MESSAGES/BlankAd.po | 6 +- .../locale/zh_CN/LC_MESSAGES/BlankAd.po | 6 +- plugins/Blog/locale/Blog.pot | 2 +- plugins/Blog/locale/ar/LC_MESSAGES/Blog.po | 8 +- plugins/Blog/locale/br/LC_MESSAGES/Blog.po | 8 +- plugins/Blog/locale/ca/LC_MESSAGES/Blog.po | 8 +- plugins/Blog/locale/de/LC_MESSAGES/Blog.po | 8 +- plugins/Blog/locale/es/LC_MESSAGES/Blog.po | 97 ++ plugins/Blog/locale/eu/LC_MESSAGES/Blog.po | 8 +- plugins/Blog/locale/fr/LC_MESSAGES/Blog.po | 8 +- plugins/Blog/locale/gl/LC_MESSAGES/Blog.po | 8 +- plugins/Blog/locale/ia/LC_MESSAGES/Blog.po | 8 +- plugins/Blog/locale/mk/LC_MESSAGES/Blog.po | 8 +- plugins/Blog/locale/nl/LC_MESSAGES/Blog.po | 8 +- plugins/Blog/locale/tr/LC_MESSAGES/Blog.po | 96 ++ plugins/BlogspamNet/locale/BlogspamNet.pot | 2 +- .../locale/de/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/es/LC_MESSAGES/BlogspamNet.po | 20 +- .../locale/fr/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/gl/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/ia/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/mk/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/nb/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/nl/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/ru/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/tl/LC_MESSAGES/BlogspamNet.po | 6 +- .../locale/uk/LC_MESSAGES/BlogspamNet.po | 6 +- plugins/Bookmark/locale/Bookmark.pot | 2 +- .../locale/ar/LC_MESSAGES/Bookmark.po | 6 +- .../locale/ca/LC_MESSAGES/Bookmark.po | 6 +- .../locale/de/LC_MESSAGES/Bookmark.po | 6 +- .../locale/es/LC_MESSAGES/Bookmark.po | 270 +++ .../locale/eu/LC_MESSAGES/Bookmark.po | 6 +- .../locale/fr/LC_MESSAGES/Bookmark.po | 6 +- .../locale/gl/LC_MESSAGES/Bookmark.po | 6 +- .../locale/ia/LC_MESSAGES/Bookmark.po | 6 +- .../locale/ja/LC_MESSAGES/Bookmark.po | 6 +- .../locale/mk/LC_MESSAGES/Bookmark.po | 6 +- .../locale/nl/LC_MESSAGES/Bookmark.po | 6 +- .../locale/sv/LC_MESSAGES/Bookmark.po | 6 +- .../locale/tl/LC_MESSAGES/Bookmark.po | 6 +- .../locale/uk/LC_MESSAGES/Bookmark.po | 6 +- plugins/CacheLog/locale/CacheLog.pot | 2 +- .../locale/ast/LC_MESSAGES/CacheLog.po | 6 +- .../locale/be-tarask/LC_MESSAGES/CacheLog.po | 6 +- .../locale/br/LC_MESSAGES/CacheLog.po | 6 +- .../locale/de/LC_MESSAGES/CacheLog.po | 6 +- .../locale/es/LC_MESSAGES/CacheLog.po | 6 +- .../locale/fr/LC_MESSAGES/CacheLog.po | 6 +- .../locale/gl/LC_MESSAGES/CacheLog.po | 6 +- .../locale/he/LC_MESSAGES/CacheLog.po | 6 +- .../locale/ia/LC_MESSAGES/CacheLog.po | 6 +- .../locale/mk/LC_MESSAGES/CacheLog.po | 6 +- .../locale/nb/LC_MESSAGES/CacheLog.po | 6 +- .../locale/nl/LC_MESSAGES/CacheLog.po | 6 +- .../locale/pt/LC_MESSAGES/CacheLog.po | 6 +- .../locale/ru/LC_MESSAGES/CacheLog.po | 6 +- .../locale/tl/LC_MESSAGES/CacheLog.po | 6 +- .../locale/uk/LC_MESSAGES/CacheLog.po | 6 +- .../locale/zh_CN/LC_MESSAGES/CacheLog.po | 6 +- .../locale/CasAuthentication.pot | 2 +- .../LC_MESSAGES/CasAuthentication.po | 6 +- .../br/LC_MESSAGES/CasAuthentication.po | 6 +- .../ca/LC_MESSAGES/CasAuthentication.po | 6 +- .../de/LC_MESSAGES/CasAuthentication.po | 6 +- .../es/LC_MESSAGES/CasAuthentication.po | 6 +- .../eu/LC_MESSAGES/CasAuthentication.po | 6 +- .../fr/LC_MESSAGES/CasAuthentication.po | 6 +- .../gl/LC_MESSAGES/CasAuthentication.po | 6 +- .../hu/LC_MESSAGES/CasAuthentication.po | 6 +- .../ia/LC_MESSAGES/CasAuthentication.po | 6 +- .../mk/LC_MESSAGES/CasAuthentication.po | 6 +- .../nl/LC_MESSAGES/CasAuthentication.po | 6 +- .../pt_BR/LC_MESSAGES/CasAuthentication.po | 6 +- .../ru/LC_MESSAGES/CasAuthentication.po | 6 +- .../tl/LC_MESSAGES/CasAuthentication.po | 6 +- .../uk/LC_MESSAGES/CasAuthentication.po | 6 +- .../zh_CN/LC_MESSAGES/CasAuthentication.po | 6 +- .../locale/ClientSideShorten.pot | 2 +- .../LC_MESSAGES/ClientSideShorten.po | 6 +- .../de/LC_MESSAGES/ClientSideShorten.po | 6 +- .../es/LC_MESSAGES/ClientSideShorten.po | 8 +- .../eu/LC_MESSAGES/ClientSideShorten.po | 6 +- .../fr/LC_MESSAGES/ClientSideShorten.po | 6 +- .../gl/LC_MESSAGES/ClientSideShorten.po | 6 +- .../he/LC_MESSAGES/ClientSideShorten.po | 6 +- .../ia/LC_MESSAGES/ClientSideShorten.po | 6 +- .../id/LC_MESSAGES/ClientSideShorten.po | 6 +- .../mk/LC_MESSAGES/ClientSideShorten.po | 6 +- .../nb/LC_MESSAGES/ClientSideShorten.po | 6 +- .../nl/LC_MESSAGES/ClientSideShorten.po | 6 +- .../ru/LC_MESSAGES/ClientSideShorten.po | 6 +- .../tl/LC_MESSAGES/ClientSideShorten.po | 6 +- .../uk/LC_MESSAGES/ClientSideShorten.po | 6 +- .../zh_CN/LC_MESSAGES/ClientSideShorten.po | 6 +- plugins/Comet/locale/Comet.pot | 2 +- plugins/Comet/locale/de/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/es/LC_MESSAGES/Comet.po | 17 +- plugins/Comet/locale/fr/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/gl/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/he/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/ia/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/mk/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/nb/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/nl/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/ru/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/tl/LC_MESSAGES/Comet.po | 6 +- plugins/Comet/locale/uk/LC_MESSAGES/Comet.po | 6 +- .../locale/DirectionDetector.pot | 2 +- .../ast/LC_MESSAGES/DirectionDetector.po | 6 +- .../LC_MESSAGES/DirectionDetector.po | 6 +- .../br/LC_MESSAGES/DirectionDetector.po | 6 +- .../de/LC_MESSAGES/DirectionDetector.po | 6 +- .../es/LC_MESSAGES/DirectionDetector.po | 6 +- .../fi/LC_MESSAGES/DirectionDetector.po | 6 +- .../fr/LC_MESSAGES/DirectionDetector.po | 6 +- .../gl/LC_MESSAGES/DirectionDetector.po | 6 +- .../he/LC_MESSAGES/DirectionDetector.po | 6 +- .../ia/LC_MESSAGES/DirectionDetector.po | 6 +- .../id/LC_MESSAGES/DirectionDetector.po | 6 +- .../ja/LC_MESSAGES/DirectionDetector.po | 6 +- .../lb/LC_MESSAGES/DirectionDetector.po | 6 +- .../mk/LC_MESSAGES/DirectionDetector.po | 6 +- .../nb/LC_MESSAGES/DirectionDetector.po | 6 +- .../nl/LC_MESSAGES/DirectionDetector.po | 6 +- .../pt/LC_MESSAGES/DirectionDetector.po | 6 +- .../ru/LC_MESSAGES/DirectionDetector.po | 6 +- .../tl/LC_MESSAGES/DirectionDetector.po | 6 +- .../uk/LC_MESSAGES/DirectionDetector.po | 6 +- .../zh_CN/LC_MESSAGES/DirectionDetector.po | 6 +- plugins/Directory/locale/Directory.pot | 2 +- .../locale/ar/LC_MESSAGES/Directory.po | 6 +- .../locale/ca/LC_MESSAGES/Directory.po | 6 +- .../locale/de/LC_MESSAGES/Directory.po | 6 +- .../locale/es/LC_MESSAGES/Directory.po | 173 ++ .../locale/eu/LC_MESSAGES/Directory.po | 6 +- .../locale/fi/LC_MESSAGES/Directory.po | 6 +- .../locale/fr/LC_MESSAGES/Directory.po | 6 +- .../locale/gl/LC_MESSAGES/Directory.po | 6 +- .../locale/ia/LC_MESSAGES/Directory.po | 6 +- .../locale/ja/LC_MESSAGES/Directory.po | 6 +- .../locale/mk/LC_MESSAGES/Directory.po | 6 +- .../locale/nl/LC_MESSAGES/Directory.po | 6 +- .../locale/sv/LC_MESSAGES/Directory.po | 6 +- .../locale/tl/LC_MESSAGES/Directory.po | 6 +- .../locale/uk/LC_MESSAGES/Directory.po | 6 +- plugins/DiskCache/locale/DiskCache.pot | 2 +- .../locale/be-tarask/LC_MESSAGES/DiskCache.po | 6 +- .../locale/br/LC_MESSAGES/DiskCache.po | 6 +- .../locale/ca/LC_MESSAGES/DiskCache.po | 6 +- .../locale/de/LC_MESSAGES/DiskCache.po | 6 +- .../locale/es/LC_MESSAGES/DiskCache.po | 6 +- .../locale/fi/LC_MESSAGES/DiskCache.po | 6 +- .../locale/fr/LC_MESSAGES/DiskCache.po | 6 +- .../locale/gl/LC_MESSAGES/DiskCache.po | 6 +- .../locale/he/LC_MESSAGES/DiskCache.po | 6 +- .../locale/ia/LC_MESSAGES/DiskCache.po | 6 +- .../locale/id/LC_MESSAGES/DiskCache.po | 6 +- .../locale/mk/LC_MESSAGES/DiskCache.po | 6 +- .../locale/nb/LC_MESSAGES/DiskCache.po | 6 +- .../locale/nl/LC_MESSAGES/DiskCache.po | 6 +- .../locale/pt/LC_MESSAGES/DiskCache.po | 6 +- .../locale/pt_BR/LC_MESSAGES/DiskCache.po | 6 +- .../locale/ru/LC_MESSAGES/DiskCache.po | 6 +- .../locale/sv/LC_MESSAGES/DiskCache.po | 6 +- .../locale/tl/LC_MESSAGES/DiskCache.po | 6 +- .../locale/uk/LC_MESSAGES/DiskCache.po | 6 +- .../locale/zh_CN/LC_MESSAGES/DiskCache.po | 6 +- plugins/Disqus/locale/Disqus.pot | 2 +- .../locale/be-tarask/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/br/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/ca/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/de/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/es/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/fr/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/gl/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/ia/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/mk/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/nb/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/nl/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/pt/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/ru/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/tl/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/uk/LC_MESSAGES/Disqus.po | 6 +- .../Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po | 6 +- .../locale/DomainStatusNetwork.pot | 2 +- .../de/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../es/LC_MESSAGES/DomainStatusNetwork.po | 29 + .../fr/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../gl/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../he/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../ia/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../mk/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../nb/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../nl/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../tl/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../uk/LC_MESSAGES/DomainStatusNetwork.po | 6 +- .../locale/DomainWhitelist.pot | 2 +- .../locale/ar/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/ca/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/de/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/es/LC_MESSAGES/DomainWhitelist.po | 82 + .../locale/gl/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/ia/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/mk/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/nl/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/tl/LC_MESSAGES/DomainWhitelist.po | 6 +- .../locale/uk/LC_MESSAGES/DomainWhitelist.po | 6 +- plugins/Echo/locale/Echo.pot | 2 +- plugins/Echo/locale/ar/LC_MESSAGES/Echo.po | 6 +- .../Echo/locale/be-tarask/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/br/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/de/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/es/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/fi/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/fr/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/gl/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/he/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/ia/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/id/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/lb/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/mk/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/nb/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/nl/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/pt/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/ru/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/tl/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/uk/LC_MESSAGES/Echo.po | 6 +- plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po | 6 +- .../locale/EmailAuthentication.pot | 2 +- .../LC_MESSAGES/EmailAuthentication.po | 6 +- .../br/LC_MESSAGES/EmailAuthentication.po | 6 +- .../ca/LC_MESSAGES/EmailAuthentication.po | 6 +- .../de/LC_MESSAGES/EmailAuthentication.po | 6 +- .../es/LC_MESSAGES/EmailAuthentication.po | 6 +- .../eu/LC_MESSAGES/EmailAuthentication.po | 6 +- .../fi/LC_MESSAGES/EmailAuthentication.po | 6 +- .../fr/LC_MESSAGES/EmailAuthentication.po | 6 +- .../gl/LC_MESSAGES/EmailAuthentication.po | 6 +- .../he/LC_MESSAGES/EmailAuthentication.po | 6 +- .../ia/LC_MESSAGES/EmailAuthentication.po | 6 +- .../id/LC_MESSAGES/EmailAuthentication.po | 6 +- .../ja/LC_MESSAGES/EmailAuthentication.po | 6 +- .../mk/LC_MESSAGES/EmailAuthentication.po | 6 +- .../nb/LC_MESSAGES/EmailAuthentication.po | 6 +- .../nl/LC_MESSAGES/EmailAuthentication.po | 6 +- .../pt/LC_MESSAGES/EmailAuthentication.po | 6 +- .../pt_BR/LC_MESSAGES/EmailAuthentication.po | 6 +- .../ru/LC_MESSAGES/EmailAuthentication.po | 6 +- .../tl/LC_MESSAGES/EmailAuthentication.po | 6 +- .../uk/LC_MESSAGES/EmailAuthentication.po | 6 +- .../zh_CN/LC_MESSAGES/EmailAuthentication.po | 6 +- .../locale/EmailRegistration.pot | 2 +- .../ar/LC_MESSAGES/EmailRegistration.po | 6 +- .../br/LC_MESSAGES/EmailRegistration.po | 6 +- .../ca/LC_MESSAGES/EmailRegistration.po | 6 +- .../de/LC_MESSAGES/EmailRegistration.po | 6 +- .../es/LC_MESSAGES/EmailRegistration.po | 194 +++ .../eu/LC_MESSAGES/EmailRegistration.po | 6 +- .../fr/LC_MESSAGES/EmailRegistration.po | 6 +- .../gl/LC_MESSAGES/EmailRegistration.po | 6 +- .../hu/LC_MESSAGES/EmailRegistration.po | 6 +- .../ia/LC_MESSAGES/EmailRegistration.po | 6 +- .../mk/LC_MESSAGES/EmailRegistration.po | 6 +- .../nl/LC_MESSAGES/EmailRegistration.po | 6 +- .../ru/LC_MESSAGES/EmailRegistration.po | 178 ++ .../sv/LC_MESSAGES/EmailRegistration.po | 6 +- .../tl/LC_MESSAGES/EmailRegistration.po | 6 +- .../uk/LC_MESSAGES/EmailRegistration.po | 6 +- .../EmailReminder/locale/EmailReminder.pot | 2 +- .../locale/ar/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/de/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/es/LC_MESSAGES/EmailReminder.po | 53 + .../locale/eu/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/gl/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/ia/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/mk/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/nl/LC_MESSAGES/EmailReminder.po | 6 +- .../locale/pt/LC_MESSAGES/EmailReminder.po | 6 +- plugins/EmailSummary/locale/EmailSummary.pot | 2 +- .../locale/ca/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/de/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/es/LC_MESSAGES/EmailSummary.po | 56 + .../locale/eu/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/gl/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/ia/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/mk/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/nl/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/tl/LC_MESSAGES/EmailSummary.po | 6 +- .../locale/uk/LC_MESSAGES/EmailSummary.po | 6 +- plugins/Event/locale/Event.pot | 2 +- plugins/Event/locale/ar/LC_MESSAGES/Event.po | 8 +- plugins/Event/locale/br/LC_MESSAGES/Event.po | 16 +- plugins/Event/locale/ca/LC_MESSAGES/Event.po | 16 +- plugins/Event/locale/de/LC_MESSAGES/Event.po | 16 +- plugins/Event/locale/eu/LC_MESSAGES/Event.po | 16 +- plugins/Event/locale/fr/LC_MESSAGES/Event.po | 16 +- plugins/Event/locale/gl/LC_MESSAGES/Event.po | 16 +- plugins/Event/locale/ia/LC_MESSAGES/Event.po | 16 +- plugins/Event/locale/mk/LC_MESSAGES/Event.po | 16 +- plugins/Event/locale/ms/LC_MESSAGES/Event.po | 8 +- plugins/Event/locale/nl/LC_MESSAGES/Event.po | 16 +- plugins/Event/locale/pt/LC_MESSAGES/Event.po | 8 +- plugins/Event/locale/tl/LC_MESSAGES/Event.po | 8 +- plugins/Event/locale/uk/LC_MESSAGES/Event.po | 8 +- .../locale/ExtendedProfile.pot | 2 +- .../locale/ar/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/br/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/ca/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/de/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/eu/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/fr/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/gl/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/ia/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/ja/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/mk/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/nl/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/sv/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/te/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/tl/LC_MESSAGES/ExtendedProfile.po | 6 +- .../locale/uk/LC_MESSAGES/ExtendedProfile.po | 6 +- .../FacebookBridge/locale/FacebookBridge.pot | 2 +- .../locale/ar/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/br/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/ca/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/de/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/fr/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/fur/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/gl/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/ia/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/mg/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/mk/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/nl/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/tl/LC_MESSAGES/FacebookBridge.po | 6 +- .../locale/uk/LC_MESSAGES/FacebookBridge.po | 6 +- .../zh_CN/LC_MESSAGES/FacebookBridge.po | 6 +- plugins/FirePHP/locale/FirePHP.pot | 2 +- .../FirePHP/locale/ca/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/de/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/es/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/fi/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/fr/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/gl/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/he/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/ia/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/id/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/ja/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/mk/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/nb/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/nl/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/pt/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/ru/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/tl/LC_MESSAGES/FirePHP.po | 6 +- .../FirePHP/locale/uk/LC_MESSAGES/FirePHP.po | 6 +- .../locale/zh_CN/LC_MESSAGES/FirePHP.po | 6 +- .../FollowEveryone/locale/FollowEveryone.pot | 2 +- .../locale/br/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/ca/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/de/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/eu/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/fi/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/fr/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/gl/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/he/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/ia/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/mk/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/nl/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/pt/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/ru/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/tl/LC_MESSAGES/FollowEveryone.po | 6 +- .../locale/uk/LC_MESSAGES/FollowEveryone.po | 6 +- plugins/ForceGroup/locale/ForceGroup.pot | 2 +- .../locale/br/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/ca/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/de/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/es/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/fr/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/gl/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/he/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/ia/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/id/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/mk/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/nl/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/pt/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/te/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/tl/LC_MESSAGES/ForceGroup.po | 6 +- .../locale/uk/LC_MESSAGES/ForceGroup.po | 6 +- plugins/GeoURL/locale/GeoURL.pot | 2 +- .../GeoURL/locale/ca/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/de/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/eo/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/es/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/eu/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/fi/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/fr/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/gl/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/he/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/ia/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/id/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/mk/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/nb/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/nl/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/pl/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/pt/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/ru/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/sv/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/tl/LC_MESSAGES/GeoURL.po | 6 +- .../GeoURL/locale/uk/LC_MESSAGES/GeoURL.po | 6 +- plugins/Geonames/locale/Geonames.pot | 2 +- .../locale/ca/LC_MESSAGES/Geonames.po | 6 +- .../locale/de/LC_MESSAGES/Geonames.po | 6 +- .../locale/eu/LC_MESSAGES/Geonames.po | 6 +- .../locale/fi/LC_MESSAGES/Geonames.po | 6 +- .../locale/fr/LC_MESSAGES/Geonames.po | 6 +- .../locale/gl/LC_MESSAGES/Geonames.po | 6 +- .../locale/ia/LC_MESSAGES/Geonames.po | 6 +- .../locale/mk/LC_MESSAGES/Geonames.po | 6 +- .../locale/nl/LC_MESSAGES/Geonames.po | 6 +- .../locale/sv/LC_MESSAGES/Geonames.po | 6 +- .../locale/tl/LC_MESSAGES/Geonames.po | 6 +- .../locale/uk/LC_MESSAGES/Geonames.po | 6 +- .../locale/GoogleAnalytics.pot | 2 +- .../locale/br/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/ca/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/de/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/es/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/fi/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/fr/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/gl/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/he/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/ia/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/id/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/mk/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/nb/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/nl/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/pt/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../pt_BR/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/ru/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/sv/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/tl/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../locale/uk/LC_MESSAGES/GoogleAnalytics.po | 6 +- .../zh_CN/LC_MESSAGES/GoogleAnalytics.po | 6 +- plugins/Gravatar/locale/Gravatar.pot | 2 +- .../locale/ca/LC_MESSAGES/Gravatar.po | 6 +- .../locale/de/LC_MESSAGES/Gravatar.po | 6 +- .../locale/es/LC_MESSAGES/Gravatar.po | 6 +- .../locale/eu/LC_MESSAGES/Gravatar.po | 6 +- .../locale/fr/LC_MESSAGES/Gravatar.po | 6 +- .../locale/gl/LC_MESSAGES/Gravatar.po | 6 +- .../locale/he/LC_MESSAGES/Gravatar.po | 6 +- .../locale/ia/LC_MESSAGES/Gravatar.po | 6 +- .../locale/mk/LC_MESSAGES/Gravatar.po | 6 +- .../locale/nl/LC_MESSAGES/Gravatar.po | 6 +- .../locale/pl/LC_MESSAGES/Gravatar.po | 6 +- .../locale/pt/LC_MESSAGES/Gravatar.po | 6 +- .../locale/sv/LC_MESSAGES/Gravatar.po | 6 +- .../locale/tl/LC_MESSAGES/Gravatar.po | 6 +- .../locale/uk/LC_MESSAGES/Gravatar.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Gravatar.po | 6 +- .../GroupFavorited/locale/GroupFavorited.pot | 2 +- .../locale/ar/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/br/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/ca/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/de/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/es/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/eu/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/fr/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/gl/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/ia/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/mk/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/nl/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/ru/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/te/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/tl/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/uk/LC_MESSAGES/GroupFavorited.po | 6 +- .../locale/GroupPrivateMessage.pot | 2 +- .../ar/LC_MESSAGES/GroupPrivateMessage.po | 8 +- .../ca/LC_MESSAGES/GroupPrivateMessage.po | 8 +- .../de/LC_MESSAGES/GroupPrivateMessage.po | 8 +- .../eu/LC_MESSAGES/GroupPrivateMessage.po | 8 +- .../fr/LC_MESSAGES/GroupPrivateMessage.po | 8 +- .../gl/LC_MESSAGES/GroupPrivateMessage.po | 8 +- .../ia/LC_MESSAGES/GroupPrivateMessage.po | 8 +- .../mk/LC_MESSAGES/GroupPrivateMessage.po | 8 +- .../nl/LC_MESSAGES/GroupPrivateMessage.po | 8 +- .../sv/LC_MESSAGES/GroupPrivateMessage.po | 8 +- .../tl/LC_MESSAGES/GroupPrivateMessage.po | 8 +- .../uk/LC_MESSAGES/GroupPrivateMessage.po | 8 +- plugins/Imap/locale/Imap.pot | 2 +- plugins/Imap/locale/br/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/ca/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/de/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/eu/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/fr/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/gl/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/ia/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/mk/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/nb/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/nl/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/ru/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/sv/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/tl/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/uk/LC_MESSAGES/Imap.po | 6 +- plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po | 6 +- .../InProcessCache/locale/InProcessCache.pot | 2 +- .../locale/de/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/fr/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/gl/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/he/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/ia/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/mk/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/nl/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/pt/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/ru/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/tl/LC_MESSAGES/InProcessCache.po | 6 +- .../locale/uk/LC_MESSAGES/InProcessCache.po | 6 +- .../zh_CN/LC_MESSAGES/InProcessCache.po | 6 +- .../InfiniteScroll/locale/InfiniteScroll.pot | 2 +- .../locale/de/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/es/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/eu/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/fr/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/gl/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/he/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/ia/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/id/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/ja/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/mk/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/nb/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/nl/LC_MESSAGES/InfiniteScroll.po | 6 +- .../pt_BR/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/ru/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/tl/LC_MESSAGES/InfiniteScroll.po | 6 +- .../locale/uk/LC_MESSAGES/InfiniteScroll.po | 6 +- .../zh_CN/LC_MESSAGES/InfiniteScroll.po | 6 +- plugins/Irc/locale/Irc.pot | 2 +- plugins/Irc/locale/ca/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/de/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/fr/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/gl/LC_MESSAGES/Irc.po | 16 +- plugins/Irc/locale/ia/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/mk/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/nl/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/sv/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/tl/LC_MESSAGES/Irc.po | 6 +- plugins/Irc/locale/tr/LC_MESSAGES/Irc.po | 78 + plugins/Irc/locale/uk/LC_MESSAGES/Irc.po | 6 +- .../locale/LdapAuthentication.pot | 2 +- .../de/LC_MESSAGES/LdapAuthentication.po | 6 +- .../fr/LC_MESSAGES/LdapAuthentication.po | 6 +- .../gl/LC_MESSAGES/LdapAuthentication.po | 6 +- .../ia/LC_MESSAGES/LdapAuthentication.po | 6 +- .../mk/LC_MESSAGES/LdapAuthentication.po | 6 +- .../nl/LC_MESSAGES/LdapAuthentication.po | 6 +- .../tl/LC_MESSAGES/LdapAuthentication.po | 6 +- .../uk/LC_MESSAGES/LdapAuthentication.po | 6 +- .../locale/LdapAuthorization.pot | 2 +- .../de/LC_MESSAGES/LdapAuthorization.po | 6 +- .../fr/LC_MESSAGES/LdapAuthorization.po | 6 +- .../gl/LC_MESSAGES/LdapAuthorization.po | 6 +- .../ia/LC_MESSAGES/LdapAuthorization.po | 6 +- .../mk/LC_MESSAGES/LdapAuthorization.po | 6 +- .../nl/LC_MESSAGES/LdapAuthorization.po | 6 +- .../tl/LC_MESSAGES/LdapAuthorization.po | 6 +- .../uk/LC_MESSAGES/LdapAuthorization.po | 6 +- plugins/LdapCommon/locale/LdapCommon.pot | 2 +- .../locale/ca/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/de/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/fr/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/gl/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/ia/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/mk/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/nl/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/tl/LC_MESSAGES/LdapCommon.po | 6 +- .../locale/uk/LC_MESSAGES/LdapCommon.po | 6 +- plugins/LilUrl/locale/LilUrl.pot | 2 +- .../LilUrl/locale/ca/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/de/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/eu/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/fr/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/gl/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/he/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/ia/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/id/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/ja/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/mk/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/nb/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/nl/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/ru/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/sv/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/tl/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/uk/LC_MESSAGES/LilUrl.po | 6 +- .../LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po | 6 +- plugins/LinkPreview/locale/LinkPreview.pot | 2 +- .../locale/ca/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/de/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/fr/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/gl/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/ia/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/mk/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/nl/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/sv/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/tl/LC_MESSAGES/LinkPreview.po | 6 +- .../locale/uk/LC_MESSAGES/LinkPreview.po | 6 +- plugins/Linkback/locale/Linkback.pot | 2 +- .../locale/ar/LC_MESSAGES/Linkback.po | 6 +- .../locale/ca/LC_MESSAGES/Linkback.po | 6 +- .../locale/de/LC_MESSAGES/Linkback.po | 6 +- .../locale/es/LC_MESSAGES/Linkback.po | 6 +- .../locale/fi/LC_MESSAGES/Linkback.po | 6 +- .../locale/fr/LC_MESSAGES/Linkback.po | 6 +- .../locale/gl/LC_MESSAGES/Linkback.po | 6 +- .../locale/he/LC_MESSAGES/Linkback.po | 6 +- .../locale/ia/LC_MESSAGES/Linkback.po | 6 +- .../locale/id/LC_MESSAGES/Linkback.po | 6 +- .../locale/mk/LC_MESSAGES/Linkback.po | 6 +- .../locale/nb/LC_MESSAGES/Linkback.po | 6 +- .../locale/nl/LC_MESSAGES/Linkback.po | 6 +- .../locale/pt/LC_MESSAGES/Linkback.po | 6 +- .../locale/ru/LC_MESSAGES/Linkback.po | 6 +- .../locale/tl/LC_MESSAGES/Linkback.po | 6 +- .../locale/uk/LC_MESSAGES/Linkback.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Linkback.po | 6 +- plugins/LogFilter/locale/LogFilter.pot | 2 +- .../locale/de/LC_MESSAGES/LogFilter.po | 6 +- .../locale/fi/LC_MESSAGES/LogFilter.po | 6 +- .../locale/fr/LC_MESSAGES/LogFilter.po | 6 +- .../locale/gl/LC_MESSAGES/LogFilter.po | 6 +- .../locale/he/LC_MESSAGES/LogFilter.po | 6 +- .../locale/ia/LC_MESSAGES/LogFilter.po | 6 +- .../locale/mk/LC_MESSAGES/LogFilter.po | 6 +- .../locale/nl/LC_MESSAGES/LogFilter.po | 6 +- .../locale/pt/LC_MESSAGES/LogFilter.po | 6 +- .../locale/ru/LC_MESSAGES/LogFilter.po | 6 +- .../locale/tl/LC_MESSAGES/LogFilter.po | 6 +- .../locale/uk/LC_MESSAGES/LogFilter.po | 6 +- .../locale/zh_CN/LC_MESSAGES/LogFilter.po | 6 +- plugins/Mapstraction/locale/Mapstraction.pot | 2 +- .../locale/br/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/ca/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/de/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/fi/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/fr/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/fur/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/gl/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/hu/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/ia/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/lb/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/mk/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/nb/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/nl/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/ru/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/sv/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/ta/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/te/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/tl/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/uk/LC_MESSAGES/Mapstraction.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Mapstraction.po | 6 +- plugins/Memcache/locale/Memcache.pot | 2 +- .../locale/de/LC_MESSAGES/Memcache.po | 6 +- .../locale/es/LC_MESSAGES/Memcache.po | 6 +- .../locale/fi/LC_MESSAGES/Memcache.po | 6 +- .../locale/fr/LC_MESSAGES/Memcache.po | 6 +- .../locale/gl/LC_MESSAGES/Memcache.po | 6 +- .../locale/he/LC_MESSAGES/Memcache.po | 6 +- .../locale/ia/LC_MESSAGES/Memcache.po | 6 +- .../locale/mk/LC_MESSAGES/Memcache.po | 6 +- .../locale/nb/LC_MESSAGES/Memcache.po | 6 +- .../locale/nl/LC_MESSAGES/Memcache.po | 6 +- .../locale/pt/LC_MESSAGES/Memcache.po | 6 +- .../locale/pt_BR/LC_MESSAGES/Memcache.po | 6 +- .../locale/ru/LC_MESSAGES/Memcache.po | 6 +- .../locale/sv/LC_MESSAGES/Memcache.po | 6 +- .../locale/tl/LC_MESSAGES/Memcache.po | 6 +- .../locale/uk/LC_MESSAGES/Memcache.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Memcache.po | 6 +- plugins/Memcached/locale/Memcached.pot | 2 +- .../locale/de/LC_MESSAGES/Memcached.po | 6 +- .../locale/es/LC_MESSAGES/Memcached.po | 6 +- .../locale/fi/LC_MESSAGES/Memcached.po | 6 +- .../locale/fr/LC_MESSAGES/Memcached.po | 6 +- .../locale/gl/LC_MESSAGES/Memcached.po | 6 +- .../locale/he/LC_MESSAGES/Memcached.po | 6 +- .../locale/ia/LC_MESSAGES/Memcached.po | 6 +- .../locale/id/LC_MESSAGES/Memcached.po | 6 +- .../locale/ja/LC_MESSAGES/Memcached.po | 6 +- .../locale/mk/LC_MESSAGES/Memcached.po | 6 +- .../locale/nb/LC_MESSAGES/Memcached.po | 6 +- .../locale/nl/LC_MESSAGES/Memcached.po | 6 +- .../locale/pt/LC_MESSAGES/Memcached.po | 6 +- .../locale/ru/LC_MESSAGES/Memcached.po | 6 +- .../locale/sv/LC_MESSAGES/Memcached.po | 6 +- .../locale/tl/LC_MESSAGES/Memcached.po | 6 +- .../locale/uk/LC_MESSAGES/Memcached.po | 6 +- .../locale/zh_CN/LC_MESSAGES/Memcached.po | 6 +- plugins/Meteor/locale/Meteor.pot | 2 +- .../Meteor/locale/de/LC_MESSAGES/Meteor.po | 8 +- .../Meteor/locale/fr/LC_MESSAGES/Meteor.po | 8 +- .../Meteor/locale/gl/LC_MESSAGES/Meteor.po | 8 +- .../Meteor/locale/ia/LC_MESSAGES/Meteor.po | 8 +- .../Meteor/locale/mk/LC_MESSAGES/Meteor.po | 8 +- .../Meteor/locale/nb/LC_MESSAGES/Meteor.po | 8 +- .../Meteor/locale/nl/LC_MESSAGES/Meteor.po | 8 +- .../Meteor/locale/tl/LC_MESSAGES/Meteor.po | 8 +- .../Meteor/locale/uk/LC_MESSAGES/Meteor.po | 8 +- plugins/Minify/locale/Minify.pot | 2 +- .../Minify/locale/de/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/fr/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/gl/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/ia/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/mk/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/nb/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/nl/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/ru/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/sv/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/tl/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/uk/LC_MESSAGES/Minify.po | 6 +- .../Minify/locale/zh_CN/LC_MESSAGES/Minify.po | 6 +- .../MobileProfile/locale/MobileProfile.pot | 2 +- .../locale/ca/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/ce/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/de/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/eu/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/fr/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/fur/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/gl/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/ia/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/mk/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/nb/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/nl/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/ru/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/sv/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/tl/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/uk/LC_MESSAGES/MobileProfile.po | 8 +- .../locale/zh_CN/LC_MESSAGES/MobileProfile.po | 8 +- plugins/ModHelper/locale/ModHelper.pot | 2 +- .../locale/de/LC_MESSAGES/ModHelper.po | 6 +- .../locale/es/LC_MESSAGES/ModHelper.po | 6 +- .../locale/fr/LC_MESSAGES/ModHelper.po | 6 +- .../locale/gl/LC_MESSAGES/ModHelper.po | 6 +- .../locale/he/LC_MESSAGES/ModHelper.po | 6 +- .../locale/ia/LC_MESSAGES/ModHelper.po | 6 +- .../locale/mk/LC_MESSAGES/ModHelper.po | 6 +- .../locale/nl/LC_MESSAGES/ModHelper.po | 6 +- .../locale/pt/LC_MESSAGES/ModHelper.po | 6 +- .../locale/ru/LC_MESSAGES/ModHelper.po | 6 +- .../locale/tl/LC_MESSAGES/ModHelper.po | 6 +- .../locale/uk/LC_MESSAGES/ModHelper.po | 6 +- plugins/ModPlus/locale/ModPlus.pot | 2 +- .../ModPlus/locale/ca/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/de/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/fr/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/gl/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/ia/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/mk/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/nl/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/tl/LC_MESSAGES/ModPlus.po | 6 +- .../ModPlus/locale/uk/LC_MESSAGES/ModPlus.po | 6 +- plugins/Mollom/locale/Mollom.pot | 2 +- .../Mollom/locale/ca/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/de/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/fr/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/gl/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/he/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/ia/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/mk/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/nl/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/sv/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/tl/LC_MESSAGES/Mollom.po | 6 +- .../Mollom/locale/uk/LC_MESSAGES/Mollom.po | 6 +- plugins/Msn/locale/Msn.pot | 2 +- plugins/Msn/locale/ar/LC_MESSAGES/Msn.po | 8 +- plugins/Msn/locale/ca/LC_MESSAGES/Msn.po | 8 +- plugins/Msn/locale/de/LC_MESSAGES/Msn.po | 8 +- plugins/Msn/locale/eu/LC_MESSAGES/Msn.po | 8 +- plugins/Msn/locale/gl/LC_MESSAGES/Msn.po | 8 +- plugins/Msn/locale/ia/LC_MESSAGES/Msn.po | 8 +- plugins/Msn/locale/mk/LC_MESSAGES/Msn.po | 8 +- plugins/Msn/locale/nl/LC_MESSAGES/Msn.po | 8 +- plugins/Msn/locale/sv/LC_MESSAGES/Msn.po | 8 +- plugins/Msn/locale/tl/LC_MESSAGES/Msn.po | 8 +- plugins/Msn/locale/uk/LC_MESSAGES/Msn.po | 8 +- plugins/NoticeTitle/locale/NoticeTitle.pot | 2 +- .../locale/ar/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/br/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/ca/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/de/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/eu/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/fr/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/gl/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/he/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/ia/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/mk/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/nb/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/ne/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/nl/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/ru/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/sv/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/tl/LC_MESSAGES/NoticeTitle.po | 6 +- .../locale/uk/LC_MESSAGES/NoticeTitle.po | 6 +- plugins/OMB/locale/OMB.pot | 2 +- plugins/OMB/locale/br/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/ca/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/de/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/eu/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/gl/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/ia/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/mk/LC_MESSAGES/OMB.po | 6 +- plugins/OMB/locale/nl/LC_MESSAGES/OMB.po | 6 +- plugins/OStatus/locale/OStatus.pot | 2 +- .../OStatus/locale/ca/LC_MESSAGES/OStatus.po | 8 +- .../OStatus/locale/de/LC_MESSAGES/OStatus.po | 8 +- .../OStatus/locale/fr/LC_MESSAGES/OStatus.po | 8 +- .../OStatus/locale/gl/LC_MESSAGES/OStatus.po | 8 +- .../OStatus/locale/ia/LC_MESSAGES/OStatus.po | 8 +- .../OStatus/locale/ko/LC_MESSAGES/OStatus.po | 8 +- .../OStatus/locale/mk/LC_MESSAGES/OStatus.po | 8 +- .../OStatus/locale/nl/LC_MESSAGES/OStatus.po | 8 +- .../OStatus/locale/tl/LC_MESSAGES/OStatus.po | 8 +- .../OStatus/locale/uk/LC_MESSAGES/OStatus.po | 8 +- .../OfflineBackup/locale/OfflineBackup.pot | 2 +- .../locale/OpenExternalLinkTarget.pot | 2 +- .../ar/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../ca/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../de/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../es/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../fr/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../gl/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../he/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../ia/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../mk/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../nb/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../nl/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../pt/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../ru/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../tl/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../uk/LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- .../LC_MESSAGES/OpenExternalLinkTarget.po | 6 +- plugins/OpenID/locale/OpenID.pot | 2 +- .../OpenID/locale/ar/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/ca/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/de/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/eu/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/fr/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/gl/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/ia/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/ko/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/mk/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/nl/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/sv/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/tl/LC_MESSAGES/OpenID.po | 6 +- .../OpenID/locale/uk/LC_MESSAGES/OpenID.po | 6 +- plugins/OpenX/locale/OpenX.pot | 2 +- plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po | 8 +- plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po | 8 +- plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po | 8 +- plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po | 8 +- plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po | 8 +- plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po | 8 +- plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po | 8 +- plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po | 8 +- plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po | 8 +- plugins/Orbited/locale/Orbited.pot | 2 +- .../Orbited/locale/de/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/fr/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/gl/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/ia/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/mk/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/nl/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/tl/LC_MESSAGES/Orbited.po | 6 +- .../Orbited/locale/uk/LC_MESSAGES/Orbited.po | 6 +- .../PiwikAnalytics/locale/PiwikAnalytics.pot | 2 +- .../locale/de/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/es/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/fr/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/gl/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/he/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/ia/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/id/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/mk/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/nb/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/nl/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/pt/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../pt_BR/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/ru/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/tl/LC_MESSAGES/PiwikAnalytics.po | 6 +- .../locale/uk/LC_MESSAGES/PiwikAnalytics.po | 6 +- plugins/Poll/locale/Poll.pot | 2 +- plugins/Poll/locale/ar/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/ca/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/de/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/eu/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/fr/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/fur/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/gl/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/ia/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/ja/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/mk/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/nl/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/tl/LC_MESSAGES/Poll.po | 6 +- plugins/Poll/locale/uk/LC_MESSAGES/Poll.po | 6 +- plugins/PostDebug/locale/PostDebug.pot | 2 +- .../locale/de/LC_MESSAGES/PostDebug.po | 6 +- .../locale/es/LC_MESSAGES/PostDebug.po | 6 +- .../locale/fi/LC_MESSAGES/PostDebug.po | 6 +- .../locale/fr/LC_MESSAGES/PostDebug.po | 6 +- .../locale/gl/LC_MESSAGES/PostDebug.po | 6 +- .../locale/he/LC_MESSAGES/PostDebug.po | 6 +- .../locale/ia/LC_MESSAGES/PostDebug.po | 6 +- .../locale/id/LC_MESSAGES/PostDebug.po | 6 +- .../locale/ja/LC_MESSAGES/PostDebug.po | 6 +- .../locale/mk/LC_MESSAGES/PostDebug.po | 6 +- .../locale/nb/LC_MESSAGES/PostDebug.po | 6 +- .../locale/nl/LC_MESSAGES/PostDebug.po | 6 +- .../locale/pt/LC_MESSAGES/PostDebug.po | 6 +- .../locale/pt_BR/LC_MESSAGES/PostDebug.po | 6 +- .../locale/ru/LC_MESSAGES/PostDebug.po | 6 +- .../locale/tl/LC_MESSAGES/PostDebug.po | 6 +- .../locale/uk/LC_MESSAGES/PostDebug.po | 6 +- .../locale/PoweredByStatusNet.pot | 2 +- .../af/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../br/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../ca/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../de/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../eu/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../fr/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../gl/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../he/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../ia/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../mk/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../nl/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../pt/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../ru/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../sv/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../tl/LC_MESSAGES/PoweredByStatusNet.po | 6 +- .../uk/LC_MESSAGES/PoweredByStatusNet.po | 6 +- plugins/PtitUrl/locale/PtitUrl.pot | 2 +- .../PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po | 6 +- .../locale/pt_BR/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po | 6 +- .../PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po | 6 +- plugins/QnA/locale/QnA.pot | 2 +- plugins/QnA/locale/ar/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/br/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/ca/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/de/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/eu/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/fr/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/gl/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/ia/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/ja/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/mk/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/nl/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/pl/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/tl/LC_MESSAGES/QnA.po | 6 +- plugins/QnA/locale/uk/LC_MESSAGES/QnA.po | 6 +- plugins/RSSCloud/locale/RSSCloud.pot | 2 +- .../locale/de/LC_MESSAGES/RSSCloud.po | 6 +- .../locale/fr/LC_MESSAGES/RSSCloud.po | 6 +- .../locale/gl/LC_MESSAGES/RSSCloud.po | 6 +- .../locale/ia/LC_MESSAGES/RSSCloud.po | 6 +- .../locale/mk/LC_MESSAGES/RSSCloud.po | 6 +- .../locale/nl/LC_MESSAGES/RSSCloud.po | 6 +- .../locale/tl/LC_MESSAGES/RSSCloud.po | 6 +- .../locale/uk/LC_MESSAGES/RSSCloud.po | 6 +- plugins/Realtime/locale/Realtime.pot | 2 +- .../locale/af/LC_MESSAGES/Realtime.po | 8 +- .../locale/ar/LC_MESSAGES/Realtime.po | 8 +- .../locale/br/LC_MESSAGES/Realtime.po | 8 +- .../locale/ca/LC_MESSAGES/Realtime.po | 8 +- .../locale/de/LC_MESSAGES/Realtime.po | 8 +- .../locale/fr/LC_MESSAGES/Realtime.po | 8 +- .../locale/gl/LC_MESSAGES/Realtime.po | 8 +- .../locale/ia/LC_MESSAGES/Realtime.po | 8 +- .../locale/lv/LC_MESSAGES/Realtime.po | 8 +- .../locale/mk/LC_MESSAGES/Realtime.po | 8 +- .../locale/ne/LC_MESSAGES/Realtime.po | 8 +- .../locale/nl/LC_MESSAGES/Realtime.po | 8 +- .../locale/pl/LC_MESSAGES/Realtime.po | 8 +- .../locale/sv/LC_MESSAGES/Realtime.po | 8 +- .../locale/tl/LC_MESSAGES/Realtime.po | 8 +- .../locale/tr/LC_MESSAGES/Realtime.po | 8 +- .../locale/uk/LC_MESSAGES/Realtime.po | 8 +- plugins/Recaptcha/locale/Recaptcha.pot | 2 +- .../locale/ca/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/de/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/fr/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/fur/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/gl/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/ia/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/mk/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/nb/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/nl/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/pl/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/pt/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/ru/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/sv/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/tl/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/uk/LC_MESSAGES/Recaptcha.po | 6 +- .../locale/RegisterThrottle.pot | 2 +- .../locale/ca/LC_MESSAGES/RegisterThrottle.po | 8 +- .../locale/de/LC_MESSAGES/RegisterThrottle.po | 8 +- .../locale/fr/LC_MESSAGES/RegisterThrottle.po | 8 +- .../locale/gl/LC_MESSAGES/RegisterThrottle.po | 8 +- .../locale/ia/LC_MESSAGES/RegisterThrottle.po | 8 +- .../locale/mk/LC_MESSAGES/RegisterThrottle.po | 8 +- .../locale/nl/LC_MESSAGES/RegisterThrottle.po | 8 +- .../locale/tl/LC_MESSAGES/RegisterThrottle.po | 8 +- .../locale/uk/LC_MESSAGES/RegisterThrottle.po | 8 +- .../locale/RequireValidatedEmail.pot | 2 +- .../ar/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../br/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../ca/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../de/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../fr/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../gl/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../ia/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../mk/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../nl/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../pl/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../tl/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../uk/LC_MESSAGES/RequireValidatedEmail.po | 6 +- .../locale/ReverseUsernameAuthentication.pot | 2 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- .../ReverseUsernameAuthentication.po | 6 +- plugins/SQLProfile/locale/SQLProfile.pot | 2 +- .../locale/de/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/fr/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/gl/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/he/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/ia/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/mk/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/nl/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/pt/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/ru/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/tl/LC_MESSAGES/SQLProfile.po | 6 +- .../locale/uk/LC_MESSAGES/SQLProfile.po | 6 +- plugins/SQLStats/locale/SQLStats.pot | 2 +- .../locale/de/LC_MESSAGES/SQLStats.po | 6 +- .../locale/fr/LC_MESSAGES/SQLStats.po | 6 +- .../locale/gl/LC_MESSAGES/SQLStats.po | 6 +- .../locale/he/LC_MESSAGES/SQLStats.po | 6 +- .../locale/ia/LC_MESSAGES/SQLStats.po | 6 +- .../locale/ksh/LC_MESSAGES/SQLStats.po | 6 +- .../locale/mk/LC_MESSAGES/SQLStats.po | 6 +- .../locale/nl/LC_MESSAGES/SQLStats.po | 6 +- .../locale/tl/LC_MESSAGES/SQLStats.po | 6 +- .../locale/uk/LC_MESSAGES/SQLStats.po | 6 +- plugins/Sample/locale/Sample.pot | 2 +- .../Sample/locale/af/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/ar/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/br/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/ca/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/de/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/fr/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/gl/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/ia/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/lb/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/mk/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/nl/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/pdc/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/ru/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/tl/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/uk/LC_MESSAGES/Sample.po | 8 +- .../Sample/locale/zh_CN/LC_MESSAGES/Sample.po | 8 +- plugins/SearchSub/locale/SearchSub.pot | 2 +- .../locale/ca/LC_MESSAGES/SearchSub.po | 8 +- .../locale/de/LC_MESSAGES/SearchSub.po | 8 +- .../locale/fr/LC_MESSAGES/SearchSub.po | 8 +- .../locale/gl/LC_MESSAGES/SearchSub.po | 8 +- .../locale/ia/LC_MESSAGES/SearchSub.po | 8 +- .../locale/mk/LC_MESSAGES/SearchSub.po | 8 +- .../locale/nl/LC_MESSAGES/SearchSub.po | 8 +- .../locale/tl/LC_MESSAGES/SearchSub.po | 8 +- .../locale/uk/LC_MESSAGES/SearchSub.po | 8 +- plugins/ShareNotice/locale/ShareNotice.pot | 2 +- .../locale/ar/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/br/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/ca/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/de/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/fi/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/fr/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/gl/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/ia/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/mk/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/nl/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/pl/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/te/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/tl/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/tr/LC_MESSAGES/ShareNotice.po | 8 +- .../locale/uk/LC_MESSAGES/ShareNotice.po | 8 +- plugins/SimpleUrl/locale/SimpleUrl.pot | 2 +- .../locale/br/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/de/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/es/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/fi/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/fr/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/gl/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/he/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/ia/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/id/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/ja/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/mk/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/nb/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/nl/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/pt/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/ru/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/tl/LC_MESSAGES/SimpleUrl.po | 6 +- .../locale/uk/LC_MESSAGES/SimpleUrl.po | 6 +- plugins/Sitemap/locale/Sitemap.pot | 2 +- .../Sitemap/locale/br/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/de/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/fr/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/gl/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/ia/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/mk/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/nl/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/ru/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/tl/LC_MESSAGES/Sitemap.po | 6 +- .../Sitemap/locale/uk/LC_MESSAGES/Sitemap.po | 6 +- .../locale/SlicedFavorites.pot | 2 +- .../locale/de/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/fr/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/gl/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/he/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/ia/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/id/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/mk/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/nl/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/ru/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/tl/LC_MESSAGES/SlicedFavorites.po | 6 +- .../locale/uk/LC_MESSAGES/SlicedFavorites.po | 6 +- plugins/SphinxSearch/locale/SphinxSearch.pot | 2 +- .../locale/de/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/fr/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/gl/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/ia/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/mk/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/nl/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/ru/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/tl/LC_MESSAGES/SphinxSearch.po | 6 +- .../locale/uk/LC_MESSAGES/SphinxSearch.po | 6 +- plugins/Spotify/locale/Spotify.pot | 2 +- .../Spotify/locale/de/LC_MESSAGES/Spotify.po | 6 +- .../Spotify/locale/gl/LC_MESSAGES/Spotify.po | 6 +- .../Spotify/locale/he/LC_MESSAGES/Spotify.po | 6 +- .../Spotify/locale/ia/LC_MESSAGES/Spotify.po | 6 +- .../Spotify/locale/mk/LC_MESSAGES/Spotify.po | 6 +- .../Spotify/locale/nl/LC_MESSAGES/Spotify.po | 6 +- .../Spotify/locale/sv/LC_MESSAGES/Spotify.po | 6 +- .../locale/StrictTransportSecurity.pot | 2 +- .../de/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../fr/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../gl/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../he/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../ia/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../mk/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../nl/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../ru/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../tl/LC_MESSAGES/StrictTransportSecurity.po | 6 +- .../uk/LC_MESSAGES/StrictTransportSecurity.po | 6 +- plugins/SubMirror/locale/SubMirror.pot | 2 +- .../locale/ca/LC_MESSAGES/SubMirror.po | 6 +- .../locale/de/LC_MESSAGES/SubMirror.po | 6 +- .../locale/fr/LC_MESSAGES/SubMirror.po | 6 +- .../locale/gl/LC_MESSAGES/SubMirror.po | 6 +- .../locale/ia/LC_MESSAGES/SubMirror.po | 6 +- .../locale/mk/LC_MESSAGES/SubMirror.po | 6 +- .../locale/nl/LC_MESSAGES/SubMirror.po | 6 +- .../locale/tl/LC_MESSAGES/SubMirror.po | 6 +- .../locale/uk/LC_MESSAGES/SubMirror.po | 6 +- .../locale/SubscriptionThrottle.pot | 2 +- .../ca/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../de/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../fr/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../gl/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../he/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../ia/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../mk/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../ms/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../nl/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../tl/LC_MESSAGES/SubscriptionThrottle.po | 6 +- .../uk/LC_MESSAGES/SubscriptionThrottle.po | 6 +- plugins/TabFocus/locale/TabFocus.pot | 2 +- .../locale/br/LC_MESSAGES/TabFocus.po | 6 +- .../locale/de/LC_MESSAGES/TabFocus.po | 6 +- .../locale/es/LC_MESSAGES/TabFocus.po | 6 +- .../locale/fr/LC_MESSAGES/TabFocus.po | 6 +- .../locale/gl/LC_MESSAGES/TabFocus.po | 6 +- .../locale/he/LC_MESSAGES/TabFocus.po | 6 +- .../locale/ia/LC_MESSAGES/TabFocus.po | 6 +- .../locale/id/LC_MESSAGES/TabFocus.po | 6 +- .../locale/mk/LC_MESSAGES/TabFocus.po | 6 +- .../locale/nb/LC_MESSAGES/TabFocus.po | 6 +- .../locale/nl/LC_MESSAGES/TabFocus.po | 6 +- .../locale/nn/LC_MESSAGES/TabFocus.po | 6 +- .../locale/ru/LC_MESSAGES/TabFocus.po | 6 +- .../locale/tl/LC_MESSAGES/TabFocus.po | 6 +- .../locale/uk/LC_MESSAGES/TabFocus.po | 6 +- plugins/TagSub/locale/TagSub.pot | 2 +- .../TagSub/locale/ar/LC_MESSAGES/TagSub.po | 8 +- .../TagSub/locale/ca/LC_MESSAGES/TagSub.po | 8 +- .../TagSub/locale/de/LC_MESSAGES/TagSub.po | 8 +- .../TagSub/locale/gl/LC_MESSAGES/TagSub.po | 8 +- .../TagSub/locale/ia/LC_MESSAGES/TagSub.po | 8 +- .../TagSub/locale/mk/LC_MESSAGES/TagSub.po | 8 +- .../TagSub/locale/nl/LC_MESSAGES/TagSub.po | 8 +- .../TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po | 8 +- .../TagSub/locale/te/LC_MESSAGES/TagSub.po | 8 +- .../TagSub/locale/tl/LC_MESSAGES/TagSub.po | 8 +- .../TagSub/locale/uk/LC_MESSAGES/TagSub.po | 8 +- plugins/TightUrl/locale/TightUrl.pot | 2 +- .../locale/de/LC_MESSAGES/TightUrl.po | 6 +- .../locale/es/LC_MESSAGES/TightUrl.po | 6 +- .../locale/fr/LC_MESSAGES/TightUrl.po | 6 +- .../locale/gl/LC_MESSAGES/TightUrl.po | 6 +- .../locale/he/LC_MESSAGES/TightUrl.po | 6 +- .../locale/ia/LC_MESSAGES/TightUrl.po | 6 +- .../locale/id/LC_MESSAGES/TightUrl.po | 6 +- .../locale/ja/LC_MESSAGES/TightUrl.po | 6 +- .../locale/mk/LC_MESSAGES/TightUrl.po | 6 +- .../locale/ms/LC_MESSAGES/TightUrl.po | 6 +- .../locale/nb/LC_MESSAGES/TightUrl.po | 6 +- .../locale/nl/LC_MESSAGES/TightUrl.po | 6 +- .../locale/pt/LC_MESSAGES/TightUrl.po | 6 +- .../locale/pt_BR/LC_MESSAGES/TightUrl.po | 6 +- .../locale/ru/LC_MESSAGES/TightUrl.po | 6 +- .../locale/tl/LC_MESSAGES/TightUrl.po | 6 +- .../locale/uk/LC_MESSAGES/TightUrl.po | 6 +- plugins/TinyMCE/locale/TinyMCE.pot | 2 +- .../TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po | 6 +- .../locale/pt_BR/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po | 6 +- .../TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po | 6 +- .../TwitterBridge/locale/TwitterBridge.pot | 2 +- .../locale/ar/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/ca/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/de/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/fr/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/fur/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/gl/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/ia/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/ko/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/mk/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/ms/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/nl/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/tl/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/tr/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/uk/LC_MESSAGES/TwitterBridge.po | 8 +- .../locale/zh_CN/LC_MESSAGES/TwitterBridge.po | 8 +- plugins/UserFlag/locale/UserFlag.pot | 2 +- .../locale/ar/LC_MESSAGES/UserFlag.po | 8 +- .../locale/ca/LC_MESSAGES/UserFlag.po | 8 +- .../locale/de/LC_MESSAGES/UserFlag.po | 8 +- .../locale/fr/LC_MESSAGES/UserFlag.po | 8 +- .../locale/gl/LC_MESSAGES/UserFlag.po | 8 +- .../locale/ia/LC_MESSAGES/UserFlag.po | 37 +- .../locale/mk/LC_MESSAGES/UserFlag.po | 8 +- .../locale/nl/LC_MESSAGES/UserFlag.po | 8 +- .../locale/pt/LC_MESSAGES/UserFlag.po | 8 +- .../locale/ru/LC_MESSAGES/UserFlag.po | 8 +- .../locale/tl/LC_MESSAGES/UserFlag.po | 8 +- .../locale/uk/LC_MESSAGES/UserFlag.po | 8 +- plugins/UserLimit/locale/UserLimit.pot | 2 +- .../locale/br/LC_MESSAGES/UserLimit.po | 6 +- .../locale/de/LC_MESSAGES/UserLimit.po | 6 +- .../locale/es/LC_MESSAGES/UserLimit.po | 6 +- .../locale/fa/LC_MESSAGES/UserLimit.po | 6 +- .../locale/fi/LC_MESSAGES/UserLimit.po | 6 +- .../locale/fr/LC_MESSAGES/UserLimit.po | 6 +- .../locale/gl/LC_MESSAGES/UserLimit.po | 6 +- .../locale/he/LC_MESSAGES/UserLimit.po | 6 +- .../locale/ia/LC_MESSAGES/UserLimit.po | 6 +- .../locale/id/LC_MESSAGES/UserLimit.po | 6 +- .../locale/lb/LC_MESSAGES/UserLimit.po | 6 +- .../locale/lv/LC_MESSAGES/UserLimit.po | 6 +- .../locale/mk/LC_MESSAGES/UserLimit.po | 6 +- .../locale/ms/LC_MESSAGES/UserLimit.po | 6 +- .../locale/nb/LC_MESSAGES/UserLimit.po | 6 +- .../locale/nl/LC_MESSAGES/UserLimit.po | 6 +- .../locale/pt/LC_MESSAGES/UserLimit.po | 6 +- .../locale/pt_BR/LC_MESSAGES/UserLimit.po | 6 +- .../locale/ru/LC_MESSAGES/UserLimit.po | 6 +- .../locale/tl/LC_MESSAGES/UserLimit.po | 6 +- .../locale/tr/LC_MESSAGES/UserLimit.po | 6 +- .../locale/uk/LC_MESSAGES/UserLimit.po | 6 +- plugins/WikiHashtags/locale/WikiHashtags.pot | 2 +- .../locale/de/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/gl/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/ia/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/mk/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/ms/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/nl/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/tl/LC_MESSAGES/WikiHashtags.po | 6 +- .../locale/uk/LC_MESSAGES/WikiHashtags.po | 6 +- .../WikiHowProfile/locale/WikiHowProfile.pot | 2 +- .../locale/de/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/fr/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/gl/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/ia/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/mk/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/ms/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/nl/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/ru/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/tl/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/tr/LC_MESSAGES/WikiHowProfile.po | 6 +- .../locale/uk/LC_MESSAGES/WikiHowProfile.po | 6 +- plugins/XCache/locale/XCache.pot | 2 +- .../XCache/locale/ast/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/br/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/de/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/es/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/fi/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/fr/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/gl/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/he/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/ia/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/id/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/mk/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/ms/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/nb/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/nl/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/pt/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/pt_BR/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/ru/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/tl/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/tr/LC_MESSAGES/XCache.po | 6 +- .../XCache/locale/uk/LC_MESSAGES/XCache.po | 6 +- plugins/Xmpp/locale/Xmpp.pot | 2 +- plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po | 6 +- plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po | 6 +- plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po | 6 +- plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po | 6 +- plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po | 6 +- plugins/YammerImport/locale/YammerImport.pot | 2 +- .../locale/br/LC_MESSAGES/YammerImport.po | 8 +- .../locale/de/LC_MESSAGES/YammerImport.po | 8 +- .../locale/fr/LC_MESSAGES/YammerImport.po | 8 +- .../locale/gl/LC_MESSAGES/YammerImport.po | 8 +- .../locale/ia/LC_MESSAGES/YammerImport.po | 8 +- .../locale/mk/LC_MESSAGES/YammerImport.po | 8 +- .../locale/nl/LC_MESSAGES/YammerImport.po | 8 +- .../locale/tl/LC_MESSAGES/YammerImport.po | 8 +- .../locale/tr/LC_MESSAGES/YammerImport.po | 8 +- .../locale/uk/LC_MESSAGES/YammerImport.po | 8 +- 1641 files changed, 7944 insertions(+), 6854 deletions(-) create mode 100644 plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po create mode 100644 plugins/Activity/locale/es/LC_MESSAGES/Activity.po create mode 100644 plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po create mode 100644 plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po create mode 100644 plugins/Blog/locale/es/LC_MESSAGES/Blog.po create mode 100644 plugins/Blog/locale/tr/LC_MESSAGES/Blog.po create mode 100644 plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po create mode 100644 plugins/Directory/locale/es/LC_MESSAGES/Directory.po create mode 100644 plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po create mode 100644 plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po create mode 100644 plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po create mode 100644 plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po create mode 100644 plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po create mode 100644 plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po create mode 100644 plugins/Irc/locale/tr/LC_MESSAGES/Irc.po diff --git a/locale/ar/LC_MESSAGES/statusnet.po b/locale/ar/LC_MESSAGES/statusnet.po index fcf7a0206d..232f7d2ba0 100644 --- a/locale/ar/LC_MESSAGES/statusnet.po +++ b/locale/ar/LC_MESSAGES/statusnet.po @@ -15,12 +15,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:35+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/locale/be-tarask/LC_MESSAGES/statusnet.po b/locale/be-tarask/LC_MESSAGES/statusnet.po index 4032dd0920..a0f7442733 100644 --- a/locale/be-tarask/LC_MESSAGES/statusnet.po +++ b/locale/be-tarask/LC_MESSAGES/statusnet.po @@ -12,14 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:54+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" @@ -6103,78 +6103,79 @@ msgstr "Няслушны тэкст вітаньня. Максымальная #. TRANS: users in user admin panel. %1$s is the invalid nickname. #, php-format msgid "Invalid default subscripton: \"%1$s\" is not a user." -msgstr "" +msgstr "Няслушная падпіска па змоўчваньні: «%1$s» не зьяўляецца карыстальнікам." #. TRANS: Fieldset legend in user administration panel. msgctxt "LEGEND" msgid "Profile" -msgstr "" +msgstr "Профіль" #. TRANS: Field label in user admin panel for setting the character limit for the bio field. msgid "Bio Limit" -msgstr "" +msgstr "Абмежаваньне біяграфіі" #. TRANS: Tooltip in user admin panel for setting the character limit for the bio field. msgid "Maximum length of a profile bio in characters." -msgstr "" +msgstr "Максымальная даўжыня біяграфіі ў профілі ў сымбалях." #. TRANS: Form legend in user admin panel. msgid "New users" -msgstr "" +msgstr "Новыя карыстальнікі" #. TRANS: Field label in user admin panel for setting new user welcome text. msgid "New user welcome" -msgstr "" +msgstr "Вітаньні новым карыстальнікам" #. TRANS: Tooltip in user admin panel for setting new user welcome text. msgid "Welcome text for new users (maximum 255 characters)." -msgstr "" +msgstr "Тэкст вітаньня для новых карыстальнікаў (максымальна 255 сымбаляў)." #. TRANS: Field label in user admin panel for setting default subscription for new users. msgid "Default subscription" -msgstr "" +msgstr "Падпіска па змоўчваньні" #. TRANS: Tooltip in user admin panel for setting default subscription for new users. msgid "Automatically subscribe new users to this user." -msgstr "" +msgstr "Аўтаматычна падпісваць новых карыстальнікаў на гэтага карыстальніка." #. TRANS: Form legend in user admin panel. msgid "Invitations" -msgstr "" +msgstr "Запрашэньні" #. TRANS: Field label for checkbox in user admin panel for allowing users to invite friend using site e-mail. msgid "Invitations enabled" -msgstr "" +msgstr "Запрашэньні ўключаныя" #. TRANS: Tooltip for checkbox in user admin panel for allowing users to invite friend using site e-mail. msgid "Whether to allow users to invite new users." -msgstr "" +msgstr "Ці дазваляць карыстальнікам запрашаць новых карыстальнікаў." #. TRANS: Button title to save user settings in user admin panel. msgid "Save user settings." -msgstr "" +msgstr "Захаваць налады карыстальніка." #. TRANS: Page title for all but the first page of groups for a user. #. TRANS: %1$s is a nickname, %2$d is a page number. #, php-format msgid "%1$s groups, page %2$d" -msgstr "" +msgstr "Групы %1$s, старонка %2$d" #. TRANS: Link text on group page to search for groups. msgid "Search for more groups" -msgstr "" +msgstr "Шукаць іншыя групы" #. TRANS: Text on group page for a user that is not a member of any group. #. TRANS: %s is a user nickname. #, php-format msgid "%s is not a member of any group." -msgstr "" +msgstr "%s не зьяўляецца ўдзельнікам ніводнай групы." #. TRANS: Text on group page for a user that is not a member of any group. This message contains #. TRANS: a Markdown link in the form [link text](link) and a variable that should not be changed. #, php-format msgid "Try [searching for groups](%%action.groupsearch%%) and joining them." msgstr "" +"Паспрабуйце [пашукаць групы](%%action.groupsearch%%) і далучыцца да іх." #. TRANS: Message is used as link description. %1$s is a username, %2$s is a site name. #. TRANS: Message is used as a subtitle in atom group notice feed. @@ -6183,12 +6184,12 @@ msgstr "" #. TRANS: %1$s is a user name, %2$s is a site name. #, php-format msgid "Updates from %1$s on %2$s!" -msgstr "" +msgstr "Абнаўленьні ад %1$s на %2$s!" #. TRANS: Title for version page. %s is the StatusNet version. #, php-format msgid "StatusNet %s" -msgstr "" +msgstr "StatusNet %s" #. TRANS: Content part of StatusNet version page. #. TRANS: %1$s is the engine name (StatusNet) and %2$s is the StatusNet version. @@ -6197,14 +6198,16 @@ msgid "" "This site is powered by %1$s version %2$s, Copyright 2008-2011 StatusNet, " "Inc. and contributors." msgstr "" +"Гэты сайт створаны на аснове %1$s вэрсіі %2$s. Аўтарскія правы 2008-2011 " +"StatusNet, Inc. і распрацоўшчыкі." #. TRANS: Header for StatusNet contributors section on the version page. msgid "Contributors" -msgstr "" +msgstr "Аўтары" #. TRANS: Header for StatusNet license section on the version page. msgid "License" -msgstr "" +msgstr "Ліцэнзія" #. TRANS: Content part of StatusNet version page. msgid "" @@ -6213,6 +6216,10 @@ msgid "" "Software Foundation, either version 3 of the License, or (at your option) " "any later version." msgstr "" +"StatusNet — вольнае праграмнае забесьпячэньне: Вы можаце распаўсюджваць яго " +"і/альбо зьмяняць яго ў адпаведнасьці з умовамі ліцэнзіі GNU Affero General " +"Public, якая апублікаваная Фундацыяй Вольнага Праграмнага Забесьпячэньня, " +"вэрсіі 3 ці любой больш позьняй." #. TRANS: Content part of StatusNet version page. msgid "" @@ -6221,6 +6228,10 @@ msgid "" "FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License " "for more details." msgstr "" +"Гэтая праграма распаўсюджваецца з надзеяй, што яна будзе карыснай, але БЕЗ " +"ГАРАНТЫІ; нават без няяўнай гарантыі ГАНДЛЁВАЙ ПРЫДАТНАСЬЦІ ці ПРЫДАТНАСЬЦІ " +"ВЫКАРЫСТАНЬНЯ. Дадатковую інфармацыю глядзіце ў ліцэнзіі GNU Affero General " +"Public." #. TRANS: Content part of StatusNet version page. #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html". @@ -6229,49 +6240,51 @@ msgid "" "You should have received a copy of the GNU Affero General Public License " "along with this program. If not, see %s." msgstr "" +"Вам неабходна атрымаць копію ліцэнзіі GNU Affero General Public з гэтай " +"праграмай. Калі не, глядзіце %s." #. TRANS: Header for StatusNet plugins section on the version page. msgid "Plugins" -msgstr "" +msgstr "Дапаўненьні" #. TRANS: Column header for plugins table on version page. msgctxt "HEADER" msgid "Name" -msgstr "" +msgstr "Назва" #. TRANS: Column header for plugins table on version page. msgctxt "HEADER" msgid "Version" -msgstr "" +msgstr "Вэрсія" #. TRANS: Column header for plugins table on version page. msgctxt "HEADER" msgid "Author(s)" -msgstr "" +msgstr "Аўтар(ы)" #. TRANS: Column header for plugins table on version page. msgctxt "HEADER" msgid "Description" -msgstr "" +msgstr "Апісаньне" #. TRANS: Activity title when marking a notice as favorite. msgid "Favor" -msgstr "" +msgstr "Дадаць да ўлюблёных" #. TRANS: Ntofication given when a user marks a notice as favorite. #. TRANS: %1$s is a user nickname or full name, %2$s is a notice URI. #, php-format msgid "%1$s marked notice %2$s as a favorite." -msgstr "" +msgstr "%1$s дадаў запіс %2$s да ўлюблёных." #. TRANS: Server exception thrown when a URL cannot be processed. #, php-format msgid "Cannot process URL '%s'" -msgstr "" +msgstr "Немагчыма апрацаваць URL-адрас «%s»" #. TRANS: Server exception thrown when... Robin thinks something is impossible! msgid "Robin thinks something is impossible." -msgstr "" +msgstr "Робін лічыць, што гэта немагчыма." #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. @@ -6284,84 +6297,88 @@ msgid_plural "" "No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " "Try to upload a smaller version." msgstr[0] "" +"Файл ня можа быць болей %1$d байта, а дасланы Вамі файл ўтрымлівае %2$d " +"байт. Паспрабуйце загрузіць меншую вэрсію." msgstr[1] "" +"Файл ня можа быць болей %1$d байты, а дасланы Вамі файл ўтрымлівае %2$d " +"байтаў. Паспрабуйце загрузіць меншую вэрсію." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. #, php-format msgid "A file this large would exceed your user quota of %d byte." msgid_plural "A file this large would exceed your user quota of %d bytes." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Файл такога памеру перавысіць Вашую квоту карыстальніка ў %d байт." +msgstr[1] "Файл такога памеру перавысіць Вашую квоту карыстальніка ў %d байты." #. TRANS: Message given id an upload would exceed a user's monthly quota. #. TRANS: $d (number) is the monthly user quota in bytes and is used for plural. #, php-format msgid "A file this large would exceed your monthly quota of %d byte." msgid_plural "A file this large would exceed your monthly quota of %d bytes." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Файл такога памеру перавысіць Вашую штомесячную квоту ў %d байт." +msgstr[1] "Файл такога памеру перавысіць Вашую штомесячную квоту ў %d байты." #. TRANS: Client exception thrown if a file upload does not have a valid name. msgid "Invalid filename." -msgstr "" +msgstr "Няслушная назва файла." #. TRANS: Exception thrown providing an invalid profile ID. #. TRANS: %s is the invalid profile ID. #, php-format msgid "Profile ID %s is invalid." -msgstr "" +msgstr "Няслушны ідэнтыфікатар профілю %s." #. TRANS: Exception thrown providing an invalid group ID. #. TRANS: %s is the invalid group ID. #, php-format msgid "Group ID %s is invalid." -msgstr "" +msgstr "Няслушны ідэнтыфікатар групы %s." #. TRANS: Exception thrown when joining a group fails. msgid "Group join failed." -msgstr "" +msgstr "Памылка далучэньня да групы." #. TRANS: Exception thrown when trying to leave a group the user is not a member of. msgid "Not part of group." -msgstr "" +msgstr "Не зьяўляецца часткай групы." #. TRANS: Exception thrown when trying to leave a group fails. msgid "Group leave failed." -msgstr "" +msgstr "Памылка выхаду з групы." #. TRANS: Activity title. msgid "Join" -msgstr "" +msgstr "Далучыцца" #. TRANS: Success message for subscribe to group attempt through OStatus. #. TRANS: %1$s is the member name, %2$s is the subscribed group's name. #, php-format msgid "%1$s has joined group %2$s." -msgstr "" +msgstr "%1$s далучыўся да групы %2$s." #. TRANS: Server exception thrown when updating a local group fails. msgid "Could not update local group." -msgstr "" +msgstr "Немагчыма абнавіць лякальную групу." #. TRANS: Exception thrown when trying creating a login token failed. #. TRANS: %s is the user nickname for which token creation failed. #, php-format msgid "Could not create login token for %s" -msgstr "" +msgstr "Немагчыма стварыць ключ уваходу для %s" #. TRANS: Exception thrown when a program code class (%s) cannot be instantiated. -#, fuzzy, php-format +#, php-format msgid "Cannot instantiate class %s." -msgstr "Немагчыма захаваць новы пароль." +msgstr "Немагчыма стварыць экзэмпляр клясы %s." #. TRANS: Exception thrown when database name or Data Source Name could not be found. msgid "No database name or DSN found anywhere." -msgstr "" +msgstr "Ня знойдзеная назва базы зьвестак." #. TRANS: Client exception thrown when a user tries to send a direct message while being banned from sending them. msgid "You are banned from sending direct messages." -msgstr "" +msgstr "Вы заблякаваны ад дасылкі непасрэдных паведамленьняў." #. TRANS: Message given when a message could not be stored on the server. msgid "Could not insert message." diff --git a/locale/bg/LC_MESSAGES/statusnet.po b/locale/bg/LC_MESSAGES/statusnet.po index 95eb7488ca..0c788872b6 100644 --- a/locale/bg/LC_MESSAGES/statusnet.po +++ b/locale/bg/LC_MESSAGES/statusnet.po @@ -11,12 +11,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:58+0000\n" "Language-Team: Bulgarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: bg\n" diff --git a/locale/br/LC_MESSAGES/statusnet.po b/locale/br/LC_MESSAGES/statusnet.po index 8703afbfcd..4d9ffa7356 100644 --- a/locale/br/LC_MESSAGES/statusnet.po +++ b/locale/br/LC_MESSAGES/statusnet.po @@ -12,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:05+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" @@ -1695,7 +1695,7 @@ msgstr "N'eo ket bet anavezet seurt ar chomlec'h %s" #. TRANS: Client error for an already confirmed email/jabber/sms address. #. TRANS: Client error for an already confirmed IM address. msgid "That address has already been confirmed." -msgstr "Kadarnaet eo bet dija ar chomlec'h-mañ." +msgstr "Kadarnaet eo bet ar chomlec'h-mañ c'hoazh." #. TRANS: Server error displayed when updating IM preferences fails. #. TRANS: Server error thrown on database error removing a registered IM address. @@ -4965,7 +4965,7 @@ msgstr[1] "Krouet gant %1$s - moned %2$s dre ziouer - %3$d implijer" #. TRANS: Header on the OAuth application page. msgid "Application actions" -msgstr "Obererezhioù ar poellad" +msgstr "Obererezhioù an arload" #. TRANS: Link text to edit application on the OAuth application page. #, fuzzy diff --git a/locale/ca/LC_MESSAGES/statusnet.po b/locale/ca/LC_MESSAGES/statusnet.po index f46d279ba1..c1c1926eff 100644 --- a/locale/ca/LC_MESSAGES/statusnet.po +++ b/locale/ca/LC_MESSAGES/statusnet.po @@ -16,12 +16,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:11+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" @@ -5352,7 +5352,7 @@ msgstr "" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5360,7 +5360,7 @@ msgid "" msgstr "" "**%s** té un compte a %%%%site.name%%%%, un servei de [microblogging](http://" "ca.wikipedia.org/wiki/Microblogging) basat en l'eina lliure [StatusNet]" -"(http://status.net/). " +"(http://status.net/)." #. TRANS: Link to the author of a repeated notice. %s is a linked nickname. #, php-format @@ -6209,30 +6209,28 @@ msgid "License" msgstr "Llicència" #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "StatusNet is free software: you can redistribute it and/or modify it under " "the terms of the GNU Affero General Public License as published by the Free " "Software Foundation, either version 3 of the License, or (at your option) " "any later version." msgstr "" -"L'StatusNet és programari lliure; podeu redistribuir-lo i/o modificar-lo " +"L'StatusNet és programari lliure: podeu redistribuir-lo i/o modificar-lo " "d'acord amb els termes de la llicència GNU Affero General Public License tal " -"i com la publica la Free Software Foundation; tant per a la versió 3 de la " -"llicència, com (a la vostra discreció) per a una versió posterior. " +"com la publica la Free Software Foundation; tant per a la versió 3 de la " +"llicència, com (a la vostra discreció) per a qualsevol versió posterior." #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " "FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License " "for more details." msgstr "" -"Aquest programa es distribueix amb la voluntat que sigui útil, perquè sense " +"Aquest programa es distribueix amb la voluntat que sigui útil, però sense " "cap mena de garantia; sense tampoc cap garantia implícita respecte a la seva " "comercialització o idoneïtat per a cap propòsit en particular. Consulteu la " -"llicència GNU Affero General Public License per a més detalls. " +"llicència GNU Affero General Public License per a més detalls." #. TRANS: Content part of StatusNet version page. #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html". diff --git a/locale/cs/LC_MESSAGES/statusnet.po b/locale/cs/LC_MESSAGES/statusnet.po index debb167590..f43d2ae7e2 100644 --- a/locale/cs/LC_MESSAGES/statusnet.po +++ b/locale/cs/LC_MESSAGES/statusnet.po @@ -14,12 +14,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:14+0000\n" "Language-Team: Czech \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: cs\n" diff --git a/locale/de/LC_MESSAGES/statusnet.po b/locale/de/LC_MESSAGES/statusnet.po index 3bf7088dd4..375d26a3d7 100644 --- a/locale/de/LC_MESSAGES/statusnet.po +++ b/locale/de/LC_MESSAGES/statusnet.po @@ -32,12 +32,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" @@ -9111,7 +9111,7 @@ msgstr "Statistik" #. TRANS: Label for user statistics. msgid "User ID" -msgstr "Benutzer-ID" +msgstr "Benutzerkennung" #. TRANS: Label for user statistics. msgid "Member since" diff --git a/locale/en_GB/LC_MESSAGES/statusnet.po b/locale/en_GB/LC_MESSAGES/statusnet.po index 7465577e92..35a05c79b8 100644 --- a/locale/en_GB/LC_MESSAGES/statusnet.po +++ b/locale/en_GB/LC_MESSAGES/statusnet.po @@ -16,13 +16,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:23+0000\n" "Language-Team: British English \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: en-gb\n" diff --git a/locale/eo/LC_MESSAGES/statusnet.po b/locale/eo/LC_MESSAGES/statusnet.po index bf34564e4d..64d642375d 100644 --- a/locale/eo/LC_MESSAGES/statusnet.po +++ b/locale/eo/LC_MESSAGES/statusnet.po @@ -17,12 +17,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:27+0000\n" "Language-Team: Esperanto \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eo\n" diff --git a/locale/es/LC_MESSAGES/statusnet.po b/locale/es/LC_MESSAGES/statusnet.po index 5e57ef6bc7..2f5dcc1463 100644 --- a/locale/es/LC_MESSAGES/statusnet.po +++ b/locale/es/LC_MESSAGES/statusnet.po @@ -25,12 +25,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" @@ -247,9 +247,8 @@ msgid "No such user." msgstr "No existe ese usuario." #. TRANS: Title of a user's own start page. -#, fuzzy msgid "Home timeline" -msgstr "Línea temporal de %s" +msgstr "Línea de tiempo principal" #. TRANS: Title of another user's start page. #. TRANS: %s is the other user's name. @@ -1751,15 +1750,13 @@ msgstr "Conversación" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (Activity Streams JSON)" -msgstr "Canal de mensajes para %s (Atom)" +msgstr "Fuente de mensajes (Activity Streams JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (RSS 2.0)" -msgstr "Canal de mensajes para %s (RSS 2.0)" +msgstr "Fuente de mensajes (RSS 2.0)" #. TRANS: Title for conversation page. #. TRANS: Title for page that shows a notice. @@ -2000,9 +1997,8 @@ msgctxt "MENU" msgid "Help" msgstr "Ayuda" -#, fuzzy msgid "Getting started" -msgstr "Se guardó configuración." +msgstr "Primeros pasos" #. TRANS: Secondary navigation menu item leading to text about StatusNet site. msgctxt "MENU" @@ -2043,7 +2039,6 @@ msgctxt "MENU" msgid "Groups" msgstr "Grupos" -#, fuzzy msgid "Using groups" msgstr "Grupos de usuario" @@ -2052,7 +2047,7 @@ msgid "API" msgstr "API" msgid "RESTful API" -msgstr "" +msgstr "RESTful API" #. TRANS: Title for "Edit application" form. #. TRANS: Form legend. @@ -2107,7 +2102,6 @@ msgid "Organization is required." msgstr "Se requiere una organización." #. TRANS: Validation error shown when providing too long an arganisation name in the "Edit application" form. -#, fuzzy msgid "Organization is too long (maximum 255 characters)." msgstr "El texto de organización es muy largo (máx. 255 caracteres)." @@ -2167,33 +2161,29 @@ msgstr "Eliminar %s de la lista" #. TRANS: %s is a list. #. TRANS: Form legend for list edit form. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Edit list %s" -msgstr "No es una etiqueta válida para personas: %s." +msgstr "Editar lista de %s" #. TRANS: Error message displayed when trying to perform an action that requires a tagging user or ID. -#, fuzzy msgid "No tagger or ID." -msgstr "Ningún nombre de usuario o ID." +msgstr "Ningún usuario o ID." #. TRANS: Client error displayed when referring to non-local user. msgid "Not a local user." msgstr "No existe ese usuario." #. TRANS: Client error displayed when reting to edit a tag that was not self-created. -#, fuzzy msgid "You must be the creator of the tag to edit it." -msgstr "Para editar el grupo debes ser administrador." +msgstr "Debe ser el creador de la etiqueta para editarlo." #. TRANS: Form instruction for edit list form. -#, fuzzy msgid "Use this form to edit the list." -msgstr "Usa este formulario para editar el grupo." +msgstr "Utilice este formulario para editar la lista." #. TRANS: Form validation error displayed if the form data for deleting a tag was incorrect. -#, fuzzy msgid "Delete aborted." -msgstr "Borrar mensaje" +msgstr "Eliminar anulado." #. TRANS: Text in confirmation dialog for deleting a tag. msgid "" @@ -2602,9 +2592,8 @@ msgid "Do not block this user from this group." msgstr "No bloquear este usuario de este grupo" #. TRANS: Submit button title for 'Yes' when blocking a user from a group. -#, fuzzy msgid "Block this user from this group." -msgstr "Bloquear este usuario de este grupo" +msgstr "Bloquear este usuario de este grupo." #. TRANS: Server error displayed when trying to block a user from a group fails because of an application error. msgid "Database error blocking user from group." @@ -2709,7 +2698,7 @@ msgstr "Grupos, página %d" #. TRANS: Page notice of group list. %%%%site.name%%%% is the StatusNet site name, #. TRANS: %%%%action.groupsearch%%%% and %%%%action.newgroup%%%% are URLs. Do not change them. #. TRANS: This message contains Markdown links in the form [link text](link). -#, fuzzy, php-format +#, php-format msgid "" "%%%%site.name%%%% groups let you find and talk with people of similar " "interests. After you join a group you can send messages to all other members " @@ -2789,13 +2778,13 @@ msgstr "Configuración de mensajería instantánea" #. TRANS: Instant messaging settings page instructions. #. TRANS: [instant messages] is link text, "(%%doc.im%%)" is the link. #. TRANS: the order and formatting of link text and link should remain unchanged. -#, fuzzy, php-format +#, php-format msgid "" "You can send and receive notices through [instant messaging](%%doc.im%%). " "Configure your addresses and settings below." msgstr "" -"Puedes enviar y recibir mensajes vía [mensajería instantána](%%doc.im%%) de " -"Jabber/GTalk. Configura tu dirección y opciones abajo." +"Puedes enviar y recibir mensajes vía [mensajería instantána](%%doc.im%%). " +"Configura tu dirección y opciones abajo." #. TRANS: Message given in the IM settings if IM is not enabled on the site. msgid "IM is not available." @@ -2972,7 +2961,6 @@ msgstr[1] "" #. TRANS: Message displayed inviting users to use a StatusNet site. Plural form is #. TRANS: based on the number of invitations sent. Followed by a bullet list of #. TRANS: e-mail addresses to which invitations were sent. -#, fuzzy msgid "Invitation sent to the following person:" msgid_plural "Invitations sent to the following people:" msgstr[0] "Invitacion(es) enviada(s) a las siguientes personas:" @@ -3005,15 +2993,14 @@ msgid "You must be logged in to join a group." msgstr "Debes estar conectado para unirte a un grupo." #. TRANS: Title for join group page after joining. -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "%1$s joined group %2$s" msgstr "%1$s se ha unido al grupo %2$s" #. TRANS: Exception thrown when there is an unknown error joining a group. -#, fuzzy msgid "Unknown error joining group." -msgstr "Desconocido" +msgstr "Error de Grupo Unión desconocido." #. TRANS: Client error displayed when trying to join a group while already a member. #. TRANS: Error text shown when trying to leave an existing group the user is not a member of. @@ -3901,23 +3888,22 @@ msgstr "Listas de %s" #. TRANS: Title for lists by a user page. #. TRANS: %1$s is a user nickname, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists by %1$s, page %2$d" -msgstr "Mensajes etiquetados con %1$s, página %2$d" +msgstr "Listas de %1$s, página %2$d" #. TRANS: Client error displayed when trying view another user's private lists. msgid "You cannot view others' private lists" -msgstr "" +msgstr "No puede ver otras listas privadas" #. TRANS: Mode selector label. -#, fuzzy msgid "Mode" -msgstr "Moderar" +msgstr "Modo" #. TRANS: Link text to show lists for user %s. -#, fuzzy, php-format +#, php-format msgid "Lists for %s" -msgstr "Bandeja de salida para %s" +msgstr "Listas para %s" #. TRANS: Fieldset legend. #. TRANS: Fieldset legend on gallery action page. @@ -3929,19 +3915,16 @@ msgid "Show private tags." msgstr "Mostrar etiquetas privadas." #. TRANS: Checkbox label to show public tags. -#, fuzzy msgctxt "LABEL" msgid "Public" msgstr "Público" #. TRANS: Checkbox title. -#, fuzzy msgid "Show public tags." -msgstr "No existe tal etiqueta." +msgstr "Mostrar etiquetas públicas." #. TRANS: Submit button text for tag filter form. #. TRANS: Submit button text on gallery action page. -#, fuzzy msgctxt "BUTTON" msgid "Go" msgstr "Ir" @@ -3949,7 +3932,7 @@ msgstr "Ir" #. TRANS: Message displayed for anonymous users on page that displays lists by a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists created by **%s**. Lists are how you sort similar people on %" "%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-" @@ -3960,30 +3943,29 @@ msgstr "" "**%s** es un grupo de usuarios en %%%%site.name%%%%, un servicio de " "[microblogueo](http://es.wikipedia.org/wiki/Microblogging) basado en la " "herramienta de software libre [StatusNet](http://status.net/). Sus miembros " -"comparten mensajes cortos acerca de su vida e intereses. " +"comparten mensajes cortos acerca de su vida e intereses." #. TRANS: Message displayed on page that displays lists by a user when there are none. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%s has not created any [lists](%%%%doc.lists%%%%) yet." -msgstr "" -"Aún nadie ha publicado un mensaje con una [etiqueta clave](%%doc.tags%%)" +msgstr "%s no ha creado ninguna [listas] (%%% %doc.lists% %%%) todavía." #. TRANS: Page title. %s is a tagged user's nickname. #, php-format msgid "Lists with %s in them" -msgstr "" +msgstr "Listas con %s en ellos" #. TRANS: Page title. %1$s is a tagged user's nickname, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists with %1$s, page %2$d" -msgstr "Mensajes etiquetados con %1$s, página %2$d" +msgstr "Listas con %1$s, página %2$d" #. TRANS: Message displayed for anonymous users on page that displays lists for a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists for **%s**. lists are how you sort similar people on %%%%" "site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-" @@ -3991,47 +3973,47 @@ msgid "" "tool. You can easily keep track of what they are doing by subscribing to the " "list's timeline." msgstr "" -"**%s** es un grupo de usuarios en %%%%site.name%%%%, un servicio de " -"[microblogueo](http://es.wikipedia.org/wiki/Microblogging) basado en la " -"herramienta de software libre [StatusNet](http://status.net/). Sus miembros " -"comparten mensajes cortos acerca de su vida e intereses. " +"Las listas son similares a cómo ordenar personas en % %site.name% %, un " +"[micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) servicio " +"basado en el Software libre [herramienta de StatusNet](http://status.net/). " +"Puede entonces fácilmente realizar un seguimiento de lo que están haciendo " +"por suscribirse a la línea de tiempo de la lista." #. TRANS: Message displayed on page that displays lists a user was added to when there are none. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s has not been [listed](%%%%doc.lists%%%%) by anyone yet." -msgstr "" -"Aún nadie ha publicado un mensaje con una [etiqueta clave](%%doc.tags%%)" +msgstr "%s no ha sido [lista] (%%% %doc.lists% %%%) por nadie todavía." #. TRANS: Page title for list of list subscribers. #. TRANS: %1$s is a list, %2$s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Subscribers to list %1$s by %2$s" -msgstr "Suscrito a %s." +msgstr "Los suscriptores a la lista %1$s por %2$s" #. TRANS: Page title for list of list subscribers. #. TRANS: %1$s is a list, %2$s is a user nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Subscribers to list %1$s by %2$s, page %3$d" -msgstr "Mensajes etiquetados con %1$s, página %2$d" +msgstr "Los suscriptores a la lista %1$s por %2$s , página%3$d" #. TRANS: Title for page that displays lists subscribed to by a user. #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "Lists subscribed to by %s" -msgstr "Suscrito a %s." +msgstr "Listas suscritas por %s" #. TRANS: Title for page that displays lists subscribed to by a user. #. TRANS: %1$s is a profile nickname, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists subscribed to by %1$s, page %2$d" -msgstr "%1$s suscrippciones, página %2$d" +msgstr "Listas suscritas por %1$s, página %2$d" #. TRANS: Message displayed for anonymous users on page that displays lists subscribed to by a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists subscribed to by **%s**. Lists are how you sort similar " "people on %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/" @@ -4042,7 +4024,7 @@ msgstr "" "**%s** es un grupo de usuarios en %%%%site.name%%%%, un servicio de " "[microblogueo](http://es.wikipedia.org/wiki/Microblogging) basado en la " "herramienta de software libre [StatusNet](http://status.net/). Sus miembros " -"comparten mensajes cortos acerca de su vida e intereses. " +"comparten mensajes cortos acerca de su vida e intereses." #. TRANS: Page title for AJAX form return when a disabling a plugin. msgctxt "plugin" @@ -4086,9 +4068,8 @@ msgstr "" "plugin para más detalles." #. TRANS: Admin form section header -#, fuzzy msgid "Default plugins" -msgstr "!Idioma predeterminado" +msgstr "Plugins por defecto" #. TRANS: Text displayed on plugin admin page when no plugin are enabled. msgid "" @@ -4101,13 +4082,12 @@ msgstr "" #. TRANS: %s is a field name. #, php-format msgid "Unidentified field %s." -msgstr "" +msgstr "Campo no identificado %s ." #. TRANS: Page title. -#, fuzzy msgctxt "TITLE" msgid "Search results" -msgstr "Buscar sitio" +msgstr "Resultados de la búsqueda" #. TRANS: Error message in case a search is shorter than three characters. msgid "The search string must be at least 3 characters long." @@ -4131,7 +4111,6 @@ msgstr "Información del perfil" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Field title on account registration page. #. TRANS: Field title on group edit form. -#, fuzzy msgid "1-64 lowercase letters or numbers, no punctuation or spaces." msgstr "" "1-64 letras en minúscula o números, sin signos de puntuación o espacios" @@ -4151,9 +4130,8 @@ msgstr "Página de inicio" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Field title on account registration page. -#, fuzzy msgid "URL of your homepage, blog, or profile on another site." -msgstr "El URL de tu página de inicio, blog o perfil en otro sitio" +msgstr "URL de tu página, blog o perfil en otro sitio." #. TRANS: Tooltip for field label in form for profile settings. Plural #. TRANS: is decided by the number of characters available for the @@ -4161,7 +4139,7 @@ msgstr "El URL de tu página de inicio, blog o perfil en otro sitio" #. TRANS: Text area title in form for account registration. Plural #. TRANS: is decided by the number of characters available for the #. TRANS: biography (%d). -#, fuzzy, php-format +#, php-format msgid "Describe yourself and your interests in %d character." msgid_plural "Describe yourself and your interests in %d characters." msgstr[0] "Descríbete y cuéntanos tus intereses en %d caracteres" @@ -4169,7 +4147,6 @@ msgstr[1] "Descríbete y cuéntanos tus intereses en %d caracteres" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Text area title on account registration page. -#, fuzzy msgid "Describe yourself and your interests." msgstr "Descríbete y cuéntanos acerca de tus intereses" @@ -4202,7 +4179,6 @@ msgid "Tags" msgstr "Etiquetas" #. TRANS: Tooltip for field label in form for profile settings. -#, fuzzy msgid "" "Tags for yourself (letters, numbers, -, ., and _), comma- or space- " "separated." @@ -4215,9 +4191,8 @@ msgid "Language" msgstr "Idioma" #. TRANS: Tooltip for dropdown list label in form for profile settings. -#, fuzzy msgid "Preferred language." -msgstr "Lenguaje de preferencia" +msgstr "Idioma preferido." #. TRANS: Dropdownlist label in form for profile settings. msgid "Timezone" @@ -4228,7 +4203,6 @@ msgid "What timezone are you normally in?" msgstr "En que zona horaria se encuentra normalmente?" #. TRANS: Checkbox label in form for profile settings. -#, fuzzy msgid "" "Automatically subscribe to whoever subscribes to me (best for non-humans)." msgstr "" @@ -4236,14 +4210,12 @@ msgstr "" "para no-humanos)" #. TRANS: Dropdown field label on profile settings, for what policies to apply when someone else tries to subscribe to your updates. -#, fuzzy msgid "Subscription policy" -msgstr "Suscripciones" +msgstr "Política de suscripción" #. TRANS: Dropdown field option for following policy. -#, fuzzy msgid "Let anyone follow me" -msgstr "Sólo puede seguir personas" +msgstr "Dejar que alguien me siga" #. TRANS: Dropdown field option for following policy. msgid "Ask me first" @@ -4263,7 +4235,7 @@ msgstr "Hacer mis mensajes visibles sólo para mis seguidores" #. TRANS: characters for the biography (%d). #. TRANS: Form validation error on registration page when providing too long a bio text. #. TRANS: %d is the maximum number of characters for bio; used for plural. -#, fuzzy, php-format +#, php-format msgid "Bio is too long (maximum %d character)." msgid_plural "Bio is too long (maximum %d characters)." msgstr[0] "La biografía es muy larga (máx. %d caracteres)." @@ -4275,7 +4247,6 @@ msgid "Timezone not selected." msgstr "Zona horaria no seleccionada" #. TRANS: Validation error in form for profile settings. -#, fuzzy msgid "Language is too long (maximum 50 characters)." msgstr "Idioma es muy largo ( max 50 car.)" @@ -4285,18 +4256,16 @@ msgstr "Idioma es muy largo ( max 50 car.)" #. TRANS: %s is the invalid tag. #. TRANS: Error displayed if a given tag is invalid. #. TRANS: %s is the invalid tag. -#, fuzzy, php-format +#, php-format msgid "Invalid tag: \"%s\"." -msgstr "Etiqueta inválida: \"% s\"" +msgstr "Etiqueta no válida: \" %s \"." #. TRANS: Server error thrown when user profile settings could not be updated to #. TRANS: automatically subscribe to any subscriber. -#, fuzzy msgid "Could not update user for autosubscribe or subscribe_policy." msgstr "No se pudo actualizar el usuario para autosuscribirse." #. TRANS: Server error thrown when user profile location preference settings could not be updated. -#, fuzzy msgid "Could not save location prefs." msgstr "No se han podido guardar las preferencias de ubicación." @@ -4316,9 +4285,8 @@ msgid "Beyond the page limit (%s)." msgstr "Más allá del límite de páginas (%s)." #. TRANS: Server error displayed when a public timeline cannot be retrieved. -#, fuzzy msgid "Could not retrieve public timeline." -msgstr "No se pudo acceder a corriente pública." +msgstr "No se pudo recuperar la línea de tiempo pública." #. TRANS: Title for all public timeline pages but the first. #. TRANS: %d is the page number. @@ -4332,24 +4300,20 @@ msgid "Public timeline" msgstr "Línea temporal pública" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Activity Streams JSON)" -msgstr "Canal público (Atom)" +msgstr "Feed de línea de tiempo pública (Activity Streams JSON)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 1.0)" -msgstr "Canal público (RSS 1.0)" +msgstr "Suscripción a línea de tiempo (RSS 1.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 2.0)" -msgstr "Canal público (RSS 2.0)" +msgstr "Suscripción a línea de tiempo (RSS 2.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Atom)" -msgstr "Canal público (Atom)" +msgstr "Suscripción a línea de tiempo (Atom)" #. TRANS: Text displayed for public feed when there are no public notices. #, php-format @@ -4400,9 +4364,9 @@ msgstr "" "[StatusNet](http://status.net/) tool." #. TRANS: Public RSS feed description. %s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "%s updates from everyone." -msgstr "¡Actualizaciones de todos en %s!" +msgstr "Actualizaciones de todos en %s" #. TRANS: Title for public tag cloud. msgid "Public tag cloud" @@ -4567,15 +4531,14 @@ msgid "New password successfully saved. You are now logged in." msgstr "Nueva contraseña guardada correctamente. Has iniciado una sesión." #. TRANS: Client exception thrown when no ID parameter was provided. -#, fuzzy msgid "No id parameter." -msgstr "No existe argumento de ID." +msgstr "Ningún parámetro id." #. TRANS: Client exception thrown when an invalid ID parameter was provided for a file. #. TRANS: %d is the provided ID for which the file is not present (number). -#, fuzzy, php-format +#, php-format msgid "No such file \"%d\"." -msgstr "No existe el archivo %d" +msgstr "No hay tal archivo \" %d \"." #. TRANS: Client error displayed when trying to register to an invite-only site without an invitation. msgid "Sorry, only invited people can register." @@ -4590,7 +4553,6 @@ msgid "Registration successful" msgstr "Registro exitoso." #. TRANS: Title for registration page. -#, fuzzy msgctxt "TITLE" msgid "Register" msgstr "Registrarse" @@ -4600,9 +4562,8 @@ msgid "Registration not allowed." msgstr "Registro de usuario no permitido." #. TRANS: Form validation error displayed when trying to register without agreeing to the site license. -#, fuzzy msgid "You cannot register if you do not agree to the license." -msgstr "No puedes registrarte si no estás de acuerdo con la licencia." +msgstr "No se puede registrar si no acepta la licencia." #. TRANS: Form validation error displayed when trying to register with an already registered e-mail address. msgid "Email address already exists." @@ -4621,13 +4582,11 @@ msgstr "" "mensajes y enviar vínculos de ellos a tus amigos y colegas." #. TRANS: Field label on account registration page. In this field the password has to be entered a second time. -#, fuzzy msgctxt "PASSWORD" msgid "Confirm" msgstr "Confirmar" #. TRANS: Field label on account registration page. -#, fuzzy msgctxt "LABEL" msgid "Email" msgstr "Correo electrónico" @@ -4642,7 +4601,6 @@ msgid "Longer name, preferably your \"real\" name." msgstr "Nombre largo, preferiblemente tu nombre \"real\"" #. TRANS: Button text to register a user on account registration page. -#, fuzzy msgctxt "BUTTON" msgid "Register" msgstr "Registrarse" @@ -4726,9 +4684,9 @@ msgstr "" #. TRANS: Client error displayed when an unknown error occurs while delisting a user. #. TRANS: %s is a username. -#, fuzzy, php-format +#, php-format msgid "There was an unexpected error while delisting %s." -msgstr "Se ha producido un error mientras se enlistaba %s." +msgstr "Se ha producido un error mientras se eliminaba la lista %s." #. TRANS: Client error displayed when an unknown error occurs while listing a user. #. TRANS: %s is a profile URL. @@ -4737,11 +4695,12 @@ msgid "" "There was a problem listing %s. The remote server is probably not responding " "correctly, please try retrying later." msgstr "" +"Hubo un problema al mostrar la lista %s. El servidor remoto probablemente no " +"está respondiendo correctamente. Por favor intente nuevamente mas tarde." #. TRANS: Title after removing a user from a list. -#, fuzzy msgid "Unlisted" -msgstr "Licencia" +msgstr "Sin listar" #. TRANS: Client error displayed when trying to repeat a notice while not logged in. msgid "Only logged-in users can repeat notices." @@ -4778,9 +4737,9 @@ msgstr "Respuestas a %1$s, página %2$d" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Replies feed for %s (Activity Streams JSON)" -msgstr "Feed de avisos de %s" +msgstr "Respuestas de suscripción para %s (Activity Streams JSON)" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. @@ -4832,25 +4791,22 @@ msgstr "" #. TRANS: RSS reply feed description. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "Replies to %1$s on %2$s." -msgstr "Respuestas a %1$s en %2$s!" +msgstr "Respuestas a %1$s en %2$s" #. TRANS: Client exception displayed when trying to restore an account while not logged in. -#, fuzzy msgid "Only logged-in users can restore their account." -msgstr "Sólo los usuarios que hayan accedido pueden repetir mensajes." +msgstr "Sólo usuarios registrados pueden restaurar su cuenta." #. TRANS: Client exception displayed when trying to restore an account without having restore rights. -#, fuzzy msgid "You may not restore your account." -msgstr "Aún no has registrado aplicación alguna." +msgstr "No puede restaurar tu cuenta." #. TRANS: Client exception displayed trying to restore an account while something went wrong uploading a file. #. TRANS: Client exception. No file; probably just a non-AJAX submission. -#, fuzzy msgid "No uploaded file." -msgstr "Subir archivo" +msgstr "Ningún archivo cargado." #. TRANS: Client exception thrown when an uploaded file is larger than set in php.ini. msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." @@ -4889,9 +4845,8 @@ msgstr "Error del sistema subir el archivo" #. TRANS: Client exception thrown when a feed is not an Atom feed. #. TRANS: Client exception thrown when an imported feed is not an Atom feed. -#, fuzzy msgid "Not an Atom feed." -msgstr "Todos los miembros" +msgstr "No es una fuente de Atom." #. TRANS: Success message when a feed has been restored. msgid "" @@ -4904,12 +4859,16 @@ msgstr "" #. TRANS: Message when a feed restore is in progress. msgid "Feed will be restored. Please wait a few minutes for results." msgstr "" +"Se restaurará la alimentación. Por favor, espere unos minutos para obtener " +"los resultados." #. TRANS: Form instructions for feed restore. msgid "" "You can upload a backed-up timeline in Activity Streams format." msgstr "" +"Puede cargar una copia de la cronología de Secuencias de actividad ." #. TRANS: Title for submit button to confirm upload of a user backup file for account restore. msgid "Upload the file" @@ -4920,7 +4879,6 @@ msgid "You cannot revoke user roles on this site." msgstr "No puedes revocar funciones de usuario en este sitio." #. TRANS: Client error displayed when trying to revoke a role that is not set. -#, fuzzy msgid "User does not have this role." msgstr "El usuario no tiene esta función." @@ -4940,18 +4898,17 @@ msgstr "Al usuario ya se le ha impuesto restricciones." #. TRANS: Client error displayed when trying to list a profile with an invalid list. #. TRANS: %s is the invalid list name. -#, fuzzy, php-format +#, php-format msgid "Not a valid list: %s." -msgstr "No es una etiqueta válida para personas: %s." +msgstr "No es una lista válida: %s." #. TRANS: Page title for page showing self tags. #. TRANS: %1$s is a tag, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Users self-tagged with %1$s, page %2$d" -msgstr "Usuarios auto etiquetados con %1$s - página %2$d" +msgstr "Usuarios autoetiquetados con %1$s - página %2$d" #. TRANS: Title for the sessions administration panel. -#, fuzzy msgctxt "TITLE" msgid "Sessions" msgstr "Sesiones" @@ -4961,7 +4918,6 @@ msgid "Session settings for this StatusNet site" msgstr "Configuración de sesión para este sitio StatusNet" #. TRANS: Fieldset legend on the sessions administration panel. -#, fuzzy msgctxt "LEGEND" msgid "Sessions" msgstr "Sesiones" @@ -4973,9 +4929,8 @@ msgstr "Gestionar sesiones" #. TRANS: Checkbox title on the sessions administration panel. #. TRANS: Indicates if StatusNet should handle session administration. -#, fuzzy msgid "Handle sessions ourselves." -msgstr "Si manejamos las sesiones nosotros mismos." +msgstr "Manejar las sesiones nosotros mismos." #. TRANS: Checkbox label on the sessions administration panel. #. TRANS: Indicates if StatusNet should write session debugging output. @@ -4983,14 +4938,12 @@ msgid "Session debugging" msgstr "Depuración de sesión" #. TRANS: Checkbox title on the sessions administration panel. -#, fuzzy msgid "Enable debugging output for sessions." -msgstr "Activar la salida de depuración para sesiones." +msgstr "Habilitar depuración de salida para las sesiones." #. TRANS: Title for submit button on the sessions administration panel. -#, fuzzy msgid "Save session settings" -msgstr "Guardar la configuración de acceso" +msgstr "Guardar configuración de sesión" #. TRANS: Client error displayed trying to display an OAuth application while not logged in. msgid "You must be logged in to view an application." @@ -5003,7 +4956,7 @@ msgstr "Perfil de la aplicación" #. TRANS: Information output on an OAuth application page. #. TRANS: %1$s is the application creator, %2$s is "read-only" or "read-write", #. TRANS: %3$d is the number of users using the OAuth application. -#, fuzzy, php-format +#, php-format msgid "Created by %1$s - %2$s access by default - %3$d user" msgid_plural "Created by %1$s - %2$s access by default - %3$d users" msgstr[0] "Creado por %1$s - acceso predeterminado %2$s - %3$d usuarios" @@ -5014,7 +4967,6 @@ msgid "Application actions" msgstr "Acciones de la aplicación" #. TRANS: Link text to edit application on the OAuth application page. -#, fuzzy msgctxt "EDITAPP" msgid "Edit" msgstr "Editar" @@ -5049,13 +5001,12 @@ msgid "Authorize URL" msgstr "Autorizar URL" #. TRANS: Note on the OAuth application page about signature support. -#, fuzzy msgid "" "Note: HMAC-SHA1 signatures are supported. The plaintext signature method is " "not supported." msgstr "" -"Nota: Nuestro sistema sólo es compatible con firmas HMAC-SHA1. No son " -"compatibles las firmas de texto sin formato." +"Nota: Se admiten las firmas HMAC-SHA1. No se admite el método de firma de " +"texto plano." #. TRANS: Text in confirmation dialog to reset consumer key and secret for an OAuth application. msgid "Are you sure you want to reset your consumer key and secret?" @@ -5072,9 +5023,9 @@ msgid "Could not retrieve favorite notices." msgstr "No se pudo recibir avisos favoritos." #. TRANS: Feed link text. %s is a username. -#, fuzzy, php-format +#, php-format msgid "Feed for favorites of %s (Activity Streams JSON)" -msgstr "Canal de las amistades de %s (Atom)" +msgstr "Canal de los amigos de %s (Activity Streams JSON)" #. TRANS: Feed link text. %s is a username. #, php-format @@ -5138,9 +5089,9 @@ msgid "%1$s group, page %2$d" msgstr "grupo %1$s, página %2$d" #. TRANS: Tooltip for feed link. %s is a group nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s group (Activity Streams JSON)" -msgstr "Canal de mensajes del grupo %s (Atom)" +msgstr "Canal de mensajes del grupo %s (Activity Streams JSON)" #. TRANS: Tooltip for feed link. %s is a group nickname. #, php-format @@ -5184,7 +5135,7 @@ msgstr "" #. TRANS: Notice on group pages for anonymous users for StatusNet sites that accept no new registrations. #. TRANS: %s is the group name, %%%%site.name%%%% is the site name, #. TRANS: This message contains Markdown links. Ensure they are formatted correctly: [Description](link). -#, fuzzy, php-format +#, php-format msgid "" "**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5194,7 +5145,7 @@ msgstr "" "**%s** es un grupo de usuarios en %%%%site.name%%%%, un servicio de " "[microblogueo](http://es.wikipedia.org/wiki/Microblogging) basado en la " "herramienta de software libre [StatusNet](http://status.net/). Sus miembros " -"comparten mensajes cortos acerca de su vida e intereses. " +"comparten mensajes cortos acerca de su vida e intereses." #. TRANS: Client error displayed requesting a single message that does not exist. msgid "No such message." @@ -5217,9 +5168,8 @@ msgid "Message from %1$s on %2$s" msgstr "Mensaje de %1$s en %2$s" #. TRANS: Client exception thrown when trying a view a notice the user has no access to. -#, fuzzy msgid "Not available." -msgstr "La mensajería instantánea no está disponible." +msgstr "No disponible" #. TRANS: Client error displayed trying to show a deleted notice. msgid "Notice deleted." @@ -5227,55 +5177,55 @@ msgstr "Mensaje borrado" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Private timeline for %1$s list by you, page %2$d" -msgstr "Usuarios auto etiquetados con %1$s - página %2$d" +msgstr "Línea de tiempo privado para %1$s listado por usted, página%2$d" #. TRANS: Title for public list timeline where the viewer is the tagger. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by you, page %2$d" -msgstr "Usuarios auto etiquetados con %1$s - página %2$d" +msgstr "Línea de tiempo para %1$s listado por usted, página%2$d" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s, page %3$d" -msgstr "Mensajes etiquetados con %1$s, página %2$d" +msgstr "Línea de tiempo para %1$s lista de %2$s , página %3$d" #. TRANS: Title for private list timeline. #. TRANS: %s is a list. #, php-format msgid "Private timeline of %s list by you" -msgstr "" +msgstr "Línea de tiempo privado de %s de usted" #. TRANS: Title for public list timeline where the viewer is the tagger. #. TRANS: %s is a list. #, php-format msgid "Timeline for %s list by you" -msgstr "" +msgstr "Línea de tiempo para %s de usted" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s" -msgstr "Respuestas a %1$s en %2$s!" +msgstr "Línea de tiempo para %1$s por la lista %2$s" #. TRANS: Feed title. #. TRANS: %1$s is a list, %2$s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for %1$s list by %2$s (Atom)" -msgstr "Canal de las amistades de %s (Atom)" +msgstr "Fuente para %1$s lista de %2$s (Atom)" #. TRANS: Empty list message for list timeline. #. TRANS: %1$s is a list, %2$s is a tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "" "This is the timeline for %1$s list by %2$s but no one has posted anything " "yet." msgstr "" -"Esta es la línea temporal de %s y amistades, pero nadie ha publicado nada " -"todavía." +"Esta es la línea de tiempo para %1$s lista de %2$s pero nadie ha " +"publicado nada aún." #. TRANS: Additional empty list message for list timeline for currently logged in user tagged tags. msgid "Try tagging more people." @@ -5283,7 +5233,7 @@ msgstr "Intenta etiquetar mas usuarios." #. TRANS: Additional empty list message for list timeline. #. TRANS: This message contains Markdown links in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Why not [register an account](%%%%action.register%%%%) and start following " "this timeline!" @@ -5293,9 +5243,8 @@ msgstr "" #. TRANS: Header on show list page. #. TRANS: Link description for link to list of users tagged with a tag (so part of a list). -#, fuzzy msgid "Listed" -msgstr "Licencia" +msgstr "Listado" #. TRANS: Content of "Listed" page if there are no listed users. #. TRANS: Content of "People following tag x" if there are no subscribed users. @@ -5310,9 +5259,8 @@ msgstr "(Ninguno)" #. TRANS: Link for more "People in list x by a user" #. TRANS: if there are more than the mini list's maximum. -#, fuzzy msgid "Show all" -msgstr "Ver más" +msgstr "Mostrar todos" #. TRANS: Header for tag subscribers. #. TRANS: Link description for link to list of users subscribed to a tag. @@ -5321,21 +5269,21 @@ msgstr "Suscriptores" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s" -msgstr "%1$s, página %2$s" +msgstr "Avisos de %1$s etiquetadas por %2$s" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag, %3$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s, page %3$d" -msgstr "Mensajes etiquetados con %1$s, página %2$d" +msgstr "Avisos por %1$s etiquetas %2$s , página%3$d" #. TRANS: Extended page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s, page %2$d" -msgstr "Mensajes etiquetados con %1$s, página %2$d" +msgstr "Avisos por %1$s , página %2$d" #. TRANS: Title for link to notice feed. #. TRANS: %1$s is a user nickname, %2$s is a hashtag. @@ -5345,9 +5293,9 @@ msgstr "Canal de avisos de %1$s etiquetados %2$s (RSS 1.0)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s (Activity Streams JSON)" -msgstr "Canal de mensajes para %s (Atom)" +msgstr "Canal de mensajes para %s (Activity Streams JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. @@ -5374,9 +5322,10 @@ msgid "FOAF for %s" msgstr "Amistades de amistades de %s" #. TRANS: First sentence of empty list message for a timeline. $1%s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "This is the timeline for %1$s, but %1$s hasn't posted anything yet." -msgstr "Esta es la línea temporal de %1$s, pero %2$s aún no ha publicado nada." +msgstr "" +"Esta es la línea de tiempo para %1$s , pero %1$s no ha publicado nada aún." #. TRANS: Second sentence of empty list message for a stream for the user themselves. msgid "" @@ -5413,15 +5362,15 @@ msgstr "" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " "[StatusNet](http://status.net/) tool." msgstr "" -"**% s ** tiene una cuenta en %%%%site.name%%%%, un servicio de [microblogueo]" -"(http://en.wikipedia.org/wiki/Micro-blogging), basado en la herramienta de " -"software libre [StatusNet](http://status.net/). " +"** %s ** tiene una cuenta en %%% %site.name% %%%, un [micro-blogging](http://" +"en.wikipedia.org/wiki/Micro-blogging) servicio basado en el Software libre " +"[herramienta de StatusNet](http://status.net/)." #. TRANS: Link to the author of a repeated notice. %s is a linked nickname. #, php-format @@ -5438,7 +5387,6 @@ msgid "User is already silenced." msgstr "El usuario ya ha sido silenciado." #. TRANS: Title for site administration panel. -#, fuzzy msgctxt "TITLE" msgid "Site" msgstr "Sitio" @@ -5478,19 +5426,16 @@ msgid "Dupe limit must be one or more seconds." msgstr "El límite de duplicación debe ser de 1 o más segundos." #. TRANS: Fieldset legend on site settings panel. -#, fuzzy msgctxt "LEGEND" msgid "General" msgstr "General" #. TRANS: Field label on site settings panel. -#, fuzzy msgctxt "LABEL" msgid "Site name" msgstr "Nombre del sitio" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "The name of your site, like \"Yourcompany Microblog\"." msgstr "El nombre de tu sitio, por ejemplo, \"Microblog tucompañía\"" @@ -5499,33 +5444,30 @@ msgid "Brought by" msgstr "Traído por" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Text used for credits link in footer of each page." -msgstr "Texto utilizado para los vínculos a créditos en el pie de cada página" +msgstr "Texto utilizado para enlace de créditos en el pie de cada página." #. TRANS: Field label on site settings panel. msgid "Brought by URL" msgstr "Traído por URL" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "URL used for credits link in footer of each page." -msgstr "URL utilizado para el vínculo a los créditos en el pie de cada página" +msgstr "" +"Dirección URL utilizada para enlace de créditos en el pie de cada página." #. TRANS: Field label on site settings panel. msgid "Email" msgstr "Correo electrónico" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Contact email address for your site." msgstr "Correo electrónico de contacto para tu sitio" #. TRANS: Fieldset legend on site settings panel. -#, fuzzy msgctxt "LEGEND" msgid "Local" -msgstr "Configuraciones regionales" +msgstr "Local" #. TRANS: Dropdown label on site settings panel. msgid "Default timezone" @@ -5540,15 +5482,13 @@ msgid "Default language" msgstr "!Idioma predeterminado" #. TRANS: Dropdown title on site settings panel. -#, fuzzy msgid "" "The site language when autodetection from browser settings is not available." msgstr "" -"Idioma del sitio cuando la autodetección de la configuración del navegador " -"no está disponible" +"El idioma del sitio cuando no está disponible la detección automática de la " +"configuración del navegador." #. TRANS: Fieldset legend on site settings panel. -#, fuzzy msgctxt "LEGEND" msgid "Limits" msgstr "Límites" @@ -5582,9 +5522,8 @@ msgid "SSL logo" msgstr "Logo SSL" #. TRANS: Button title for saving site settings. -#, fuzzy msgid "Save the site settings." -msgstr "Guardar la configuración del sitio" +msgstr "Guardar la configuración del sitio." #. TRANS: Page title for site-wide notice tab in admin panel. msgid "Site Notice" @@ -5599,27 +5538,21 @@ msgid "Unable to save site notice." msgstr "No se pudo guarda el aviso del sitio." #. TRANS: Client error displayed when a site-wide notice was longer than allowed. -#, fuzzy msgid "Maximum length for the site-wide notice is 255 characters." -msgstr "" -"La longitud máxima para el aviso que va a lo ancho del sitio es de 255 " -"caracteres." +msgstr "Longitud máxima de noticia en todo el sitio es de 255 caracteres." #. TRANS: Label for site-wide notice text field in admin panel. msgid "Site notice text" msgstr "Texto del mensaje del sitio" #. TRANS: Tooltip for site-wide notice text field in admin panel. -#, fuzzy msgid "Site-wide notice text (255 characters maximum; HTML allowed)" msgstr "" -"Texto del mensaje que va a lo ancho del sitio (máximo 255 caracteres; se " -"acepta HTML)" +"Texto de aviso en todo el sitio (255 caracteres como máximo; HTML permitido)" #. TRANS: Button title to save site notice in admin panel. -#, fuzzy msgid "Save site notice." -msgstr "Guardar el mensaje del sitio" +msgstr "Guardar el aviso del sitio." #. TRANS: Title for SMS settings. msgid "SMS settings" @@ -5666,9 +5599,9 @@ msgid "SMS phone number" msgstr "Número de teléfono de SMS" #. TRANS: SMS phone number input field instructions in SMS settings form. -#, fuzzy msgid "Phone number, no punctuation or spaces, with area code." -msgstr "Número telefónico, sin puntuación ni espacios, incluya código de área" +msgstr "" +"Número de teléfono, sin signos de puntuación o espacios, con código de área." #. TRANS: Form legend for SMS preferences form. msgid "SMS preferences" @@ -5716,9 +5649,8 @@ msgid "That is the wrong confirmation number." msgstr "Ese no es el número de confirmación" #. TRANS: Server error thrown on database error canceling SMS phone number confirmation. -#, fuzzy msgid "Could not delete SMS confirmation." -msgstr "No se pudo eliminar la confirmación de mensajería instantánea." +msgstr "No se pudo eliminar la confirmación de SMS." #. TRANS: Message given after successfully canceling SMS phone number confirmation. msgid "SMS confirmation cancelled." @@ -5757,7 +5689,6 @@ msgid "No code entered." msgstr "No ingresó el código" #. TRANS: Title for admin panel to configure snapshots. -#, fuzzy msgctxt "TITLE" msgid "Snapshots" msgstr "Capturas" @@ -5779,7 +5710,6 @@ msgid "Invalid snapshot report URL." msgstr "URL de instantánea de reporte inválido" #. TRANS: Fieldset legend on admin panel for snapshots. -#, fuzzy msgctxt "LEGEND" msgid "Snapshots" msgstr "Capturas" @@ -5797,16 +5727,14 @@ msgid "Data snapshots" msgstr "Capturas de datos" #. TRANS: Dropdown title for snapshot method in admin panel for snapshots. -#, fuzzy msgid "When to send statistical data to status.net servers." -msgstr "Cuándo enviar datos estadísticos a los servidores status.net" +msgstr "Cuándo enviar datos estadísticos a los servidores de status.net" #. TRANS: Input field label for snapshot frequency in admin panel for snapshots. msgid "Frequency" msgstr "Frecuencia" #. TRANS: Input field title for snapshot frequency in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent once every N web hits." msgstr "Las instantáneas se enviarán una vez cada N visitas Web" @@ -5815,12 +5743,10 @@ msgid "Report URL" msgstr "Reportar URL" #. TRANS: Input field title for snapshot report URL in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent to this URL." msgstr "Las capturas se enviarán a este URL" #. TRANS: Button title to save snapshot settings. -#, fuzzy msgid "Save snapshot settings." msgstr "Guardar la configuración de instantáneas" @@ -5839,46 +5765,43 @@ msgstr "Solo tú puedes aprobar tus propias suscripciones pendientes." #. TRANS: Title of the first page showing pending subscribers still awaiting approval. #. TRANS: %s is the name of the user. -#, fuzzy, php-format +#, php-format msgid "%s subscribers awaiting approval" -msgstr "%s miembros en el grupo" +msgstr "%s suscriptores a la espera de aprobación" #. TRANS: Title of all but the first page showing pending subscribersmembers still awaiting approval. #. TRANS: %1$s is the name of the user, %2$d is the page number of the members list. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribers awaiting approval, page %2$d" -msgstr "%1$s miembros de grupo, página %2$d" +msgstr "%1$s suscriptores en espera de aprobación, página %2$d" #. TRANS: Page notice for group members page. -#, fuzzy msgid "A list of users awaiting approval to subscribe to you." -msgstr "Lista de los usuarios en este grupo." +msgstr "Lista de usuarios esperando aprobación para suscribirse a usted." #. TRANS: Page title when subscription succeeded. msgid "Subscribed" msgstr "Suscrito" #. TRANS: Client error displayed when trying to perform an action while not logged in. -#, fuzzy msgid "You must be logged in to unsubscribe from a list." -msgstr "Debes estar conectado para crear un grupo" +msgstr "Debe haber iniciado sesión para darse de baja de una lista." #. TRANS: Client error displayed when trying to perform an action without providing an ID. -#, fuzzy msgid "No ID given." -msgstr "No existe argumento de ID." +msgstr "No existe ID." #. TRANS: Server error displayed subscribing to a list fails. #. TRANS: %1$s is a user nickname, %2$s is a list, %3$s is the error message (no period). -#, fuzzy, php-format +#, php-format msgid "Could not subscribe user %1$s to list %2$s: %3$s" -msgstr "No se pudo unir el usuario %s al grupo %s" +msgstr "No se puede suscribir al usuario %1$s a la lista %2$s:%3$s" #. TRANS: Title of form to subscribe to a list. #. TRANS: %1%s is a user nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribed to list %2$s by %3$s" -msgstr "%1$s suscriptores, página %2$d" +msgstr "%1$s suscrito a la lista %2$s de %3$s" #. TRANS: Header for list of subscribers for a user (first page). #. TRANS: %s is the user's nickname. @@ -5952,7 +5875,7 @@ msgstr "Estas son las personas que %s escucha sus avisos." #. TRANS: This message contains Markdown URLs. The link description is between #. TRANS: square brackets, and the link between parentheses. Do not separate "](" #. TRANS: and do not change the URL part. -#, fuzzy, php-format +#, php-format msgid "" "You're not listening to anyone's notices right now, try subscribing to " "people you know. Try [people search](%%action.peoplesearch%%), look for " @@ -5974,12 +5897,11 @@ msgid "%s is not listening to anyone." msgstr "%s no está escuchando a nadie." #. TRANS: Atom feed title. %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "Subscription feed for %s (Atom)" msgstr "Canal de mensajes para %s (Atom)" #. TRANS: Checkbox label for enabling IM messages for a profile in a subscriptions list. -#, fuzzy msgctxt "LABEL" msgid "IM" msgstr "IM" @@ -5996,9 +5918,9 @@ msgstr "Mensajes etiquetados con %1$s, página %2$d" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. -#, fuzzy, php-format +#, php-format msgid "Notice feed for tag %s (Activity Streams JSON)" -msgstr "Canal de mensajes con etiqueta %s (Atom)" +msgstr "Canal de mensajes con etiqueta %s (Activity Streams JSON)" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. @@ -6021,69 +5943,60 @@ msgstr "Canal de mensajes con etiqueta %s (Atom)" #. TRANS: Client error displayed when trying to tag a user that cannot be tagged. #. TRANS: Client exception thrown trying to set a tag for a user that cannot be tagged. #. TRANS: Error displayed when trying to tag a user that cannot be tagged. -#, fuzzy msgid "You cannot tag this user." -msgstr "No puedes enviar mensaje a este usuario." +msgstr "No puede etiquetar este usuario." #. TRANS: Title for list form when not on a profile page. -#, fuzzy msgid "List a profile" -msgstr "Perfil de usuario" +msgstr "Listar un perfil" #. TRANS: Title for list form when on a profile page. #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgctxt "ADDTOLIST" msgid "List %s" -msgstr "Límites" +msgstr "Lista %s" #. TRANS: Title for list form when an error has occurred. -#, fuzzy msgctxt "TITLE" msgid "Error" -msgstr "Error de Ajax" +msgstr "Error" #. TRANS: Header in list form. msgid "User profile" msgstr "Perfil de usuario" #. TRANS: Fieldset legend for list form. -#, fuzzy msgid "List user" -msgstr "Límites" +msgstr "Lista de usuario" #. TRANS: Field label on list form. -#, fuzzy msgctxt "LABEL" msgid "Lists" -msgstr "Límites" +msgstr "Listas" #. TRANS: Field title on list form. -#, fuzzy msgid "" "Lists for this user (letters, numbers, -, ., and _), comma- or space- " "separated." msgstr "" -"Etiquetas para ti (letras, números, -, ., y _), separadas por comas o " -"espacios" +"Listas para este usuario (letras, números,-,. y _), separados por comas o " +"espacio." #. TRANS: Title for personal tag cloud section. -#, fuzzy msgctxt "TITLE" msgid "Tags" msgstr "Etiquetas" #. TRANS: Success message if lists are saved. -#, fuzzy msgid "Lists saved." -msgstr "Se guardó la contraseña." +msgstr "Listas guardadas." #. TRANS: Page notice. -#, fuzzy msgid "Use this form to add your subscribers or subscriptions to lists." msgstr "" -"Usa este formulario para agregar etiquetas a tus suscriptores o " -"suscripciones." +"Utilice este formulario para agregar tus suscriptores o suscripciones a " +"listas." #. TRANS: Client error when requesting a tag feed for a non-existing tag. msgid "No such tag." @@ -6107,14 +6020,13 @@ msgstr "Desuscrito" #. TRANS: Page title for form that allows unsubscribing from a list. #. TRANS: %1$s is a nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s unsubscribed from list %2$s by %3$s" -msgstr "%1$s suscriptores, página %2$d" +msgstr "%1$s elimina suscripción a la lista %2$s de %3$s" #. TRANS: Title of URL settings tab in profile settings. -#, fuzzy msgid "URL settings" -msgstr "Configuración de mensajería instantánea" +msgstr "Configuración de direcciones URL" #. TRANS: Instructions for tab "Other" in user profile settings. msgid "Manage various other options." @@ -6127,9 +6039,8 @@ msgid " (free service)" msgstr " (servicio libre)" #. TRANS: Default value for URL shortening settings. -#, fuzzy msgid "[none]" -msgstr "Ninguno" +msgstr "[Ninguno]" #. TRANS: Default value for URL shortening settings. msgid "[internal]" @@ -6160,21 +6071,21 @@ msgstr "Texto mas largo de" msgid "" "URLs in notices longer than this will be shortened, 0 means always shorten." msgstr "" +"URLs en mensajes largos serán acortados, 0 significa que todos serán " +"acortados." #. TRANS: Form validation error for form "Other settings" in user profile. -#, fuzzy msgid "URL shortening service is too long (maximum 50 characters)." -msgstr "El servicio de acortamiento de URL es muy largo (máx. 50 caracteres)." +msgstr "" +"Servicio de acortamiento de URL es demasiado larga (máximo 50 caracteres)." #. TRANS: Client exception thrown when the maximum URL settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum URL length." -msgstr "Contenido de mensaje inválido." +msgstr "Número no válido para la longitud máxima de URL." #. TRANS: Client exception thrown when the maximum notice length settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum notice length." -msgstr "Contenido de mensaje inválido." +msgstr "Número máximo de longitud de noticia inválido." #. TRANS: Server exception thrown in profile URL settings when preferences could not be saved. msgid "Error saving user URL shortening preferences." @@ -6194,18 +6105,16 @@ msgid "Invalid bio limit. Must be numeric." msgstr "Límite para la bio inválido: Debe ser numérico." #. TRANS: Form validation error in user admin panel when welcome text is too long. -#, fuzzy msgid "Invalid welcome text. Maximum length is 255 characters." -msgstr "Texto de bienvenida inválido. La longitud máx. es de 255 caracteres." +msgstr "Texto bienvenida no válido. Longitud máxima es de 255 caracteres." #. TRANS: Client error displayed when trying to set a non-existing user as default subscription for new #. TRANS: users in user admin panel. %1$s is the invalid nickname. -#, fuzzy, php-format +#, php-format msgid "Invalid default subscripton: \"%1$s\" is not a user." -msgstr "Suscripción predeterminada inválida : '%1$s' no es un usuario" +msgstr "Subscripciónn predeterminada no válida: \" %1$s \" no es un usuario." #. TRANS: Fieldset legend in user administration panel. -#, fuzzy msgctxt "LEGEND" msgid "Profile" msgstr "Perfil" @@ -6227,9 +6136,8 @@ msgid "New user welcome" msgstr "Bienvenida a nuevos usuarios" #. TRANS: Tooltip in user admin panel for setting new user welcome text. -#, fuzzy msgid "Welcome text for new users (maximum 255 characters)." -msgstr "Texto de bienvenida para nuevos usuarios (máx. 255 caracteres)." +msgstr "Texto Bienvenido para los nuevos usuarios (máximo 255 caracteres)." #. TRANS: Field label in user admin panel for setting default subscription for new users. msgid "Default subscription" @@ -6252,9 +6160,8 @@ msgid "Whether to allow users to invite new users." msgstr "Si permitir a los usuarios invitar nuevos usuarios." #. TRANS: Button title to save user settings in user admin panel. -#, fuzzy msgid "Save user settings." -msgstr "Guardar la configuración del sitio" +msgstr "Guardar configuración de usuario." #. TRANS: Page title for all but the first page of groups for a user. #. TRANS: %1$s is a nickname, %2$d is a page number. @@ -6294,7 +6201,7 @@ msgstr "%s StatusNet" #. TRANS: Content part of StatusNet version page. #. TRANS: %1$s is the engine name (StatusNet) and %2$s is the StatusNet version. -#, fuzzy, php-format +#, php-format msgid "" "This site is powered by %1$s version %2$s, Copyright 2008-2011 StatusNet, " "Inc. and contributors." @@ -6311,30 +6218,28 @@ msgid "License" msgstr "Licencia" #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "StatusNet is free software: you can redistribute it and/or modify it under " "the terms of the GNU Affero General Public License as published by the Free " "Software Foundation, either version 3 of the License, or (at your option) " "any later version." msgstr "" -"Freecol es software libre: Puedes redistribuirlo y/o modificarlo bajo los " -"términos de la Licencia Pública General de Affero AGPL tal y como se ha " -"publicado por la Fundación del Software Libre, bien por la versión 3 de la " -"Licencia, o cualquier versión posterior (la de tu elección). " +"StatusNet es software libre: usted puede redistribuirlo y/o modificarlo bajo " +"los términos de la GNU Affero General Public License publicada por la Free " +"Software Foundation, bien la versión 3 de la licencia, o (a su opción) " +"cualquier versión posterior." #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " "FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License " "for more details." msgstr "" -"Este programa se distribuye con la esperanza de que sea útil, pero SIN " -"NINGUNA GARANTÍA, incluso sin la garantía implícita de COMERCIALIZACIÓN o " -"IDONEIDAD PARA UN PROPÓSITO PARTICULAR. Consulte la Licencia Pública General " -"de Affero AGPL para más detalles. " +"Este programa se distribuye con la esperanza de que será útil, pero sin " +"ninguna garantía; ni siquiera la garantía implícita de comerciabilidad o " +"idoneidad para un propósito PARTICULAR. Consulte la GNU Affero General " +"Public License para más detalles." #. TRANS: Content part of StatusNet version page. #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html". @@ -6351,25 +6256,21 @@ msgid "Plugins" msgstr "Complementos" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Name" msgstr "Nombre" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Version" msgstr "Versión" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Author(s)" -msgstr "Autor(es)" +msgstr "Autor (es)" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Description" msgstr "Descripción" @@ -6380,9 +6281,9 @@ msgstr "Aceptar" #. TRANS: Ntofication given when a user marks a notice as favorite. #. TRANS: %1$s is a user nickname or full name, %2$s is a notice URI. -#, fuzzy, php-format +#, php-format msgid "%1$s marked notice %2$s as a favorite." -msgstr "%s (@%s) agregó tu mensaje a los favoritos" +msgstr "%1$s ha marcado la noticia %2$s como favorito." #. TRANS: Server exception thrown when a URL cannot be processed. #, php-format @@ -6396,7 +6297,7 @@ msgstr " Robin piensa que algo es imposible." #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. #. TRANS: %1$s is used for plural. -#, fuzzy, php-format +#, php-format msgid "" "No file may be larger than %1$d byte and the file you sent was %2$d bytes. " "Try to upload a smaller version." @@ -6404,15 +6305,15 @@ msgid_plural "" "No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " "Try to upload a smaller version." msgstr[0] "" -"Ningún archivopuede ser de tamaño mayor a %1$d bytes y el archivo que " +"Ningún archivo puede ser de tamaño mayor a %1$d bytes y el archivo que " "enviaste es de %2$d bytes. Trata de subir una versión más pequeña." msgstr[1] "" -"Ningún archivopuede ser de tamaño mayor a %1$d bytes y el archivo que " +"Ningún archivo puede ser de tamaño mayor a %1$d bytes y el archivo que " "enviaste es de %2$d bytes. Trata de subir una versión más pequeña." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. -#, fuzzy, php-format +#, php-format msgid "A file this large would exceed your user quota of %d byte." msgid_plural "A file this large would exceed your user quota of %d bytes." msgstr[0] "" @@ -6422,7 +6323,7 @@ msgstr[1] "" #. TRANS: Message given id an upload would exceed a user's monthly quota. #. TRANS: $d (number) is the monthly user quota in bytes and is used for plural. -#, fuzzy, php-format +#, php-format msgid "A file this large would exceed your monthly quota of %d byte." msgid_plural "A file this large would exceed your monthly quota of %d bytes." msgstr[0] "" @@ -6442,9 +6343,9 @@ msgstr "ID del perfil %s no es válida." #. TRANS: Exception thrown providing an invalid group ID. #. TRANS: %s is the invalid group ID. -#, fuzzy, php-format +#, php-format msgid "Group ID %s is invalid." -msgstr "Error al guardar el usuario; inválido." +msgstr "ID de grupo %s no es válido." #. TRANS: Exception thrown when joining a group fails. msgid "Group join failed." @@ -6466,7 +6367,7 @@ msgstr "Unirse" #. TRANS: %1$s is the member name, %2$s is the subscribed group's name. #, php-format msgid "%1$s has joined group %2$s." -msgstr "" +msgstr "%1$s se unió al grupo %2$s." #. TRANS: Server exception thrown when updating a local group fails. msgid "Could not update local group." @@ -6479,9 +6380,9 @@ msgid "Could not create login token for %s" msgstr "No se pudo crear el token de acceso para %s" #. TRANS: Exception thrown when a program code class (%s) cannot be instantiated. -#, fuzzy, php-format +#, php-format msgid "Cannot instantiate class %s." -msgstr "No se puede guardar la nueva contraseña." +msgstr "No se puede crear una instancia de clase %s ." #. TRANS: Exception thrown when database name or Data Source Name could not be found. msgid "No database name or DSN found anywhere." @@ -6506,7 +6407,7 @@ msgid "No such profile (%1$d) for notice (%2$d)." msgstr "No existe tal perfil (%1$d) para notificar (%2$d)." #. TRANS: Server exception. %s are the error details. -#, fuzzy, php-format +#, php-format msgid "Database error inserting hashtag: %s." msgstr "Error de la BD al insertar la etiqueta clave: %s" @@ -6538,24 +6439,20 @@ msgid "You are banned from posting notices on this site." msgstr "Tienes prohibido publicar avisos en este sitio." #. TRANS: Client exception thrown in notice when trying to repeat a missing or deleted notice. -#, fuzzy msgid "Cannot repeat; original notice is missing or deleted." -msgstr "No puedes repetir tus propios mensajes" +msgstr "No se puede repetir; aviso original está perdido o eliminado." #. TRANS: Client error displayed when trying to repeat an own notice. -#, fuzzy msgid "You cannot repeat your own notice." -msgstr "No puedes repetir tus propios mensajes." +msgstr "No puedes repetir tus propios mensajes" #. TRANS: Client error displayed when trying to repeat a non-public notice. -#, fuzzy msgid "Cannot repeat a private notice." -msgstr "No puedes repetir tus propios mensajes" +msgstr "No se puede repetir un anuncio privado." #. TRANS: Client error displayed when trying to repeat a notice you cannot access. -#, fuzzy msgid "Cannot repeat a notice you cannot read." -msgstr "No puedes repetir tus propios mensajes" +msgstr "No se puede repetir un anuncio que no puede leer." #. TRANS: Client error displayed when trying to repeat an already repeated notice. msgid "You already repeated that notice." @@ -6563,9 +6460,9 @@ msgstr "Ya has repetido este mensaje." #. TRANS: Client error displayed when trying to reply to a notice a the target has no access to. #. TRANS: %1$s is a user nickname, %2$d is a notice ID (number). -#, fuzzy, php-format +#, php-format msgid "%1$s has no access to notice %2$d." -msgstr "El/La usuario/a no tiene ningún último mensaje" +msgstr "%1$s no tiene acceso al mensaje %2$d ." #. TRANS: Server exception thrown when a notice cannot be saved. #. TRANS: Server exception thrown when a notice cannot be updated. @@ -6573,9 +6470,8 @@ msgid "Problem saving notice." msgstr "Hubo un problema al guardar el mensaje." #. TRANS: Server exception thrown when no array is provided to the method saveKnownGroups(). -#, fuzzy msgid "Bad type provided to saveKnownGroups." -msgstr "Mal tipo proveído a saveKnownGroups" +msgstr "Mal tipo a saveKnownGroups." #. TRANS: Server exception thrown when an update for a group inbox fails. msgid "Problem saving group inbox." @@ -6589,7 +6485,7 @@ msgstr "RT @%1$s %2$s" #. TRANS: Full name of a profile or group (%1$s) followed by nickname (%2$s) in parentheses. #. TRANS: Full name of a profile or group followed by nickname in parens -#, fuzzy, php-format +#, php-format msgctxt "FANCYNAME" msgid "%1$s (%2$s)" msgstr "%1$s (%2$s)" @@ -6612,29 +6508,24 @@ msgid "The tag you are trying to rename to already exists." msgstr "La etiqueta que está tratando de renombrar ya existe." #. TRANS: Server exception saving new tag without having a tagger specified. -#, fuzzy msgid "No tagger specified." -msgstr "Grupo no especificado." +msgstr "No se ha especificado una etiqueta." #. TRANS: Server exception saving new tag without having a tag specified. -#, fuzzy msgid "No tag specified." -msgstr "Grupo no especificado." +msgstr "No se ha especificado una etiqueta." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not create profile tag." -msgstr "No se pudo guardar el perfil." +msgstr "No se pudo crear la etiqueta de perfil." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not set profile tag URI." -msgstr "No se pudo guardar el perfil." +msgstr "No se pudo establecer la etiqueta de perfil URI." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not set profile tag mainpage." -msgstr "No se pudo guardar el perfil." +msgstr "No se pudo establecer la etiqueta de perfil principal." #. TRANS: Client exception thrown trying to set more tags than allowed. #, php-format @@ -6642,6 +6533,8 @@ msgid "" "You already have created %d or more tags which is the maximum allowed number " "of tags. Try using or deleting some existing tags." msgstr "" +"Ya ha creado %d o más etiquetas que el máximo permitido de etiquetas. " +"Intente utilizar o eliminar algunas etiquetas existentes." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, php-format @@ -6649,16 +6542,16 @@ msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " "allowed number.Try unlisting others first." msgstr "" +"Ya tienes %1$d o más personas en lista de %2$s , que es el máximo " +"permitido. Pruebe a eliminar algunos primero." #. TRANS: Exception thrown when inserting a list subscription in the database fails. -#, fuzzy msgid "Adding list subscription failed." -msgstr "No se pudo eliminar la suscripción." +msgstr "Error al agregar la lista de suscripción." #. TRANS: Exception thrown when deleting a list subscription from the database fails. -#, fuzzy msgid "Removing list subscription failed." -msgstr "No se pudo eliminar la suscripción." +msgstr "No se pudo quitar la suscripción de la lista." #. TRANS: Exception thrown when a right for a non-existing user profile is checked. msgid "Missing profile." @@ -6681,9 +6574,8 @@ msgid "User has blocked you." msgstr "El usuario te ha bloqueado." #. TRANS: Exception thrown when trying to unsibscribe without a subscription. -#, fuzzy msgid "Not subscribed!" -msgstr "¡No estás suscrito!" +msgstr "¡No suscrito!" #. TRANS: Exception thrown when trying to unsubscribe a user from themselves. msgid "Could not delete self-subscription." @@ -6694,16 +6586,15 @@ msgid "Could not delete subscription." msgstr "No se pudo eliminar la suscripción." #. TRANS: Activity title when subscribing to another person. -#, fuzzy msgctxt "TITLE" msgid "Follow" -msgstr "Permitir" +msgstr "Seguir" #. TRANS: Notification given when one person starts following another. #. TRANS: %1$s is the subscriber, %2$s is the subscribed. -#, fuzzy, php-format +#, php-format msgid "%1$s is now following %2$s." -msgstr "%1$s ahora está escuchando tus avisos en %2$s" +msgstr "%1$s ahora sigue a %2$s ." #. TRANS: Notice given on user registration. #. TRANS: %1$s is the sitename, $2$s is the registering user's nickname. @@ -6713,7 +6604,7 @@ msgstr "Bienvenido a %1$s, @%2$s!" #. TRANS: Exception thrown when trying view "repeated to me". msgid "Not implemented since inbox change." -msgstr "" +msgstr "No implementado desde el cambio en la bandeja de entrada." #. TRANS: Server exception. msgid "No single user defined for single-user mode." @@ -6721,7 +6612,7 @@ msgstr "Ningún usuario sólo definido para modo monousuario." #. TRANS: Server exception. msgid "Single-user mode code called when not enabled." -msgstr "" +msgstr "Modo de único cuando no esta activado." #. TRANS: Information on password recovery form if no known username or e-mail address was specified. msgid "No user with that email address or username." @@ -6753,21 +6644,21 @@ msgstr "No se ha podido guardar la información del grupo local." #. TRANS: Exception thrown when an account could not be located when it should be moved. #. TRANS: %s is the remote site. -#, fuzzy, php-format +#, php-format msgid "Cannot locate account %s." -msgstr "No puedes borrar usuarios." +msgstr "No puede encontrar la cuenta %s ." #. TRANS: Exception thrown when a service document could not be located account move. #. TRANS: %s is the remote site. #, php-format msgid "Cannot find XRD for %s." -msgstr "" +msgstr "No se puede encontrar XRD para %s ." #. TRANS: Exception thrown when an account could not be located when it should be moved. #. TRANS: %s is the remote site. #, php-format msgid "No AtomPub API service for %s." -msgstr "" +msgstr "Ningún servicio de AtomPub API para %s ." #. TRANS: H2 for user actions in a profile. #. TRANS: H2 for entity actions in a profile. @@ -6779,23 +6670,19 @@ msgid "User deletion in progress..." msgstr "Eliminación de usuario en curso..." #. TRANS: Link title for link on user profile. -#, fuzzy msgid "Edit profile settings." -msgstr "Editar configuración del perfil" +msgstr "Editar configuración del perfil." #. TRANS: Link text for link on user profile. -#, fuzzy msgctxt "BUTTON" msgid "Edit" msgstr "Editar" #. TRANS: Link title for link on user profile. -#, fuzzy msgid "Send a direct message to this user." -msgstr "Enviar un mensaje directo a este usuario" +msgstr "Enviar un mensaje directo a este usuario." #. TRANS: Link text for link on user profile. -#, fuzzy msgctxt "BUTTON" msgid "Message" msgstr "Mensaje" @@ -6840,10 +6727,9 @@ msgstr "Responder" #. TRANS: Placeholder text for inline reply form. Clicking in this box will turn it into a mini notice form. #. TRANS: Field label for reply mini form. msgid "Write a reply..." -msgstr "" +msgstr "Escribe una respuesta..." #. TRANS: Tab on the notice form. -#, fuzzy msgctxt "TAB" msgid "Status" msgstr "Estado" @@ -6923,34 +6809,31 @@ msgstr "" "XML entero." #. TRANS: Client exception thrown when using an unknown verb for the activity importer. -#, fuzzy, php-format +#, php-format msgid "Unknown verb: \"%s\"." -msgstr "Idioma desconocido \"%s\"." +msgstr "Verbo desconocido: \" %s \"." #. TRANS: Client exception thrown when trying to force a subscription for an untrusted user. msgid "Cannot force subscription for untrusted user." -msgstr "" +msgstr "No se puede forzar suscripción para usuario sin confianza." #. TRANS: Client exception thrown when trying to force a remote user to subscribe. -#, fuzzy msgid "Cannot force remote user to subscribe." -msgstr "Especificar el nombre del usuario al cual se quiere suscribir." +msgstr "No puede obligar a un usuario remoto para suscribirse." #. TRANS: Client exception thrown when trying to subscribe to an unknown profile. -#, fuzzy msgid "Unknown profile." -msgstr "Tipo de archivo desconocido" +msgstr "Perfil desconocido." #. TRANS: Client exception thrown when trying to import an event not related to the importing user. msgid "This activity seems unrelated to our user." -msgstr "" +msgstr "Esta actividad parece no relacionada con nuestro usuario." #. TRANS: Client exception thrown when trying to join a remote group that is not a group. msgid "Remote profile is not a group!" -msgstr "" +msgstr "Perfil remoto no es de un grupo!" #. TRANS: Client exception thrown when trying to join a group the importing user is already a member of. -#, fuzzy msgid "User is already a member of this group." msgstr "Ya eres miembro de ese grupo" @@ -6958,22 +6841,22 @@ msgstr "Ya eres miembro de ese grupo" #. TRANS: %1$s is the source URI of the notice, %2$s is the URI of the author. #, php-format msgid "Already know about notice %1$s and it has a different author %2$s." -msgstr "" +msgstr "Ya saben sobre noticia %1$s y tiene un autor diferente %2$s ." #. TRANS: Client exception thrown when trying to overwrite the author information for a non-trusted user during import. msgid "Not overwriting author info for non-trusted user." -msgstr "" +msgstr "No sobrescribir información de autor a usuarios sin confianza." #. TRANS: Client exception thrown when trying to import a notice without content. #. TRANS: %s is the notice URI. -#, fuzzy, php-format +#, php-format msgid "No content for notice %s." -msgstr "Buscar en el contenido de mensajes" +msgstr "Ningún contenido de notificación %s ." #. TRANS: Exception thrown if a non-existing user is provided. %s is a user ID. -#, fuzzy, php-format +#, php-format msgid "No such user \"%s\"." -msgstr "Este usuario no existe %s" +msgstr "Ningún usuario \" %s \"." #. TRANS: Client exception thrown when post to collection fails with a 400 status. #. TRANS: %1$s is a URL, %2$s is the status, %s$s is the fail reason. @@ -7015,16 +6898,14 @@ msgid "saveSettings() not implemented." msgstr "saveSettings() no implementada." #. TRANS: Header in administrator navigation panel. -#, fuzzy msgctxt "HEADER" msgid "Home" -msgstr "Página de inicio" +msgstr "Inicio" #. TRANS: Header in administrator navigation panel. -#, fuzzy msgctxt "HEADER" msgid "Admin" -msgstr "Admin" +msgstr "Administración" #. TRANS: Menu item title in administrator navigation panel. msgid "Basic site configuration" @@ -7040,7 +6921,6 @@ msgid "User configuration" msgstr "Configuración de usuario" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "User" msgstr "Usuario" @@ -7050,7 +6930,6 @@ msgid "Access configuration" msgstr "Configuración de acceso" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Access" msgstr "Acceder" @@ -7060,7 +6939,6 @@ msgid "Paths configuration" msgstr "Configuración de rutas" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Paths" msgstr "Rutas" @@ -7070,7 +6948,6 @@ msgid "Sessions configuration" msgstr "Configuración de sesiones" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Sessions" msgstr "Sesiones" @@ -7080,7 +6957,6 @@ msgid "Edit site notice" msgstr "Editar el mensaje del sitio" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Site notice" msgstr "Mensaje de sitio" @@ -7090,17 +6966,15 @@ msgid "Snapshots configuration" msgstr "Configuración de instantáneas" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Snapshots" msgstr "Capturas" #. TRANS: Menu item title in administrator navigation panel. msgid "Set site license" -msgstr "" +msgstr "Definir licencia de sitio" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "License" msgstr "Licencia" @@ -7110,10 +6984,9 @@ msgid "Plugins configuration" msgstr "Configuración de plugins" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Plugins" -msgstr "Complementos" +msgstr "Plugins" #. TRANS: Client error 401. msgid "API resource requires read-write access, but you only have read access." @@ -7156,7 +7029,7 @@ msgstr "Nombre" #. TRANS: Form input field instructions. #. TRANS: %d is the number of available characters for the description. -#, fuzzy, php-format +#, php-format msgid "Describe your application in %d character" msgid_plural "Describe your application in %d characters" msgstr[0] "Describe tu aplicación en %d caracteres" @@ -7223,19 +7096,16 @@ msgstr "" "Acceso predeterminado para esta aplicación: sólo lectura o lectura-escritura" #. TRANS: Submit button title. -#, fuzzy msgid "Cancel application changes." -msgstr "Aplicaciones conectadas" +msgstr "Cancelar cambios en las aplicaciones." #. TRANS: Submit button title. -#, fuzzy msgid "Save application changes." -msgstr "Nueva aplicación" +msgstr "Guardar cambios en las aplicaciones." #. TRANS: Name for an anonymous application in application list. -#, fuzzy msgid "Unknown application" -msgstr "Acción desconocida" +msgstr "Aplicación desconocida" #. TRANS: Message has a leading space and a trailing space. Used in application list. #. TRANS: Before this message the application name is put, behind it the organisation that manages it. @@ -7259,7 +7129,7 @@ msgstr "Aprobado el %1$s - acceso \"%2$s\"." #. TRANS: %s are the first 7 characters of the access token. #, php-format msgid "Access token starting with: %s" -msgstr "" +msgstr "Comenzando con el token de acceso:%s" #. TRANS: Button label in application list to revoke access to user data. msgctxt "BUTTON" @@ -7280,23 +7150,22 @@ msgstr "Rechazar" #. TRANS: Atom feed exception thrown when an author element does not contain a name element. msgid "Author element must contain a name element." -msgstr "" +msgstr "Elemento de Autor debe contener un nombre." #. TRANS: Server exception thrown when using the method setActivitySubject() in the class Atom10Feed. -#, fuzzy msgid "Do not use this method!" -msgstr "No eliminar este mensaje" +msgstr "No utilice este método!" #. TRANS: Title in atom list notice feed. %1$s is a list name, %2$s is a tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Timeline for people in list %1$s by %2$s" -msgstr "Respuestas a %1$s en %2$s!" +msgstr "Línea de tiempo para la gente en la lista %1$s por %2$s" #. TRANS: Message is used as a subtitle in atom list notice feed. #. TRANS: %1$s is a tagger's nickname, %2$s is a list name, %3$s is a site name. -#, fuzzy, php-format +#, php-format msgid "Updates from %1$s's list %2$s on %3$s!" -msgstr "¡Actualizaciones de %1$s en %2$s!" +msgstr "Actualizaciones de %1$s de la lista %2$s en %3$s !" #. TRANS: Title. msgid "Notices where this attachment appears" @@ -7307,9 +7176,8 @@ msgid "Tags for this attachment" msgstr "Etiquetas de este archivo adjunto" #. TRANS: Exception thrown when a password change fails. -#, fuzzy msgid "Password changing failed." -msgstr "El cambio de contraseña ha fallado" +msgstr "Error al cambiar la contraseña." #. TRANS: Exception thrown when a password change attempt fails because it is not allowed. msgid "Password changing is not allowed." @@ -7329,19 +7197,17 @@ msgid "Cancel join request" msgstr "Cancelar petición de unirse" #. TRANS: Button text for form action to cancel a subscription request. -#, fuzzy msgctxt "BUTTON" msgid "Cancel subscription request" -msgstr "Todas las suscripciones" +msgstr "Cancelación de solicitud de suscripción" #. TRANS: Title for command results. msgid "Command results" msgstr "Resultados de comando" #. TRANS: Title for command results. -#, fuzzy msgid "AJAX error" -msgstr "Error de Ajax" +msgstr "Error de AJAX" #. TRANS: E-mail subject when a command has completed. #. TRANS: E-mail subject for reply to an e-mail command. @@ -7403,9 +7269,8 @@ msgstr "" "Avisos: %3$s" #. TRANS: Error message text shown when a favorite could not be set because it has already been favorited. -#, fuzzy msgid "Could not create favorite: Already favorited." -msgstr "No se pudo crear favorito." +msgstr "No se pudo crear favoritos: ya existe." #. TRANS: Text shown when a notice has been marked as favourite successfully. msgid "Notice marked as fave." @@ -7427,16 +7292,16 @@ msgstr "%1$s dejo el grupo %2$s." #. TRANS: %1$s is the tagged user, %2$s is the error message (no punctuation). #, php-format msgid "Error tagging %1$s: %2$s" -msgstr "" +msgstr "Error etiquetando %1$s: %2$s" #. TRANS: Succes message displayed if tagging a user succeeds. #. TRANS: %1$s is the tagged user's nickname, %2$s is a list of tags. #. TRANS: Plural is decided based on the number of tags added (not part of message). -#, fuzzy, php-format +#, php-format msgid "%1$s was tagged %2$s" msgid_plural "%1$s was tagged %2$s" -msgstr[0] "%1$s - %2$s" -msgstr[1] "%1$s - %2$s" +msgstr[0] "%1$s fue etiquetado %2$s" +msgstr[1] "%1$sfue etiquetado %2$s" #. TRANS: Separator for list of tags. #. TRANS: Separator in list of user names like "Jim, Bob, Mary". @@ -7453,7 +7318,7 @@ msgstr "Etiqueta inválida: \"% s\"" #. TRANS: %1$s is the untagged user, %2$s is the error message (no punctuation). #, php-format msgid "Error untagging %1$s: %2$s" -msgstr "" +msgstr "Error etiquetando %1$s: %2$s" #. TRANS: Succes message displayed if untagging a user succeeds. #. TRANS: %1$s is the untagged user's nickname, %2$s is a list of tags. @@ -7461,12 +7326,12 @@ msgstr "" #, php-format msgid "The following tag was removed from user %1$s: %2$s." msgid_plural "The following tags were removed from user %1$s: %2$s." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Se eliminó la siguiente etiqueta de usuario %1$s : %2$s . " +msgstr[1] "Se quitaron las siguientes etiquetas de usuario %1$s : %2$s ." #. TRANS: Whois output. #. TRANS: %1$s nickname of the queried user, %2$s is their profile URL. -#, fuzzy, php-format +#, php-format msgctxt "WHOIS" msgid "%1$s (%2$s)" msgstr "%1$s (%2$s)" @@ -7509,7 +7374,7 @@ msgstr "" #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters. #. TRANS: Message given when a status is too long. %1$s is the maximum number of characters, #. TRANS: %2$s is the number of characters sent (used for plural). -#, fuzzy, php-format +#, php-format msgid "Message too long - maximum is %1$d character, you sent %2$d." msgid_plural "Message too long - maximum is %1$d characters, you sent %2$d." msgstr[0] "Mensaje muy largo - máximo %1$d caracteres, enviaste %2$d" @@ -7531,13 +7396,13 @@ msgstr "Se ha repetido el mensaje de %s." #. TRANS: Message given if content of a notice for a reply is too long. %1$d is used for plural. #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters. -#, fuzzy, php-format +#, php-format msgid "Notice too long - maximum is %1$d character, you sent %2$d." msgid_plural "Notice too long - maximum is %1$d characters, you sent %2$d." msgstr[0] "" -"Mensaje demasiado largo - el máximo es de 140 caracteres, enviaste %d." +"Mensaje demasiado largo - el máximo es de %1$d caracteres, enviaste %2$d." msgstr[1] "" -"Mensaje demasiado largo - el máximo es de 140 caracteres, enviaste %d." +"Mensaje demasiado largo - el máximo es de %1$d caracteres, enviaste %2$d." #. TRANS: Text shown having sent a reply to a notice successfully. #. TRANS: %s is the nickname of the user of the notice the reply was sent to. @@ -7652,22 +7517,19 @@ msgstr[0] "Eres miembro de este grupo:" msgstr[1] "Eres miembro de estos grupos:" #. TRANS: Header line of help text for commands. -#, fuzzy msgctxt "COMMANDHELP" msgid "Commands:" -msgstr "Resultados de comando" +msgstr "Comandos:" #. TRANS: Help message for IM/SMS command "on". -#, fuzzy msgctxt "COMMANDHELP" msgid "turn on notifications" -msgstr "No se puede activar notificación." +msgstr "Activar notificaciones" #. TRANS: Help message for IM/SMS command "off". -#, fuzzy msgctxt "COMMANDHELP" msgid "turn off notifications" -msgstr "No se puede desactivar notificación." +msgstr "Desactivar notificaciones" #. TRANS: Help message for IM/SMS command "help". msgctxt "COMMANDHELP" @@ -7675,141 +7537,130 @@ msgid "show this help" msgstr "Muestra esta ayuda" #. TRANS: Help message for IM/SMS command "follow ". -#, fuzzy msgctxt "COMMANDHELP" msgid "subscribe to user" -msgstr "Suscribirse a este usuario" +msgstr "Suscribirse a usuario" #. TRANS: Help message for IM/SMS command "groups". msgctxt "COMMANDHELP" msgid "lists the groups you have joined" -msgstr "" +msgstr "Lista de grupos a los que te has agregado" #. TRANS: Help message for IM/SMS command "tag". -#, fuzzy msgctxt "COMMANDHELP" msgid "tag a user" -msgstr "Etiquetar usuario" +msgstr "etiqueta a un usuario" #. TRANS: Help message for IM/SMS command "untag". -#, fuzzy msgctxt "COMMANDHELP" msgid "untag a user" -msgstr "Etiquetar usuario" +msgstr "quitar etiqueta a un usuario" #. TRANS: Help message for IM/SMS command "subscriptions". msgctxt "COMMANDHELP" msgid "list the people you follow" -msgstr "" +msgstr "lista de las personas que sigues" #. TRANS: Help message for IM/SMS command "subscribers". msgctxt "COMMANDHELP" msgid "list the people that follow you" -msgstr "" +msgstr "lista de las personas que te siguen" #. TRANS: Help message for IM/SMS command "leave ". -#, fuzzy msgctxt "COMMANDHELP" msgid "unsubscribe from user" msgstr "Desuscribirse de este usuario" #. TRANS: Help message for IM/SMS command "d ". -#, fuzzy msgctxt "COMMANDHELP" msgid "direct message to user" -msgstr "Mensajes directos a %s" +msgstr "mensaje directo al usuario" #. TRANS: Help message for IM/SMS command "get ". msgctxt "COMMANDHELP" msgid "get last notice from user" -msgstr "" +msgstr "obtener el último aviso de usuario" #. TRANS: Help message for IM/SMS command "whois ". -#, fuzzy msgctxt "COMMANDHELP" msgid "get profile info on user" -msgstr "Información del perfil" +msgstr "obtener información del perfil de usuario" #. TRANS: Help message for IM/SMS command "lose ". msgctxt "COMMANDHELP" msgid "force user to stop following you" -msgstr "" +msgstr "Forzar a un usuario a que pare de seguirte" #. TRANS: Help message for IM/SMS command "fav ". msgctxt "COMMANDHELP" msgid "add user's last notice as a 'fave'" -msgstr "" +msgstr "Añadir la última noticia del usuario como favorito" #. TRANS: Help message for IM/SMS command "fav #". msgctxt "COMMANDHELP" msgid "add notice with the given id as a 'fave'" -msgstr "" +msgstr "Añadir mensaje como favorito" #. TRANS: Help message for IM/SMS command "repeat #". msgctxt "COMMANDHELP" msgid "repeat a notice with a given id" -msgstr "" +msgstr "Repetir mensaje con la id dada" #. TRANS: Help message for IM/SMS command "repeat ". -#, fuzzy msgctxt "COMMANDHELP" msgid "repeat the last notice from user" -msgstr "Repetir este mensaje." +msgstr "repetir el último mensaje del usuario" #. TRANS: Help message for IM/SMS command "reply #". msgctxt "COMMANDHELP" msgid "reply to notice with a given id" -msgstr "" +msgstr "reponder al mensaje con la id dada" #. TRANS: Help message for IM/SMS command "reply ". -#, fuzzy msgctxt "COMMANDHELP" msgid "reply to the last notice from user" -msgstr "Responder a este mensaje." +msgstr "repetir el último mensaje del usuario" #. TRANS: Help message for IM/SMS command "join ". -#, fuzzy msgctxt "COMMANDHELP" msgid "join group" -msgstr "Desconocido" +msgstr "Agregar al grupo" #. TRANS: Help message for IM/SMS command "login". msgctxt "COMMANDHELP" msgid "Get a link to login to the web interface" -msgstr "" +msgstr "Obtener un enlace para acceder a la interfaz web" #. TRANS: Help message for IM/SMS command "drop ". -#, fuzzy msgctxt "COMMANDHELP" msgid "leave group" -msgstr "Borrar grupo" +msgstr "dejar el grupo" #. TRANS: Help message for IM/SMS command "stats". -#, fuzzy msgctxt "COMMANDHELP" msgid "get your stats" -msgstr "Actualiza tu estado." +msgstr "obtener sus estadísticas" #. TRANS: Help message for IM/SMS command "stop". #. TRANS: Help message for IM/SMS command "quit". msgctxt "COMMANDHELP" msgid "same as 'off'" -msgstr "" +msgstr "igual que 'apagar'" #. TRANS: Help message for IM/SMS command "sub ". msgctxt "COMMANDHELP" msgid "same as 'follow'" -msgstr "" +msgstr "igual que 'seguir'" #. TRANS: Help message for IM/SMS command "unsub ". msgctxt "COMMANDHELP" msgid "same as 'leave'" -msgstr "" +msgstr "igual que 'abandonar'" #. TRANS: Help message for IM/SMS command "last ". msgctxt "COMMANDHELP" msgid "same as 'get'" -msgstr "" +msgstr "igual que 'coger'" #. TRANS: Help message for IM/SMS command "on ". #. TRANS: Help message for IM/SMS command "off ". @@ -7820,26 +7671,24 @@ msgstr "" #. TRANS: Help message for IM/SMS command "untrack all". #. TRANS: Help message for IM/SMS command "tracks". #. TRANS: Help message for IM/SMS command "tracking". -#, fuzzy msgctxt "COMMANDHELP" msgid "not yet implemented." -msgstr "Todavía no se implementa comando." +msgstr "aún no se ha implementado." #. TRANS: Help message for IM/SMS command "nudge ". msgctxt "COMMANDHELP" msgid "remind a user to update." -msgstr "" +msgstr "recordar a un usuario para actualizar." #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. -#, fuzzy msgid "No configuration file found." -msgstr "Ningún archivo de configuración encontrado. " +msgstr "No se encuentra en el archivo de configuración." #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. #. TRANS: Is followed by a list of directories (separated by HTML breaks). -#, fuzzy msgid "I looked for configuration files in the following places:" -msgstr "He buscado archivos de configuración en los siguientes lugares: " +msgstr "" +"Me puse a buscar los archivos de configuración en los siguientes lugares:" #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. msgid "You may wish to run the installer to fix this." @@ -7861,17 +7710,15 @@ msgstr "Error de la base de datos" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Public" msgstr "Público" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item title in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Lists" -msgstr "Límites" +msgstr "Listas" #. TRANS: Title of form for deleting a user. #. TRANS: Link text in notice list item to delete a notice. @@ -7883,39 +7730,35 @@ msgid "Delete this user" msgstr "Borrar este usuario" #. TRANS: Exception. %s is an ID. -#, fuzzy, php-format +#, php-format msgid "Unable to find services for %s." -msgstr "No se puede revocar el acceso para la aplicación: %s." +msgstr "No se ha podido encontrar servicios para %s ." #. TRANS: Form legend for removing the favourite status for a favourite notice. msgid "Disfavor this notice" msgstr "Excluir este mensaje de mis favoritos" #. TRANS: Button text for removing the favourite status for a favourite notice. -#, fuzzy msgctxt "BUTTON" msgid "Disfavor favorite" -msgstr "Sacar favorito" +msgstr "Eliminar favorito." #. TRANS: Button title for removing the favourite status for a favourite notice. -#, fuzzy msgid "Remove this notice from your list of favorite notices." -msgstr "No se pudo recibir avisos favoritos." +msgstr "Eliminar este mensaje de la lista de mensajes Favoritos." #. TRANS: Form legend for adding the favourite status to a notice. msgid "Favor this notice" msgstr "Incluir este mensaje en tus favoritos" #. TRANS: Button text for adding the favourite status to a notice. -#, fuzzy msgctxt "BUTTON" msgid "Favor" -msgstr "Aceptar" +msgstr "Favorito" #. TRANS: Button title for adding the favourite status to a notice. -#, fuzzy msgid "Add this notice to your list of favorite notices." -msgstr "No se pudo recibir avisos favoritos." +msgstr "Añadir este mensaje a tu lista de mensajes Favoritos." #. TRANS: Feed type name. msgid "RSS 1.0" @@ -7935,33 +7778,31 @@ msgstr "Amistad de amistad" #. TRANS: Feed type name. See http://activitystrea.ms/ msgid "Activity Streams" -msgstr "" +msgstr "Flujos de actividad" #. TRANS: Client exception thrown when an imported feed does not have an author. msgid "No author in the feed." -msgstr "" +msgstr "Ningún autor en la fuente." #. TRANS: Client exception thrown when an imported feed does not have an author that #. TRANS: can be associated with a user. msgid "Cannot import without a user." -msgstr "" +msgstr "No se puede importar sin un usuario." #. TRANS: Header for feed links (h2). msgid "Feeds" msgstr "Feeds" #. TRANS: List element on gallery action page to show all tags. -#, fuzzy msgctxt "TAGS" msgid "All" -msgstr "Todo" +msgstr "Todos" #. TRANS: Dropdown field label on gallery action page for a list containing tags. msgid "Tag" msgstr "Etiqueta" #. TRANS: Dropdown field title on gallery action page for a list containing tags. -#, fuzzy msgid "Choose a tag to narrow list." msgstr "Elegir una etiqueta para reducir la lista" @@ -7987,7 +7828,6 @@ msgid "Blocked" msgstr "Bloqueado" #. TRANS: Title for list of group administrators on a group page. -#, fuzzy msgctxt "TITLE" msgid "Admins" msgstr "Administradores" @@ -8003,30 +7843,26 @@ msgid "Block this user so that they can no longer post messages to it." msgstr "Bloquear a este usuario de modo que ya no pueden enviar mensajes." #. TRANS: Field title on group edit form. -#, fuzzy msgid "URL of the homepage or blog of the group or topic." -msgstr "URL de página de inicio o blog del grupo o tema" +msgstr "URL de la página o el blog del grupo o tema." #. TRANS: Text area title for group description when there is no text limit. -#, fuzzy msgid "Describe the group or topic." -msgstr "Describir al grupo o tema" +msgstr "Describir el grupo o tema." #. TRANS: Text area title for group description. #. TRANS: %d is the number of characters available for the description. -#, fuzzy, php-format +#, php-format msgid "Describe the group or topic in %d character or less." msgid_plural "Describe the group or topic in %d characters or less." -msgstr[0] "Describir al grupo o tema en %d caracteres" -msgstr[1] "Describir al grupo o tema en %d caracteres" +msgstr[0] "Describir el grupo o el tema en %d caracteres o menos. " +msgstr[1] "Describir el grupo o el tema en %d caracteres o menos." #. TRANS: Field title on group edit form. -#, fuzzy msgid "" "Location for the group, if any, like \"City, State (or Region), Country\"." msgstr "" -"Ubicación del grupo, si existe, por ejemplo \"Ciudad, Estado (o Región), País" -"\"" +"Ubicación del grupo, si alguno, como \"ciudad, Estado o región, país\"." #. TRANS: Field label on group edit form. msgid "Aliases" @@ -8034,7 +7870,7 @@ msgstr "Alias" #. TRANS: Input field title for group aliases. #. TRANS: %d is the maximum number of group aliases available. -#, fuzzy, php-format +#, php-format msgid "" "Extra nicknames for the group, separated with commas or spaces. Maximum %d " "alias allowed." @@ -8042,20 +7878,23 @@ msgid_plural "" "Extra nicknames for the group, separated with commas or spaces. Maximum %d " "aliases allowed." msgstr[0] "" -"Nombres adicionales para el grupo, separados por comas o espacios. Máximo: %d" +"Extra nicknames for the group, separated with commas or spaces. Maximum %d " +"alias allowed." msgstr[1] "" -"Nombres adicionales para el grupo, separados por comas o espacios. Máximo: %d" +"Extra nicknames for the group, separated with commas or spaces. Maximum %d " +"aliases allowed." #. TRANS: Checkbox field title on group edit form to mark a group private. msgid "" "New members must be approved by admin and all posts are forced to be private." msgstr "" +"Nuevos miembros deben ser aprobados por el administrador y todos los " +"mensajes serán obligados a ser privados." #. TRANS: Indicator in group members list that this user is a group administrator. -#, fuzzy msgctxt "GROUPADMIN" msgid "Admin" -msgstr "Admin" +msgstr "Administrador" #. TRANS: Group actions header (h2). Text hidden by default. msgid "Group actions" @@ -8081,29 +7920,26 @@ msgid "Logo" msgstr "Logo" #. TRANS: Title for groups with the most members section. -#, fuzzy msgid "Popular groups" -msgstr "Mensajes populares" +msgstr "Grupos populares" #. TRANS: Title for groups with the most posts section. -#, fuzzy msgid "Active groups" -msgstr "Todos los grupos" +msgstr "Grupos activos" #. TRANS: Link description for seeing all groups. #. TRANS: Link description for seeing all lists. -#, fuzzy msgid "See all" -msgstr "Ver más" +msgstr "Ver todos" #. TRANS: Link title for seeing all groups. msgid "See all groups you belong to." -msgstr "" +msgstr "Ver todos los grupos que pertenece." #. TRANS: Menu item title in personal group navigation menu. #. TRANS: %s is a username. msgid "Back to top" -msgstr "" +msgstr "Volver al principio" #. TRANS: Client exception 406 msgid "This page is not available in a media type you accept" @@ -8137,25 +7973,25 @@ msgid "Unknown file type" msgstr "Tipo de archivo desconocido" #. TRANS: Number of megabytes. %d is the number. -#, fuzzy, php-format +#, php-format msgid "%dMB" msgid_plural "%dMB" -msgstr[0] "MB" -msgstr[1] "MB" +msgstr[0] "%dMB" +msgstr[1] "%dMB" #. TRANS: Number of kilobytes. %d is the number. -#, fuzzy, php-format +#, php-format msgid "%dkB" msgid_plural "%dkB" -msgstr[0] "kB" -msgstr[1] "kB" +msgstr[0] "%dkB" +msgstr[1] "%dkB" #. TRANS: Number of bytes. %d is the number. #, php-format msgid "%dB" msgid_plural "%dB" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%dB" +msgstr[1] "%dB" #. TRANS: Body text for confirmation code e-mail. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename, @@ -8168,6 +8004,11 @@ msgid "" "user is not you, or if you did not request this confirmation, just ignore " "this message." msgstr "" +"Usuario \" %1$s \" en %2$s ha dicho que su %3$s nombre de usuario le " +"pertenece. Si eso es cierto, puede confirmar haciendo clic en esta URL: %4" +"$s . (Si se puede pulsar en él, copiar y pegar en la barra de direcciones " +"del navegador). Si el usuario no es usted, o si no pides esta confirmación, " +"simplemente ignore este mensaje." #. TRANS: Exception thrown when trying to deliver a notice to an unknown inbox. #. TRANS: %d is the unknown inbox ID (number). @@ -8177,11 +8018,11 @@ msgstr "Origen de bandeja de entrada %d desconocido." #. TRANS: Server exception thrown trying to initialise an IM plugin without meeting all prerequisites. msgid "Queueing must be enabled to use IM plugins." -msgstr "" +msgstr "Cola debe estar habilitado para usar plugins IM." #. TRANS: Server exception thrown trying to initialise an IM plugin without a transport method. msgid "Transport cannot be null." -msgstr "" +msgstr "Transporte no puede ser nulo." #. TRANS: Title for inbox tag cloud section. msgctxt "TITLE" @@ -8189,24 +8030,21 @@ msgid "Trends" msgstr "Tendencias" #. TRANS: Default button text for inviting more users to the StatusNet instance. -#, fuzzy msgctxt "BUTTON" msgid "Invite more colleagues" -msgstr "Invitar nuevos usuarios:" +msgstr "Invitar a más amigos" #. TRANS: Form legend. -#, fuzzy msgid "Invite collegues" -msgstr "Invitar nuevos usuarios:" +msgstr "Invitar a amigos" #. TRANS: Field label for a list of e-mail addresses. msgid "Email addresses" msgstr "Direcciones de correo electrónico" #. TRANS: Field title for a list of e-mail addresses. -#, fuzzy msgid "Addresses of friends to invite (one per line)." -msgstr "Direcciones de los amigos a invitar (una por línea)" +msgstr "Direcciones de amigos invitar (uno por línea)." #. TRANS: Field label for a personal message to send to invitees. msgid "Personal message" @@ -8223,26 +8061,22 @@ msgid "Send" msgstr "Enviar" #. TRANS: Submit button title. -#, fuzzy msgid "Send invitations." -msgstr "Invitaciones" +msgstr "Enviar invitaciones." #. TRANS: Button text for joining a group. -#, fuzzy msgctxt "BUTTON" msgid "Join" msgstr "Unirse" #. TRANS: Button text on form to leave a group. -#, fuzzy msgctxt "BUTTON" msgid "Leave" msgstr "Abandonar" #. TRANS: Link title for seeing all lists. -#, fuzzy msgid "See all lists you have created." -msgstr "Aplicaciones que has registrado" +msgstr "Ver todas las listas que ha creado." #. TRANS: Menu item for logging in to the StatusNet site. #. TRANS: Menu item in primary navigation panel. @@ -8303,15 +8137,15 @@ msgstr "" #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. #. TRANS: Main body of new-subscriber notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s is now following you on %2$s." -msgstr "%1$s ahora está escuchando tus avisos en %2$s" +msgstr "%1$s le sigue ahora %2$s ." #. TRANS: Subject of pending new-subscriber notification e-mail. #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s would like to listen to your notices on %2$s." -msgstr "%1$s ahora está escuchando tus avisos en %2$s" +msgstr "%1$s le gustaría ver tus mensajes en %2$s ." #. TRANS: Main body of pending new-subscriber notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename. @@ -8320,11 +8154,13 @@ msgid "" "%1$s would like to listen to your notices on %2$s. You may approve or reject " "their subscription at %3$s" msgstr "" +"%1$s le gustaría ver tus mensajes en %2$s . Puede aprobar o rechazar su " +"suscripción en %3$s" #. TRANS: Common footer block for StatusNet notification emails. #. TRANS: %1$s is the StatusNet sitename, #. TRANS: %2$s is a link to the addressed user's e-mail settings. -#, fuzzy, php-format +#, php-format msgid "" "Faithfully yours,\n" "%1$s.\n" @@ -8332,24 +8168,17 @@ msgid "" "----\n" "Change your email address or notification options at %2$s" msgstr "" -"%1$s ahora está escuchando tus avisos en %2$s.\n" -"\n" -"%3$s\n" -"\n" -"%4$s%5$s%6$s\n" -"\n" -"Atentamente,\n" -"\n" -"%7$s.\n" +"Fielmente suyo/a,\n" +"%1$s.\n" "\n" "----\n" -"Cambia tu correo electrónico o las opciones de notificación en %7$s\n" +"Cambia tu correo electrónico o las opciones de notificación en %2$s" #. TRANS: Profile info line in notification e-mail. #. TRANS: %s is a URL. -#, fuzzy, php-format +#, php-format msgid "Profile: %s" -msgstr "Perfil" +msgstr "Perfil:%s" #. TRANS: Profile info line in notification e-mail. #. TRANS: %s is biographical information. @@ -8359,7 +8188,7 @@ msgstr "Bio: %s" #. TRANS: This is a paragraph in a new-subscriber e-mail. #. TRANS: %s is a URL where the subscriber can be reported as abusive. -#, fuzzy, php-format +#, php-format msgid "" "If you believe this account is being used abusively, you can block them from " "your subscribers list and report as spam to site administrators at %s." @@ -8377,7 +8206,7 @@ msgstr "Nueva dirección de correo para postear a %s" #. TRANS: Body of notification mail for new posting email address. #. TRANS: %1$s is the StatusNet sitename, %2$s is the e-mail address to send #. TRANS: to to post by e-mail, %3$s is a URL to more instructions. -#, fuzzy, php-format +#, php-format msgid "" "You have a new posting address on %1$s.\n" "\n" @@ -8385,14 +8214,11 @@ msgid "" "\n" "More email instructions at %3$s." msgstr "" -"You have a new posting address on %1$s.\n" +"Tiene un nuevo correo en %1$s.\n" "\n" "Enviar correo a %2$s para publicar nuevos mensajes. \n" "\n" -"Más instrucciones de correo en %3$s.\n" -"\n" -"Attentamente, \n" -"%4$s" +"Más instrucciones de correo en %3$s." #. TRANS: Subject line for SMS-by-email notification messages. #. TRANS: %s is the posting user's nickname. @@ -8419,7 +8245,7 @@ msgstr "%s te ha dado un toque" #. TRANS: Body for 'nudge' notification email. #. TRANS: %1$s is the nuding user's long name, $2$s is the nudging user's nickname, #. TRANS: %3$s is a URL to post notices at. -#, fuzzy, php-format +#, php-format msgid "" "%1$s (%2$s) is wondering what you are up to these days and is inviting you " "to post some news.\n" @@ -8433,14 +8259,11 @@ msgstr "" "%1$s (%2$s) se pregunta que será de tí durante estos días y te invita a " "publicar algunas noticias.\n" "\n" -"Así que, ¡vamos! queremos escuchar de tí:)\n" +"Así que, ¡vamos! queremos escuchar de tí :)\n" "\n" "%3$s\n" "\n" -"No respondas a este correo electrónico. No llegará a ninguna parte.\n" -"\n" -"Un cordial saludo,\n" -"%4$s\n" +"No respondas a este correo electrónico. No llegará a ninguna parte." #. TRANS: Subject for direct-message notification email. #. TRANS: %s is the sending user's nickname. @@ -8451,7 +8274,7 @@ msgstr "Nuevo mensaje privado de %s" #. TRANS: Body for direct-message notification email. #. TRANS: %1$s is the sending user's long name, %2$s is the sending user's nickname, #. TRANS: %3$s is the message content, %4$s a URL to the message, -#, fuzzy, php-format +#, php-format msgid "" "%1$s (%2$s) sent you a private message:\n" "\n" @@ -8475,10 +8298,7 @@ msgstr "" "\n" "%4$s\n" "\n" -"No respondas a este correo electrónico. No llegará a ningún sitio.\n" -"\n" -"Saludos cordiales,\n" -"%5$s" +"No respondas a este correo electrónico. No llegará a ningún sitio." #. TRANS: Subject for favorite notification e-mail. #. TRANS: %1$s is the adding user's long name, %2$s is the adding user's nickname. @@ -8491,7 +8311,7 @@ msgstr "%1$s (@%2$s) agregó tu mensaje como favorito." #. TRANS: %3$s is a URL to the faved notice, %4$s is the faved notice text, #. TRANS: %5$s is a URL to all faves of the adding user, %6$s is the StatusNet sitename, #. TRANS: %7$s is the adding user's nickname. -#, fuzzy, php-format +#, php-format msgid "" "%1$s (@%7$s) just added your notice from %2$s as one of their favorites.\n" "\n" @@ -8519,10 +8339,7 @@ msgstr "" "\n" "Puedes ver el listado de los favoritos de %1$s aquí:\n" "\n" -"%5$s\n" -"\n" -"Saludos,\n" -"%6$s\n" +"%5$s" #. TRANS: Line in @-reply notification e-mail. %s is conversation URL. #, php-format @@ -8546,7 +8363,7 @@ msgstr "%1$s (@%2$s) ha enviado un aviso para tu atención" #. TRANS: %3$s is a URL to the notice, %4$s is the notice text, #. TRANS: %5$s is the text "The full conversation can be read here:" and a URL to the full conversion if it exists (otherwise empty), #. TRANS: %6$s is a URL to reply to the notice, %7$s is a URL to all @-replies for the addressed user, -#, fuzzy, php-format +#, php-format msgid "" "%1$s just sent a notice to your attention (an '@-reply') on %2$s.\n" "\n" @@ -8566,7 +8383,7 @@ msgid "" "\n" "%7$s" msgstr "" -"%1$s (@%9$s) ha enviado un aviso a tu atención (una '@-respuesta') en %2$s.\n" +"%1$s ha enviado un aviso a tu atención (una '@-respuesta') en %2$s.\n" "\n" "El anuncio está aquí:\n" "\n" @@ -8576,39 +8393,33 @@ msgstr "" "\n" "%4$s\n" "\n" -"%5$sPuedes responder aquí:\n" +"%5$s Puedes responder aquí:\n" "\n" "%6$s\n" "\n" "Aquí encontrarás un listado de todas las @-respuestas dirigidas a ti:\n" "\n" -"%7$s\n" -"\n" -"Saludos,\n" -"%2$s\n" -"\n" -"P.D. Puedes desactivar las notificaciones que recibes en tu correo " -"electrónico aquí: %8$s\n" +"%7$s" #. TRANS: Subject of group join notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s" -msgstr "%1$s se unió al grupo %2$s." +msgstr "%1$s se unió al grupo %2$s en %3$s" #. TRANS: Main body of group join notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, #. TRANS: %4$s is a block of profile info about the subscriber. #. TRANS: %5$s is a link to the addressed user's e-mail settings. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s." -msgstr "%1$s se unió al grupo %2$s." +msgstr "%1$s se unió al grupo %2$s en %3$s" #. TRANS: Subject of pending group join request notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s wants to join your group %2$s on %3$s." -msgstr "%1$s se unió al grupo %2$s." +msgstr "%1$s quiere unirse a su grupo %2$s en %3$s ." #. TRANS: Main body of pending group join request notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, @@ -8618,6 +8429,8 @@ msgid "" "%1$s would like to join your group %2$s on %3$s. You may approve or reject " "their group membership at %4$s" msgstr "" +"%1$s le gustaría unirse a su grupo %2$s en %3$s . Puede aprobar o " +"rechazar su pertenencia a %4$s" #. TRANS: Client error displayed when trying to access a mailbox that is not of the logged in user. msgid "Only the user can read their own mailboxes." @@ -8633,24 +8446,20 @@ msgstr "" "mensajes que sólo puedas leer tú." #. TRANS: Menu item in mailbox menu. Leads to incoming private messages. -#, fuzzy msgctxt "MENU" msgid "Inbox" -msgstr "Bandeja de Entrada" +msgstr "Bandeja de entrada" #. TRANS: Menu item title in mailbox menu. Leads to incoming private messages. -#, fuzzy msgid "Your incoming messages." msgstr "Mensajes entrantes" #. TRANS: Menu item in mailbox menu. Leads to outgoing private messages. -#, fuzzy msgctxt "MENU" msgid "Outbox" msgstr "Bandeja de Salida" #. TRANS: Menu item title in mailbox menu. Leads to outgoing private messages. -#, fuzzy msgid "Your sent messages." msgstr "Mensajes enviados" @@ -8672,7 +8481,7 @@ msgstr "Lo sentimos, pero no se permite correos entrantes" #. TRANS: Error message in incoming mail handler used when an incoming e-mail is of an unsupported type. #. TRANS: %s is the unsupported type. -#, fuzzy, php-format +#, php-format msgid "Unsupported message type: %s." msgstr "Tipo de mensaje no compatible: %s" @@ -8686,7 +8495,6 @@ msgid "Make Admin" msgstr "Convertir en administrador" #. TRANS: Submit button title. -#, fuzzy msgctxt "TOOLTIP" msgid "Make this user an admin." msgstr "Convertir a este usuario en administrador" @@ -8735,9 +8543,8 @@ msgstr "Enviar un mensaje directo" #. TRANS: Label entry in drop-down selection box in direct-message inbox/outbox. #. TRANS: This is the default entry in the drop-down box, doubling as instructions #. TRANS: and a brake against accidental submissions with the first user in the list. -#, fuzzy msgid "Select recipient:" -msgstr "Seleccione un operador móvil" +msgstr "Seleccione a destinatario:" #. TRANS: Entry in drop-down selection box in direct-message inbox/outbox when no one is available to message. msgid "No mutual subscribers." @@ -8762,10 +8569,9 @@ msgid "from" msgstr "desde" #. TRANS: A possible notice source (web interface). -#, fuzzy msgctxt "SOURCE" msgid "web" -msgstr "red" +msgstr "Web" #. TRANS: A possible notice source (XMPP). msgctxt "SOURCE" @@ -8773,7 +8579,6 @@ msgid "xmpp" msgstr "xmpp" #. TRANS: A possible notice source (e-mail). -#, fuzzy msgctxt "SOURCE" msgid "mail" msgstr "Correo electrónico" @@ -8781,34 +8586,32 @@ msgstr "Correo electrónico" #. TRANS: A possible notice source (OpenMicroBlogging). msgctxt "SOURCE" msgid "omb" -msgstr "" +msgstr "omb" #. TRANS: A possible notice source (Application Programming Interface). msgctxt "SOURCE" msgid "api" -msgstr "" +msgstr "api" #. TRANS: Client exception thrown when no author for an activity was found. msgid "Cannot get author for activity." -msgstr "" +msgstr "No se puede obtener el autor para la actividad." #. TRANS: Client exception thrown when ... -#, fuzzy msgid "Bookmark not posted to this group." -msgstr "No puede eliminar este grupo." +msgstr "Marcador no publicado a este grupo." #. TRANS: Client exception when ... -#, fuzzy msgid "Object not posted to this user." -msgstr "No eliminar este usuario" +msgstr "Objeto no registrado para este usuario." #. TRANS: Server exception thrown when a micro app plugin uses a target that cannot be handled. msgid "Do not know how to handle this kind of target." -msgstr "" +msgstr "No sé cómo manejar este tipo de destino." #. TRANS: Server exception thrown when a micro app plugin developer has not done his job too well. msgid "You must implement either adaptNoticeListItem() or showNotice()." -msgstr "" +msgstr "Se debe implementar ya sea adaptNoticeListItem() o showNotice()." #. TRANS: Link description to show more items in a list. msgid "More ▼" @@ -8822,8 +8625,8 @@ msgstr "El campo del nombre de usuario no puede estar vacío." #, php-format msgid "Nickname cannot be more than %d character long." msgid_plural "Nickname cannot be more than %d characters long." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Apodo no puede ser más largo de %d caracteres. " +msgstr[1] "Apodo no puede ser más largo de %d caracteres." #. TRANS: Form legend for notice form. msgid "Send a notice" @@ -8900,12 +8703,10 @@ msgstr "en contexto" msgid "Repeated by" msgstr "Repetido por" -#, fuzzy msgid " " -msgstr ", " +msgstr " " #. TRANS: Link title in notice list item to reply to a notice. -#, fuzzy msgid "Reply to this notice." msgstr "Responder a este mensaje." @@ -8914,12 +8715,10 @@ msgid "Reply" msgstr "Responder" #. TRANS: Link title in notice list item to delete a notice. -#, fuzzy msgid "Delete this notice from the timeline." -msgstr "Eliminar este mensaje" +msgstr "Eliminar este mensaje desde la línea de tiempo." #. TRANS: Title for repeat form status in notice list when a notice has been repeated. -#, fuzzy msgid "Notice repeated." msgstr "Mensaje repetido" @@ -8932,210 +8731,187 @@ msgid "Nudge this user" msgstr "Dar un toque a este usuario" #. TRANS: Button text to nudge/ping another user. -#, fuzzy msgctxt "BUTTON" msgid "Nudge" -msgstr "Dar un toque a " +msgstr "Dar un toque a" #. TRANS: Button title to nudge/ping another user. -#, fuzzy msgid "Send a nudge to this user." msgstr "Dar un toque a este usuario" #. TRANS: Server exception thrown in oEmbed action if no API endpoint is available. -#, fuzzy msgid "No oEmbed API endpoint available." -msgstr "La mensajería instantánea no está disponible." +msgstr "Ningún extremo oEmbed API disponible." #. TRANS: Field label for list. -#, fuzzy msgctxt "LABEL" msgid "List" -msgstr "Vínculos" +msgstr "Lista" #. TRANS: Field title for list. -#, fuzzy msgid "Change the list (letters, numbers, -, ., and _ are allowed)." -msgstr "" -"Etiquetas para este usuario (letras, números, -, ., y _), separadas por " -"comas o espacios" +msgstr "Cambiar la lista (letras, números,-,., y _ están permitidos)." #. TRANS: Field title for description of list. -#, fuzzy msgid "Describe the list or topic." -msgstr "Describir al grupo o tema" +msgstr "Describir la lista o tema." #. TRANS: Field title for description of list. #. TRANS: %d is the maximum number of characters for the description. -#, fuzzy, php-format +#, php-format msgid "Describe the list or topic in %d character." msgid_plural "Describe the list or topic in %d characters." -msgstr[0] "Describir al grupo o tema en %d caracteres" -msgstr[1] "Describir al grupo o tema en %d caracteres" +msgstr[0] "Describir la lista o tema en %d caracteres. " +msgstr[1] "Describir la lista o tema en %d caracteres." #. TRANS: Button title to delete a list. -#, fuzzy msgid "Delete this list." -msgstr "Borrar este usuario" +msgstr "Eliminar esta lista." #. TRANS: Header in list edit form. msgid "Add or remove people" msgstr "Agregar o quitar usuarios" #. TRANS: Header in list edit form. -#, fuzzy msgctxt "HEADER" msgid "Search" msgstr "Buscar" #. TRANS: Menu item in list navigation panel. -#, fuzzy msgctxt "MENU" msgid "List" -msgstr "Vínculos" +msgstr "Lista" #. TRANS: Menu item title in list navigation panel. #. TRANS: %1$s is a list, %2$s is a nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s list by %2$s." -msgstr "%1$s - %2$s" +msgstr "%1$s lista de %2$s ." #. TRANS: Menu item in list navigation panel. -#, fuzzy msgctxt "MENU" msgid "Listed" -msgstr "Licencia" +msgstr "Listado" #. TRANS: Menu item in list navigation panel. #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Subscribers" msgstr "Suscriptores" #. TRANS: Menu item title in list navigation panel. #. TRANS: %1$s is a list, %2$s is a nickname. -#, fuzzy, php-format +#, php-format msgid "Subscribers to %1$s list by %2$s." -msgstr "Suscrito a %s." +msgstr "Suscriptores de %1$s lista de %2$s ." #. TRANS: Menu item in list navigation panel. -#, fuzzy msgctxt "MENU" msgid "Edit" msgstr "Editar" #. TRANS: Menu item title in list navigation panel. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Edit %s list by you." -msgstr "Editar grupo %s" +msgstr "Editar %s lista por usted." #. TRANS: Title for link to edit list settings. -#, fuzzy msgid "Edit list settings." -msgstr "Editar configuración del perfil" +msgstr "Editar configuración de la lista." #. TRANS: Text for link to edit list settings. msgid "Edit" msgstr "Editar" #. TRANS: Privacy mode text in list list item for private list. -#, fuzzy msgctxt "MODE" msgid "Private" msgstr "Privado" #. TRANS: Menu item in the group navigation page. -#, fuzzy msgctxt "MENU" msgid "List Subscriptions" -msgstr "Suscripciones" +msgstr "Lista de suscripciones" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists subscribed to by %s." -msgstr "Suscrito a %s." +msgstr "Listas suscritas por %s" #. TRANS: Menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "MENU" msgid "Lists with %s" -msgstr "Actualizaciones con \"%s\"" +msgstr "Listas con %s" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists with %s." -msgstr "Actualizaciones con \"%s\"" +msgstr "Listas con %s" #. TRANS: Menu item in the group navigation page. #. TRANS: %s is a user nickname. #, php-format msgctxt "MENU" msgid "Lists by %s" -msgstr "" +msgstr "Listas de %s" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists by %s." -msgstr "%1$s - %2$s" +msgstr "Listas de %s" #. TRANS: Label in lists widget. -#, fuzzy msgctxt "LABEL" msgid "Your lists" -msgstr "Mensajes populares" +msgstr "Sus listas" #. TRANS: Fieldset legend in lists widget. -#, fuzzy msgctxt "LEGEND" msgid "Edit lists" -msgstr "No es una etiqueta válida para personas: %s." +msgstr "Editar listas" #. TRANS: Label in self tags widget. -#, fuzzy msgctxt "LABEL" msgid "Tags" msgstr "Etiquetas" #. TRANS: Title for section contaning lists with the most subscribers. -#, fuzzy msgid "Popular lists" -msgstr "Mensajes populares" +msgstr "Listas populares" #. TRANS: List summary. %1$d is the number of users in the list, #. TRANS: %2$d is the number of subscribers to the list. -#, fuzzy, php-format +#, php-format msgid "Listed: %1$d Subscribers: %2$d" -msgstr "%1$s suscriptores, página %2$d" +msgstr "La lista: %1$d suscriptores: %2$d" #. TRANS: Title for page that displays which lists current user is part of. -#, fuzzy, php-format +#, php-format msgid "Lists with you" -msgstr "Método de API no encontrado." +msgstr "Listas de usted" #. TRANS: Title for page that displays which lists a user is part of. #. TRANS: %s is a profile name. -#, fuzzy, php-format +#, php-format msgid "Lists with %s" -msgstr "Actualizaciones con \"%s\"" +msgstr "Listas con %s" #. TRANS: Title for page that displays lists a user has subscribed to. -#, fuzzy msgid "List subscriptions" -msgstr "Suscripciones %s" +msgstr "Lista de suscripciones" #. TRANS: Menu item in personal group navigation menu. #. TRANS: Menu item in settings navigation panel. #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Profile" msgstr "Perfil" @@ -9145,25 +8921,21 @@ msgid "Your profile" msgstr "Perfil del grupo" #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Replies" msgstr "Respuestas" #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Favorites" msgstr "Favoritos" #. TRANS: Replaces %s in '%s\'s favorite notices'. (Yes, we know we need to fix this.) -#, fuzzy msgctxt "FIXME" msgid "User" msgstr "Usuario" #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Messages" msgstr "Mensajes" @@ -9195,15 +8967,13 @@ msgstr "" "desactivado.)" #. TRANS: Menu item in primary navigation panel. -#, fuzzy msgctxt "MENU" msgid "Settings" -msgstr "Configuración de SMS" +msgstr "Ajustes" #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Change your personal settings." -msgstr "Cambia tus opciones de perfil" +msgstr "Cambiar la configuración personal." #. TRANS: Menu item in primary navigation panel. msgctxt "MENU" @@ -9211,9 +8981,8 @@ msgid "Admin" msgstr "Admin" #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Site configuration." -msgstr "Configuración de usuario" +msgstr "Configuración del sitio." #. TRANS: Menu item in primary navigation panel. msgctxt "MENU" @@ -9221,24 +8990,20 @@ msgid "Logout" msgstr "Cerrar sesión" #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Logout from the site." -msgstr "Cerrar sesión en el sitio" +msgstr "Cerrar sesión en el sitio." #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Login to the site." msgstr "Iniciar sesión en el sitio" #. TRANS: H2 text for user subscription statistics. -#, fuzzy msgid "Following" -msgstr "Permitir" +msgstr "Siguiendo" #. TRANS: H2 text for user subscriber statistics. -#, fuzzy msgid "Followers" -msgstr "Permitir" +msgstr "Seguidores" #. TRANS: H2 text for user statistics. msgid "Statistics" @@ -9262,9 +9027,8 @@ msgid "Groups" msgstr "Grupos" #. TRANS: H2 text for user list membership statistics. -#, fuzzy msgid "Lists" -msgstr "Límites" +msgstr "Listas" #. TRANS: Server error displayed when using an unimplemented method. msgid "Unimplemented method." @@ -9275,7 +9039,6 @@ msgid "User groups" msgstr "Grupos de usuario" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Recent tags" msgstr "Etiquetas recientes" @@ -9285,13 +9048,11 @@ msgid "Recent tags" msgstr "Etiquetas recientes" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Featured" -msgstr "Destacado" +msgstr "Destacados" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Popular" msgstr "Popular" @@ -9299,7 +9060,7 @@ msgstr "Popular" #. TRANS: Title for inbox tag cloud section. msgctxt "TITLE" msgid "Trending topics" -msgstr "" +msgstr "Temas de tendencias" #. TRANS: Client error displayed when return-to was defined without a target. msgid "No return-to arguments." @@ -9310,7 +9071,6 @@ msgid "Repeat this notice?" msgstr "Repetir este mensaje?" #. TRANS: Button title to repeat a notice on notice repeat form. -#, fuzzy msgid "Repeat this notice." msgstr "Repetir este mensaje." @@ -9320,15 +9080,13 @@ msgid "Revoke the \"%s\" role from this user" msgstr "Revocar el rol \"%s\" de este usuario" #. TRANS: Client error on action trying to visit a non-existing page. -#, fuzzy msgid "Page not found." -msgstr "Método de API no encontrado." +msgstr "Página no encontrada." #. TRANS: Title of form to sandbox a user. -#, fuzzy msgctxt "TITLE" msgid "Sandbox" -msgstr "Restringir" +msgstr "Zona de pruebas" #. TRANS: Description of form to sandbox a user. msgid "Sandbox this user" @@ -9357,6 +9115,10 @@ msgid "" "* Try more general keywords.\n" "* Try fewer keywords." msgstr "" +"* Asegúrese de que todas las palabras estén escritas correctamente.\n" +"* Pruebe con palabras clave diferentes.\n" +"* Pruebe con palabras clave más generales.\n" +"* Pruebe con menos palabras clave." #. TRANS: Standard search suggestions shown when a search does not give any results. #, php-format @@ -9379,17 +9141,15 @@ msgstr "" "com/ q = %s )" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "People" -msgstr "Gente" +msgstr "Personas" #. TRANS: Menu item title in search group navigation panel. msgid "Find people on this site" msgstr "Encontrar gente en este sitio" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Notices" msgstr "Mensajes" @@ -9403,25 +9163,21 @@ msgid "Find groups on this site" msgstr "Encontrar grupos en este sitio" #. TRANS: Secondary navigation menu item leading to Terms of Service. -#, fuzzy msgctxt "MENU" msgid "TOS" msgstr "TOS" #. TRANS: Secondary navigation menu item leading to privacy policy. -#, fuzzy msgctxt "MENU" msgid "Privacy" msgstr "Privacidad" #. TRANS: Secondary navigation menu item. Leads to information about StatusNet and its license. -#, fuzzy msgctxt "MENU" msgid "Source" msgstr "Fuente" #. TRANS: Secondary navigation menu item leading to version information on the StatusNet site. -#, fuzzy msgctxt "MENU" msgid "Version" msgstr "Versión" @@ -9435,17 +9191,15 @@ msgid "More..." msgstr "Más..." #. TRANS: Header in settings navigation panel. -#, fuzzy msgctxt "HEADER" msgid "Settings" -msgstr "Configuración de SMS" +msgstr "Ajustes" #. TRANS: Menu item title in settings navigation panel. msgid "Change your profile settings" msgstr "Cambia tus opciones de perfil" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "Avatar" msgstr "Imagen" @@ -9455,7 +9209,6 @@ msgid "Upload an avatar" msgstr "Subir una imagen." #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "Password" msgstr "Contraseña" @@ -9465,7 +9218,6 @@ msgid "Change your password" msgstr "Cambia tu contraseña" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "Email" msgstr "Correo electrónico" @@ -9484,7 +9236,6 @@ msgid "URL shorteners" msgstr "Acortadores de URL" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "IM" msgstr "IM" @@ -9494,7 +9245,6 @@ msgid "Updates by instant messenger (IM)" msgstr "Actualizaciones por mensajería instantánea" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "SMS" msgstr "SMS" @@ -9504,10 +9254,9 @@ msgid "Updates by SMS" msgstr "Actualizaciones por sms" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "Connections" -msgstr "Conecciones" +msgstr "Conexiones" #. TRANS: Menu item title in settings navigation panel. msgid "Authorized connected applications" @@ -9516,14 +9265,13 @@ msgstr "Aplicaciones conectadas autorizadas" #. TRANS: Menu item in settings navigation panel. msgctxt "MENU" msgid "Old school" -msgstr "" +msgstr "Vieja escuela" #. TRANS: Menu item title in settings navigation panel. msgid "UI tweaks for old-school users" -msgstr "" +msgstr "Ajustes de interfaz de usuario para los usuarios de la vieja escuela" #. TRANS: Title of form to silence a user. -#, fuzzy msgctxt "TITLE" msgid "Silence" msgstr "Silenciar" @@ -9537,28 +9285,27 @@ msgid "Could not create anonymous consumer." msgstr "No fue posible crear usuario anónimo." #. TRANS: Server error displayed when trying to create an anynymous OAuth application. -#, fuzzy msgid "Could not create anonymous OAuth application." -msgstr "No se pudo crear la aplicación." +msgstr "No se pudo crear la aplicación de OAuth anónimo." #. TRANS: Exception thrown when no token association could be found. msgid "" "Could not find a profile and application associated with the request token." msgstr "" +"No se pudo encontrar un perfil y una aplicación asociada con el token de " +"petición." #. TRANS: Exception thrown when no access token can be issued. -#, fuzzy msgid "Could not issue access token." -msgstr "No se pudo insertar mensaje." +msgstr "No se podría emitir el token de acceso." #. TRANS: Exception thrown when a database error occurs. msgid "Database error inserting OAuth application user." msgstr "Error de base de datos al insertar usuario de la aplicación OAuth." #. TRANS: Exception thrown when a database error occurs. -#, fuzzy msgid "Database error updating OAuth application user." -msgstr "Error de base de datos al insertar usuario de la aplicación OAuth." +msgstr "Error de base de datos al actualizar usuario de aplicaciones OAuth." #. TRANS: Exception thrown when an attempt is made to revoke an unknown token. msgid "Tried to revoke unknown token." @@ -9569,20 +9316,19 @@ msgid "Failed to delete revoked token." msgstr "No se pudo eliminar el token revocado." #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Subscriptions" msgstr "Suscripciones" #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "People %s subscribes to." msgstr "Personas a las que %s está suscrito" #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "People subscribed to %s." msgstr "Personas suscritas a %s" @@ -9600,15 +9346,15 @@ msgstr "Aprobar solicitudes pendientes de suscripción." #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Groups %s is a member of." msgstr "%s es miembro de los grupos" #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "List subscriptions by %s." -msgstr "Personas suscritas a %s" +msgstr "Lista de suscripciones de %s ." #. TRANS: Menu item in local navigation menu. msgctxt "MENU" @@ -9617,9 +9363,9 @@ msgstr "Invitar" #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "Invite friends and colleagues to join you on %s." -msgstr "Invita a amigos y colegas a unirse a %s" +msgstr "Invitar a amigos y colegas a unirse con usted en %s ." #. TRANS: Form of form to subscribe to a user. msgid "Subscribe to this user" @@ -9627,7 +9373,6 @@ msgstr "Suscribirse a este usuario" #. TRANS: Button text to subscribe to a user. #. TRANS: Button text for subscribing to a list. -#, fuzzy msgctxt "BUTTON" msgid "Subscribe" msgstr "Suscribirse" @@ -9645,15 +9390,13 @@ msgid "People Tagcloud as tagged" msgstr "Nube de etiquetas de personas etiquetadas" #. TRANS: Content displayed in a tag cloud section if there are no tags. -#, fuzzy msgctxt "NOTAGS" msgid "None" msgstr "Ninguno" #. TRANS: Server exception displayed if a theme name was invalid. -#, fuzzy msgid "Invalid theme name." -msgstr "Nombre de archivo inválido." +msgstr "Nombre del tema no válido." #. TRANS: Exception thrown when a compressed theme is uploaded while no support present in PHP configuration. msgid "This server cannot handle theme uploads without ZIP support." @@ -9669,23 +9412,23 @@ msgid "Failed saving theme." msgstr "Grabado de tema errado." #. TRANS: Server exception thrown when an uploaded theme has an incorrect structure. -#, fuzzy msgid "Invalid theme: Bad directory structure." -msgstr "Tema inválido: mala estructura de directorio." +msgstr "Tema no válido: estructura de directorio incorrecto." #. TRANS: Client exception thrown when an uploaded theme is larger than the limit. #. TRANS: %d is the number of bytes of the uncompressed theme. -#, fuzzy, php-format +#, php-format msgid "Uploaded theme is too large; must be less than %d byte uncompressed." msgid_plural "" "Uploaded theme is too large; must be less than %d bytes uncompressed." msgstr[0] "" -"Tema subido es demasiado grande; debe ser menor que %d bytes sin comprimir." +"Tema cargado es demasiado grande; debe ser inferior a %d bytes sin " +"compresión. " msgstr[1] "" -"Tema subido es demasiado grande; debe ser menor que %d bytes sin comprimir." +"Tema cargado es demasiado grande; debe ser inferior a %d bytes sin " +"compresión." #. TRANS: Server exception thrown when an uploaded theme is incomplete. -#, fuzzy msgid "Invalid theme archive: Missing file css/display.css" msgstr "Archivo de tema inválido: archivo perdido css/display.css" @@ -9705,7 +9448,7 @@ msgstr "" #. TRANS: Server exception thrown when an uploaded theme contains a file type that is not allowed. #. TRANS: %s is the file type that is not allowed. -#, fuzzy, php-format +#, php-format msgid "Theme contains file of type \".%s\", which is not allowed." msgstr "El tema contiene archivo de tipo '.%s', que no está permitido." @@ -9714,18 +9457,17 @@ msgid "Error opening theme archive." msgstr "Error al abrir archivo de tema." #. TRANS: Header for Notices section. -#, fuzzy msgctxt "HEADER" msgid "Notices" msgstr "Mensajes" #. TRANS: Link to show replies for a notice. #. TRANS: %d is the number of replies to a notice and used for plural. -#, fuzzy, php-format +#, php-format msgid "Show reply" msgid_plural "Show all %d replies" -msgstr[0] "Ver más" -msgstr[1] "Ver más" +msgstr[0] "Mostrar respuesta" +msgstr[1] "Mostrar todas %d respuestas" #. TRANS: Reference to the logged in user in favourite list. msgctxt "FAVELIST" @@ -9734,16 +9476,15 @@ msgstr "Usted" #. TRANS: For building a list such as "Jim, Bob, Mary and 5 others like this". #. TRANS: %1$s is a list of users, separated by a separator (default: ", "), %2$s is the last user in the list. -#, fuzzy, php-format +#, php-format msgctxt "FAVELIST" msgid "%1$s and %2$s" -msgstr "%1$s - %2$s" +msgstr "%1$s y %2$s" #. TRANS: List message for notice favoured by logged in user. -#, fuzzy msgctxt "FAVELIST" msgid "You like this." -msgstr "Mensajes populares" +msgstr "Te gusta esto." #. TRANS: List message for when more than 4 people like something. #. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice. @@ -9751,8 +9492,8 @@ msgstr "Mensajes populares" #, php-format msgid "%%s and %d others like this." msgid_plural "%%s and %d others like this." -msgstr[0] "" -msgstr[1] "" +msgstr[0] " A %%s y %d les gusta esto." +msgstr[1] "A %%s y %d les gusta esto." #. TRANS: List message for favoured notices. #. TRANS: %%s is a list of users liking a notice. @@ -9760,14 +9501,13 @@ msgstr[1] "" #, php-format msgid "%%s likes this." msgid_plural "%%s like this." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "A %%s le gusta esto." +msgstr[1] "A %%s le gusta esto." #. TRANS: List message for notice repeated by logged in user. -#, fuzzy msgctxt "REPEATLIST" msgid "You repeated this." -msgstr "Ya has repetido este mensaje." +msgstr "Se repite esto." #. TRANS: List message for when more than 4 people repeat something. #. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice. @@ -9775,58 +9515,55 @@ msgstr "Ya has repetido este mensaje." #, php-format msgid "%%s and %d other repeated this." msgid_plural "%%s and %d others repeated this." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%%s y %d repitió esto. " +msgstr[1] "%%s y %d repitió esto." #. TRANS: List message for favoured notices. #. TRANS: %%s is a list of users liking a notice. #. TRANS: Plural is based on the number of of users that have favoured a notice. -#, fuzzy, php-format +#, php-format msgid "%%s repeated this." msgid_plural "%%s repeated this." -msgstr[0] "Repetido a %s" -msgstr[1] "Repetido a %s" +msgstr[0] "%%s repitió esto. " +msgstr[1] "%%s repitió esto." #. TRANS: Form legend. -#, fuzzy, php-format +#, php-format msgid "Search and list people" -msgstr "Buscar sitio" +msgstr "Búsqueda y lista de personas" #. TRANS: Dropdown option for searching in profiles. msgid "Everything" -msgstr "" +msgstr "Todo" #. TRANS: Dropdown option for searching in profiles. -#, fuzzy msgid "Fullname" msgstr "Nombre completo" #. TRANS: Dropdown option for searching in profiles. msgid "URI (Remote users)" -msgstr "" +msgstr "URI (los usuarios remotos)" #. TRANS: Dropdown field label. -#, fuzzy msgctxt "LABEL" msgid "Search in" -msgstr "Buscar sitio" +msgstr "Buscar en" #. TRANS: Dropdown field title. -#, fuzzy msgid "Choose a field to search." -msgstr "Elegir una etiqueta para reducir la lista" +msgstr "Seleccione un campo de búsqueda." #. TRANS: Form legend. #. TRANS: %1$s is a nickname, $2$s is a list. -#, fuzzy, php-format +#, php-format msgid "Remove %1$s from list %2$s" -msgstr "%1$s - %2$s" +msgstr "Eliminar %1$s de lista %2$s" #. TRANS: Legend on form to add a profile to a list. #. TRANS: %1$s is a nickname, %2$s is a list. -#, fuzzy, php-format +#, php-format msgid "Add %1$s to list %2$s" -msgstr "%1$s - %2$s" +msgstr "Agregar %1$s a la lista %2$s" #. TRANS: Title for top posters section. msgid "Top posters" @@ -9841,23 +9578,21 @@ msgstr "Todo el mundo" #. TRANS: %s is a StatusNet sitename. #, php-format msgid "My colleagues at %s" -msgstr "" +msgstr "Mis amigos en %s" #. TRANS: Label for drop-down of potential addressees. -#, fuzzy msgctxt "LABEL" msgid "To:" -msgstr "Para" +msgstr "Para:" #. TRANS: Checkbox label in widget for selecting potential addressees to mark the notice private. -#, fuzzy msgid "Private?" -msgstr "Privado" +msgstr "¿Privado?" #. TRANS: Client exception thrown in widget for selecting potential addressees when an invalid fill option was received. -#, fuzzy, php-format +#, php-format msgid "Unknown to value: \"%s\"." -msgstr "Idioma desconocido \"%s\"." +msgstr "Desconocido al valor: \" %s \"." #. TRANS: Title for the form to unblock a user. msgctxt "TITLE" @@ -9865,10 +9600,9 @@ msgid "Unblock" msgstr "Desbloquear" #. TRANS: Title for unsandbox form. -#, fuzzy msgctxt "TITLE" msgid "Unsandbox" -msgstr "Eliminar restricciones" +msgstr "Eliminar zona de pruebas" #. TRANS: Description for unsandbox form. msgid "Unsandbox this user" @@ -9888,26 +9622,23 @@ msgstr "Desuscribirse de este usuario" #. TRANS: Button text on unsubscribe form. #. TRANS: Button text for unsubscribing from a list. -#, fuzzy msgctxt "BUTTON" msgid "Unsubscribe" -msgstr "Cancelar suscripción" +msgstr "Cancelar la suscripción" #. TRANS: Button title on unsubscribe form. -#, fuzzy msgid "Unsubscribe from this user." msgstr "Desuscribirse de este usuario" #. TRANS: Exception text shown when no profile can be found for a user. #. TRANS: %1$s is a user nickname, $2$d is a user ID (number). -#, fuzzy, php-format +#, php-format msgid "User %1$s (%2$d) has no profile record." -msgstr "El usuario no tiene un perfil." +msgstr "Usuario %1$s ( %2$d ) no tiene ningún registro de perfil." #. TRANS: Authorisation exception thrown when a user a not allowed to login. -#, fuzzy msgid "Not allowed to log in." -msgstr "No conectado." +msgstr "No puede iniciar sesión." #. TRANS: Used in notices to indicate when the notice was made compared to now. msgid "a few seconds ago" @@ -9963,20 +9694,19 @@ msgstr "hace un año" #. TRANS: Web color exception thrown when a hexadecimal color code does not validate. #. TRANS: %s is the provided (invalid) color code. -#, fuzzy, php-format +#, php-format msgid "%s is not a valid color! Use 3 or 6 hex characters." -msgstr "%s no es un color válido! Usar 3 o 6 caracteres hexagesimales" +msgstr "%s no es un color válido! Usar 3 o 6 caracteres hexadecimales." #. TRANS: Exception. -#, fuzzy msgid "Invalid XML." -msgstr "Tamaño inválido." +msgstr "XML no válido." #. TRANS: Exception. msgid "Invalid XML, missing XRD root." -msgstr "" +msgstr "XML no válido, falta de raíz XRD." #. TRANS: Commandline script output. %s is the filename that contains a backup for a user. #, php-format msgid "Getting backup from file '%s'." -msgstr "" +msgstr "Obtener copia de seguridad del archivo ' %s '." diff --git a/locale/eu/LC_MESSAGES/statusnet.po b/locale/eu/LC_MESSAGES/statusnet.po index 2471f4ee0e..55ead51ebb 100644 --- a/locale/eu/LC_MESSAGES/statusnet.po +++ b/locale/eu/LC_MESSAGES/statusnet.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" @@ -4471,7 +4471,7 @@ msgstr "6 karaktere edo gehiago eta etzazu ahaztu!" #. TRANS: Button text for password reset form. msgctxt "BUTTON" msgid "Reset" -msgstr "Berrezarri" +msgstr "Hasieratu" #. TRANS: Form instructions for password recovery form. msgid "Enter a nickname or email address." diff --git a/locale/fa/LC_MESSAGES/statusnet.po b/locale/fa/LC_MESSAGES/statusnet.po index abae8286a9..6dc0ebc643 100644 --- a/locale/fa/LC_MESSAGES/statusnet.po +++ b/locale/fa/LC_MESSAGES/statusnet.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:34+0000\n" "Last-Translator: Ahmad Sufi Mahmudi\n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" @@ -29,7 +29,7 @@ msgstr "" "X-Language-Code: fa\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" diff --git a/locale/fi/LC_MESSAGES/statusnet.po b/locale/fi/LC_MESSAGES/statusnet.po index aef27a09a5..4910ac944b 100644 --- a/locale/fi/LC_MESSAGES/statusnet.po +++ b/locale/fi/LC_MESSAGES/statusnet.po @@ -18,12 +18,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:39+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" @@ -6148,7 +6148,6 @@ msgid "Invalid default subscripton: \"%1$s\" is not a user." msgstr "" #. TRANS: Fieldset legend in user administration panel. -#, fuzzy msgctxt "LEGEND" msgid "Profile" msgstr "Profiili" diff --git a/locale/fr/LC_MESSAGES/statusnet.po b/locale/fr/LC_MESSAGES/statusnet.po index 99b0ac6dcf..6e4d6b08a7 100644 --- a/locale/fr/LC_MESSAGES/statusnet.po +++ b/locale/fr/LC_MESSAGES/statusnet.po @@ -24,6 +24,7 @@ # Author: Valeryan 24 # Author: Verdy p # Author: Y-M D +# Author: Zebulon84 # -- # This file is distributed under the same license as the StatusNet package. # @@ -31,12 +32,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:53+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -2060,7 +2061,7 @@ msgid "Tags" msgstr "Balises" msgid "Using tags" -msgstr "" +msgstr "Utiliser des balises" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. @@ -2069,9 +2070,8 @@ msgctxt "MENU" msgid "Groups" msgstr "Groupes" -#, fuzzy msgid "Using groups" -msgstr "Groupes d’utilisateurs" +msgstr "Utiliser des groupes" msgctxt "MENU" msgid "API" @@ -2214,9 +2214,8 @@ msgid "Use this form to edit the list." msgstr "Utilisez ce formulaire pour modifier la liste." #. TRANS: Form validation error displayed if the form data for deleting a tag was incorrect. -#, fuzzy msgid "Delete aborted." -msgstr "Supprimer cet avis" +msgstr "Suppression annulée." #. TRANS: Text in confirmation dialog for deleting a tag. msgid "" @@ -2725,7 +2724,7 @@ msgstr "Groupes, page %d" #. TRANS: Page notice of group list. %%%%site.name%%%% is the StatusNet site name, #. TRANS: %%%%action.groupsearch%%%% and %%%%action.newgroup%%%% are URLs. Do not change them. #. TRANS: This message contains Markdown links in the form [link text](link). -#, fuzzy, php-format +#, php-format msgid "" "%%%%site.name%%%% groups let you find and talk with people of similar " "interests. After you join a group you can send messages to all other members " @@ -2738,7 +2737,7 @@ msgstr "" "groupe, vous pouvez envoyer des messages à tous les autres membres en " "utilisant la syntaxe « !nomdugroupe ». Vous ne voyez aucun groupe qui vous " "intéresse ? Essayez d’en [rechercher un](%%%%action.groupsearch%%%%) ou de " -"[créer le vôtre !](%%%%action.newgroup%%%%)" +"[créer le vôtre](%%%%action.newgroup%%%%) !" #. TRANS: Link to create a new group on the group list page. #. TRANS: Link text on group page to create a new group. @@ -3287,9 +3286,8 @@ msgid "New group" msgstr "Nouveau groupe" #. TRANS: Client exception thrown when a user tries to create a group while banned. -#, fuzzy msgid "You are not allowed to create groups on this site." -msgstr "Vous n’êtes pas autorisé à supprimer ce groupe." +msgstr "Vous ne sont pas autorisés à créer des groupes sur ce site" #. TRANS: Form instructions for group create form. msgid "Use this form to create a new group." @@ -3302,7 +3300,6 @@ msgstr "Nouveau message" #. TRANS: Client error displayed trying to send a direct message to a user while sender and #. TRANS: receiver are not subscribed to each other. -#, fuzzy msgid "You cannot send a message to this user." msgstr "Vous ne pouvez pas envoyer de messages à cet utilisateur." @@ -3975,7 +3972,6 @@ msgid "Show private tags." msgstr "Afficher les notices privées." #. TRANS: Checkbox label to show public tags. -#, fuzzy msgctxt "LABEL" msgid "Public" msgstr "Public" @@ -3987,7 +3983,6 @@ msgstr "Cette marque n’existe pas." #. TRANS: Submit button text for tag filter form. #. TRANS: Submit button text on gallery action page. -#, fuzzy msgctxt "BUTTON" msgid "Go" msgstr "Aller" @@ -4913,9 +4908,8 @@ msgstr "Erreur système lors du transfert du fichier." #. TRANS: Client exception thrown when a feed is not an Atom feed. #. TRANS: Client exception thrown when an imported feed is not an Atom feed. -#, fuzzy msgid "Not an Atom feed." -msgstr "Tous les membres" +msgstr "Pas un flux Atom." #. TRANS: Success message when a feed has been restored. msgid "" @@ -4934,16 +4928,14 @@ msgid "" msgstr "" #. TRANS: Title for submit button to confirm upload of a user backup file for account restore. -#, fuzzy msgid "Upload the file" -msgstr "Importer un fichier" +msgstr "Téléverser le fichier" #. TRANS: Client error displayed when trying to revoke a role without having the right to do that. msgid "You cannot revoke user roles on this site." msgstr "Vous ne pouvez pas révoquer les rôles des utilisateurs sur ce site." #. TRANS: Client error displayed when trying to revoke a role that is not set. -#, fuzzy msgid "User does not have this role." msgstr "L'utilisateur ne possède pas ce rôle." @@ -4970,9 +4962,9 @@ msgstr "Cette marque est invalide : %s." #. TRANS: Page title for page showing self tags. #. TRANS: %1$s is a tag, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Users self-tagged with %1$s, page %2$d" -msgstr "Utilisateurs marqués par eux-mêmes avec %1$s - page %2$d" +msgstr "Utilisateurs marqués par eux-mêmes avec %1$s, page %2$d" #. TRANS: Title for the sessions administration panel. msgctxt "TITLE" @@ -4995,9 +4987,8 @@ msgstr "Gérer les sessions" #. TRANS: Checkbox title on the sessions administration panel. #. TRANS: Indicates if StatusNet should handle session administration. -#, fuzzy msgid "Handle sessions ourselves." -msgstr "S’il faut gérer les sessions nous-même." +msgstr "Gérer les sessions nous-mêmes." #. TRANS: Checkbox label on the sessions administration panel. #. TRANS: Indicates if StatusNet should write session debugging output. @@ -5005,9 +4996,8 @@ msgid "Session debugging" msgstr "Déboguage de session" #. TRANS: Checkbox title on the sessions administration panel. -#, fuzzy msgid "Enable debugging output for sessions." -msgstr "Activer la sortie de déboguage pour les sessions." +msgstr "Activer la sortie de débogage pour les sessions." #. TRANS: Title for submit button on the sessions administration panel. #, fuzzy @@ -5070,13 +5060,12 @@ msgid "Authorize URL" msgstr "Autoriser l’URL" #. TRANS: Note on the OAuth application page about signature support. -#, fuzzy msgid "" "Note: HMAC-SHA1 signatures are supported. The plaintext signature method is " "not supported." msgstr "" -"Note : Nous utilisons les signatures HMAC-SHA1. Nous n’utilisons pas la " -"méthode de signature en texte clair." +"Note : Les signatures HMAC-SHA1 sont supportées. La méthode de signature en " +"clair n'est pas supportée." #. TRANS: Text in confirmation dialog to reset consumer key and secret for an OAuth application. msgid "Are you sure you want to reset your consumer key and secret?" diff --git a/locale/fur/LC_MESSAGES/statusnet.po b/locale/fur/LC_MESSAGES/statusnet.po index d204cea7da..1c56e84671 100644 --- a/locale/fur/LC_MESSAGES/statusnet.po +++ b/locale/fur/LC_MESSAGES/statusnet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:47+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" @@ -1940,18 +1940,16 @@ msgctxt "MENU" msgid "Help" msgstr "Jutori" -#, fuzzy msgid "Getting started" -msgstr "Impuestazions salvadis." +msgstr "Par scomençâ" #. TRANS: Secondary navigation menu item leading to text about StatusNet site. msgctxt "MENU" msgid "About" msgstr "Informazions" -#, fuzzy msgid "About this site" -msgstr "Disbloche chest utent" +msgstr "Informazions su chest sît" #. TRANS: Secondary navigation menu item leading to Frequently Asked Questions. msgctxt "MENU" @@ -1967,9 +1965,8 @@ msgctxt "MENU" msgid "Contact" msgstr "Contats" -#, fuzzy msgid "Contact info" -msgstr "Contats" +msgstr "Informazions di contat" #, fuzzy msgctxt "MENU" @@ -1977,7 +1974,7 @@ msgid "Tags" msgstr "Etichetis" msgid "Using tags" -msgstr "" +msgstr "Ûs des etichetis" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. @@ -1986,16 +1983,15 @@ msgctxt "MENU" msgid "Groups" msgstr "Grups" -#, fuzzy msgid "Using groups" -msgstr "Grups di utents" +msgstr "Ûs dai grups" msgctxt "MENU" msgid "API" -msgstr "" +msgstr "API" msgid "RESTful API" -msgstr "" +msgstr "API RESTful" #. TRANS: Title for "Edit application" form. #. TRANS: Form legend. @@ -5220,7 +5216,7 @@ msgstr "" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -6060,7 +6056,6 @@ msgid "License" msgstr "Licence" #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "StatusNet is free software: you can redistribute it and/or modify it under " "the terms of the GNU Affero General Public License as published by the Free " @@ -6070,7 +6065,7 @@ msgstr "" "StatusNet al è software libar: tu puedis tornâ a distribuîlu e/o modificâlu " "sot dai tiermins de GNU Affero General Public License come che e je " "publicade de Free Software Foundation, sei te version 3 de Licence sei (a tô " -"discrezion) cualsisei version posteriôr. " +"discrezion) cualsisei version posteriôr." #. TRANS: Content part of StatusNet version page. msgid "" @@ -8130,9 +8125,9 @@ msgstr "" #. TRANS: Subject of group join notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s" -msgstr "%1$s si à unît al to grup %2$s su %3$s." +msgstr "%1$s si à unît al to grup %2$s su %3$s" #. TRANS: Main body of group join notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, @@ -9206,10 +9201,9 @@ msgstr[0] "Chest i plâs a %%s." msgstr[1] "Chest i plâs a %%s." #. TRANS: List message for notice repeated by logged in user. -#, fuzzy msgctxt "REPEATLIST" msgid "You repeated this." -msgstr "Tu âs ripetût chest avîs." +msgstr "Tu lu âs ripetût." #. TRANS: List message for when more than 4 people repeat something. #. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice. diff --git a/locale/gl/LC_MESSAGES/statusnet.po b/locale/gl/LC_MESSAGES/statusnet.po index 3fc48ff5f8..359b052cd0 100644 --- a/locale/gl/LC_MESSAGES/statusnet.po +++ b/locale/gl/LC_MESSAGES/statusnet.po @@ -12,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:56+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -271,7 +271,7 @@ msgstr "Fonte de novas dos amigos de %s (Atom)" msgid "" "This is the timeline for %s and friends but no one has posted anything yet." msgstr "" -"Esta é a liña do tempo de %s e amigos pero ninguén publicou nada aínda." +"Esta é a liña do tempo de %s e amigos, pero ninguén publicou nada aínda." #. TRANS: Encouragement displayed on logged in user's empty timeline. #. TRANS: This message contains Markdown links. Keep "](" together. @@ -857,15 +857,14 @@ msgstr "Permitir ou denegar o acceso" #. TRANS: User notification of external application requesting account access. #. TRANS: %3$s is the access type requested (read-write or read-only), %4$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "" "An application would like the ability to %3$s your %4$s " "account data. You should only give access to your %4$s account to third " "parties you trust." msgstr "" -"A aplicación %1$s de %2$s quere poder " -"%3$s os datos da súa conta %4$s. Só debería permitir o " -"acceso á súa conta %4$s a xente de confianza." +"Unha aplicación quere poder %3$s os datos da súa conta %4" +"$s. Só debería permitir o acceso á súa conta %4$s a xente de confianza." #. TRANS: User notification of external application requesting account access. #. TRANS: %1$s is the application name requesting access, %2$s is the organisation behind the application, @@ -929,21 +928,22 @@ msgid "The request token %s has been revoked." msgstr "Denegouse o pase da solicitude %s." #. TRANS: Title of the page notifying the user that an anonymous client application was successfully authorized to access the user's account with OAuth. -#, fuzzy msgid "You have successfully authorized the application" -msgstr "Non está autorizado." +msgstr "Deu autorización á aplicación correctamente" #. TRANS: Message notifying the user that an anonymous client application was successfully authorized to access the user's account with OAuth. msgid "" "Please return to the application and enter the following security code to " "complete the process." msgstr "" +"Volva á aplicación e insira o seguinte código de seguridade para completar o " +"proceso." #. TRANS: Title of the page notifying the user that the client application was successfully authorized to access the user's account with OAuth. #. TRANS: %s is the authorised application name. -#, fuzzy, php-format +#, php-format msgid "You have successfully authorized %s" -msgstr "Non está autorizado." +msgstr "Deu autorización a %s correctamente" #. TRANS: Message notifying the user that the client application was successfully authorized to access the user's account with OAuth. #. TRANS: %s is the authorised application name. @@ -952,6 +952,7 @@ msgid "" "Please return to %s and enter the following security code to complete the " "process." msgstr "" +"Volva a %s e insira o seguinte código de seguridade para completar o proceso." #. TRANS: Client error displayed trying to delete a status not using POST or DELETE. #. TRANS: POST and DELETE should not be translated. @@ -976,15 +977,14 @@ msgstr "Non existe esa nota." #. TRANS: Client exception thrown when using an unsupported HTTP method. #. TRANS: Client error shown when using a non-supported HTTP method. #. TRANS: Client exception thrown when using an unsupported HTTP method. -#, fuzzy msgid "HTTP method not supported." -msgstr "Non se atopou o método da API." +msgstr "Non se soporta o método HTTP." #. TRANS: Exception thrown requesting an unsupported notice output format. #. TRANS: %s is the requested output format. -#, fuzzy, php-format +#, php-format msgid "Unsupported format: %s." -msgstr "Formato non soportado." +msgstr "Formato non soportado: %s." #. TRANS: Client error displayed requesting a deleted status. msgid "Status deleted." @@ -996,7 +996,7 @@ msgstr "Non se atopou ningún estado con esa ID." #. TRANS: Client error displayed when trying to delete a notice not using the Atom format. msgid "Can only delete using the Atom format." -msgstr "" +msgstr "Unicamente se pode borrar mediante o formato Atom." #. TRANS: Client error displayed when a user has no rights to delete notices of other users. #. TRANS: Error message displayed trying to delete a notice that was not made by the current user. @@ -1024,19 +1024,18 @@ msgstr[0] "Iso é longo de máis. A nota non pode exceder os %d caracteres." msgstr[1] "Iso é longo de máis. A nota non pode exceder os %d caracteres." #. TRANS: Client error displayed when replying to a non-existing notice. -#, fuzzy msgid "Parent notice not found." -msgstr "Non se atopou o método da API." +msgstr "Non se atopou a nota pai." #. TRANS: Client error displayed exceeding the maximum notice length. #. TRANS: %d is the maximum lenth for a notice. #. TRANS: Client error displayed exceeding the maximum notice length. #. TRANS: %d is the maximum length for a notice. -#, fuzzy, php-format +#, php-format msgid "Maximum notice size is %d character, including attachment URL." msgid_plural "Maximum notice size is %d characters, including attachment URL." msgstr[0] "" -"A lonxitude máxima das notas é de %d caracteres, incluído o URL do dato " +"A lonxitude máxima das notas é de %d carácter, incluído o URL do dato " "adxunto." msgstr[1] "" "A lonxitude máxima das notas é de %d caracteres, incluído o URL do dato " @@ -1056,15 +1055,15 @@ msgstr "%1$s / Favoritos de %2$s" #. TRANS: Subtitle for timeline of most recent favourite notices by a user. #. TRANS: %1$s is the StatusNet sitename, %2$s is a user's full name, #. TRANS: %3$s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s updates favorited by %2$s / %3$s." -msgstr "%1$s actualizacións marcadas como favoritas por %2$s / %2$s." +msgstr "Actualizacións de %1$s marcadas como favoritas por %2$s / %3$s." #. TRANS: Server error displayed whe trying to get a timeline fails. #. TRANS: %s is the error message. -#, fuzzy, php-format +#, php-format msgid "Could not generate feed for list - %s" -msgstr "Non se puido crear un pase de sesión para %s" +msgstr "Non se puido crear unha fonte de novas para a lista: %s" #. TRANS: Title for timeline of most recent mentions of a user. #. TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname. @@ -1091,9 +1090,8 @@ msgid "%s updates from everyone!" msgstr "%s actualizacións de todos!" #. TRANS: Server error displayed calling unimplemented API method for 'retweeted by me'. -#, fuzzy msgid "Unimplemented." -msgstr "Aínda non se implantou o método." +msgstr "Non implantado." #. TRANS: Title for Atom feed "repeated to me". %s is the user nickname. #, php-format @@ -1102,9 +1100,9 @@ msgstr "Repetiu a %s" #. TRANS: Subtitle for API action that shows most recent notices that are repeats in user's inbox. #. TRANS: %1$s is the sitename, %2$s is a user nickname, %3$s is a user profile name. -#, fuzzy, php-format +#, php-format msgid "%1$s notices that were to repeated to %2$s / %3$s." -msgstr "%1$s actualizacións que responden a actualizacións de %2$s / %3$s." +msgstr "Notas de %1$s que foron repetidas a %2$s / %3$s." #. TRANS: Title of list of repeated notices of the logged in user. #. TRANS: %s is the nickname of the logged in user. @@ -1114,9 +1112,9 @@ msgstr "Repeticións de %s" #. TRANS: Subtitle of API time with retweets of me. #. TRANS: %1$s is the StatusNet sitename, %2$s is the user nickname, %3$s is the user profile name. -#, fuzzy, php-format +#, php-format msgid "%1$s notices that %2$s / %3$s has repeated." -msgstr "%1$s marcou a nota %2$s como favorita" +msgstr "Notas de %1$s que %2$s / %3$s repetiu." #. TRANS: Title for timeline with lastest notices with a given tag. #. TRANS: %s is the tag. @@ -1135,21 +1133,20 @@ msgid "Updates tagged with %1$s on %2$s!" msgstr "Actualizacións etiquetadas con %1$s en %2$s!" #. TRANS: Client error displayed trying to add a notice to another user's timeline. -#, fuzzy msgid "Only the user can add to their own timeline." -msgstr "Só o usuario pode ler as súas caixas de entrada." +msgstr "Só o usuario pode engadir elementos á súa liña do tempo." #. TRANS: Client error displayed when using another format than AtomPub. msgid "Only accept AtomPub for Atom feeds." -msgstr "" +msgstr "Aceptar unicamente AtomPub para as fontes de novas Atom." #. TRANS: Client error displayed attempting to post an empty API notice. msgid "Atom post must not be empty." -msgstr "" +msgstr "A mensaxe de Atom non pode estar baleira." #. TRANS: Client error displayed attempting to post an API that is not well-formed XML. msgid "Atom post must be well-formed XML." -msgstr "" +msgstr "A mensaxe de Atom debe estar en formato XML." #. TRANS: Client error displayed when not using an Atom entry. msgid "Atom post must be an Atom entry." @@ -1163,7 +1160,7 @@ msgstr "Só pode manexar actividades POST." #. TRANS: %s is the unsupported activity object type. #, php-format msgid "Cannot handle activity object type \"%s\"." -msgstr "" +msgstr "Non se pode manexar o obxecto de actividade do tipo \"%s\"." #. TRANS: Client error displayed when posting a notice without content through the API. #. TRANS: %d is the notice ID (number). @@ -1173,18 +1170,17 @@ msgstr "A nota %d non ten ningún contido." #. TRANS: Client error displayed when using another format than AtomPub. #. TRANS: %s is the notice URI. -#, fuzzy, php-format +#, php-format msgid "Notice with URI \"%s\" already exists." -msgstr "Non hai ningunha nota con esa id." +msgstr "Xa existe a nota co URI \"%s\"." #. TRANS: Server error for unfinished API method showTrends. msgid "API method under construction." msgstr "Método API en desenvolvemento." #. TRANS: Client error displayed when requesting user information for a non-existing user. -#, fuzzy msgid "User not found." -msgstr "Non se atopou o método da API." +msgstr "Non se atopou o usuario." #. TRANS: Client error displayed when trying to leave a group while not logged in. msgid "You must be logged in to leave a group." @@ -1232,140 +1228,137 @@ msgstr "Nin alcume nin ID." #. TRANS: Client error displayed trying to approve group membership while not logged in. #. TRANS: Client error displayed when trying to leave a group while not logged in. -#, fuzzy msgid "Must be logged in." -msgstr "Non iniciou sesión." +msgstr "Cómpre acceder ao sistema." #. TRANS: Client error displayed trying to approve group membership while not a group administrator. #. TRANS: Client error displayed when trying to approve or cancel a group join request without #. TRANS: being a group administrator. msgid "Only group admin can approve or cancel join requests." msgstr "" +"Soamente os administradores do grupo poden aprobar ou rexeitar solicitudes " +"de ingreso." #. TRANS: Client error displayed trying to approve group membership without specifying a profile to approve. #. TRANS: Client error displayed trying to approve subscriptionswithout specifying a profile to approve. -#, fuzzy msgid "Must specify a profile." -msgstr "Falta o perfil de usuario." +msgstr "Cómpre especificar un perfil." #. TRANS: Client error displayed trying to approve group membership for a non-existing request. #. TRANS: %s is a nickname. #. TRANS: Client error displayed when trying to approve a non-existing group join request. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s is not in the moderation queue for this group." -msgstr "Unha lista dos usuarios pertencentes a este grupo." +msgstr "%s non está na lista de moderación deste grupo." #. TRANS: Client error displayed trying to approve/deny group membership. #. TRANS: Client error displayed trying to approve/deny subscription. msgid "Internal error: received neither cancel nor abort." -msgstr "" +msgstr "Erro interno: Non se recibiu orde de rexeitar nin de abortar." #. TRANS: Client error displayed trying to approve/deny group membership. #. TRANS: Client error displayed trying to approve/deny subscription msgid "Internal error: received both cancel and abort." -msgstr "" +msgstr "Erro interno: Recibiuse orde de rexeitar e de abortar." #. TRANS: Server error displayed when cancelling a queued group join request fails. #. TRANS: %1$s is the leaving user's nickname, $2$s is the group nickname for which the leave failed. -#, fuzzy, php-format +#, php-format msgid "Could not cancel request for user %1$s to join group %2$s." -msgstr "O usuario %1$s non se puido engadir ao grupo %2$s." +msgstr "" +"Non se puido rexeitar a solicitude do usuario %1$s de unirse ao grupo %2$s." #. TRANS: Title for leave group page after group join request is approved/disapproved. #. TRANS: %1$s is the user nickname, %2$s is the group nickname. -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "%1$s's request for %2$s" -msgstr "Estado de %1$s en %2$s" +msgstr "Solicitude de %1$s en %2$s" #. TRANS: Message on page for group admin after approving a join request. msgid "Join request approved." -msgstr "" +msgstr "Solicitude de ingreso aprobada." #. TRANS: Message on page for group admin after rejecting a join request. msgid "Join request canceled." -msgstr "" +msgstr "Solicitude de ingreso rexeitada." #. TRANS: Client error displayed trying to approve subscription for a non-existing request. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s is not in the moderation queue for your subscriptions." -msgstr "Unha lista dos usuarios pertencentes a este grupo." +msgstr "%s non está na lista de moderación das súas subscricións." #. TRANS: Server error displayed when cancelling a queued subscription request fails. #. TRANS: %1$s is the leaving user's nickname, $2$s is the nickname for which the leave failed. -#, fuzzy, php-format +#, php-format msgid "Could not cancel or approve request for user %1$s to join group %2$s." -msgstr "O usuario %1$s non se puido engadir ao grupo %2$s." +msgstr "" +"Non se puido rexeitar ou aprobar a solicitude do usuario %1$s de unirse ao " +"grupo %2$s." #. TRANS: Title for subscription approval ajax return #. TRANS: %1$s is the approved user's nickname -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "%1$s's request" -msgstr "Estado de %1$s en %2$s" +msgstr "Solicitude de %1$s" #. TRANS: Message on page for user after approving a subscription request. -#, fuzzy msgid "Subscription approved." -msgstr "Autorizouse a subscrición" +msgstr "Aprobouse a subscrición." #. TRANS: Message on page for user after rejecting a subscription request. -#, fuzzy msgid "Subscription canceled." -msgstr "Autorización cancelada." +msgstr "Rexeitouse a subscrición." #. TRANS: Subtitle for Atom favorites feed. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "Notices %1$s has favorited on %2$s" -msgstr "Actualizacións de %1$s e amigos en %2$s!" +msgstr "Notas que %1$s marcou como favoritas en %2$s!" #. TRANS: Client exception thrown when trying to set a favorite for another user. #. TRANS: Client exception thrown when trying to subscribe another user. -#, fuzzy msgid "Cannot add someone else's subscription." -msgstr "Non se puido inserir unha subscrición nova." +msgstr "Non pode engadir unha subscrición a outra persoa." #. TRANS: Client exception thrown when trying use an incorrect activity verb for the Atom pub method. msgid "Can only handle favorite activities." msgstr "Só pode manexar actividades de favoritos." #. TRANS: Client exception thrown when trying favorite an object that is not a notice. -#, fuzzy msgid "Can only fave notices." -msgstr "Buscar nos contidos das notas" +msgstr "Só pode engadir notas aos favoritos." #. TRANS: Client exception thrown when trying favorite a notice without content. msgid "Unknown notice." msgstr "Nota descoñecida." #. TRANS: Client exception thrown when trying favorite an already favorited notice. -#, fuzzy msgid "Already a favorite." -msgstr "Engadir aos favoritos" +msgstr "Xa está nos favoritos." #. TRANS: Title for group membership feed. #. TRANS: %s is a username. -#, fuzzy, php-format +#, php-format msgid "Group memberships of %s" -msgstr "Membros do grupo %s" +msgstr "Grupos aos que pertence %s" #. TRANS: Subtitle for group membership feed. #. TRANS: %1$s is a username, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "Groups %1$s is a member of on %2$s" -msgstr "Grupos aos que pertence %s" +msgstr "Grupos aos que pertence %1$s en %2$s" #. TRANS: Client exception thrown when trying subscribe someone else to a group. -#, fuzzy msgid "Cannot add someone else's membership." -msgstr "Non se puido inserir unha subscrición nova." +msgstr "Non pode meter no grupo a outra persoa." #. TRANS: Client error displayed when not using the join verb. msgid "Can only handle join activities." -msgstr "Só pode manexar actividades de unión." +msgstr "Só pode manexar actividades de ingreso." #. TRANS: Client exception thrown when trying to subscribe to a non-existing group. msgid "Unknown group." @@ -1384,24 +1377,22 @@ msgid "No such favorite." msgstr "Non existe tal favorito." #. TRANS: Client exception thrown when trying to remove a favorite notice of another user. -#, fuzzy msgid "Cannot delete someone else's favorite." -msgstr "Non se puido eliminar o favorito." +msgstr "Non pode borrar o favorito doutra persoa." #. TRANS: Client exception thrown when trying to show membership of a non-subscribed group msgid "Not a member." msgstr "Non é membro." #. TRANS: Client exception thrown when deleting someone else's membership. -#, fuzzy msgid "Cannot delete someone else's membership." -msgstr "Non se puido borrar a subscrición a si mesmo." +msgstr "Non pode quitar do grupo a outra persoa." #. TRANS: Client exception thrown when trying to display a subscription for a non-existing profile ID. #. TRANS: %d is the non-existing profile ID number. -#, fuzzy, php-format +#, php-format msgid "No such profile id: %d." -msgstr "Non existe ese perfil." +msgstr "Non existe perfil ningún co identificador: %d." #. TRANS: Client exception thrown when trying to display a subscription for a non-subscribed profile ID. #. TRANS: %1$d is the non-existing subscriber ID number, $2$d is the ID of the profile that was not subscribed to. @@ -1410,15 +1401,14 @@ msgid "Profile %1$d not subscribed to profile %2$d." msgstr "O perfil %1$d non está subscrito ao perfil %2$d." #. TRANS: Client exception thrown when trying to delete a subscription of another user. -#, fuzzy msgid "Cannot delete someone else's subscription." -msgstr "Non se puido borrar a subscrición a si mesmo." +msgstr "Non pode borrar a subscrición doutra persoa." #. TRANS: Subtitle for Atom subscription feed. #. TRANS: %1$s is a user nickname, %s$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "People %1$s has subscribed to on %2$s" -msgstr "Persoas subscritas a %s" +msgstr "Persoas ás que %1$s está subscrito en %2$s" #. TRANS: Client error displayed when not using the follow verb. msgid "Can only handle Follow activities." @@ -1426,13 +1416,13 @@ msgstr "Só pode manexar actividades de seguimento." #. TRANS: Client exception thrown when subscribing to an object that is not a person. msgid "Can only follow people." -msgstr "" +msgstr "Só pode seguir xente." #. TRANS: Client exception thrown when subscribing to a non-existing profile. #. TRANS: %s is the unknown profile ID. -#, fuzzy, php-format +#, php-format msgid "Unknown profile %s." -msgstr "Non se coñece o tipo de ficheiro" +msgstr "Perfil descoñecido %s." #. TRANS: Client error displayed trying to subscribe to an already subscribed profile. #. TRANS: %s is the profile the user already has a subscription on. @@ -1519,9 +1509,8 @@ msgid "No file uploaded." msgstr "Non se subiu ficheiro ningún." #. TRANS: Avatar upload form instruction after uploading a file. -#, fuzzy msgid "Pick a square area of the image to be your avatar." -msgstr "Escolla unha zona cadrada da imaxe para usala como avatar" +msgstr "Escolla unha zona cadrada da imaxe para usala como avatar." #. TRANS: Server error displayed if an avatar upload went wrong somehow server side. #. TRANS: Server error displayed trying to crop an uploaded group logo that is no longer present. @@ -1543,16 +1532,17 @@ msgstr "Borrouse o avatar." #. TRANS: Title for backup account page. #. TRANS: Option in profile settings to create a backup of the account of the currently logged in user. msgid "Backup account" -msgstr "" +msgstr "Copia de seguridade da conta" #. TRANS: Client exception thrown when trying to backup an account while not logged in. -#, fuzzy msgid "Only logged-in users can backup their account." -msgstr "Só os usuarios identificados poden repetir notas." +msgstr "" +"Só os usuarios identificados poden facer unha copia de seguridade da súa " +"conta." #. TRANS: Client exception thrown when trying to backup an account without having backup rights. msgid "You may not backup your account." -msgstr "Non pode facer unha copia da súa conta." +msgstr "Non pode facer unha copia de seguridade da súa conta." #. TRANS: Information displayed on the backup account page. msgid "" @@ -1562,6 +1552,12 @@ msgid "" "addresses is not backed up. Additionally, uploaded files and direct messages " "are not backed up." msgstr "" +"Pode facer unha copia de seguridade dos datos da súa conta en formato Activity Streams. Esta é unha " +"característica experimental e proporciona unha copia incompleta; a " +"información privada da conta como os enderezos de correo electrónico e " +"mensaxería instantánea non se copian. Ademais, os ficheiros cargados e as " +"mensaxes directas tampouco se gardan." #. TRANS: Submit button to backup an account on the backup account page. msgctxt "BUTTON" @@ -1570,7 +1566,7 @@ msgstr "Copia de seguridade" #. TRANS: Title for submit button to backup an account on the backup account page. msgid "Backup your account." -msgstr "" +msgstr "Copia de seguridade da súa conta." #. TRANS: Client error displayed when blocking a user that has already been blocked. msgid "You already blocked that user." @@ -1714,14 +1710,12 @@ msgstr "Ese enderezo xa se confirmou." #. TRANS: Server error displayed when updating IM preferences fails. #. TRANS: Server error thrown on database error removing a registered IM address. -#, fuzzy msgid "Could not update user IM preferences." -msgstr "Non se puido actualizar o rexistro do usuario." +msgstr "Non se puideron actualizar as preferencias de mensaxería instantánea." #. TRANS: Server error displayed when adding IM preferences fails. -#, fuzzy msgid "Could not insert user IM preferences." -msgstr "Non se puido inserir unha subscrición nova." +msgstr "Non se puideron inserir as preferencias de mensaxería instantánea." #. TRANS: Server error displayed when an address confirmation code deletion from the #. TRANS: database fails in the contact address confirmation action. @@ -1744,15 +1738,13 @@ msgstr "Conversa" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (Activity Streams JSON)" -msgstr "Fonte de novas das notas para %s (Atom)" +msgstr "Fonte de novas da conversa (fluxos de actividade JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (RSS 2.0)" -msgstr "Fonte de novas das notas para %s (RSS 2.0)" +msgstr "Fonte de novas da conversa (RSS 2.0)" #. TRANS: Title for conversation page. #. TRANS: Title for page that shows a notice. @@ -1761,9 +1753,8 @@ msgid "Notice" msgstr "Nota" #. TRANS: Client exception displayed trying to delete a user account while not logged in. -#, fuzzy msgid "Only logged-in users can delete their account." -msgstr "Só os usuarios identificados poden repetir notas." +msgstr "Só os usuarios identificados poden borrar a súa conta." #. TRANS: Client exception displayed trying to delete a user account without have the rights to do that. msgid "You cannot delete your account." @@ -1777,7 +1768,7 @@ msgstr "Estou seguro." #. TRANS: %s is the text that needs to be input. #, php-format msgid "You must write \"%s\" exactly in the box." -msgstr "" +msgstr "Debe escribir exactamente \"%s\" na caixa." #. TRANS: Confirmation that a user account has been deleted. msgid "Account deleted." @@ -1793,6 +1784,8 @@ msgid "" "This will permanently delete your account data from this " "server." msgstr "" +"Isto borrará permanentemente os datos da súa conta do " +"servidor." #. TRANS: Additional form text for user deletion form shown if a user has account backup rights. #. TRANS: %s is a URL to the backup page. @@ -1801,6 +1794,8 @@ msgid "" "You are strongly advised to back up your data before " "deletion." msgstr "" +"Recoméndase encarecidamente que faga unha copia de seguridade " +"dos datos antes da eliminación." #. TRANS: Field label for delete account confirmation entry. #. TRANS: Field label for password reset form where the password has to be typed again. @@ -1809,14 +1804,13 @@ msgstr "Confirmar" #. TRANS: Input title for the delete account field. #. TRANS: %s is the text that needs to be input. -#, fuzzy, php-format +#, php-format msgid "Enter \"%s\" to confirm that you want to delete your account." -msgstr "Non pode borrar usuarios." +msgstr "Insira \"%s\" para confirmar que quere borrar a conta." #. TRANS: Button title for user account deletion. -#, fuzzy msgid "Permanently delete your account." -msgstr "Non pode borrar usuarios." +msgstr "Borrar permanentemente a conta." #. TRANS: Client error displayed trying to delete an application while not logged in. msgid "You must be logged in to delete an application." @@ -1853,36 +1847,32 @@ msgstr "" "usuario existentes." #. TRANS: Submit button title for 'No' when deleting an application. -#, fuzzy msgid "Do not delete this application." -msgstr "Non borrar a aplicación" +msgstr "Non borrar a aplicación." #. TRANS: Submit button title for 'Yes' when deleting an application. -#, fuzzy msgid "Delete this application." -msgstr "Borrar a aplicación" +msgstr "Borrar a aplicación." #. TRANS: Client error when trying to delete group while not logged in. -#, fuzzy msgid "You must be logged in to delete a group." -msgstr "Ten que identificarse para deixar un grupo." +msgstr "Ten que identificarse para borrar un grupo." #. TRANS: Client error when trying to delete a group without having the rights to delete it. -#, fuzzy msgid "You are not allowed to delete this group." -msgstr "Vostede non pertence a este grupo." +msgstr "Non lle está permitido borrar este grupo." #. TRANS: Server error displayed if a group could not be deleted. #. TRANS: %s is the name of the group that could not be deleted. -#, fuzzy, php-format +#, php-format msgid "Could not delete group %s." -msgstr "Non se puido actualizar o grupo." +msgstr "Non se puido borrar o grupo %s." #. TRANS: Message given after deleting a group. #. TRANS: %s is the deleted group's name. -#, fuzzy, php-format +#, php-format msgid "Deleted group %s" -msgstr "%1$s deixou o grupo %2$s" +msgstr "Borrouse o grupo %s" #. TRANS: Title of delete group page. #. TRANS: Form legend for deleting a group. @@ -1890,23 +1880,22 @@ msgid "Delete group" msgstr "Borrar un grupo" #. TRANS: Warning in form for deleleting a group. -#, fuzzy msgid "" "Are you sure you want to delete this group? This will clear all data about " "the group from the database, without a backup. Public posts to this group " "will still appear in individual timelines." msgstr "" -"Está seguro de querer borrar este usuario? Isto borrará todos os datos do " -"usuario da base de datos, sen posibilidade de recuperalos." +"Está seguro de querer borrar este grupo? Isto borrará todos os datos do " +"grupo da base de datos, sen posibilidade de recuperalos. As mensaxes " +"públicas deste grupo seguirán aparecendo nas liñas do tempo individuais." #. TRANS: Submit button title for 'No' when deleting a group. msgid "Do not delete this group." msgstr "Non borrar este grupo." #. TRANS: Submit button title for 'Yes' when deleting a group. -#, fuzzy msgid "Delete this group." -msgstr "Borrar o usuario" +msgstr "Borrar o grupo." #. TRANS: Instructions for deleting a notice. msgid "" @@ -1942,7 +1931,6 @@ msgid "You can only delete local users." msgstr "Só pode borrar usuarios locais." #. TRANS: Title of delete user page. -#, fuzzy msgctxt "TITLE" msgid "Delete user" msgstr "Borrar o usuario" @@ -1977,9 +1965,9 @@ msgstr "Engadir aos favoritos" #. TRANS: Client exception thrown when requesting a document from the documentation that does not exist. #. TRANS: %s is the non-existing document. -#, fuzzy, php-format +#, php-format msgid "No such document \"%s\"." -msgstr "Non hai ningún documento \"%s\"" +msgstr "Non hai ningún documento \"%s\"." #. TRANS: Menu item in administrator navigation panel. #. TRANS: Menu item in default local navigation panel. @@ -1997,18 +1985,16 @@ msgctxt "MENU" msgid "Help" msgstr "Axuda" -#, fuzzy msgid "Getting started" -msgstr "Gardouse a configuración." +msgstr "Primeiros pasos" #. TRANS: Secondary navigation menu item leading to text about StatusNet site. msgctxt "MENU" msgid "About" msgstr "Acerca de" -#, fuzzy msgid "About this site" -msgstr "Desbloquear este usuario" +msgstr "Acerca deste sitio" #. TRANS: Secondary navigation menu item leading to Frequently Asked Questions. msgctxt "MENU" @@ -2024,17 +2010,15 @@ msgctxt "MENU" msgid "Contact" msgstr "Contacto" -#, fuzzy msgid "Contact info" -msgstr "Contacto" +msgstr "Información de contacto" -#, fuzzy msgctxt "MENU" msgid "Tags" msgstr "Etiquetas" msgid "Using tags" -msgstr "" +msgstr "Uso de etiquetas" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. @@ -2043,9 +2027,8 @@ msgctxt "MENU" msgid "Groups" msgstr "Grupos" -#, fuzzy msgid "Using groups" -msgstr "Grupos do usuario" +msgstr "Uso de grupos" msgctxt "MENU" msgid "API" @@ -2079,7 +2062,6 @@ msgstr "Fai falla un nome." #. TRANS: Validation error shown when providing too long a name in the "Edit application" form. #. TRANS: Validation error shown when providing too long a name in the "New application" form. -#, fuzzy msgid "Name is too long (maximum 255 characters)." msgstr "O nome é longo de máis (o límite é de 255 caracteres)." @@ -2108,7 +2090,6 @@ msgid "Organization is required." msgstr "Fai falla unha organización." #. TRANS: Validation error shown when providing too long an arganisation name in the "Edit application" form. -#, fuzzy msgid "Organization is too long (maximum 255 characters)." msgstr "A organización é longa de máis (o límite é de 255 caracteres)." @@ -2140,7 +2121,7 @@ msgstr "Editar o grupo %s" #. TRANS: Client error displayed when trying to create a group while not logged in. #. TRANS: Client error displayed trying to create a group while not logged in. msgid "You must be logged in to create a group." -msgstr "Ten que iniciar sesión para crear un grupo." +msgstr "Ten que identificarse para crear un grupo." #. TRANS: Form instructions for group edit form. msgid "Use this form to edit the group." @@ -2160,70 +2141,67 @@ msgstr "Gardáronse as preferencias." #. TRANS: Title for edit list page after deleting a tag. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Delete %s list" -msgstr "Borrar o usuario" +msgstr "Borrar a lista %s" #. TRANS: Title for edit list page. #. TRANS: %s is a list. #. TRANS: Form legend for list edit form. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Edit list %s" -msgstr "A etiqueta de persoa non é correcta: %s." +msgstr "Editar a lista %s" #. TRANS: Error message displayed when trying to perform an action that requires a tagging user or ID. -#, fuzzy msgid "No tagger or ID." -msgstr "Nin alcume nin ID." +msgstr "Nin etiquetador nin ID." #. TRANS: Client error displayed when referring to non-local user. -#, fuzzy msgid "Not a local user." -msgstr "Non existe tal usuario." +msgstr "Non é un usuario local." #. TRANS: Client error displayed when reting to edit a tag that was not self-created. -#, fuzzy msgid "You must be the creator of the tag to edit it." -msgstr "Ten que ser administrador para editar o grupo." +msgstr "Ten que ser o creador da etiqueta para editala." #. TRANS: Form instruction for edit list form. -#, fuzzy msgid "Use this form to edit the list." -msgstr "Utilice este formulario para editar o grupo." +msgstr "Utilice este formulario para editar a lista." #. TRANS: Form validation error displayed if the form data for deleting a tag was incorrect. -#, fuzzy msgid "Delete aborted." -msgstr "Borrar a nota" +msgstr "Abortouse a eliminación." #. TRANS: Text in confirmation dialog for deleting a tag. msgid "" "Deleting this tag will permanantly remove all its subscription and " "membership records. Do you still want to continue?" msgstr "" +"Borrar esta etiqueta eliminará permanentemente todas as subscricións e os " +"rexistros de pertenza. Quere continuar?" #. TRANS: Form validation error displayed if a given tag is invalid. -#, fuzzy msgid "Invalid tag." -msgstr "Tamaño non válido." +msgstr "Etiqueta non válida." #. TRANS: Form validation error displayed if a given tag is already present. #. TRANS: %s is the already present tag. -#, fuzzy, php-format +#, php-format msgid "You already have a tag named %s." -msgstr "Xa repetiu esa nota." +msgstr "Xa ten unha nota chamada %s." #. TRANS: Text in confirmation dialog for setting a tag from public to private. msgid "" "Setting a public tag as private will permanently remove all the existing " "subscriptions to it. Do you still want to continue?" msgstr "" +"Definir unha etiqueta pública como privada eliminará permanentemente todas " +"as subscricións a ela. Quere continuar?" #. TRANS: Server error displayed when updating a list fails. -#, fuzzy msgid "Could not update list." -msgstr "Non se puido actualizar o usuario." +msgstr "Non se puido actualizar a lista." #. TRANS: Title for e-mail settings. msgid "Email settings" @@ -2305,6 +2283,8 @@ msgid "" "To send notices via email, we need to create a unique email address for you " "on this server:" msgstr "" +"Para enviar notas mediante correo electrónico, necesitamos crear un enderezo " +"de correo electrónico único para vostede neste servidor:" #. TRANS: Button label for adding an e-mail address to send notices from. #. TRANS: Button label for adding an SMS e-mail address to send notices from. @@ -2353,9 +2333,8 @@ msgid "No email address." msgstr "Non hai enderezo de correo electrónico." #. TRANS: Message given saving e-mail address that cannot be normalised. -#, fuzzy msgid "Cannot normalize that email address." -msgstr "Non se pode normalizar ese enderezo de correo electrónico" +msgstr "Non se pode normalizar ese enderezo de correo electrónico." #. TRANS: Message given saving e-mail address that not valid. #. TRANS: Form validation error displayed when trying to register without a valid e-mail address. @@ -2374,7 +2353,6 @@ msgstr "Ese enderezo de correo electrónico xa pertence a outro usuario." #. TRANS: Server error thrown on database error adding e-mail confirmation code. #. TRANS: Server error thrown on database error adding Instant Messaging confirmation code. #. TRANS: Server error thrown on database error adding SMS confirmation code. -#, fuzzy msgid "Could not insert confirmation code." msgstr "Non se puido inserir o código de confirmación." @@ -2421,7 +2399,6 @@ msgstr "Non hai ningún enderezo ao que enviar." #. TRANS: Server error thrown on database error removing incoming e-mail address. #. TRANS: Server error thrown on database error adding incoming e-mail address. #. TRANS: Server error displayed when the user could not be updated in SMS settings. -#, fuzzy msgid "Could not update user record." msgstr "Non se puido actualizar o rexistro do usuario." @@ -2510,9 +2487,9 @@ msgid "Featured users, page %d" msgstr "Usuarios do momento, páxina %d" #. TRANS: Description on page displaying featured users. -#, fuzzy, php-format +#, php-format msgid "A selection of some great users on %s." -msgstr "Unha selección dalgúns bos usuarios en %s" +msgstr "Unha selección dalgúns bos usuarios en %s." #. TRANS: Client error displayed when no notice ID was given trying do display a file. msgid "No notice ID." @@ -2601,14 +2578,12 @@ msgstr "" "el no futuro." #. TRANS: Submit button title for 'No' when blocking a user from a group. -#, fuzzy msgid "Do not block this user from this group." -msgstr "Non excluír deste grupo a este usuario" +msgstr "Non excluír deste grupo a este usuario." #. TRANS: Submit button title for 'Yes' when blocking a user from a group. -#, fuzzy msgid "Block this user from this group." -msgstr "Excluír deste grupo a este usuario" +msgstr "Excluír deste grupo a este usuario." #. TRANS: Server error displayed when trying to block a user from a group fails because of an application error. msgid "Database error blocking user from group." @@ -2672,24 +2647,24 @@ msgstr "Unha lista dos usuarios pertencentes a este grupo." #. TRANS: Client error displayed when trying to approve group applicants without being a group administrator. msgid "Only the group admin may approve users." -msgstr "" +msgstr "Só os administradores do grupo poden aprobar usuarios." #. TRANS: Title of the first page showing pending group members still awaiting approval to join the group. #. TRANS: %s is the name of the group. -#, fuzzy, php-format +#, php-format msgid "%s group members awaiting approval" -msgstr "Membros do grupo %s" +msgstr "Membros do grupo %s á espera de aprobación" #. TRANS: Title of all but the first page showing pending group members still awaiting approval to join the group. #. TRANS: %1$s is the name of the group, %2$d is the page number of the members list. -#, fuzzy, php-format +#, php-format msgid "%1$s group members awaiting approval, page %2$d" -msgstr "Membros do grupo %1$s, páxina %2$d" +msgstr "Membros do grupo %1$s á espera de aprobación, páxina %2$d" #. TRANS: Page notice for group members page. -#, fuzzy msgid "A list of users awaiting approval to join this group." -msgstr "Unha lista dos usuarios pertencentes a este grupo." +msgstr "" +"Unha lista dos usuarios á espera de aprobación para ingresar neste grupo." #. TRANS: Message is used as link description. %1$s is a group name, %2$s is a site name. #, php-format @@ -2703,7 +2678,7 @@ msgstr "Grupos" #. TRANS: Title for all but the first page of the groups list. #. TRANS: %d is the page number. -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "Groups, page %d" msgstr "Grupos, páxina %d" @@ -2711,7 +2686,7 @@ msgstr "Grupos, páxina %d" #. TRANS: Page notice of group list. %%%%site.name%%%% is the StatusNet site name, #. TRANS: %%%%action.groupsearch%%%% and %%%%action.newgroup%%%% are URLs. Do not change them. #. TRANS: This message contains Markdown links in the form [link text](link). -#, fuzzy, php-format +#, php-format msgid "" "%%%%site.name%%%% groups let you find and talk with people of similar " "interests. After you join a group you can send messages to all other members " @@ -2723,7 +2698,7 @@ msgstr "" "persoas de intereses similares aos seus. Tras unirse a un grupo pode enviar " "mensaxes a todos os membros utilizando a sintaxe \"!nomedogrupo\". Non atopa " "un grupo que lle guste? Probe a [buscar un](%%%%action.groupsearch%%%%) ou " -"[crear un pola súa conta!](%%%%action.newgroup%%%%)" +"[crear o seu](%%%%action.newgroup%%%%)!" #. TRANS: Link to create a new group on the group list page. #. TRANS: Link text on group page to create a new group. @@ -2754,11 +2729,12 @@ msgstr "Non houbo resultados." #. TRANS: Additional text on page where groups can be searched if no results were found for a query for a logged in user. #. TRANS: This message contains Markdown links in the form [link text](link). -#, fuzzy, php-format +#, php-format msgid "" "If you cannot find the group you're looking for, you can [create it](%%" "action.newgroup%%) yourself." -msgstr "Se non atopa o grupo que busca, pode [crealo](%%action.newgroup%%)." +msgstr "" +"Se non atopa o grupo que busca, pode [crealo](%%action.newgroup%%) vostede." #. TRANS: Additional text on page where groups can be searched if no results were found for a query for a not logged in user. #. TRANS: This message contains Markdown links in the form [link text](link). @@ -2790,33 +2766,32 @@ msgstr "Configuración da mensaxería instantánea" #. TRANS: Instant messaging settings page instructions. #. TRANS: [instant messages] is link text, "(%%doc.im%%)" is the link. #. TRANS: the order and formatting of link text and link should remain unchanged. -#, fuzzy, php-format +#, php-format msgid "" "You can send and receive notices through [instant messaging](%%doc.im%%). " "Configure your addresses and settings below." msgstr "" -"Pode enviar e recibir notas mediante [mensaxes instantáneas](%%doc.im%%) de " -"Jabber/GTalk. Configure a continuación o seu enderezo e preferencias." +"Pode enviar e recibir notas mediante [mensaxes instantáneas](%%doc.im%%). " +"Configure a continuación o seu enderezo e as súas preferencias." #. TRANS: Message given in the IM settings if IM is not enabled on the site. msgid "IM is not available." msgstr "A mensaxería instantánea non está dispoñible." #. TRANS: Form note in IM settings form. %s is the type of IM address that was confirmed. -#, fuzzy, php-format +#, php-format msgid "Current confirmed %s address." -msgstr "Enderezo de correo electrónico confirmado actualmente." +msgstr "Enderezo de correo electrónico de %s confirmado actualmente." #. TRANS: Form note in IM settings form. #. TRANS: %s is the IM service name, %2$s is the IM address set. -#, fuzzy, php-format +#, php-format msgid "" "Awaiting confirmation on this address. Check your %1$s account for a message " "with further instructions. (Did you add %2$s to your buddy list?)" msgstr "" -"Agardando pola confirmación deste enderezo. Busque na cúa conta de Jabber/" -"GTalk unha mensaxe con máis instrucións. (Engadiu a %s á súa lista de " -"amigos?)" +"Agardando pola confirmación deste enderezo. Busque na cúa conta de %1$s unha " +"mensaxe con máis instrucións. (Engadiu a %2$s á súa lista de amigos?)" #. TRANS: Field label for IM address. msgid "IM address" @@ -2832,31 +2807,24 @@ msgid "IM Preferences" msgstr "Preferencias de mensaxería instantánea" #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Send me notices" -msgstr "Enviar unha nota" +msgstr "Enviádeme notas" #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Post a notice when my status changes." -msgstr "Publicar unha nota cando cambie o meu estado en Jabber ou GTalk." +msgstr "Publicar unha nota cando cambie o meu estado." #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Send me replies from people I'm not subscribed to." -msgstr "" -"Enviádeme as respostas mediante Jabber ou GTalk da xente á que non estou " -"subscrita." +msgstr "Enviádeme as respostas da xente á que non estou subscrito." #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Publish a MicroID" -msgstr "Publicar unha MicroID para o meu enderezo de correo electrónico." +msgstr "Publicar un MicroID" #. TRANS: Server error thrown on database error updating IM preferences. -#, fuzzy msgid "Could not update IM preferences." -msgstr "Non se puido actualizar o usuario." +msgstr "Non se puideron actualizar as preferencias de mensaxería instantánea." #. TRANS: Confirmation message for successful IM preferences save. #. TRANS: Confirmation message after saving preferences. @@ -2868,40 +2836,34 @@ msgid "No screenname." msgstr "Sen alcume." #. TRANS: Form validation error when no transport is available setting an IM address. -#, fuzzy msgid "No transport." -msgstr "Non hai ningunha nota." +msgstr "Sen transporte." #. TRANS: Message given saving IM address that cannot be normalised. -#, fuzzy msgid "Cannot normalize that screenname." -msgstr "Non se pode normalizar esa ID de Jabber" +msgstr "Non se pode normalizar ese alcume." #. TRANS: Message given saving IM address that not valid. -#, fuzzy msgid "Not a valid screenname." -msgstr "O formato do alcume non é correcto." +msgstr "O alcume non é válido." #. TRANS: Message given saving IM address that is already set for another user. -#, fuzzy msgid "Screenname already belongs to another user." -msgstr "Esa ID de Jabber xa corresponde a un usuario." +msgstr "Ese alcume xa corresponde a un usuario." #. TRANS: Message given saving valid IM address that is to be confirmed. -#, fuzzy msgid "A confirmation code was sent to the IM address you added." msgstr "" "Enviouse un código de confirmación ao enderezo de mensaxería instantánea que " -"engadiu. Ten que aprobar que %s lle envíe mensaxes." +"engadiu." #. TRANS: Message given canceling IM address confirmation for the wrong IM address. msgid "That is the wrong IM address." msgstr "Ese enderezo de mensaxería instantánea é incorrecto." #. TRANS: Server error thrown on database error canceling IM address confirmation. -#, fuzzy msgid "Could not delete confirmation." -msgstr "Non se puido borrar a confirmación por mensaxería instantánea." +msgstr "Non se puido borrar a confirmación." #. TRANS: Message given after successfully canceling IM address confirmation. msgid "IM confirmation cancelled." @@ -2909,9 +2871,8 @@ msgstr "Cancelouse a confirmación por mensaxería instantánea." #. TRANS: Message given trying to remove an IM address that is not #. TRANS: registered for the active user. -#, fuzzy msgid "That is not your screenname." -msgstr "Ese número de teléfono non é seu." +msgstr "Ese alcume non é seu." #. TRANS: Message given after successfully removing a registered Instant Messaging address. msgid "The IM address was removed." @@ -2946,12 +2907,11 @@ msgstr "Ten que identificarse para invitar a outros a usar %s." #. TRANS: Form validation message when providing an e-mail address that does not validate. #. TRANS: %s is an invalid e-mail address. -#, fuzzy, php-format +#, php-format msgid "Invalid email address: %s." -msgstr "Enderezo de correo electrónico incorrecto: %s" +msgstr "Enderezo de correo electrónico incorrecto: %s." #. TRANS: Page title when invitations have been sent. -#, fuzzy msgid "Invitations sent" msgstr "Enviáronse as invitacións" @@ -2963,10 +2923,9 @@ msgstr "Invitar a novos usuarios" #. TRANS: is already subscribed to one or more users with the given e-mail address(es). #. TRANS: Plural form is based on the number of reported already subscribed e-mail addresses. #. TRANS: Followed by a bullet list. -#, fuzzy msgid "You are already subscribed to this user:" msgid_plural "You are already subscribed to these users:" -msgstr[0] "Xa está subscrito aos seguintes usuarios:" +msgstr[0] "Xa está subscrito ao seguinte usuario:" msgstr[1] "Xa está subscrito aos seguintes usuarios:" #. TRANS: Used as list item for already subscribed users (%1$s is nickname, %2$s is e-mail address). @@ -2979,22 +2938,19 @@ msgstr "%1$s (%2$s)" #. TRANS: Message displayed inviting users to use a StatusNet site while the invited user #. TRANS: already uses a this StatusNet site. Plural form is based on the number of #. TRANS: reported already present people. Followed by a bullet list. -#, fuzzy msgid "This person is already a user and you were automatically subscribed:" msgid_plural "" "These people are already users and you were automatically subscribed to them:" -msgstr[0] "" -"Estas persoas xa son usuarios e subscribíuselle automaticamente a elas:" +msgstr[0] "Esta persoa xa é usuario e subscribíuselle automaticamente a ela:" msgstr[1] "" "Estas persoas xa son usuarios e subscribíuselle automaticamente a elas:" #. TRANS: Message displayed inviting users to use a StatusNet site. Plural form is #. TRANS: based on the number of invitations sent. Followed by a bullet list of #. TRANS: e-mail addresses to which invitations were sent. -#, fuzzy msgid "Invitation sent to the following person:" msgid_plural "Invitations sent to the following people:" -msgstr[0] "Enviáronse invitacións ás seguintes persoas:" +msgstr[0] "Enviouse unha invitación á seguinte persoa:" msgstr[1] "Enviáronse invitacións ás seguintes persoas:" #. TRANS: Generic message displayed after sending out one or more invitations to @@ -3102,9 +3058,8 @@ msgid "Type" msgstr "Tipo" #. TRANS: Dropdown field instructions in the license admin panel. -#, fuzzy msgid "Select a license." -msgstr "Seleccionar unha licenza" +msgstr "Seleccione unha licenza." #. TRANS: Form legend in the license admin panel. msgid "License details" @@ -3143,9 +3098,8 @@ msgid "URL for an image to display with the license." msgstr "URL dunha imaxe a mostrar coa licenza." #. TRANS: Button title in the license admin panel. -#, fuzzy msgid "Save license settings." -msgstr "Gardar a configuración de licenza" +msgstr "Gardar a configuración de licenza." #. TRANS: Form validation error displayed when trying to log in with incorrect credentials. msgid "Incorrect username or password." @@ -3167,9 +3121,8 @@ msgid "Login to site" msgstr "Identificarse no sitio" #. TRANS: Field label on login page. -#, fuzzy msgid "Username or email address" -msgstr "Alcume ou enderezo de correo electrónico" +msgstr "Nome de usuario ou enderezo de correo electrónico" #. TRANS: Checkbox label label on login page. #. TRANS: Checkbox label on account registration page. @@ -3271,9 +3224,8 @@ msgid "New group" msgstr "Novo grupo" #. TRANS: Client exception thrown when a user tries to create a group while banned. -#, fuzzy msgid "You are not allowed to create groups on this site." -msgstr "Vostede non pertence a este grupo." +msgstr "Non se lle permite crear grupos neste sitio." #. TRANS: Form instructions for group create form. msgid "Use this form to create a new group." @@ -3286,7 +3238,6 @@ msgstr "Mensaxe nova" #. TRANS: Client error displayed trying to send a direct message to a user while sender and #. TRANS: receiver are not subscribed to each other. -#, fuzzy msgid "You cannot send a message to this user." msgstr "Non pode enviarlle unha mensaxe a este usuario." @@ -3376,12 +3327,11 @@ msgstr "Actualizacións con \"%s\"" #. TRANS: RSS notice search feed description. #. TRANS: %1$s is the query, %2$s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "Updates matching search term \"%1$s\" on %2$s." -msgstr "Actualizacións que conteñen o termo \"%1$s\" en %2$s!" +msgstr "Actualizacións que conteñen o termo \"%1$s\" en %2$s." #. TRANS: Client error displayed trying to nudge a user that cannot be nudged. -#, fuzzy msgid "" "This user doesn't allow nudges or hasn't confirmed or set their email " "address yet." @@ -3419,7 +3369,6 @@ msgid "Connected applications" msgstr "Aplicacións conectadas" #. TRANS: Instructions for OAuth connection settings. -#, fuzzy msgid "The following connections exist for your account." msgstr "Permitiulle o acceso á súa conta ás seguintes aplicacións." @@ -3429,7 +3378,7 @@ msgstr "Non é usuario desa aplicación." #. TRANS: Client error when revoking access has failed for some reason. #. TRANS: %s is the application ID revoking access failed for. -#, fuzzy, php-format +#, php-format msgid "Unable to revoke access for application: %s." msgstr "Non se puido revogar o acceso da aplicación: %s." @@ -3440,6 +3389,8 @@ msgid "" "You have successfully revoked access for %1$s and the access token starting " "with %2$s." msgstr "" +"Revogou correctamente o acceso de %1$s e o pase de acceso que comeza por %2" +"$s." #. TRANS: Empty list message when no applications have been authorised yet. msgid "You have not authorized any applications to use your account." @@ -3453,6 +3404,8 @@ msgid "" "Are you a developer? [Register an OAuth client application](%s) to use with " "this instance of StatusNet." msgstr "" +"É un desenvolvedor? [Rexistre unha aplicación de cliente de OAuth](%s) para " +"usala con esta instancia de StatusNet." #. TRANS: Server error displayed in oEmbed action when path not found. #. TRANS: %s is a path. @@ -3462,9 +3415,9 @@ msgstr "Non se atopou \"%s\"." #. TRANS: Server error displayed in oEmbed action when notice not found. #. TRANS: %s is a notice. -#, fuzzy, php-format +#, php-format msgid "Notice %s not found." -msgstr "Non se atopou o método da API." +msgstr "Non se atopou a nota %s." #. TRANS: Server error displayed in oEmbed action when notice has not profile. #. TRANS: Server error displayed trying to show a notice without a connected profile. @@ -3480,15 +3433,15 @@ msgstr "Estado de %1$s en %2$s" #. TRANS: Server error displayed in oEmbed action when attachment not found. #. TRANS: %d is an attachment ID. -#, fuzzy, php-format +#, php-format msgid "Attachment %s not found." -msgstr "Non se atopou o destinatario." +msgstr "Non se atopou o anexo %s." #. TRANS: Server error displayed in oEmbed request when a path is not supported. #. TRANS: %s is a path. #, php-format msgid "\"%s\" not supported for oembed requests." -msgstr "" +msgstr "\"%s\" non está soportado nas solicitudes oEmbed." #. TRANS: Error message displaying attachments. %s is a raw MIME type (eg 'image/png') #, php-format @@ -3506,13 +3459,12 @@ msgid "Not a supported data format." msgstr "Non se soporta ese formato de datos." #. TRANS: Page title for profile settings. -#, fuzzy msgid "Old school UI settings" -msgstr "Configuración da mensaxería instantánea" +msgstr "Configuración da interface antiga" #. TRANS: Usage instructions for profile settings. msgid "If you like it \"the old way\", you can set that here." -msgstr "" +msgstr "Se prefire o estilo vello pode establecelo aquí." #. TRANS: Confirmation shown when user profile settings are saved. #. TRANS: Message after successful saving of administrative settings. @@ -3520,13 +3472,13 @@ msgid "Settings saved." msgstr "Gardouse a configuración." msgid "Only stream mode (no conversations) in timelines" -msgstr "" +msgstr "Só modo de fluxo (sen conversas) nas liñas do tempo" msgid "Show conversation page as hierarchical trees" -msgstr "" +msgstr "Mostrar a páxina de conversa como árbore xerárquica" msgid "Show nicknames (not full names) in timelines" -msgstr "" +msgstr "Mostrar os alcumes (non os nomes completos) nas liñas do tempo" #. TRANS: Button text to save a list. msgid "Save" @@ -3731,7 +3683,7 @@ msgstr "Servidor para os temas visuais." #. TRANS: Tooltip for field label in Paths admin panel. msgid "Web path to themes." -msgstr "" +msgstr "Ruta de acceso aos temas visuais." #. TRANS: Field label in Paths admin panel. msgid "SSL server" @@ -3739,7 +3691,7 @@ msgstr "Servidor SSL" #. TRANS: Tooltip for field label in Paths admin panel. msgid "SSL server for themes (default: SSL server)." -msgstr "" +msgstr "Servidor SSL dos temas visuais (por defecto: servidor SSL)." #. TRANS: Field label in Paths admin panel. msgid "SSL path" @@ -3747,16 +3699,15 @@ msgstr "Ruta de acceso SSL" #. TRANS: Tooltip for field label in Paths admin panel. msgid "SSL path to themes (default: /theme/)." -msgstr "" +msgstr "Ruta de acceso SSL dos temas visuais (por defecto: /theme/)." #. TRANS: Field label in Paths admin panel. msgid "Directory" msgstr "Directorio" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Directory where themes are located." -msgstr "Ruta do directorio das traducións" +msgstr "Directorio dos temas visuais." #. TRANS: Fieldset legend in Paths admin panel. msgid "Avatars" @@ -3767,41 +3718,36 @@ msgid "Avatar server" msgstr "Servidor de avatares" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server for avatars." -msgstr "Tema visual para o sitio." +msgstr "Servidor dos avatares." #. TRANS: Field label in Paths admin panel. msgid "Avatar path" msgstr "Ruta do avatar" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Web path to avatars." -msgstr "Non se puido actualizar o avatar." +msgstr "Ruta de acceso aos avatares." #. TRANS: Field label in Paths admin panel. msgid "Avatar directory" msgstr "Directorio de avatares" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Directory where avatars are located." -msgstr "Ruta do directorio das traducións" +msgstr "Directorio dos avatares." #. TRANS: Fieldset legens in Paths admin panel. msgid "Attachments" msgstr "Ficheiros anexos" #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server for attachments." -msgstr "Tema visual para o sitio." +msgstr "Servidor dos anexos." #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Web path to attachments." -msgstr "Non hai ningún dato adxunto." +msgstr "Ruta de acceso aos anexos." #. TRANS: Tooltip for field label in Paths admin panel. msgid "Server for attachments on SSL pages." @@ -3812,9 +3758,8 @@ msgid "Web path to attachments on SSL pages." msgstr "Ruta de acceso cara aos anexos nas páxinas SSL." #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Directory where attachments are located." -msgstr "Ruta do directorio das traducións" +msgstr "Directorio dos anexos." #. TRANS: Fieldset legend in Paths admin panel. msgctxt "LEGEND" @@ -3843,14 +3788,12 @@ msgid "When to use SSL." msgstr "Cando utilizar SSL." #. TRANS: Tooltip for field label in Paths admin panel. -#, fuzzy msgid "Server to direct SSL requests to." -msgstr "Servidor ao que dirixir as solicitudes SSL" +msgstr "Servidor ao que dirixir as solicitudes SSL." #. TRANS: Button title text to store form data in the Paths admin panel. -#, fuzzy msgid "Save path settings." -msgstr "Gardar a configuración do sitio" +msgstr "Gardar a configuración da ruta." #. TRANS: Instructions for the "People search" page. #. TRANS: %%site.name%% is the name of the StatusNet site. @@ -3869,46 +3812,46 @@ msgstr "Busca de xente" #. TRANS: Title for list page. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Public list %s" -msgstr "Nube de etiquetas públicas" +msgstr "Lista pública %s" #. TRANS: Title for list page. #. TRANS: %1$s is a list, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Public list %1$s, page %2$d" -msgstr "Respostas a %1$s, páxina %2$d" +msgstr "Lista pública %1$s, páxina %2$d" #. TRANS: Message for anonymous users on list page. #. TRANS: This message contains Markdown links in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Lists are how you sort similar people on %%site.name%%, a [micro-blogging]" "(http://en.wikipedia.org/wiki/Micro-blogging) service based on the Free " "Software [StatusNet](http://status.net/) tool. You can then easily keep " "track of what they are doing by subscribing to the list's timeline." msgstr "" -"**%s** é un grupo de usuarios de %%%%site.name%%%%, un servizo de [mensaxes " -"de blogue curtas](http://en.wikipedia.org/wiki/Microblogging) (en inglés) " -"baseado na ferramenta de software libre [StatusNet](http://status.net/). Os " -"seus membros comparten mensaxes curtas sobre as súas vidas e intereses. " +"As listas son o medio de clasificar xente similar en %%site.name%%, un " +"servizo de [mensaxes de blogue curtas](http://en.wikipedia.org/wiki/" +"Microblogging) (en inglés) baseado na ferramenta de software libre " +"[StatusNet](http://status.net/). Pode facer un seguimento do que fan " +"subscribíndose á liña do tempo da lista." #. TRANS: Client error displayed when a tagger is expected but not provided. -#, fuzzy msgid "No tagger." -msgstr "Esa etiqueta non existe." +msgstr "Sen etiquetador." #. TRANS: Title for list of people listed by the user. #. TRANS: %1$s is a list, %2$s is a username. -#, fuzzy, php-format +#, php-format msgid "People listed in %1$s by %2$s" -msgstr "Respostas a %1$s en %2$s!" +msgstr "Persoas listadas en %1$s de %2$s" #. TRANS: Title for list of people listed by the user. #. TRANS: %1$s is a list, %2$s is a username, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "People listed in %1$s by %2$s, page %3$d" -msgstr "Respostas a %1$s, páxina %2$d" +msgstr "Persoas listadas en %1$s de %2$s, páxina %3$d" #. TRANS: Addition in tag membership list for creator of a tag. #. TRANS: Addition in tag subscribers list for creator of a tag. @@ -3916,19 +3859,16 @@ msgid "Creator" msgstr "Creador" #. TRANS: Title for lists by a user page for a private tag. -#, fuzzy msgid "Private lists by you" -msgstr "Editar o grupo %s" +msgstr "As súas listas privadas" #. TRANS: Title for lists by a user page for a public tag. -#, fuzzy msgid "Public lists by you" -msgstr "Nube de etiquetas públicas" +msgstr "As súas listas públicas" #. TRANS: Title for lists by a user page. -#, fuzzy msgid "Lists by you" -msgstr "Editar o grupo %s" +msgstr "As súas listas" #. TRANS: Title for lists by a user page. #. TRANS: %s is a user nickname. @@ -3938,22 +3878,22 @@ msgstr "Listas de %s" #. TRANS: Title for lists by a user page. #. TRANS: %1$s is a user nickname, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists by %1$s, page %2$d" -msgstr "Notas etiquetadas con %1$s, páxina %2$d" +msgstr "Listas de %1$s, páxina %2$d" #. TRANS: Client error displayed when trying view another user's private lists. msgid "You cannot view others' private lists" -msgstr "" +msgstr "Non pode ver as listas privadas doutros" #. TRANS: Mode selector label. msgid "Mode" msgstr "Modo" #. TRANS: Link text to show lists for user %s. -#, fuzzy, php-format +#, php-format msgid "Lists for %s" -msgstr "Caixa de saída de %s" +msgstr "Listas de %s" #. TRANS: Fieldset legend. #. TRANS: Fieldset legend on gallery action page. @@ -3962,7 +3902,7 @@ msgstr "Escolla unha etiqueta a filtrar" #. TRANS: Checkbox title. msgid "Show private tags." -msgstr "" +msgstr "Mostrar as etiquetas privadas." #. TRANS: Checkbox label to show public tags. msgctxt "LABEL" @@ -3970,9 +3910,8 @@ msgid "Public" msgstr "Públicas" #. TRANS: Checkbox title. -#, fuzzy msgid "Show public tags." -msgstr "Esa etiqueta non existe." +msgstr "Mostrar as etiquetas públicas." #. TRANS: Submit button text for tag filter form. #. TRANS: Submit button text on gallery action page. @@ -3983,7 +3922,7 @@ msgstr "Continuar" #. TRANS: Message displayed for anonymous users on page that displays lists by a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists created by **%s**. Lists are how you sort similar people on %" "%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-" @@ -3991,32 +3930,33 @@ msgid "" "tool. You can easily keep track of what they are doing by subscribing to the " "list's timeline." msgstr "" -"**%s** é un grupo de usuarios de %%%%site.name%%%%, un servizo de [mensaxes " -"de blogue curtas](http://en.wikipedia.org/wiki/Microblogging) (en inglés) " -"baseado na ferramenta de software libre [StatusNet](http://status.net/). Os " -"seus membros comparten mensaxes curtas sobre as súas vidas e intereses. " +"Estas son as listas creadas por **%s**. As listas son o medio de clasificar " +"xente similar en %%%%site.name%%%%, un servizo de [mensaxes de blogue curtas]" +"(http://en.wikipedia.org/wiki/Microblogging) (en inglés) baseado na " +"ferramenta de software libre [StatusNet](http://status.net/). Pode facer un " +"seguimento do que fan subscribíndose á liña do tempo da lista." #. TRANS: Message displayed on page that displays lists by a user when there are none. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%s has not created any [lists](%%%%doc.lists%%%%) yet." -msgstr "Ninguén publicou aínda ningunha nota cunha [etiqueta](%%doc.tags%%)." +msgstr "%s aínda non creou ningunha [lista](%%%%doc.lists%%%%)." #. TRANS: Page title. %s is a tagged user's nickname. #, php-format msgid "Lists with %s in them" -msgstr "" +msgstr "Listas con %s nelas" #. TRANS: Page title. %1$s is a tagged user's nickname, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists with %1$s, page %2$d" -msgstr "Notas etiquetadas con %1$s, páxina %2$d" +msgstr "Listas con %1$s, páxina %2$d" #. TRANS: Message displayed for anonymous users on page that displays lists for a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists for **%s**. lists are how you sort similar people on %%%%" "site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-" @@ -4024,46 +3964,47 @@ msgid "" "tool. You can easily keep track of what they are doing by subscribing to the " "list's timeline." msgstr "" -"**%s** é un grupo de usuarios de %%%%site.name%%%%, un servizo de [mensaxes " -"de blogue curtas](http://en.wikipedia.org/wiki/Microblogging) (en inglés) " -"baseado na ferramenta de software libre [StatusNet](http://status.net/). Os " -"seus membros comparten mensaxes curtas sobre as súas vidas e intereses. " +"Estas son as listas de **%s**. As listas son o medio de clasificar xente " +"similar en %%%%site.name%%%%, un servizo de [mensaxes de blogue curtas]" +"(http://en.wikipedia.org/wiki/Microblogging) (en inglés) baseado na " +"ferramenta de software libre [StatusNet](http://status.net/). Pode facer un " +"seguimento do que fan subscribíndose á liña do tempo da lista." #. TRANS: Message displayed on page that displays lists a user was added to when there are none. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s has not been [listed](%%%%doc.lists%%%%) by anyone yet." -msgstr "Ninguén publicou aínda ningunha nota cunha [etiqueta](%%doc.tags%%)." +msgstr "Ninguén [listou](%%%%doc.lists%%%%) a %s aínda." #. TRANS: Page title for list of list subscribers. #. TRANS: %1$s is a list, %2$s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Subscribers to list %1$s by %2$s" -msgstr "Subscribiuse a %s." +msgstr "Subscritores da lista %1$s de %2$s" #. TRANS: Page title for list of list subscribers. #. TRANS: %1$s is a list, %2$s is a user nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Subscribers to list %1$s by %2$s, page %3$d" -msgstr "Notas etiquetadas con %1$s, páxina %2$d" +msgstr "Subscritores da lista %1$s de %2$s, páxina %3$d" #. TRANS: Title for page that displays lists subscribed to by a user. #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "Lists subscribed to by %s" -msgstr "Subscribiuse a %s." +msgstr "Listas ás que %s está subscrito" #. TRANS: Title for page that displays lists subscribed to by a user. #. TRANS: %1$s is a profile nickname, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists subscribed to by %1$s, page %2$d" -msgstr "%1$s subscricións, páxina %2$d" +msgstr "Listas ás que %1$s está subscrito, páxina %2$d" #. TRANS: Message displayed for anonymous users on page that displays lists subscribed to by a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists subscribed to by **%s**. Lists are how you sort similar " "people on %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/" @@ -4071,10 +4012,11 @@ msgid "" "net/) tool. You can easily keep track of what they are doing by subscribing " "to the list's timeline." msgstr "" -"**%s** é un grupo de usuarios de %%%%site.name%%%%, un servizo de [mensaxes " -"de blogue curtas](http://en.wikipedia.org/wiki/Microblogging) (en inglés) " -"baseado na ferramenta de software libre [StatusNet](http://status.net/). Os " -"seus membros comparten mensaxes curtas sobre as súas vidas e intereses. " +"Estas son as listas ás que **%s** está subscrito. As listas son o medio de " +"clasificar xente similar en %%%%site.name%%%%, un servizo de [mensaxes de " +"blogue curtas](http://en.wikipedia.org/wiki/Microblogging) (en inglés) " +"baseado na ferramenta de software libre [StatusNet](http://status.net/). " +"Pode facer un seguimento do que fan subscribíndose á liña do tempo da lista." #. TRANS: Page title for AJAX form return when a disabling a plugin. msgctxt "plugin" @@ -4090,14 +4032,12 @@ msgid "This action only accepts POST requests." msgstr "Esta acción só permite solicitudes POST." #. TRANS: Client error displayed when trying to enable or disable a plugin without access rights. -#, fuzzy msgid "You cannot administer plugins." -msgstr "Non pode borrar usuarios." +msgstr "Non pode administrar os complementos." #. TRANS: Client error displayed when trying to enable or disable a non-existing plugin. -#, fuzzy msgid "No such plugin." -msgstr "Esa páxina non existe." +msgstr "Ese complemento non existe." #. TRANS: Page title for AJAX form return when enabling a plugin. msgctxt "plugin" @@ -4105,7 +4045,6 @@ msgid "Enabled" msgstr "Activado" #. TRANS: Tab and title for plugins admin panel. -#, fuzzy msgctxt "TITLE" msgid "Plugins" msgstr "Complementos" @@ -4116,32 +4055,35 @@ msgid "" "\"http://status.net/wiki/Plugins\">online plugin documentation for more " "details." msgstr "" +"Pódense activar complementos adicionais e configuralos manualmente. Bote " +"unha ollada á documentación en " +"liña para obter máis información." #. TRANS: Admin form section header -#, fuzzy msgid "Default plugins" -msgstr "Lingua por defecto" +msgstr "Complementos por defecto" #. TRANS: Text displayed on plugin admin page when no plugin are enabled. msgid "" "All default plugins have been disabled from the site's configuration file." msgstr "" +"Todos os complementos por defecto foron desactivados do ficheiro de " +"configuración do sitio." #. TRANS: Client error displayed when trying to add an unindentified field to profile. #. TRANS: %s is a field name. #, php-format msgid "Unidentified field %s." -msgstr "" +msgstr "Campo \"%s\" non identificado." #. TRANS: Page title. -#, fuzzy msgctxt "TITLE" msgid "Search results" -msgstr "Buscar no sitio" +msgstr "Resultados da procura" #. TRANS: Error message in case a search is shorter than three characters. msgid "The search string must be at least 3 characters long." -msgstr "" +msgstr "O texto de procura debe conter un mínimo de 3 caracteres." #. TRANS: Page title for profile settings. msgid "Profile settings" @@ -4181,9 +4123,8 @@ msgstr "Páxina persoal" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Field title on account registration page. -#, fuzzy msgid "URL of your homepage, blog, or profile on another site." -msgstr "URL da súa páxina persoal, blogue ou perfil noutro sitio" +msgstr "URL da súa páxina persoal, blogue ou perfil noutro sitio." #. TRANS: Tooltip for field label in form for profile settings. Plural #. TRANS: is decided by the number of characters available for the @@ -4191,17 +4132,16 @@ msgstr "URL da súa páxina persoal, blogue ou perfil noutro sitio" #. TRANS: Text area title in form for account registration. Plural #. TRANS: is decided by the number of characters available for the #. TRANS: biography (%d). -#, fuzzy, php-format +#, php-format msgid "Describe yourself and your interests in %d character." msgid_plural "Describe yourself and your interests in %d characters." -msgstr[0] "Descríbase a vostede e mailos seus intereses en %d caracteres" -msgstr[1] "Descríbase a vostede e mailos seus intereses en %d caracteres" +msgstr[0] "Descríbase a vostede e mailos seus intereses en %d carácter." +msgstr[1] "Descríbase a vostede e mailos seus intereses en %d caracteres." #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Text area title on account registration page. -#, fuzzy msgid "Describe yourself and your interests." -msgstr "Descríbase a vostede e mailos seus intereses" +msgstr "Descríbase a vostede e mailos seus intereses." #. TRANS: Text area label in form for profile settings where users can provide #. TRANS: their biography. @@ -4218,9 +4158,9 @@ msgstr "Localización" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Field title on account registration page. -#, fuzzy msgid "Where you are, like \"City, State (or Region), Country\"." -msgstr "Onde está a vivir, coma “localidade, provincia (ou comunidade), país”" +msgstr "" +"Onde está a vivir, coma \"localidade, provincia (ou comunidade), país\"." #. TRANS: Checkbox label in form for profile settings. msgid "Share my current location when posting notices" @@ -4233,13 +4173,12 @@ msgid "Tags" msgstr "Etiquetas" #. TRANS: Tooltip for field label in form for profile settings. -#, fuzzy msgid "" "Tags for yourself (letters, numbers, -, ., and _), comma- or space- " "separated." msgstr "" "Etiquetas para vostede (letras salvo eñes e tiles, números, puntos, guións e " -"guións baixos), separados por comas ou espazos" +"guións baixos), separados por comas ou espazos." #. TRANS: Dropdownlist label in form for profile settings. msgid "Language" @@ -4258,12 +4197,11 @@ msgid "What timezone are you normally in?" msgstr "En que fuso horario adoita estar?" #. TRANS: Checkbox label in form for profile settings. -#, fuzzy msgid "" "Automatically subscribe to whoever subscribes to me (best for non-humans)." msgstr "" "Subscribirse automaticamente a quen se subscriba a min (o mellor para os " -"bots)" +"bots)." #. TRANS: Dropdown field label on profile settings, for what policies to apply when someone else tries to subscribe to your updates. msgid "Subscription policy" @@ -4271,19 +4209,22 @@ msgstr "Política de subscrición" #. TRANS: Dropdown field option for following policy. msgid "Let anyone follow me" -msgstr "" +msgstr "Permitir que calquera me siga" #. TRANS: Dropdown field option for following policy. msgid "Ask me first" -msgstr "" +msgstr "Preguntarme primeiro" #. TRANS: Dropdown field title on group edit form. msgid "Whether other users need your permission to follow your updates." msgstr "" +"Se os outros usuarios necesitan o seu permiso para seguir as súas " +"actualizacións ou non." #. TRANS: Checkbox label in profile settings. msgid "Make updates visible only to my followers" msgstr "" +"Facer as miñas actualizacións visibles unicamente para os meus seguidores" #. TRANS: Validation error in form for profile settings. #. TRANS: Plural form is used based on the maximum number of allowed @@ -4302,7 +4243,6 @@ msgid "Timezone not selected." msgstr "Non se escolleu ningún fuso horario." #. TRANS: Validation error in form for profile settings. -#, fuzzy msgid "Language is too long (maximum 50 characters)." msgstr "A lingua é longa de máis (o límite é de 50 caracteres)." @@ -4318,9 +4258,10 @@ msgstr "Etiqueta incorrecta: \"%s\"." #. TRANS: Server error thrown when user profile settings could not be updated to #. TRANS: automatically subscribe to any subscriber. -#, fuzzy msgid "Could not update user for autosubscribe or subscribe_policy." -msgstr "Non se puido actualizar o usuario para subscribirse automaticamente." +msgstr "" +"Non se puido actualizar o usuario para subscribirse automaticamente ou " +"política de subscrición." #. TRANS: Server error thrown when user profile location preference settings could not be updated. msgid "Could not save location prefs." @@ -4332,9 +4273,8 @@ msgstr "Non se puideron gardar as etiquetas." #. TRANS: Option in profile settings to restore the account of the currently logged in user from a backup. #. TRANS: Page title for page where a user account can be restored from backup. -#, fuzzy msgid "Restore account" -msgstr "Crear unha conta" +msgstr "Restaurar a conta" #. TRANS: Client error displayed when requesting a public timeline page beyond the page limit. #. TRANS: %s is the page limit. @@ -4343,9 +4283,8 @@ msgid "Beyond the page limit (%s)." msgstr "Alén do límite da páxina (%s)." #. TRANS: Server error displayed when a public timeline cannot be retrieved. -#, fuzzy msgid "Could not retrieve public timeline." -msgstr "Non se puido obter o fluxo público." +msgstr "Non se puido obter a liña do tempo pública." #. TRANS: Title for all public timeline pages but the first. #. TRANS: %d is the page number. @@ -4359,24 +4298,20 @@ msgid "Public timeline" msgstr "Liña do tempo pública" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Activity Streams JSON)" -msgstr "Fonte de novas no fluxo público (Atom)" +msgstr "Fonte de novas da liña temporal pública (fluxo de actividade JSON)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 1.0)" -msgstr "Fonte de novas no fluxo público (RSS 1.0)" +msgstr "Fonte de novas da liña temporal pública (RSS 1.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 2.0)" -msgstr "Fonte de novas no fluxo público (RSS 2.0)" +msgstr "Fonte de novas da liña temporal pública (RSS 2.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Atom)" -msgstr "Fonte de novas no fluxo público (Atom)" +msgstr "Fonte de novas da liña temporal pública (Atom)" #. TRANS: Text displayed for public feed when there are no public notices. #, php-format @@ -4384,7 +4319,7 @@ msgid "" "This is the public timeline for %%site.name%% but no one has posted anything " "yet." msgstr "" -"Esta é a liña do tempo pública para %%site.name%% pero ninguén publicou nada " +"Esta é a liña do tempo pública de %%site.name%%, pero ninguén publicou nada " "aínda." #. TRANS: Additional text displayed for public feed when there are no public notices for a logged in user. @@ -4427,9 +4362,9 @@ msgstr "" "software libre [StatusNet](http://status.net/)." #. TRANS: Public RSS feed description. %s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "%s updates from everyone." -msgstr "%s actualizacións de todos!" +msgstr "%s actualizacións de todos." #. TRANS: Title for public tag cloud. msgid "Public tag cloud" @@ -4437,9 +4372,9 @@ msgstr "Nube de etiquetas públicas" #. TRANS: Instructions (more used like an explanation/header). #. TRANS: %s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "These are most popular recent tags on %s" -msgstr "Estas son as etiquetas máis populares en %s " +msgstr "Estas son as etiquetas máis populares en %s" #. TRANS: This message contains a Markdown URL. The link description is between #. TRANS: square brackets, and the link between parentheses. Do not separate "](" @@ -4746,7 +4681,7 @@ msgstr "" #. TRANS: %s is a username. #, php-format msgid "There was an unexpected error while delisting %s." -msgstr "" +msgstr "Houbo un erro inesperado ao retirar a %s da lista." #. TRANS: Client error displayed when an unknown error occurs while listing a user. #. TRANS: %s is a profile URL. @@ -4755,6 +4690,8 @@ msgid "" "There was a problem listing %s. The remote server is probably not responding " "correctly, please try retrying later." msgstr "" +"Houbo un problema ao engadir a %s á lista. Probablemente o servidor remoto " +"non estea respondendo correctamente. Inténteo de novo máis tarde." #. TRANS: Title after removing a user from a list. msgid "Unlisted" @@ -4795,9 +4732,9 @@ msgstr "Respostas a %1$s, páxina %2$d" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Replies feed for %s (Activity Streams JSON)" -msgstr "Fonte de novas coas respostas a %s (Atom)" +msgstr "Fonte de novas coas respostas a %s (fluxo de actividade JSON)" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. @@ -4849,14 +4786,13 @@ msgstr "" #. TRANS: RSS reply feed description. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "Replies to %1$s on %2$s." -msgstr "Respostas a %1$s en %2$s!" +msgstr "Respostas a %1$s en %2$s." #. TRANS: Client exception displayed when trying to restore an account while not logged in. -#, fuzzy msgid "Only logged-in users can restore their account." -msgstr "Só os usuarios identificados poden repetir notas." +msgstr "Só os usuarios identificados poden restaurar a súa conta." #. TRANS: Client exception displayed when trying to restore an account without having restore rights. msgid "You may not restore your account." @@ -4903,25 +4839,28 @@ msgstr "Houbo un erro no sistema ao cargar o ficheiro." #. TRANS: Client exception thrown when a feed is not an Atom feed. #. TRANS: Client exception thrown when an imported feed is not an Atom feed. -#, fuzzy msgid "Not an Atom feed." -msgstr "Todos os membros" +msgstr "Non é unha fonte de novas Atom." #. TRANS: Success message when a feed has been restored. msgid "" "Feed has been restored. Your old posts should now appear in search and your " "profile page." msgstr "" +"Restaurouse a fonte de novas. As súas mensaxes vellas debería aparecer agora " +"na procura e na súa páxina de perfil." #. TRANS: Message when a feed restore is in progress. msgid "Feed will be restored. Please wait a few minutes for results." -msgstr "" +msgstr "A fonte de novas será restaurada. Agarde uns minutos." #. TRANS: Form instructions for feed restore. msgid "" "You can upload a backed-up timeline in Activity Streams format." msgstr "" +"Pode cargar unha copia de seguridade da liña do tempo en formato Activity Streams." #. TRANS: Title for submit button to confirm upload of a user backup file for account restore. msgid "Upload the file" @@ -5009,10 +4948,10 @@ msgstr "Perfil da aplicación" #. TRANS: Information output on an OAuth application page. #. TRANS: %1$s is the application creator, %2$s is "read-only" or "read-write", #. TRANS: %3$d is the number of users using the OAuth application. -#, fuzzy, php-format +#, php-format msgid "Created by %1$s - %2$s access by default - %3$d user" msgid_plural "Created by %1$s - %2$s access by default - %3$d users" -msgstr[0] "Creado por %1$s - acceso %2$s por defecto - %3$d usuarios" +msgstr[0] "Creado por %1$s - acceso %2$s por defecto - %3$d usuario" msgstr[1] "Creado por %1$s - acceso %2$s por defecto - %3$d usuarios" #. TRANS: Header on the OAuth application page. @@ -5054,12 +4993,11 @@ msgid "Authorize URL" msgstr "Autorizar o URL" #. TRANS: Note on the OAuth application page about signature support. -#, fuzzy msgid "" "Note: HMAC-SHA1 signatures are supported. The plaintext signature method is " "not supported." msgstr "" -"Nota: sopórtanse as sinaturas HMAC-SHA1. Non se soporta o método de asinado " +"Nota: Sopórtanse as sinaturas HMAC-SHA1. Non se soporta o método de asinado " "con texto sinxelo." #. TRANS: Text in confirmation dialog to reset consumer key and secret for an OAuth application. @@ -5079,9 +5017,9 @@ msgid "Could not retrieve favorite notices." msgstr "Non se puideron obter as notas favoritas." #. TRANS: Feed link text. %s is a username. -#, fuzzy, php-format +#, php-format msgid "Feed for favorites of %s (Activity Streams JSON)" -msgstr "Fonte de novas dos favoritos de %s (Atom)" +msgstr "Fonte de novas dos favoritos de %s (fluxos de actividade JSON)" #. TRANS: Feed link text. %s is a username. #, php-format @@ -5145,9 +5083,9 @@ msgid "%1$s group, page %2$d" msgstr "Grupo %1$s, páxina %2$d" #. TRANS: Tooltip for feed link. %s is a group nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s group (Activity Streams JSON)" -msgstr "Fonte de novas das notas do grupo %s (Atom)" +msgstr "Fonte de novas das notas do grupo %s (fluxos de actividade JSON)" #. TRANS: Tooltip for feed link. %s is a group nickname. #, php-format @@ -5191,7 +5129,7 @@ msgstr "" #. TRANS: Notice on group pages for anonymous users for StatusNet sites that accept no new registrations. #. TRANS: %s is the group name, %%%%site.name%%%% is the site name, #. TRANS: This message contains Markdown links. Ensure they are formatted correctly: [Description](link). -#, fuzzy, php-format +#, php-format msgid "" "**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5201,7 +5139,7 @@ msgstr "" "**%s** é un grupo de usuarios de %%%%site.name%%%%, un servizo de [mensaxes " "de blogue curtas](http://en.wikipedia.org/wiki/Microblogging) (en inglés) " "baseado na ferramenta de software libre [StatusNet](http://status.net/). Os " -"seus membros comparten mensaxes curtas sobre as súas vidas e intereses. " +"seus membros comparten mensaxes curtas sobre as súas vidas e intereses." #. TRANS: Client error displayed requesting a single message that does not exist. msgid "No such message." @@ -5233,68 +5171,69 @@ msgstr "Borrouse a nota." #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Private timeline for %1$s list by you, page %2$d" -msgstr "Usuarios etiquetados por si mesmos con %1$s - páxina %2$d" +msgstr "Liña do tempo privada da súa lista %1$s, páxina %2$d" #. TRANS: Title for public list timeline where the viewer is the tagger. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by you, page %2$d" -msgstr "Usuarios etiquetados por si mesmos con %1$s - páxina %2$d" +msgstr "Liña do tempo da súa lista %1$s, páxina %2$d" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s, page %3$d" -msgstr "Notas etiquetadas con %1$s, páxina %2$d" +msgstr "Liña do tempo da lista %1$s de %2$s, páxina %3$d" #. TRANS: Title for private list timeline. #. TRANS: %s is a list. #, php-format msgid "Private timeline of %s list by you" -msgstr "" +msgstr "Liña do tempo privada da súa lista %s" #. TRANS: Title for public list timeline where the viewer is the tagger. #. TRANS: %s is a list. #, php-format msgid "Timeline for %s list by you" -msgstr "" +msgstr "Liña do tempo da súa lista %s" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s" -msgstr "Respostas a %1$s en %2$s!" +msgstr "Liña do tempo da lista %1$s de %2$s" #. TRANS: Feed title. #. TRANS: %1$s is a list, %2$s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for %1$s list by %2$s (Atom)" -msgstr "Fonte de novas dos favoritos de %s (Atom)" +msgstr "Fonte de novas da lista %1$s de %2$s (Atom)" #. TRANS: Empty list message for list timeline. #. TRANS: %1$s is a list, %2$s is a tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "" "This is the timeline for %1$s list by %2$s but no one has posted anything " "yet." msgstr "" -"Esta é a liña do tempo de %s e amigos pero ninguén publicou nada aínda." +"Esta é a liña do tempo da lista %1$s de %2$s, pero ninguén publicou nada " +"aínda." #. TRANS: Additional empty list message for list timeline for currently logged in user tagged tags. msgid "Try tagging more people." -msgstr "" +msgstr "Probe a etiquetar máis persoas." #. TRANS: Additional empty list message for list timeline. #. TRANS: This message contains Markdown links in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Why not [register an account](%%%%action.register%%%%) and start following " "this timeline!" msgstr "" -"Por que non [rexistrar unha conta](%%action.register%%) e ser o primeiro en " -"publicar unha?" +"Por que non [rexistrar unha conta](%%action.register%%) e comezar a seguir " +"esta liña do tempo?" #. TRANS: Header on show list page. #. TRANS: Link description for link to list of users tagged with a tag (so part of a list). @@ -5324,21 +5263,21 @@ msgstr "Subscritores" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s" -msgstr "%1$s, páxina %2$d" +msgstr "Notas de %1$s etiquetadas con %2$s" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag, %3$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s, page %3$d" -msgstr "Notas etiquetadas con %1$s, páxina %2$d" +msgstr "Notas de %1$s etiquetadas con %2$s, páxina %3$d" #. TRANS: Extended page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s, page %2$d" -msgstr "Notas etiquetadas con %1$s, páxina %2$d" +msgstr "Notas de %1$s, páxina %2$d" #. TRANS: Title for link to notice feed. #. TRANS: %1$s is a user nickname, %2$s is a hashtag. @@ -5348,9 +5287,9 @@ msgstr "Fonte de novas das notas para %1$s etiquetadas con %2$s (RSS 1.0)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s (Activity Streams JSON)" -msgstr "Fonte de novas das notas para %s (Atom)" +msgstr "Fonte de novas das notas para %s (fluxos de actividade JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. @@ -5377,9 +5316,9 @@ msgid "FOAF for %s" msgstr "Amigo dun amigo para %s" #. TRANS: First sentence of empty list message for a timeline. $1%s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "This is the timeline for %1$s, but %1$s hasn't posted anything yet." -msgstr "Esta é a liña do tempo para %1$s pero %2$s aínda non publicou nada." +msgstr "Esta é a liña do tempo de %1$s, pero %1$s aínda non publicou nada." #. TRANS: Second sentence of empty list message for a stream for the user themselves. msgid "" @@ -5416,7 +5355,7 @@ msgstr "" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5424,7 +5363,7 @@ msgid "" msgstr "" "**%s** ten unha conta en %%%%site.name%%%%, un servizo de [mensaxes de " "blogue curtas](http://en.wikipedia.org/wiki/Microblogging) (en inglés) " -"baseado na ferramenta de software libre [StatusNet](http://status.net/). " +"baseado na ferramenta de software libre [StatusNet](http://status.net/)." #. TRANS: Link to the author of a repeated notice. %s is a linked nickname. #, php-format @@ -5490,38 +5429,34 @@ msgid "Site name" msgstr "Nome do sitio" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "The name of your site, like \"Yourcompany Microblog\"." msgstr "" "O nome do seu sitio, como por exemplo \"O sitio de mensaxes de blogue curtas " -"da miña empresa\"" +"da miña empresa\"." #. TRANS: Field label on site settings panel. msgid "Brought by" msgstr "Publicado por" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Text used for credits link in footer of each page." -msgstr "Texto utilizado para a ligazón aos créditos ao pé de cada páxina" +msgstr "Texto utilizado para a ligazón aos créditos ao pé de cada páxina." #. TRANS: Field label on site settings panel. msgid "Brought by URL" msgstr "URL do publicador" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "URL used for credits link in footer of each page." -msgstr "URL utilizado para a ligazón aos créditos ao pé de cada páxina" +msgstr "URL utilizado para a ligazón aos créditos ao pé de cada páxina." #. TRANS: Field label on site settings panel. msgid "Email" msgstr "Correo electrónico" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Contact email address for your site." -msgstr "Enderezo de correo electrónico de contacto para o seu sitio" +msgstr "Enderezo de correo electrónico de contacto para o seu sitio." #. TRANS: Fieldset legend on site settings panel. msgctxt "LEGEND" @@ -5541,12 +5476,11 @@ msgid "Default language" msgstr "Lingua por defecto" #. TRANS: Dropdown title on site settings panel. -#, fuzzy msgid "" "The site language when autodetection from browser settings is not available." msgstr "" "Lingua do sitio para cando a detección automática a partir do navegador non " -"sexa posible" +"sexa posible." #. TRANS: Fieldset legend on site settings panel. msgctxt "LEGEND" @@ -5584,9 +5518,8 @@ msgid "SSL logo" msgstr "Logo SSL" #. TRANS: Button title for saving site settings. -#, fuzzy msgid "Save the site settings." -msgstr "Gardar a configuración do sitio" +msgstr "Gardar a configuración do sitio." #. TRANS: Page title for site-wide notice tab in admin panel. msgid "Site Notice" @@ -5601,7 +5534,6 @@ msgid "Unable to save site notice." msgstr "Non se puido gardar a nota do sitio." #. TRANS: Client error displayed when a site-wide notice was longer than allowed. -#, fuzzy msgid "Maximum length for the site-wide notice is 255 characters." msgstr "O tamaño máximo da nota global do sitio é de 255 caracteres." @@ -5610,15 +5542,13 @@ msgid "Site notice text" msgstr "Texto da nota do sitio" #. TRANS: Tooltip for site-wide notice text field in admin panel. -#, fuzzy msgid "Site-wide notice text (255 characters maximum; HTML allowed)" msgstr "" "Texto da nota global do sitio (255 caracteres como máximo, pode conter HTML)" #. TRANS: Button title to save site notice in admin panel. -#, fuzzy msgid "Save site notice." -msgstr "Gardar a nota do sitio" +msgstr "Gardar a nota do sitio." #. TRANS: Title for SMS settings. msgid "SMS settings" @@ -5664,11 +5594,10 @@ msgid "SMS phone number" msgstr "Número de teléfono para os SMS" #. TRANS: SMS phone number input field instructions in SMS settings form. -#, fuzzy msgid "Phone number, no punctuation or spaces, with area code." msgstr "" "Número de teléfono, sen signos de puntuación nin espazos en branco, co " -"código da zona" +"código da zona." #. TRANS: Form legend for SMS preferences form. msgid "SMS preferences" @@ -5715,9 +5644,8 @@ msgid "That is the wrong confirmation number." msgstr "Ese número de confirmación é incorrecto." #. TRANS: Server error thrown on database error canceling SMS phone number confirmation. -#, fuzzy msgid "Could not delete SMS confirmation." -msgstr "Non se puido borrar a confirmación por mensaxería instantánea." +msgstr "Non se puido borrar a confirmación por SMS." #. TRANS: Message given after successfully canceling SMS phone number confirmation. msgid "SMS confirmation cancelled." @@ -5752,9 +5680,8 @@ msgstr "" "nesta lista, envíenos un correo electrónico para notificárnolo a %s." #. TRANS: Message given saving SMS phone number confirmation code without having provided one. -#, fuzzy msgid "No code entered." -msgstr "Non se introduciu ningún código" +msgstr "Non se introduciu ningún código." #. TRANS: Title for admin panel to configure snapshots. msgctxt "TITLE" @@ -5795,32 +5722,28 @@ msgid "Data snapshots" msgstr "Instantáneas de datos" #. TRANS: Dropdown title for snapshot method in admin panel for snapshots. -#, fuzzy msgid "When to send statistical data to status.net servers." -msgstr "Cando enviar información estatística aos servidores status.net" +msgstr "Cando enviar información estatística aos servidores status.net." #. TRANS: Input field label for snapshot frequency in admin panel for snapshots. msgid "Frequency" msgstr "Frecuencia" #. TRANS: Input field title for snapshot frequency in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent once every N web hits." -msgstr "As instantáneas enviaranse unha vez cada N accesos á rede" +msgstr "As instantáneas enviaranse unha vez cada N accesos á rede." #. TRANS: Input field label for snapshot report URL in admin panel for snapshots. msgid "Report URL" msgstr "URL de envío" #. TRANS: Input field title for snapshot report URL in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent to this URL." -msgstr "As instantáneas enviaranse a este URL" +msgstr "As instantáneas enviaranse a este URL." #. TRANS: Button title to save snapshot settings. -#, fuzzy msgid "Save snapshot settings." -msgstr "Gardar a configuración das instantáneas" +msgstr "Gardar a configuración das instantáneas." #. TRANS: Client error displayed trying a change a subscription for a non-subscribed profile. msgid "You are not subscribed to that profile." @@ -5833,50 +5756,48 @@ msgstr "Non se puido gardar a subscrición." #. TRANS: Client error displayed when trying to approve group applicants without being a group administrator. msgid "You may only approve your own pending subscriptions." -msgstr "" +msgstr "Unicamente pode aprobar as súas propias subscricións pendentes." #. TRANS: Title of the first page showing pending subscribers still awaiting approval. #. TRANS: %s is the name of the user. -#, fuzzy, php-format +#, php-format msgid "%s subscribers awaiting approval" -msgstr "Membros do grupo %s" +msgstr "Subscritores de %s á espera de aprobación" #. TRANS: Title of all but the first page showing pending subscribersmembers still awaiting approval. #. TRANS: %1$s is the name of the user, %2$d is the page number of the members list. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribers awaiting approval, page %2$d" -msgstr "Membros do grupo %1$s, páxina %2$d" +msgstr "Subscritores de %1$s á espera de aprobación, páxina %2$d" #. TRANS: Page notice for group members page. -#, fuzzy msgid "A list of users awaiting approval to subscribe to you." -msgstr "Unha lista dos usuarios pertencentes a este grupo." +msgstr "" +"Unha lista dos usuarios á espera de aprobación para subscribirse a vostede." #. TRANS: Page title when subscription succeeded. msgid "Subscribed" msgstr "Subscrito" #. TRANS: Client error displayed when trying to perform an action while not logged in. -#, fuzzy msgid "You must be logged in to unsubscribe from a list." -msgstr "Ten que iniciar sesión para crear un grupo." +msgstr "Ten que iniciar sesión para cancelar a subscrición a unha lista." #. TRANS: Client error displayed when trying to perform an action without providing an ID. -#, fuzzy msgid "No ID given." msgstr "Sen argumento ID." #. TRANS: Server error displayed subscribing to a list fails. #. TRANS: %1$s is a user nickname, %2$s is a list, %3$s is the error message (no period). -#, fuzzy, php-format +#, php-format msgid "Could not subscribe user %1$s to list %2$s: %3$s" -msgstr "O usuario %1$s non se puido engadir ao grupo %2$s." +msgstr "O usuario %1$s non se puido subscribir á lista %2$s: %3$s" #. TRANS: Title of form to subscribe to a list. #. TRANS: %1%s is a user nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribed to list %2$s by %3$s" -msgstr "%1$s subscritores, páxina %2$d" +msgstr "%1$s subscrito á lista %2$s de %3$s" #. TRANS: Header for list of subscribers for a user (first page). #. TRANS: %s is the user's nickname. @@ -5902,13 +5823,12 @@ msgid "These are the people who listen to %s's notices." msgstr "Estas son as persoas que están seguindo as notas de %s." #. TRANS: Subscriber list text when the logged in user has no subscribers. -#, fuzzy msgid "" "You have no subscribers. Try subscribing to people you know and they might " "return the favor." msgstr "" "Non ten subscritores. Probe a subscribirse a xente que coñeza e pode que lle " -"devolvan o favor" +"devolvan o favor." #. TRANS: Subscriber list text when looking at the subscribers for a of a user other #. TRANS: than the logged in user that has no subscribers. %s is the user nickname. @@ -5950,7 +5870,7 @@ msgstr "Estas son as persoas cuxas notas segue %s." #. TRANS: This message contains Markdown URLs. The link description is between #. TRANS: square brackets, and the link between parentheses. Do not separate "](" #. TRANS: and do not change the URL part. -#, fuzzy, php-format +#, php-format msgid "" "You're not listening to anyone's notices right now, try subscribing to " "people you know. Try [people search](%%action.peoplesearch%%), look for " @@ -5960,8 +5880,7 @@ msgstr "" "Agora mesmo non está a seguir as notas de ninguén, probe a subscribirse a " "xente que coñeza. Intente [buscar xente](%%action.peoplesearch%%), buscar " "xente en grupos que lle interesen e nos nosos [usuarios destacados](%%action." -"featured%%). Se é [usuario do Twitter](%%action.twittersettings%%), pode " -"subscribirse automaticamente á xente que segue alí." +"featured%%)." #. TRANS: Subscription list text when looking at the subscriptions for a of a user other #. TRANS: than the logged in user that has no subscriptions. %s is the user nickname. @@ -5972,9 +5891,9 @@ msgid "%s is not listening to anyone." msgstr "%s non está seguindo a ninguén." #. TRANS: Atom feed title. %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "Subscription feed for %s (Atom)" -msgstr "Fonte de novas das notas para %s (Atom)" +msgstr "Fonte de novas de subscrición para %s (Atom)" #. TRANS: Checkbox label for enabling IM messages for a profile in a subscriptions list. msgctxt "LABEL" @@ -5993,9 +5912,10 @@ msgstr "Notas etiquetadas con %1$s, páxina %2$d" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. -#, fuzzy, php-format +#, php-format msgid "Notice feed for tag %s (Activity Streams JSON)" -msgstr "Fonte de novas das notas para a etiqueta %s (Atom)" +msgstr "" +"Fonte de novas das notas para a etiqueta %s (fluxos de actividade JSON)" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. @@ -6018,14 +5938,12 @@ msgstr "Fonte de novas das notas para a etiqueta %s (Atom)" #. TRANS: Client error displayed when trying to tag a user that cannot be tagged. #. TRANS: Client exception thrown trying to set a tag for a user that cannot be tagged. #. TRANS: Error displayed when trying to tag a user that cannot be tagged. -#, fuzzy msgid "You cannot tag this user." -msgstr "Non pode enviarlle unha mensaxe a este usuario." +msgstr "Non pode etiquetar este usuario." #. TRANS: Title for list form when not on a profile page. -#, fuzzy msgid "List a profile" -msgstr "Perfil do usuario" +msgstr "Listar un perfil" #. TRANS: Title for list form when on a profile page. #. TRANS: %s is a profile nickname. @@ -6044,9 +5962,8 @@ msgid "User profile" msgstr "Perfil do usuario" #. TRANS: Fieldset legend for list form. -#, fuzzy msgid "List user" -msgstr "Límites" +msgstr "Listar un usuario" #. TRANS: Field label on list form. msgctxt "LABEL" @@ -6054,13 +5971,12 @@ msgid "Lists" msgstr "Listas" #. TRANS: Field title on list form. -#, fuzzy msgid "" "Lists for this user (letters, numbers, -, ., and _), comma- or space- " "separated." msgstr "" -"Etiquetas para vostede (letras salvo eñes e tiles, números, puntos, guións e " -"guións baixos), separados por comas ou espazos" +"Listas para este usuario (letras salvo eñes e tiles, números, puntos, guións " +"e guións baixos), separados por comas ou espazos." #. TRANS: Title for personal tag cloud section. msgctxt "TITLE" @@ -6068,16 +5984,13 @@ msgid "Tags" msgstr "Etiquetas" #. TRANS: Success message if lists are saved. -#, fuzzy msgid "Lists saved." -msgstr "Gardouse o contrasinal." +msgstr "Listas gardadas." #. TRANS: Page notice. -#, fuzzy msgid "Use this form to add your subscribers or subscriptions to lists." msgstr "" -"Utilice este formulario para engadir etiquetas aos seus subscritores ou " -"subscricións." +"Utilice este formulario para engadir subscritores ou subscricións ás listas." #. TRANS: Client error when requesting a tag feed for a non-existing tag. msgid "No such tag." @@ -6101,14 +6014,13 @@ msgstr "Cancelouse a subscrición" #. TRANS: Page title for form that allows unsubscribing from a list. #. TRANS: %1$s is a nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s unsubscribed from list %2$s by %3$s" -msgstr "%1$s subscritores, páxina %2$d" +msgstr "%1$s non subscrito á lista %2$s de %3$s" #. TRANS: Title of URL settings tab in profile settings. -#, fuzzy msgid "URL settings" -msgstr "Configuración da mensaxería instantánea" +msgstr "Configuración do URL" #. TRANS: Instructions for tab "Other" in user profile settings. msgid "Manage various other options." @@ -6138,41 +6050,44 @@ msgstr "Servizo de abreviación automática a usar." #. TRANS: Field label in URL settings in profile. msgid "URL longer than" -msgstr "" +msgstr "URL máis longo que" #. TRANS: Field title in URL settings in profile. msgid "URLs longer than this will be shortened, 0 means always shorten." msgstr "" +"Os enderezos URL máis longos que isto serán acurtados. 0 significa que se " +"acurtan sempre." #. TRANS: Field label in URL settings in profile. msgid "Text longer than" -msgstr "" +msgstr "Texto máis longo que" #. TRANS: Field title in URL settings in profile. msgid "" "URLs in notices longer than this will be shortened, 0 means always shorten." msgstr "" +"Os enderezos URL nas notas máis longos que isto serán acurtados. 0 significa " +"que se acurtan sempre." #. TRANS: Form validation error for form "Other settings" in user profile. -#, fuzzy msgid "URL shortening service is too long (maximum 50 characters)." msgstr "" "O servizo de abreviación de enderezos URL é longo de máis (o límite está en " "50 caracteres)." #. TRANS: Client exception thrown when the maximum URL settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum URL length." -msgstr "O contido da nota é incorrecto." +msgstr "Número inválido para a lonxitude máxima do URL." #. TRANS: Client exception thrown when the maximum notice length settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum notice length." -msgstr "O contido da nota é incorrecto." +msgstr "Número inválido para a lonxitude máxima da nota." #. TRANS: Server exception thrown in profile URL settings when preferences could not be saved. msgid "Error saving user URL shortening preferences." msgstr "" +"Erro ao gardar as preferencias de usuario sobre a abreviación de enderezos " +"URL." #. TRANS: User admin panel title. msgctxt "TITLE" @@ -6193,9 +6108,9 @@ msgstr "Texto de benvida incorrecto. A extensión máxima é de 255 caracteres." #. TRANS: Client error displayed when trying to set a non-existing user as default subscription for new #. TRANS: users in user admin panel. %1$s is the invalid nickname. -#, fuzzy, php-format +#, php-format msgid "Invalid default subscripton: \"%1$s\" is not a user." -msgstr "Subscrición por defecto incorrecta. \"%1$s\" non é un usuario." +msgstr "Subscrición por defecto incorrecta: \"%1$s\" non é un usuario." #. TRANS: Fieldset legend in user administration panel. msgctxt "LEGEND" @@ -6219,7 +6134,6 @@ msgid "New user welcome" msgstr "Nova benvida para os usuarios" #. TRANS: Tooltip in user admin panel for setting new user welcome text. -#, fuzzy msgid "Welcome text for new users (maximum 255 characters)." msgstr "Texto de benvida para os novos usuarios (255 caracteres como máximo)." @@ -6285,13 +6199,13 @@ msgstr "%s de StatusNet" #. TRANS: Content part of StatusNet version page. #. TRANS: %1$s is the engine name (StatusNet) and %2$s is the StatusNet version. -#, fuzzy, php-format +#, php-format msgid "" "This site is powered by %1$s version %2$s, Copyright 2008-2011 StatusNet, " "Inc. and contributors." msgstr "" "Este sitio foi desenvolvido sobre a versión %2$s de %1$s, propiedade de " -"StatusNet, Inc. e colaboradores, 2008-2010." +"StatusNet, Inc. e colaboradores, 2008-2011." #. TRANS: Header for StatusNet contributors section on the version page. msgid "Contributors" @@ -6302,20 +6216,18 @@ msgid "License" msgstr "Licenza" #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "StatusNet is free software: you can redistribute it and/or modify it under " "the terms of the GNU Affero General Public License as published by the Free " "Software Foundation, either version 3 of the License, or (at your option) " "any later version." msgstr "" -"StatusNet é software libre: pode redistribuílo e modificalo baixo os termos " -"da Licenza Pública Xeral Affero de GNU, tal e como a publicou a Free " +"StatusNet é software libre: Pode redistribuílo e/ou modificalo baixo os " +"termos da licenza pública xeral Affero de GNU, tal e como a publicou a Free " "Software Foundation, versión 3 ou calquera versión posterior (a elección do " -"usuario) da licenza. " +"usuario) da licenza." #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " @@ -6324,8 +6236,8 @@ msgid "" msgstr "" "Este programa distribúese coa esperanza de que resulte útil, pero SEN " "NINGUNHA GARANTÍA, nin sequera as garantías implícitas de COMERCIALIZACIÓN " -"ou IDONEIDADE PARA UN PROPÓSITO PARTICULAR. Lea a Licenza Pública Xeral " -"Affero de GNU para máis información. " +"ou IDONEIDADE PARA UN PROPÓSITO PARTICULAR. Lea a licenza pública xeral " +"Affero de GNU para obter máis información." #. TRANS: Content part of StatusNet version page. #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html". @@ -6383,7 +6295,7 @@ msgstr "Robin pensa que algo é imposible." #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. #. TRANS: %1$s is used for plural. -#, fuzzy, php-format +#, php-format msgid "" "No file may be larger than %1$d byte and the file you sent was %2$d bytes. " "Try to upload a smaller version." @@ -6391,28 +6303,28 @@ msgid_plural "" "No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " "Try to upload a smaller version." msgstr[0] "" -"Ningún ficheiro pode superar os %1$d bytes e o que enviou ocupaba %2$d. " -"Probe a subir un ficheiro máis pequeno." +"Ningún ficheiro pode superar o tamaño de %1$d byte e o que enviou ocupaba %2" +"$d bytes. Probe a subir un ficheiro máis pequeno." msgstr[1] "" -"Ningún ficheiro pode superar os %1$d bytes e o que enviou ocupaba %2$d. " -"Probe a subir un ficheiro máis pequeno." +"Ningún ficheiro pode superar os %1$d bytes e o que enviou ocupaba %2$d " +"bytes. Probe a subir un ficheiro máis pequeno." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. -#, fuzzy, php-format +#, php-format msgid "A file this large would exceed your user quota of %d byte." msgid_plural "A file this large would exceed your user quota of %d bytes." msgstr[0] "" -"Un ficheiro deste tamaño excedería a súa cota de usuario, que é de %d bytes." +"Un ficheiro deste tamaño excedería a súa cota de usuario, que é de %d byte." msgstr[1] "" "Un ficheiro deste tamaño excedería a súa cota de usuario, que é de %d bytes." #. TRANS: Message given id an upload would exceed a user's monthly quota. #. TRANS: $d (number) is the monthly user quota in bytes and is used for plural. -#, fuzzy, php-format +#, php-format msgid "A file this large would exceed your monthly quota of %d byte." msgid_plural "A file this large would exceed your monthly quota of %d bytes." -msgstr[0] "Un ficheiro deste tamaño excedería a súa cota mensual de %d bytes." +msgstr[0] "Un ficheiro deste tamaño excedería a súa cota mensual de %d byte." msgstr[1] "Un ficheiro deste tamaño excedería a súa cota mensual de %d bytes." #. TRANS: Client exception thrown if a file upload does not have a valid name. @@ -6423,13 +6335,13 @@ msgstr "Nome de ficheiro incorrecto." #. TRANS: %s is the invalid profile ID. #, php-format msgid "Profile ID %s is invalid." -msgstr "A identificación do perfil, %s, é incorrecta." +msgstr "O identificador do perfil, %s, é incorrecto." #. TRANS: Exception thrown providing an invalid group ID. #. TRANS: %s is the invalid group ID. -#, fuzzy, php-format +#, php-format msgid "Group ID %s is invalid." -msgstr "Houbo un erro ao gardar o usuario. Incorrecto." +msgstr "O identificador do grupo, %s, é incorrecto." #. TRANS: Exception thrown when joining a group fails. msgid "Group join failed." @@ -6464,9 +6376,9 @@ msgid "Could not create login token for %s" msgstr "Non se puido crear un pase de sesión para %s" #. TRANS: Exception thrown when a program code class (%s) cannot be instantiated. -#, fuzzy, php-format +#, php-format msgid "Cannot instantiate class %s." -msgstr "Non se puido gardar o novo contrasinal." +msgstr "Non se pode crear a instancia da clase %s." #. TRANS: Exception thrown when database name or Data Source Name could not be found. msgid "No database name or DSN found anywhere." @@ -6491,9 +6403,9 @@ msgid "No such profile (%1$d) for notice (%2$d)." msgstr "Non existe tal perfil (%1$d) para a nota (%2$d)." #. TRANS: Server exception. %s are the error details. -#, fuzzy, php-format +#, php-format msgid "Database error inserting hashtag: %s." -msgstr "Houbo un erro na base de datos ao intentar inserir a etiqueta: %s" +msgstr "Houbo un erro na base de datos ao intentar inserir a etiqueta: %s." #. TRANS: Client exception thrown if a notice contains too many characters. msgid "Problem saving notice. Too long." @@ -6523,24 +6435,20 @@ msgid "You are banned from posting notices on this site." msgstr "Prohibíuselle publicar notas neste sitio de momento." #. TRANS: Client exception thrown in notice when trying to repeat a missing or deleted notice. -#, fuzzy msgid "Cannot repeat; original notice is missing or deleted." -msgstr "Non pode repetir a súa propia nota." +msgstr "Non se pode repetir; falta a nota orixinal ou esta foi borrada." #. TRANS: Client error displayed when trying to repeat an own notice. -#, fuzzy msgid "You cannot repeat your own notice." msgstr "Non pode repetir a súa propia nota." #. TRANS: Client error displayed when trying to repeat a non-public notice. -#, fuzzy msgid "Cannot repeat a private notice." -msgstr "Non pode repetir a súa propia nota." +msgstr "Non pode repetir unha nota privada." #. TRANS: Client error displayed when trying to repeat a notice you cannot access. -#, fuzzy msgid "Cannot repeat a notice you cannot read." -msgstr "Non pode repetir a súa propia nota." +msgstr "Non pode repetir unha nota que non pode ler." #. TRANS: Client error displayed when trying to repeat an already repeated notice. msgid "You already repeated that notice." @@ -6548,9 +6456,9 @@ msgstr "Xa repetiu esa nota." #. TRANS: Client error displayed when trying to reply to a notice a the target has no access to. #. TRANS: %1$s is a user nickname, %2$d is a notice ID (number). -#, fuzzy, php-format +#, php-format msgid "%1$s has no access to notice %2$d." -msgstr "O usuario non ten ningunha última nota." +msgstr "%1$s non ten acceso á nota %2$d." #. TRANS: Server exception thrown when a notice cannot be saved. #. TRANS: Server exception thrown when a notice cannot be updated. @@ -6558,9 +6466,8 @@ msgid "Problem saving notice." msgstr "Houbo un problema ao gardar a nota." #. TRANS: Server exception thrown when no array is provided to the method saveKnownGroups(). -#, fuzzy msgid "Bad type provided to saveKnownGroups." -msgstr "O tipo dado para saveKnownGroups era incorrecto" +msgstr "O tipo dado para saveKnownGroups era incorrecto." #. TRANS: Server exception thrown when an update for a group inbox fails. msgid "Problem saving group inbox." @@ -6595,32 +6502,27 @@ msgstr "" #. TRANS: Server exception. msgid "The tag you are trying to rename to already exists." -msgstr "" +msgstr "A etiqueta á que intenta mudar o nome xa existe." #. TRANS: Server exception saving new tag without having a tagger specified. -#, fuzzy msgid "No tagger specified." -msgstr "Non se especificou ningún grupo." +msgstr "Non se especificou ningún etiquetador." #. TRANS: Server exception saving new tag without having a tag specified. -#, fuzzy msgid "No tag specified." -msgstr "Non se especificou ningún grupo." +msgstr "Non se especificou ningunha etiqueta." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not create profile tag." -msgstr "Non se puido gardar o perfil." +msgstr "Non se puido crear a etiqueta de perfil." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not set profile tag URI." -msgstr "Non se puido gardar o perfil." +msgstr "Non se puido definir o URI da etiqueta de perfil." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not set profile tag mainpage." -msgstr "Non se puido gardar o perfil." +msgstr "Non se puido definir a páxina principal da etiqueta de perfil." #. TRANS: Client exception thrown trying to set more tags than allowed. #, php-format @@ -6628,6 +6530,8 @@ msgid "" "You already have created %d or more tags which is the maximum allowed number " "of tags. Try using or deleting some existing tags." msgstr "" +"Vostede xa creou %d ou máis etiquetas, que é o número máximo permitido. " +"Intente usar ou borrar algunha das que xa existen." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, php-format @@ -6635,16 +6539,16 @@ msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " "allowed number.Try unlisting others first." msgstr "" +"Vostede xa ten %1$d ou máis persoas na lista %2$s, que é o número máximo " +"permitido. Intente retirar algún da lista primeiro." #. TRANS: Exception thrown when inserting a list subscription in the database fails. -#, fuzzy msgid "Adding list subscription failed." -msgstr "Non se puido borrar a subscrición." +msgstr "Erro ao engadir a subscrición á lista." #. TRANS: Exception thrown when deleting a list subscription from the database fails. -#, fuzzy msgid "Removing list subscription failed." -msgstr "Non se puido borrar a subscrición." +msgstr "Erro ao eliminar a subscrición á lista." #. TRANS: Exception thrown when a right for a non-existing user profile is checked. msgid "Missing profile." @@ -6697,7 +6601,7 @@ msgstr "Benvido a %1$s, @%2$s!" #. TRANS: Exception thrown when trying view "repeated to me". msgid "Not implemented since inbox change." -msgstr "" +msgstr "Non se integrou desde o cambio na caixa de entrada." #. TRANS: Server exception. msgid "No single user defined for single-user mode." @@ -6705,7 +6609,7 @@ msgstr "Non se estableceu ningún usuario único para o modo de usuario único." #. TRANS: Server exception. msgid "Single-user mode code called when not enabled." -msgstr "" +msgstr "Chamouse ao código do modo de usuario único cando non estaba activado." #. TRANS: Information on password recovery form if no known username or e-mail address was specified. msgid "No user with that email address or username." @@ -6739,21 +6643,21 @@ msgstr "Non se puido gardar a información do grupo local." #. TRANS: Exception thrown when an account could not be located when it should be moved. #. TRANS: %s is the remote site. -#, fuzzy, php-format +#, php-format msgid "Cannot locate account %s." -msgstr "Non pode borrar usuarios." +msgstr "Non se pode localizar a conta %s." #. TRANS: Exception thrown when a service document could not be located account move. #. TRANS: %s is the remote site. #, php-format msgid "Cannot find XRD for %s." -msgstr "" +msgstr "Non se pode atopar o XRD para %s." #. TRANS: Exception thrown when an account could not be located when it should be moved. #. TRANS: %s is the remote site. #, php-format msgid "No AtomPub API service for %s." -msgstr "" +msgstr "Non hai ningún servizo API de AtomPub para %s." #. TRANS: H2 for user actions in a profile. #. TRANS: H2 for entity actions in a profile. @@ -6909,25 +6813,23 @@ msgstr "Verbo descoñecido: \"%s\"." #. TRANS: Client exception thrown when trying to force a subscription for an untrusted user. msgid "Cannot force subscription for untrusted user." -msgstr "" +msgstr "Non se pode forzar a subscrición a un usuario que non é de confianza." #. TRANS: Client exception thrown when trying to force a remote user to subscribe. -#, fuzzy msgid "Cannot force remote user to subscribe." -msgstr "Introduza o nome do usuario ao que quere subscribirse." +msgstr "Non se pode forzar ao usuario remoto a que se subscriba." #. TRANS: Client exception thrown when trying to subscribe to an unknown profile. -#, fuzzy msgid "Unknown profile." -msgstr "Non se coñece o tipo de ficheiro" +msgstr "Perfil descoñecido." #. TRANS: Client exception thrown when trying to import an event not related to the importing user. msgid "This activity seems unrelated to our user." -msgstr "" +msgstr "Semella que a actividade non está relacionada co noso usuario." #. TRANS: Client exception thrown when trying to join a remote group that is not a group. msgid "Remote profile is not a group!" -msgstr "" +msgstr "O perfil remoto non é un grupo!" #. TRANS: Client exception thrown when trying to join a group the importing user is already a member of. msgid "User is already a member of this group." @@ -6937,11 +6839,12 @@ msgstr "O usuario xa forma parte dese grupo." #. TRANS: %1$s is the source URI of the notice, %2$s is the URI of the author. #, php-format msgid "Already know about notice %1$s and it has a different author %2$s." -msgstr "" +msgstr "A nota %1$s xa é coñecida e ten un autor diferente %2$s." #. TRANS: Client exception thrown when trying to overwrite the author information for a non-trusted user during import. msgid "Not overwriting author info for non-trusted user." msgstr "" +"Non se sobrescribiu a información de autor do usuario que non é de confianza." #. TRANS: Client exception thrown when trying to import a notice without content. #. TRANS: %s is the notice URI. @@ -7125,10 +7028,10 @@ msgstr "Nome" #. TRANS: Form input field instructions. #. TRANS: %d is the number of available characters for the description. -#, fuzzy, php-format +#, php-format msgid "Describe your application in %d character" msgid_plural "Describe your application in %d characters" -msgstr[0] "Describa a súa aplicación en %d caracteres" +msgstr[0] "Describa a súa aplicación en %d carácter" msgstr[1] "Describa a súa aplicación en %d caracteres" #. TRANS: Form input field instructions. @@ -7192,14 +7095,12 @@ msgstr "" "Permisos por defecto para esta aplicación: lectura ou lectura e escritura" #. TRANS: Submit button title. -#, fuzzy msgid "Cancel application changes." -msgstr "Aplicacións conectadas" +msgstr "Rexeitar os cambios na aplicación." #. TRANS: Submit button title. -#, fuzzy msgid "Save application changes." -msgstr "Aplicación nova" +msgstr "Gardar os cambios na aplicación." #. TRANS: Name for an anonymous application in application list. msgid "Unknown application" @@ -7227,7 +7128,7 @@ msgstr "Aprobado o %1$s - permisos de \"%2$s\"." #. TRANS: %s are the first 7 characters of the access token. #, php-format msgid "Access token starting with: %s" -msgstr "" +msgstr "Pase de acceso que comeza por: %s" #. TRANS: Button label in application list to revoke access to user data. msgctxt "BUTTON" @@ -7247,25 +7148,23 @@ msgid "Reject" msgstr "Rexeitar" #. TRANS: Atom feed exception thrown when an author element does not contain a name element. -#, fuzzy msgid "Author element must contain a name element." -msgstr "o elemento \"autor\" debe conter un nome." +msgstr "O elemento \"author\" debe conter un elemento \"name\"." #. TRANS: Server exception thrown when using the method setActivitySubject() in the class Atom10Feed. -#, fuzzy msgid "Do not use this method!" -msgstr "Non borrar esta nota" +msgstr "Non use ese método!" #. TRANS: Title in atom list notice feed. %1$s is a list name, %2$s is a tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Timeline for people in list %1$s by %2$s" -msgstr "Respostas a %1$s en %2$s!" +msgstr "Liña do tempo da xente na lista %1$s de %2$s" #. TRANS: Message is used as a subtitle in atom list notice feed. #. TRANS: %1$s is a tagger's nickname, %2$s is a list name, %3$s is a site name. -#, fuzzy, php-format +#, php-format msgid "Updates from %1$s's list %2$s on %3$s!" -msgstr "Actualizacións de %1$s en %2$s!" +msgstr "Actualizacións da lista %2$s de %1$s en %3$s!" #. TRANS: Title. msgid "Notices where this attachment appears" @@ -7276,14 +7175,12 @@ msgid "Tags for this attachment" msgstr "Etiquetas para este ficheiro" #. TRANS: Exception thrown when a password change fails. -#, fuzzy msgid "Password changing failed." -msgstr "Non se puido cambiar o contrasinal" +msgstr "Non se puido cambiar o contrasinal." #. TRANS: Exception thrown when a password change attempt fails because it is not allowed. -#, fuzzy msgid "Password changing is not allowed." -msgstr "Non se permite cambiar o contrasinal" +msgstr "Non se permite cambiar o contrasinal." #. TRANS: Title for the form to block a user. msgid "Block" @@ -7296,22 +7193,20 @@ msgstr "Bloquear este usuario" #. TRANS: Submit button text on form to cancel group join request. msgctxt "BUTTON" msgid "Cancel join request" -msgstr "" +msgstr "Cancelar a solicitude de ingreso" #. TRANS: Button text for form action to cancel a subscription request. -#, fuzzy msgctxt "BUTTON" msgid "Cancel subscription request" -msgstr "Todas as subscricións" +msgstr "Cancelar a solicitude de subscrición" #. TRANS: Title for command results. msgid "Command results" msgstr "Resultados da orde" #. TRANS: Title for command results. -#, fuzzy msgid "AJAX error" -msgstr "Houbo un erro de AJAX" +msgstr "Erro de AJAX" #. TRANS: E-mail subject when a command has completed. #. TRANS: E-mail subject for reply to an e-mail command. @@ -7372,9 +7267,8 @@ msgstr "" "Notas: %3$s" #. TRANS: Error message text shown when a favorite could not be set because it has already been favorited. -#, fuzzy msgid "Could not create favorite: Already favorited." -msgstr "Non se puido crear o favorito." +msgstr "Non se puido crear o favorito: Xa está nos favoritos." #. TRANS: Text shown when a notice has been marked as favourite successfully. msgid "Notice marked as fave." @@ -7396,16 +7290,16 @@ msgstr "%1$s deixou o grupo %2$s." #. TRANS: %1$s is the tagged user, %2$s is the error message (no punctuation). #, php-format msgid "Error tagging %1$s: %2$s" -msgstr "" +msgstr "Erro ao etiquetar a %1$s: %2$s" #. TRANS: Succes message displayed if tagging a user succeeds. #. TRANS: %1$s is the tagged user's nickname, %2$s is a list of tags. #. TRANS: Plural is decided based on the number of tags added (not part of message). -#, fuzzy, php-format +#, php-format msgid "%1$s was tagged %2$s" msgid_plural "%1$s was tagged %2$s" -msgstr[0] "%1$s - %2$s" -msgstr[1] "%1$s - %2$s" +msgstr[0] "%1$s foi etiquetado con %2$s" +msgstr[1] "%1$s foi etiquetado con %2$s" #. TRANS: Separator for list of tags. #. TRANS: Separator in list of user names like "Jim, Bob, Mary". @@ -7422,7 +7316,7 @@ msgstr "Etiqueta incorrecta: \"%s\"" #. TRANS: %1$s is the untagged user, %2$s is the error message (no punctuation). #, php-format msgid "Error untagging %1$s: %2$s" -msgstr "" +msgstr "Erro ao desetiquetar a %1$s: %2$s" #. TRANS: Succes message displayed if untagging a user succeeds. #. TRANS: %1$s is the untagged user's nickname, %2$s is a list of tags. @@ -7430,8 +7324,8 @@ msgstr "" #, php-format msgid "The following tag was removed from user %1$s: %2$s." msgid_plural "The following tags were removed from user %1$s: %2$s." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Eliminouse esta etiqueta do usuario %1$s: %2$s." +msgstr[1] "Elimináronse estas etiquetas do usuario %1$s: %2$s." #. TRANS: Whois output. #. TRANS: %1$s nickname of the queried user, %2$s is their profile URL. @@ -7478,13 +7372,12 @@ msgstr "" #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters. #. TRANS: Message given when a status is too long. %1$s is the maximum number of characters, #. TRANS: %2$s is the number of characters sent (used for plural). -#, fuzzy, php-format +#, php-format msgid "Message too long - maximum is %1$d character, you sent %2$d." msgid_plural "Message too long - maximum is %1$d characters, you sent %2$d." -msgstr[0] "" -"A mensaxe é longa de máis, o límite de caracteres é de %1$d, e enviou %2$d." +msgstr[0] "A mensaxe é longa de máis. O límite é %1$d carácter, e enviou %2$d." msgstr[1] "" -"A mensaxe é longa de máis, o límite de caracteres é de %1$d, e enviou %2$d." +"A mensaxe é longa de máis. O límite son %1$d caracteres, e enviou %2$d." #. TRANS: Error text shown when trying to send a direct message to a user without a mutual subscription (each user must be subscribed to the other). msgid "You can't send a message to this user." @@ -7502,11 +7395,10 @@ msgstr "Repetiuse a nota de %s." #. TRANS: Message given if content of a notice for a reply is too long. %1$d is used for plural. #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters. -#, fuzzy, php-format +#, php-format msgid "Notice too long - maximum is %1$d character, you sent %2$d." msgid_plural "Notice too long - maximum is %1$d characters, you sent %2$d." -msgstr[0] "" -"A nota é longa de máis. O límite son %1$d caracteres, e enviou %2$d." +msgstr[0] "A nota é longa de máis. O límite é %1$d carácter, e enviou %2$d." msgstr[1] "" "A nota é longa de máis. O límite son %1$d caracteres, e enviou %2$d." @@ -7628,16 +7520,14 @@ msgid "Commands:" msgstr "Comandos:" #. TRANS: Help message for IM/SMS command "on". -#, fuzzy msgctxt "COMMANDHELP" msgid "turn on notifications" -msgstr "Non se pode activar a notificación." +msgstr "activar as notificacións" #. TRANS: Help message for IM/SMS command "off". -#, fuzzy msgctxt "COMMANDHELP" msgid "turn off notifications" -msgstr "Non se pode desactivar a notificación." +msgstr "desactivar as notificacións" #. TRANS: Help message for IM/SMS command "help". msgctxt "COMMANDHELP" @@ -7645,140 +7535,130 @@ msgid "show this help" msgstr "mostrar esta axuda" #. TRANS: Help message for IM/SMS command "follow ". -#, fuzzy msgctxt "COMMANDHELP" msgid "subscribe to user" -msgstr "Subscribirse a este usuario" +msgstr "subscribirse ao usuario" #. TRANS: Help message for IM/SMS command "groups". msgctxt "COMMANDHELP" msgid "lists the groups you have joined" -msgstr "" +msgstr "listar os grupos aos que se uniu" #. TRANS: Help message for IM/SMS command "tag". -#, fuzzy msgctxt "COMMANDHELP" msgid "tag a user" -msgstr "Etiquetar ao usuario" +msgstr "etiquetar ao usuario" #. TRANS: Help message for IM/SMS command "untag". -#, fuzzy msgctxt "COMMANDHELP" msgid "untag a user" -msgstr "Etiquetar ao usuario" +msgstr "desetiquetar ao usuario" #. TRANS: Help message for IM/SMS command "subscriptions". msgctxt "COMMANDHELP" msgid "list the people you follow" -msgstr "" +msgstr "listar a xente á que segue" #. TRANS: Help message for IM/SMS command "subscribers". msgctxt "COMMANDHELP" msgid "list the people that follow you" -msgstr "" +msgstr "listar a xente que o segue" #. TRANS: Help message for IM/SMS command "leave ". -#, fuzzy msgctxt "COMMANDHELP" msgid "unsubscribe from user" -msgstr "Cancelar a subscrición a este usuario" +msgstr "cancelar a subscrición ao usuario" #. TRANS: Help message for IM/SMS command "d ". -#, fuzzy msgctxt "COMMANDHELP" msgid "direct message to user" -msgstr "Mensaxes directas a %s" +msgstr "mensaxe directa ao usuario" #. TRANS: Help message for IM/SMS command "get ". msgctxt "COMMANDHELP" msgid "get last notice from user" -msgstr "" +msgstr "obter a última nota do usuario" #. TRANS: Help message for IM/SMS command "whois ". -#, fuzzy msgctxt "COMMANDHELP" msgid "get profile info on user" -msgstr "Información do perfil" +msgstr "obter a información do perfil do usuario" #. TRANS: Help message for IM/SMS command "lose ". msgctxt "COMMANDHELP" msgid "force user to stop following you" -msgstr "" +msgstr "forzar o usuario a deixar de seguilo" #. TRANS: Help message for IM/SMS command "fav ". msgctxt "COMMANDHELP" msgid "add user's last notice as a 'fave'" -msgstr "" +msgstr "engadir a última nota do usuario como favorita" #. TRANS: Help message for IM/SMS command "fav #". msgctxt "COMMANDHELP" msgid "add notice with the given id as a 'fave'" -msgstr "" +msgstr "engadir a nota co identificador especificado como favorita" #. TRANS: Help message for IM/SMS command "repeat #". msgctxt "COMMANDHELP" msgid "repeat a notice with a given id" -msgstr "" +msgstr "repetir a nota cun identificador especificado" #. TRANS: Help message for IM/SMS command "repeat ". -#, fuzzy msgctxt "COMMANDHELP" msgid "repeat the last notice from user" -msgstr "Repetir esta nota" +msgstr "repetir a última nota do usuario" #. TRANS: Help message for IM/SMS command "reply #". msgctxt "COMMANDHELP" msgid "reply to notice with a given id" -msgstr "" +msgstr "responder á nota cun identificador especificado" #. TRANS: Help message for IM/SMS command "reply ". -#, fuzzy msgctxt "COMMANDHELP" msgid "reply to the last notice from user" -msgstr "Responder a esta nota" +msgstr "responder á última nota do usuario" #. TRANS: Help message for IM/SMS command "join ". -#, fuzzy msgctxt "COMMANDHELP" msgid "join group" -msgstr "Descoñecida" +msgstr "unirse ao grupo" #. TRANS: Help message for IM/SMS command "login". msgctxt "COMMANDHELP" msgid "Get a link to login to the web interface" -msgstr "" +msgstr "Obter unha ligazón para iniciar sesión" #. TRANS: Help message for IM/SMS command "drop ". -#, fuzzy msgctxt "COMMANDHELP" msgid "leave group" -msgstr "Borrar un grupo" +msgstr "deixar o grupo" #. TRANS: Help message for IM/SMS command "stats". msgctxt "COMMANDHELP" msgid "get your stats" -msgstr "" +msgstr "obter as súas estatísticas" #. TRANS: Help message for IM/SMS command "stop". #. TRANS: Help message for IM/SMS command "quit". msgctxt "COMMANDHELP" msgid "same as 'off'" -msgstr "" +msgstr "igual que \"off\"" #. TRANS: Help message for IM/SMS command "sub ". msgctxt "COMMANDHELP" msgid "same as 'follow'" -msgstr "" +msgstr "igual que \"follow\"" #. TRANS: Help message for IM/SMS command "unsub ". msgctxt "COMMANDHELP" msgid "same as 'leave'" -msgstr "" +msgstr "igual que \"leave\"" #. TRANS: Help message for IM/SMS command "last ". msgctxt "COMMANDHELP" msgid "same as 'get'" -msgstr "" +msgstr "igual que \"get\"" #. TRANS: Help message for IM/SMS command "on ". #. TRANS: Help message for IM/SMS command "off ". @@ -7789,26 +7669,23 @@ msgstr "" #. TRANS: Help message for IM/SMS command "untrack all". #. TRANS: Help message for IM/SMS command "tracks". #. TRANS: Help message for IM/SMS command "tracking". -#, fuzzy msgctxt "COMMANDHELP" msgid "not yet implemented." -msgstr "Aínda non se integrou esa orde." +msgstr "aínda non se integrou." #. TRANS: Help message for IM/SMS command "nudge ". msgctxt "COMMANDHELP" msgid "remind a user to update." -msgstr "" +msgstr "recordar un usuario a que actualice." #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. -#, fuzzy msgid "No configuration file found." -msgstr "Non se atopou ningún ficheiro de configuración. " +msgstr "Non se atopou ningún ficheiro de configuración." #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. #. TRANS: Is followed by a list of directories (separated by HTML breaks). -#, fuzzy msgid "I looked for configuration files in the following places:" -msgstr "Buscáronse ficheiros de configuración nos seguintes lugares: " +msgstr "Buscáronse ficheiros de configuración nos seguintes lugares:" #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. msgid "You may wish to run the installer to fix this." @@ -7850,9 +7727,9 @@ msgid "Delete this user" msgstr "Borrar o usuario" #. TRANS: Exception. %s is an ID. -#, fuzzy, php-format +#, php-format msgid "Unable to find services for %s." -msgstr "Non se puido revogar o acceso da aplicación: %s." +msgstr "Non se puideron atopar os servizos de %s." #. TRANS: Form legend for removing the favourite status for a favourite notice. msgid "Disfavor this notice" @@ -7864,24 +7741,21 @@ msgid "Disfavor favorite" msgstr "Desmarcar como favorita" #. TRANS: Button title for removing the favourite status for a favourite notice. -#, fuzzy msgid "Remove this notice from your list of favorite notices." -msgstr "Non se puideron obter as notas favoritas." +msgstr "Eliminar esta nota da lista de notas favoritas." #. TRANS: Form legend for adding the favourite status to a notice. msgid "Favor this notice" msgstr "Marcar esta nota como favorita" #. TRANS: Button text for adding the favourite status to a notice. -#, fuzzy msgctxt "BUTTON" msgid "Favor" msgstr "Marcar como favorito" #. TRANS: Button title for adding the favourite status to a notice. -#, fuzzy msgid "Add this notice to your list of favorite notices." -msgstr "Non se puideron obter as notas favoritas." +msgstr "Engadir esta nota á lista de notas favoritas." #. TRANS: Feed type name. msgid "RSS 1.0" @@ -7901,16 +7775,16 @@ msgstr "Amigo dun amigo" #. TRANS: Feed type name. See http://activitystrea.ms/ msgid "Activity Streams" -msgstr "" +msgstr "Fluxos de actividade" #. TRANS: Client exception thrown when an imported feed does not have an author. msgid "No author in the feed." -msgstr "" +msgstr "Non hai autor ningún na fonte de novas." #. TRANS: Client exception thrown when an imported feed does not have an author that #. TRANS: can be associated with a user. msgid "Cannot import without a user." -msgstr "" +msgstr "Non se pode importar sen un usuario." #. TRANS: Header for feed links (h2). msgid "Feeds" @@ -7963,33 +7837,30 @@ msgstr "Bloquear" #. TRANS: Submit button title. msgctxt "TOOLTIP" msgid "Block this user so that they can no longer post messages to it." -msgstr "" +msgstr "Bloquear este usuario de xeito que non poida publicar máis mensaxes." #. TRANS: Field title on group edit form. -#, fuzzy msgid "URL of the homepage or blog of the group or topic." -msgstr "URL do sitio web persoal ou blogue do grupo ou tema" +msgstr "URL do sitio web persoal ou blogue do grupo ou tema." #. TRANS: Text area title for group description when there is no text limit. -#, fuzzy msgid "Describe the group or topic." -msgstr "Describa o grupo ou o tema" +msgstr "Describa o grupo ou o tema." #. TRANS: Text area title for group description. #. TRANS: %d is the number of characters available for the description. -#, fuzzy, php-format +#, php-format msgid "Describe the group or topic in %d character or less." msgid_plural "Describe the group or topic in %d characters or less." -msgstr[0] "Describa o grupo ou o tema en %d caracteres" -msgstr[1] "Describa o grupo ou o tema en %d caracteres" +msgstr[0] "Describa o grupo ou o tema en %d carácter ou menos." +msgstr[1] "Describa o grupo ou o tema en %d caracteres ou menos." #. TRANS: Field title on group edit form. -#, fuzzy msgid "" "Location for the group, if any, like \"City, State (or Region), Country\"." msgstr "" "Localidade do grupo, se a ten, como por exemplo \"Cidade, Provincia, " -"Comunidade, País\"" +"Comunidade, País\"." #. TRANS: Field label on group edit form. msgid "Aliases" @@ -7997,7 +7868,7 @@ msgstr "Pseudónimos" #. TRANS: Input field title for group aliases. #. TRANS: %d is the maximum number of group aliases available. -#, fuzzy, php-format +#, php-format msgid "" "Extra nicknames for the group, separated with commas or spaces. Maximum %d " "alias allowed." @@ -8005,16 +7876,18 @@ msgid_plural "" "Extra nicknames for the group, separated with commas or spaces. Maximum %d " "aliases allowed." msgstr[0] "" -"Alcumes adicionais para o grupo, separados por comas ou espazos, %d como " -"máximo" +"Alcumes adicionais para o grupo, separados por comas ou espazos. %d como " +"máximo." msgstr[1] "" -"Alcumes adicionais para o grupo, separados por comas ou espazos, %d como " -"máximo" +"Alcumes adicionais para o grupo, separados por comas ou espazos. %d como " +"máximo." #. TRANS: Checkbox field title on group edit form to mark a group private. msgid "" "New members must be approved by admin and all posts are forced to be private." msgstr "" +"Os novos membros deben ser aprobados por un administrador e todas as " +"mensaxes fórzanse a ser privadas." #. TRANS: Indicator in group members list that this user is a group administrator. msgctxt "GROUPADMIN" @@ -8064,7 +7937,7 @@ msgstr "Olle todos os grupos aos que pertence." #. TRANS: Menu item title in personal group navigation menu. #. TRANS: %s is a username. msgid "Back to top" -msgstr "" +msgstr "Volver arriba" #. TRANS: Client exception 406 msgid "This page is not available in a media type you accept" @@ -8129,6 +8002,11 @@ msgid "" "user is not you, or if you did not request this confirmation, just ignore " "this message." msgstr "" +"O usuario \"%1$s\" de %2$s dixo que o pseudónimo %3$s perténcelle a el ou " +"ela. Se é certo, pódeo confirmar premendo neste enderezo URL: %4$s. (Se non " +"pode premer nel, copie e pegue o enderezo na barra de enderezos do " +"navegador.) Se ese usuario non é vostede ou se non solicitou esta " +"confirmación, ignore esta mensaxe." #. TRANS: Exception thrown when trying to deliver a notice to an unknown inbox. #. TRANS: %d is the unknown inbox ID (number). @@ -8139,10 +8017,12 @@ msgstr "Non se coñece a fonte %d da caixa de entrada." #. TRANS: Server exception thrown trying to initialise an IM plugin without meeting all prerequisites. msgid "Queueing must be enabled to use IM plugins." msgstr "" +"Cómpre activar a cola para empregar os complementos de mensaxería " +"instantánea." #. TRANS: Server exception thrown trying to initialise an IM plugin without a transport method. msgid "Transport cannot be null." -msgstr "" +msgstr "O transporte non pode ser nulo." #. TRANS: Title for inbox tag cloud section. msgctxt "TITLE" @@ -8150,24 +8030,21 @@ msgid "Trends" msgstr "Tendencias" #. TRANS: Default button text for inviting more users to the StatusNet instance. -#, fuzzy msgctxt "BUTTON" msgid "Invite more colleagues" -msgstr "Invitar a novos usuarios" +msgstr "Convidar máis colegas" #. TRANS: Form legend. -#, fuzzy msgid "Invite collegues" -msgstr "Invitar a novos usuarios" +msgstr "Convidar colegas" #. TRANS: Field label for a list of e-mail addresses. msgid "Email addresses" msgstr "Enderezos de correo electrónico" #. TRANS: Field title for a list of e-mail addresses. -#, fuzzy msgid "Addresses of friends to invite (one per line)." -msgstr "Enderezos de amigos aos que invitar (un por liña)" +msgstr "Enderezos de amigos aos que convidar (un por liña)." #. TRANS: Field label for a personal message to send to invitees. msgid "Personal message" @@ -8198,9 +8075,8 @@ msgid "Leave" msgstr "Deixar" #. TRANS: Link title for seeing all lists. -#, fuzzy msgid "See all lists you have created." -msgstr "Aplicacións que rexistrou" +msgstr "Ver todas as listas que creou." #. TRANS: Menu item for logging in to the StatusNet site. #. TRANS: Menu item in primary navigation panel. @@ -8228,7 +8104,7 @@ msgstr "Confirmación do enderezo de correo electrónico" #. TRANS: Body for address confirmation email. #. TRANS: %1$s is the addressed user's nickname, %2$s is the StatusNet sitename, #. TRANS: %3$s is the URL to confirm at. -#, fuzzy, php-format +#, php-format msgid "" "Hey, %1$s.\n" "\n" @@ -8243,18 +8119,18 @@ msgid "" "Thanks for your time, \n" "%2$s\n" msgstr "" -"Ola, %s:\n" +"Ola, %1$s:\n" "\n" -"Alguén acaba de introducir este enderezo de correo electrónico en %s.\n" +"Alguén acaba de introducir este enderezo de correo electrónico en %2$s.\n" "\n" "Se foi vostede, e quere confirmalo, utilice o seguinte URL:\n" "\n" -"%s\n" +"%3$s\n" "\n" "En caso contrario, simplemente ignore esta mensaxe.\n" "\n" "Grazas polo seu tempo, \n" -"%s\n" +"%2$s\n" #. TRANS: Subject of new-subscriber notification e-mail. #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. @@ -8266,9 +8142,9 @@ msgstr "%1$s xa o está seguindo a vostede en %2$s." #. TRANS: Subject of pending new-subscriber notification e-mail. #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s would like to listen to your notices on %2$s." -msgstr "Agora %1$s segue as súas notas en %2$s." +msgstr "%1$s quere seguir as súas notas en %2$s." #. TRANS: Main body of pending new-subscriber notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename. @@ -8277,11 +8153,13 @@ msgid "" "%1$s would like to listen to your notices on %2$s. You may approve or reject " "their subscription at %3$s" msgstr "" +"%1$s quere seguir as súas notas en %2$s. Pode aprobar ou rexeitar esta " +"subscrición en %3$s" #. TRANS: Common footer block for StatusNet notification emails. #. TRANS: %1$s is the StatusNet sitename, #. TRANS: %2$s is a link to the addressed user's e-mail settings. -#, fuzzy, php-format +#, php-format msgid "" "Faithfully yours,\n" "%1$s.\n" @@ -8289,17 +8167,12 @@ msgid "" "----\n" "Change your email address or notification options at %2$s" msgstr "" -"Agora %1$s segue as súas notas en %2$s.\n" -"\n" -"%3$s\n" -"\n" -"%4$s%5$s%6$s\n" "Atentamente,\n" -"%7$s.\n" +"%1$s.\n" "\n" "----\n" "Modifique o seu enderezo de correo electrónico ou as súas preferencias de " -"notificación en %8$s\n" +"notificación en %2$s" #. TRANS: Profile info line in notification e-mail. #. TRANS: %s is a URL. @@ -8315,13 +8188,13 @@ msgstr "Biografía: %s" #. TRANS: This is a paragraph in a new-subscriber e-mail. #. TRANS: %s is a URL where the subscriber can be reported as abusive. -#, fuzzy, php-format +#, php-format msgid "" "If you believe this account is being used abusively, you can block them from " "your subscribers list and report as spam to site administrators at %s." msgstr "" "Se cre que esta conta se está usando con fins abusivos, pode bloquear a súa " -"lista de subscritores e informar disto aos administradores do sitio en %s" +"lista de subscritores e informar disto aos administradores do sitio en %s." #. TRANS: Subject of notification mail for new posting email address. #. TRANS: %s is the StatusNet sitename. @@ -8332,7 +8205,7 @@ msgstr "Novo enderezo de correo electrónico para publicar en %s" #. TRANS: Body of notification mail for new posting email address. #. TRANS: %1$s is the StatusNet sitename, %2$s is the e-mail address to send #. TRANS: to to post by e-mail, %3$s is a URL to more instructions. -#, fuzzy, php-format +#, php-format msgid "" "You have a new posting address on %1$s.\n" "\n" @@ -8344,10 +8217,7 @@ msgstr "" "\n" "Envíe un correo electrónico a %2$s para publicar mensaxes novas.\n" "\n" -"Máis información en %3$s.\n" -"\n" -"Atentamente,\n" -"%4$s" +"Máis información en %3$s." #. TRANS: Subject line for SMS-by-email notification messages. #. TRANS: %s is the posting user's nickname. @@ -8375,7 +8245,7 @@ msgstr "%s fíxolle un aceno" #. TRANS: Body for 'nudge' notification email. #. TRANS: %1$s is the nuding user's long name, $2$s is the nudging user's nickname, #. TRANS: %3$s is a URL to post notices at. -#, fuzzy, php-format +#, php-format msgid "" "%1$s (%2$s) is wondering what you are up to these days and is inviting you " "to post some news.\n" @@ -8393,10 +8263,7 @@ msgstr "" "\n" "%3$s\n" "\n" -"Non responda a esta mensaxe, non lle chegará ao remitente.\n" -"\n" -"Atentamente,\n" -"%4$s\n" +"Non responda a esta mensaxe, non lle chegará ao remitente." #. TRANS: Subject for direct-message notification email. #. TRANS: %s is the sending user's nickname. @@ -8444,7 +8311,7 @@ msgstr "%1$s (@%2$s) marcou a súa nota como favorita" #. TRANS: %3$s is a URL to the faved notice, %4$s is the faved notice text, #. TRANS: %5$s is a URL to all faves of the adding user, %6$s is the StatusNet sitename, #. TRANS: %7$s is the adding user's nickname. -#, fuzzy, php-format +#, php-format msgid "" "%1$s (@%7$s) just added your notice from %2$s as one of their favorites.\n" "\n" @@ -8473,10 +8340,7 @@ msgstr "" "\n" "Pode ver a lista das notas favoritas de %1$s en:\n" "\n" -"%5$s\n" -"\n" -"Atentamente,\n" -"%6$s\n" +"%5$s" #. TRANS: Line in @-reply notification e-mail. %s is conversation URL. #, php-format @@ -8491,16 +8355,16 @@ msgstr "" #. TRANS: E-mail subject for notice notification. #. TRANS: %1$s is the sending user's long name, %2$s is the adding user's nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s (@%2$s) sent a notice to your attention" -msgstr "%s (@%s) enviou unha nota á súa atención" +msgstr "%1$s (@%2$s) enviou unha nota á súa atención" #. TRANS: Body of @-reply notification e-mail. #. TRANS: %1$s is the sending user's name, $2$s is the StatusNet sitename, #. TRANS: %3$s is a URL to the notice, %4$s is the notice text, #. TRANS: %5$s is the text "The full conversation can be read here:" and a URL to the full conversion if it exists (otherwise empty), #. TRANS: %6$s is a URL to reply to the notice, %7$s is a URL to all @-replies for the addressed user, -#, fuzzy, php-format +#, php-format msgid "" "%1$s just sent a notice to your attention (an '@-reply') on %2$s.\n" "\n" @@ -8520,8 +8384,7 @@ msgid "" "\n" "%7$s" msgstr "" -"%1$s (@%9$s) acaba de enviar unha nota á súa atención (unha resposta) en %2" -"$s.\n" +"%1$s acaba de enviar unha nota á súa atención (unha resposta) en %2$s.\n" "\n" "A nota está en:\n" "\n" @@ -8537,12 +8400,7 @@ msgstr "" "\n" "A lista de todas as respostas está en:\n" "\n" -"%7$s\n" -"\n" -"Atentamente,\n" -"%2$s\n" -"\n" -"P.S.: pode desactivar estas notificacións por correo electrónico en %8$s\n" +"%7$s" #. TRANS: Subject of group join notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. @@ -8572,6 +8430,8 @@ msgid "" "%1$s would like to join your group %2$s on %3$s. You may approve or reject " "their group membership at %4$s" msgstr "" +"%1$s quere unirse ao seu grupo %2$s en %3$s. Pode aprobar ou rexeitar este " +"ingreso en %4$s" #. TRANS: Client error displayed when trying to access a mailbox that is not of the logged in user. msgid "Only the user can read their own mailboxes." @@ -8635,10 +8495,9 @@ msgid "Make Admin" msgstr "Converter en administrador" #. TRANS: Submit button title. -#, fuzzy msgctxt "TOOLTIP" msgid "Make this user an admin." -msgstr "Converter a este usuario en administrador" +msgstr "Converter a este usuario en administrador." #. TRANS: Client exception thrown when a database error was thrown during a file upload operation. msgid "There was a database error while saving your file. Please try again." @@ -8687,9 +8546,8 @@ msgid "Select recipient:" msgstr "Seleccionar o destinatario:" #. TRANS: Entry in drop-down selection box in direct-message inbox/outbox when no one is available to message. -#, fuzzy msgid "No mutual subscribers." -msgstr "Non está subscrito!" +msgstr "Non hai subscritores mutuos." #. TRANS: Dropdown label in direct notice form. msgid "To" @@ -8736,25 +8594,23 @@ msgstr "api" #. TRANS: Client exception thrown when no author for an activity was found. msgid "Cannot get author for activity." -msgstr "" +msgstr "Non se pode obter o autor da actividade." #. TRANS: Client exception thrown when ... -#, fuzzy msgid "Bookmark not posted to this group." -msgstr "Vostede non pertence a este grupo." +msgstr "O favorito non se publicou no grupo." #. TRANS: Client exception when ... -#, fuzzy msgid "Object not posted to this user." -msgstr "Non borrar esta nota" +msgstr "O obxecto non se publicou neste usuario." #. TRANS: Server exception thrown when a micro app plugin uses a target that cannot be handled. msgid "Do not know how to handle this kind of target." -msgstr "" +msgstr "Non se sabe como manexar este tipo de obxectivo." #. TRANS: Server exception thrown when a micro app plugin developer has not done his job too well. msgid "You must implement either adaptNoticeListItem() or showNotice()." -msgstr "" +msgstr "Pode introducir adaptNoticeListItem() ou ben showNotice()." #. TRANS: Link description to show more items in a list. msgid "More ▼" @@ -8762,14 +8618,14 @@ msgstr "Máis ▼" #. TRANS: Validation error in form for registration, profile and group settings, etc. msgid "Nickname cannot be empty." -msgstr "" +msgstr "O alcume non pode estar baleiro." #. TRANS: Validation error in form for registration, profile and group settings, etc. #, php-format msgid "Nickname cannot be more than %d character long." msgid_plural "Nickname cannot be more than %d characters long." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "O alcume non pode superar %d carácter." +msgstr[1] "O alcume non pode superar os %d caracteres." #. TRANS: Form legend for notice form. msgid "Send a notice" @@ -8883,9 +8739,8 @@ msgid "Send a nudge to this user." msgstr "Facerlle un aceno a este usuario." #. TRANS: Server exception thrown in oEmbed action if no API endpoint is available. -#, fuzzy msgid "No oEmbed API endpoint available." -msgstr "A mensaxería instantánea non está dispoñible." +msgstr "Non hai dispoñible ningún punto de fin da API de oEmbed." #. TRANS: Field label for list. msgctxt "LABEL" @@ -8945,9 +8800,9 @@ msgstr "Subscritores" #. TRANS: Menu item title in list navigation panel. #. TRANS: %1$s is a list, %2$s is a nickname. -#, fuzzy, php-format +#, php-format msgid "Subscribers to %1$s list by %2$s." -msgstr "Subscribiuse a %s." +msgstr "Subscritores da lista %1$s de %2$s." #. TRANS: Menu item in list navigation panel. msgctxt "MENU" @@ -8956,14 +8811,13 @@ msgstr "Modificar" #. TRANS: Menu item title in list navigation panel. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Edit %s list by you." -msgstr "Editar o grupo %s" +msgstr "Editar a súa lista %s." #. TRANS: Title for link to edit list settings. -#, fuzzy msgid "Edit list settings." -msgstr "Modificar a configuración do perfil" +msgstr "Modificar a configuración da lista." #. TRANS: Text for link to edit list settings. msgid "Edit" @@ -8975,31 +8829,30 @@ msgid "Private" msgstr "Privado" #. TRANS: Menu item in the group navigation page. -#, fuzzy msgctxt "MENU" msgid "List Subscriptions" -msgstr "Subscricións" +msgstr "Subscricións á lista" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists subscribed to by %s." -msgstr "Subscribiuse a %s." +msgstr "Listas ás que %s está subscrito." #. TRANS: Menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "MENU" msgid "Lists with %s" -msgstr "Actualizacións con \"%s\"" +msgstr "Listas con %s" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists with %s." -msgstr "Actualizacións con \"%s\"" +msgstr "Listas con %s." #. TRANS: Menu item in the group navigation page. #. TRANS: %s is a user nickname. @@ -9021,10 +8874,9 @@ msgid "Your lists" msgstr "As súas listas" #. TRANS: Fieldset legend in lists widget. -#, fuzzy msgctxt "LEGEND" msgid "Edit lists" -msgstr "A etiqueta de persoa non é correcta: %s." +msgstr "Editar as listas" #. TRANS: Label in self tags widget. msgctxt "LABEL" @@ -9037,25 +8889,24 @@ msgstr "Listas populares" #. TRANS: List summary. %1$d is the number of users in the list, #. TRANS: %2$d is the number of subscribers to the list. -#, fuzzy, php-format +#, php-format msgid "Listed: %1$d Subscribers: %2$d" -msgstr "%1$s subscritores, páxina %2$d" +msgstr "Usuarios na lista: %1$d Subscritores: %2$d" #. TRANS: Title for page that displays which lists current user is part of. -#, fuzzy, php-format +#, php-format msgid "Lists with you" -msgstr "Non se atopou o método da API." +msgstr "Listas con vostede" #. TRANS: Title for page that displays which lists a user is part of. #. TRANS: %s is a profile name. -#, fuzzy, php-format +#, php-format msgid "Lists with %s" -msgstr "Actualizacións con \"%s\"" +msgstr "Listas con %s" #. TRANS: Title for page that displays lists a user has subscribed to. -#, fuzzy msgid "List subscriptions" -msgstr "%s subscricións" +msgstr "Subscricións á lista" #. TRANS: Menu item in personal group navigation menu. #. TRANS: Menu item in settings navigation panel. @@ -9111,6 +8962,7 @@ msgctxt "plugin-description" msgid "" "(The plugin description is unavailable when a plugin has been disabled.)" msgstr "" +"(A descrición do complemento non está dispoñible ao estar desactivado.)" #. TRANS: Menu item in primary navigation panel. msgctxt "MENU" @@ -9178,7 +9030,7 @@ msgstr "Listas" #. TRANS: Server error displayed when using an unimplemented method. msgid "Unimplemented method." -msgstr "Aínda non se implantou o método." +msgstr "Aínda non se integrou o método." #. TRANS: Menu item title in search group navigation panel. msgid "User groups" @@ -9261,6 +9113,10 @@ msgid "" "* Try more general keywords.\n" "* Try fewer keywords." msgstr "" +"* Asegúrese de que non haxa faltas de ortografía.\n" +"* Probe con palabras clave diferentes.\n" +"* Probe con máis palabras clave xerais.\n" +"* Probe con menos palabras clave." #. TRANS: Standard search suggestions shown when a search does not give any results. #, php-format @@ -9274,6 +9130,14 @@ msgid "" "* [Yahoo](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)\n" "* [Collecta](http://collecta.com/#q=%s)" msgstr "" +"Tamén pode probar a súa procura noutros motores:\n" +"\n" +"* [Twingly](http://www.twingly.com/search?q=%s&content=microblog&site=%%%%" +"site.server%%%%)\n" +"* [Tweet scan](http://www.tweetscan.com/indexi.php?s=%s)\n" +"* [Google](http://www.google.com/search?q=site%%3A%%%%site.server%%%%+%s)\n" +"* [Yahoo](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)\n" +"* [Collecta](http://collecta.com/#q=%s)" #. TRANS: Menu item in search group navigation panel. msgctxt "MENU" @@ -9400,11 +9264,11 @@ msgstr "Aplicacións conectadas autorizadas" #. TRANS: Menu item in settings navigation panel. msgctxt "MENU" msgid "Old school" -msgstr "" +msgstr "Interface antiga" #. TRANS: Menu item title in settings navigation panel. msgid "UI tweaks for old-school users" -msgstr "" +msgstr "Axustes da interface antiga para os usuarios" #. TRANS: Title of form to silence a user. msgctxt "TITLE" @@ -9416,24 +9280,22 @@ msgid "Silence this user" msgstr "Silenciar a este usuario" #. TRANS: Server error displayed when trying to create an anynymous OAuth consumer. -#, fuzzy msgid "Could not create anonymous consumer." -msgstr "Non se puideron crear os pseudónimos." +msgstr "Non se puideron crear os consumidores anónimos." #. TRANS: Server error displayed when trying to create an anynymous OAuth application. -#, fuzzy msgid "Could not create anonymous OAuth application." -msgstr "Non se puido crear a aplicación." +msgstr "Non se puido crear a aplicación de OAuth anónima." #. TRANS: Exception thrown when no token association could be found. msgid "" "Could not find a profile and application associated with the request token." msgstr "" +"Non se puideron atopar perfís ou aplicacións asociados ao pase da solicitude." #. TRANS: Exception thrown when no access token can be issued. -#, fuzzy msgid "Could not issue access token." -msgstr "Non se puido inserir a mensaxe." +msgstr "Non se puido emitir o pase de acceso." #. TRANS: Exception thrown when a database error occurs. msgid "Database error inserting OAuth application user." @@ -9442,11 +9304,10 @@ msgstr "" "OAuth." #. TRANS: Exception thrown when a database error occurs. -#, fuzzy msgid "Database error updating OAuth application user." msgstr "" -"Houbo un erro na base de datos ao intentar inserir o usuario da aplicación " -"OAuth." +"Houbo un erro na base de datos ao intentar actualizar o usuario da " +"aplicación OAuth." #. TRANS: Exception thrown when an attempt is made to revoke an unknown token. msgid "Tried to revoke unknown token." @@ -9493,9 +9354,9 @@ msgstr "Grupos aos que pertence %s." #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "List subscriptions by %s." -msgstr "Persoas subscritas a %s" +msgstr "Lista de subscricións de %s." #. TRANS: Menu item in local navigation menu. msgctxt "MENU" @@ -9504,9 +9365,9 @@ msgstr "Convidar" #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "Invite friends and colleagues to join you on %s." -msgstr "Convide a amigos e compañeiros a unírselle en %s" +msgstr "Convide a amigos e compañeiros a unírselle en %s." #. TRANS: Form of form to subscribe to a user. msgid "Subscribe to this user" @@ -9536,9 +9397,8 @@ msgid "None" msgstr "Ningún" #. TRANS: Server exception displayed if a theme name was invalid. -#, fuzzy msgid "Invalid theme name." -msgstr "Nome de ficheiro incorrecto." +msgstr "Nome de tema visual incorrecto." #. TRANS: Exception thrown when a compressed theme is uploaded while no support present in PHP configuration. msgid "This server cannot handle theme uploads without ZIP support." @@ -9556,27 +9416,25 @@ msgid "Failed saving theme." msgstr "Non se puido gardar o tema visual." #. TRANS: Server exception thrown when an uploaded theme has an incorrect structure. -#, fuzzy msgid "Invalid theme: Bad directory structure." -msgstr "Tema visual inválido: a estrutura do directorio é incorrecta" +msgstr "Tema visual inválido: A estrutura do directorio é incorrecta." #. TRANS: Client exception thrown when an uploaded theme is larger than the limit. #. TRANS: %d is the number of bytes of the uncompressed theme. -#, fuzzy, php-format +#, php-format msgid "Uploaded theme is too large; must be less than %d byte uncompressed." msgid_plural "" "Uploaded theme is too large; must be less than %d bytes uncompressed." msgstr[0] "" "O tema visual cargado é grande de máis; o tamaño descomprimido non pode " -"superar os %d bytes." +"superar %d byte." msgstr[1] "" "O tema visual cargado é grande de máis; o tamaño descomprimido non pode " "superar os %d bytes." #. TRANS: Server exception thrown when an uploaded theme is incomplete. -#, fuzzy msgid "Invalid theme archive: Missing file css/display.css" -msgstr "Arquivo de tema visual inválido: falta o ficheiro css/display.css" +msgstr "Arquivo de tema visual inválido: Falta o ficheiro css/display.css" #. TRANS: Server exception thrown when an uploaded theme has an incorrect file or folder name. msgid "" @@ -9592,7 +9450,7 @@ msgstr "O tema visual contén nomes de extensión inseguros." #. TRANS: Server exception thrown when an uploaded theme contains a file type that is not allowed. #. TRANS: %s is the file type that is not allowed. -#, fuzzy, php-format +#, php-format msgid "Theme contains file of type \".%s\", which is not allowed." msgstr "O tema visual contén o tipo de ficheiro \".%s\". Non está permitido." @@ -9636,8 +9494,8 @@ msgstr "Gústalle isto." #, php-format msgid "%%s and %d others like this." msgid_plural "%%s and %d others like this." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%%s e outros %d gustan disto." +msgstr[1] "%%s e outros %d gustan disto." #. TRANS: List message for favoured notices. #. TRANS: %%s is a list of users liking a notice. @@ -9645,8 +9503,8 @@ msgstr[1] "" #, php-format msgid "%%s likes this." msgid_plural "%%s like this." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%%s gusta disto." +msgstr[1] "%%s gustan disto." #. TRANS: List message for notice repeated by logged in user. msgctxt "REPEATLIST" @@ -9659,22 +9517,22 @@ msgstr "Xa repetiu esa nota." #, php-format msgid "%%s and %d other repeated this." msgid_plural "%%s and %d others repeated this." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%%s e outros %d repetiron isto." +msgstr[1] "%%s e outros %d repetiron isto." #. TRANS: List message for favoured notices. #. TRANS: %%s is a list of users liking a notice. #. TRANS: Plural is based on the number of of users that have favoured a notice. -#, fuzzy, php-format +#, php-format msgid "%%s repeated this." msgid_plural "%%s repeated this." -msgstr[0] "Repetiu a %s" -msgstr[1] "Repetiu a %s" +msgstr[0] "%%s repetiu isto." +msgstr[1] "%%s repetiron isto." #. TRANS: Form legend. -#, fuzzy, php-format +#, php-format msgid "Search and list people" -msgstr "Buscar no sitio" +msgstr "Buscar e listar persoas" #. TRANS: Dropdown option for searching in profiles. msgid "Everything" @@ -9689,15 +9547,13 @@ msgid "URI (Remote users)" msgstr "URI (usuarios remotos)" #. TRANS: Dropdown field label. -#, fuzzy msgctxt "LABEL" msgid "Search in" -msgstr "Buscar no sitio" +msgstr "Buscar en" #. TRANS: Dropdown field title. -#, fuzzy msgid "Choose a field to search." -msgstr "Escolla unha etiqueta para reducir a lista" +msgstr "Elixa un campo para a procura." #. TRANS: Form legend. #. TRANS: %1$s is a nickname, $2$s is a list. @@ -9736,9 +9592,9 @@ msgid "Private?" msgstr "Privada?" #. TRANS: Client exception thrown in widget for selecting potential addressees when an invalid fill option was received. -#, fuzzy, php-format +#, php-format msgid "Unknown to value: \"%s\"." -msgstr "Non se coñece a lingua \"%s\"." +msgstr "Descoñécese o valor: \"%s\"." #. TRANS: Title for the form to unblock a user. msgctxt "TITLE" @@ -9783,9 +9639,8 @@ msgid "User %1$s (%2$d) has no profile record." msgstr "O usuario %1$s (%2$d) non ten perfil." #. TRANS: Authorisation exception thrown when a user a not allowed to login. -#, fuzzy msgid "Not allowed to log in." -msgstr "Non iniciou sesión." +msgstr "Non se lle permite iniciar sesión." #. TRANS: Used in notices to indicate when the notice was made compared to now. msgid "a few seconds ago" @@ -9841,7 +9696,7 @@ msgstr "hai como un ano" #. TRANS: Web color exception thrown when a hexadecimal color code does not validate. #. TRANS: %s is the provided (invalid) color code. -#, fuzzy, php-format +#, php-format msgid "%s is not a valid color! Use 3 or 6 hex characters." msgstr "%s non é unha cor correcta! Use 3 ou 6 caracteres hexadecimais." @@ -9851,9 +9706,9 @@ msgstr "XML inválido." #. TRANS: Exception. msgid "Invalid XML, missing XRD root." -msgstr "" +msgstr "XML inválido, falta a raíz XRD." #. TRANS: Commandline script output. %s is the filename that contains a backup for a user. #, php-format msgid "Getting backup from file '%s'." -msgstr "" +msgstr "Obtendo a copia de seguridade desde o ficheiro \"%s\"." diff --git a/locale/he/LC_MESSAGES/statusnet.po b/locale/he/LC_MESSAGES/statusnet.po index 781c8baca3..6130010b7b 100644 --- a/locale/he/LC_MESSAGES/statusnet.po +++ b/locale/he/LC_MESSAGES/statusnet.po @@ -10,12 +10,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:51+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/locale/hsb/LC_MESSAGES/statusnet.po b/locale/hsb/LC_MESSAGES/statusnet.po index a6e4c1f175..96238208bb 100644 --- a/locale/hsb/LC_MESSAGES/statusnet.po +++ b/locale/hsb/LC_MESSAGES/statusnet.po @@ -12,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" "Language-Team: Upper Sorbian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hsb\n" @@ -46,9 +46,8 @@ msgid "" msgstr "" #. TRANS: Error message displayed when trying to access a non-existing page. -#, fuzzy msgid "Unknown page" -msgstr "Njeznaty" +msgstr "Njeznata strona" #. TRANS: Error message displayed when trying to perform an undefined action. #. TRANS: Title for password recovery page when an unknown action has been specified. @@ -95,9 +94,8 @@ msgid "Closed" msgstr "Začinjeny" #. TRANS: Button title to save access settings in site admin panel. -#, fuzzy msgid "Save access settings." -msgstr "Přistupne nastajenja składować" +msgstr "Přistupne nastajenja składować." #. TRANS: Button text to save access settings in site admin panel. #. TRANS: Button label to save e-mail preferences. @@ -150,9 +148,8 @@ msgstr "Profil njeeksistuje." #. TRANS: Client error displayed trying to reference a non-existing list. #. TRANS: Client error displayed when referring to a non-existing list. #. TRANS: Client error displayed trying to reference a non-existing list. -#, fuzzy msgid "No such list." -msgstr "Taflička njeeksistuje." +msgstr "Lisćina njeeksistuje." #. TRANS: Client error displayed when an unknown error occurs when adding a user to a list. #. TRANS: %s is a username. @@ -169,10 +166,9 @@ msgid "" msgstr "" #. TRANS: Title after adding a user to a list. -#, fuzzy msgctxt "TITLE" msgid "Listed" -msgstr "Licenca" +msgstr "Nalistowany" #. TRANS: Server error when page not found (404). #. TRANS: Server error when page not found (404) @@ -230,9 +226,8 @@ msgid "No such user." msgstr "Wužiwar njeeksistuje" #. TRANS: Title of a user's own start page. -#, fuzzy msgid "Home timeline" -msgstr "Druhdy" +msgstr "Swójska časowa lajsta" #. TRANS: Title of another user's start page. #. TRANS: %s is the other user's name. @@ -243,9 +238,9 @@ msgstr "" #. TRANS: %s is user nickname. #. TRANS: Feed title. #. TRANS: %s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for friends of %s (Activity Streams JSON)" -msgstr "Kanal za přećelow wužiwarja %s (Atom)" +msgstr "Kanal za přećelow wužiwarja %s (Activity Streams JSON)" #. TRANS: %s is user nickname. #, php-format @@ -300,10 +295,9 @@ msgstr "" #. TRANS: Button text for inviting more users to the StatusNet instance. #. TRANS: Less business/enterprise-oriented language for public sites. -#, fuzzy msgctxt "BUTTON" msgid "Send invite" -msgstr "Přeprošenja" +msgstr "Přeprošenje pósłać" #. TRANS: Message is used as link title. %s is a user nickname. #. TRANS: Title of API timeline for a user and friends. @@ -425,17 +419,15 @@ msgid "Unblock user failed." msgstr "Wotblokowanje wužiwarja je so njeporadźiło." #. TRANS: Client exception thrown when no conversation ID is given. -#, fuzzy msgid "No conversation ID." -msgstr "Konwersacija" +msgstr "Žadyn konwersaciski ID." #. TRANS: Client exception thrown when referring to a non-existing conversation ID (%d). -#, fuzzy, php-format +#, php-format msgid "No conversation with ID %d." -msgstr "Konwersacija" +msgstr "Žana konwersacija z ID %d." #. TRANS: Title for conversion timeline. -#, fuzzy msgctxt "TITLE" msgid "Conversation" msgstr "Konwersacija" @@ -750,9 +742,8 @@ msgstr "Alias njemóže samsne kaž přimjeno być." #. TRANS: Client error displayed when referring to a non-existing list. #. TRANS: Client error displayed trying to perform an action related to a non-existing list. #. TRANS: Client error displayed when referring to a non-existing list. -#, fuzzy msgid "List not found." -msgstr "Wužiwar njenamakany." +msgstr "Lisćina njenamakana." #. TRANS: Client error displayed when trying to update another user's list. msgid "You cannot update lists that do not belong to you." @@ -770,42 +761,36 @@ msgid "You cannot delete lists that do not belong to you." msgstr "" #. TRANS: Client error displayed when referring to a non-list member. -#, fuzzy msgid "The specified user is not a member of this list." -msgstr "Wužiwar njeje čłon skupiny." +msgstr "Podaty wužiwar njeje čłon tuteje lisćiny." #. TRANS: Client error displayed when trying to add members to a list without having the right to do so. -#, fuzzy msgid "You are not allowed to add members to this list." -msgstr "Njesměš skupiny na tutym sydle zhašeć." +msgstr "Njesměš tutej lisćinje čłonow přidać." #. TRANS: Client error displayed when trying to modify list members without specifying them. -#, fuzzy msgid "You must specify a member." -msgstr "Falowacy profil." +msgstr "Dyrbiš čłon podać." #. TRANS: Client error displayed when trying to remove members from a list without having the right to do so. -#, fuzzy msgid "You are not allowed to remove members from this list." -msgstr "Njesměš skupiny na tutym sydle zhašeć." +msgstr "Njesměš čłonow z tuteje lisćiny wotstronić." #. TRANS: Client error displayed when trying to remove a list member that is not part of a list. msgid "The user you are trying to remove from the list is not a member." msgstr "" #. TRANS: Client error displayed when trying to create a list without a name. -#, fuzzy msgid "A list must have a name." -msgstr "Póst za Atom dyrbi zapisk z Atoma być." +msgstr "Lisćina dyrbi mjeno měć." #. TRANS: Client error displayed when a membership check for a user is nagative. msgid "The specified user is not a subscriber of this list." msgstr "" #. TRANS: Client error displayed when trying to unsubscribe from a non-subscribed list. -#, fuzzy msgid "You are not subscribed to this list." -msgstr "Njejsy tón profil abonował." +msgstr "Njejsy tutu lisćinu abonował." #. TRANS: Client error displayed when uploading a media file has failed. msgid "Upload failed." @@ -1054,9 +1039,9 @@ msgstr "Aktualizacije z %1$s wot %2$s / %3$s faworizowane" #. TRANS: Server error displayed whe trying to get a timeline fails. #. TRANS: %s is the error message. -#, fuzzy, php-format +#, php-format msgid "Could not generate feed for list - %s" -msgstr "Njeje móžno było, přizjewjenske znamješko za %s wutworić" +msgstr "Njeje móžno było, kanal za tutu lisćinu wutworić - %s" #. TRANS: Title for timeline of most recent mentions of a user. #. TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname. @@ -1093,9 +1078,9 @@ msgstr "Do %s wospjetowany" #. TRANS: Subtitle for API action that shows most recent notices that are repeats in user's inbox. #. TRANS: %1$s is the sitename, %2$s is a user nickname, %3$s is a user profile name. -#, fuzzy, php-format +#, php-format msgid "%1$s notices that were to repeated to %2$s / %3$s." -msgstr "Aktualizacije z %1$s wot %2$s / %3$s faworizowane" +msgstr "%1$s - zdźělenki, kotrež su so na %2$s / %3$s wospjetowali" #. TRANS: Title of list of repeated notices of the logged in user. #. TRANS: %s is the nickname of the logged in user. @@ -1105,9 +1090,9 @@ msgstr "Wospjetowanja wot %s" #. TRANS: Subtitle of API time with retweets of me. #. TRANS: %1$s is the StatusNet sitename, %2$s is the user nickname, %3$s is the user profile name. -#, fuzzy, php-format +#, php-format msgid "%1$s notices that %2$s / %3$s has repeated." -msgstr "%1$s je zdźělenku %2$s jako faworit markěrował." +msgstr "%1$s - zdźělenki, kotrež %2$s / %3$s je wospjetował." #. TRANS: Title for timeline with lastest notices with a given tag. #. TRANS: %s is the tag. @@ -1221,9 +1206,8 @@ msgstr "Žane přimjeno abo žadyn ID." #. TRANS: Client error displayed trying to approve group membership while not logged in. #. TRANS: Client error displayed when trying to leave a group while not logged in. -#, fuzzy msgid "Must be logged in." -msgstr "Njepřizjewjeny." +msgstr "Dyrbiš přizjewjeny być." #. TRANS: Client error displayed trying to approve group membership while not a group administrator. #. TRANS: Client error displayed when trying to approve or cancel a group join request without @@ -1233,17 +1217,16 @@ msgstr "" #. TRANS: Client error displayed trying to approve group membership without specifying a profile to approve. #. TRANS: Client error displayed trying to approve subscriptionswithout specifying a profile to approve. -#, fuzzy msgid "Must specify a profile." -msgstr "Falowacy profil." +msgstr "Dyrbiš profil podać." #. TRANS: Client error displayed trying to approve group membership for a non-existing request. #. TRANS: %s is a nickname. #. TRANS: Client error displayed when trying to approve a non-existing group join request. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s is not in the moderation queue for this group." -msgstr "Lisćina wužiwarjow w tutej skupinje." +msgstr "%s w moderaciskej lisćinje za tutu skupinu njeje." #. TRANS: Client error displayed trying to approve/deny group membership. #. TRANS: Client error displayed trying to approve/deny subscription. diff --git a/locale/hu/LC_MESSAGES/statusnet.po b/locale/hu/LC_MESSAGES/statusnet.po index 441318e68b..5252d5643c 100644 --- a/locale/hu/LC_MESSAGES/statusnet.po +++ b/locale/hu/LC_MESSAGES/statusnet.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hu\n" @@ -2427,7 +2427,6 @@ msgstr "Nincs bejövő e-mail cím." #. TRANS: Server error thrown on database error removing incoming e-mail address. #. TRANS: Server error thrown on database error adding incoming e-mail address. #. TRANS: Server error displayed when the user could not be updated in SMS settings. -#, fuzzy msgid "Could not update user record." msgstr "Nem sikerült frissíteni a felhasználó rekordját." diff --git a/locale/ia/LC_MESSAGES/statusnet.po b/locale/ia/LC_MESSAGES/statusnet.po index 05d0a472cb..8cb75cc310 100644 --- a/locale/ia/LC_MESSAGES/statusnet.po +++ b/locale/ia/LC_MESSAGES/statusnet.po @@ -9,12 +9,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" @@ -5328,15 +5328,15 @@ msgstr "" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " "[StatusNet](http://status.net/) tool." msgstr "" "**%s** ha un conto in %%%%site.name%%%%, un servicio de [micro-blogging]" -"(http://en.wikipedia.org/wiki/Microblog) a base del software libere " -"[StatusNet](http://status.net/). " +"(http://ia.wikipedia.org/wiki/Microblog) a base del software libere " +"[StatusNet](http://status.net/)." #. TRANS: Link to the author of a repeated notice. %s is a linked nickname. #, php-format @@ -6182,7 +6182,6 @@ msgid "License" msgstr "Licentia" #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "StatusNet is free software: you can redistribute it and/or modify it under " "the terms of the GNU Affero General Public License as published by the Free " @@ -6192,10 +6191,9 @@ msgstr "" "StatusNet es software libere: vos pote redistribuer lo e/o modificar lo sub " "le conditiones del GNU Affero General Public License como publicate per le " "Free Software Foundation, o version 3 de iste licentia, o (a vostre " -"election) omne version plus recente. " +"election) omne version plus recente." #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " @@ -6205,7 +6203,7 @@ msgstr "" "Iste programma es distribuite in le sperantia que illo essera utile, ma SIN " "ALCUN GARANTIA; sin mesmo le garantia implicite de COMMERCIABILITATE o de " "USABILITATE PRO UN PARTICULAR SCOPO. Vide le GNU Affero General Public " -"License pro ulterior detalios. " +"License pro ulterior detalios." #. TRANS: Content part of StatusNet version page. #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html". diff --git a/locale/it/LC_MESSAGES/statusnet.po b/locale/it/LC_MESSAGES/statusnet.po index 68d63111a1..61f3fb25b1 100644 --- a/locale/it/LC_MESSAGES/statusnet.po +++ b/locale/it/LC_MESSAGES/statusnet.po @@ -15,12 +15,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" "Language-Team: Italian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: it\n" diff --git a/locale/ja/LC_MESSAGES/statusnet.po b/locale/ja/LC_MESSAGES/statusnet.po index 3c2efac940..27e3b0803e 100644 --- a/locale/ja/LC_MESSAGES/statusnet.po +++ b/locale/ja/LC_MESSAGES/statusnet.po @@ -15,12 +15,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" @@ -1959,7 +1959,7 @@ msgstr "はじめに" #. TRANS: Secondary navigation menu item leading to text about StatusNet site. msgctxt "MENU" msgid "About" -msgstr "" +msgstr "解説" msgid "About this site" msgstr "このサイトについて" @@ -3863,7 +3863,7 @@ msgstr "パブリックのタグを表示する。" #. TRANS: Submit button text on gallery action page. msgctxt "BUTTON" msgid "Go" -msgstr "" +msgstr "実行" #. TRANS: Message displayed for anonymous users on page that displays lists by a user. #. TRANS: This message contains Markdown links in the form [description](links). diff --git a/locale/ka/LC_MESSAGES/statusnet.po b/locale/ka/LC_MESSAGES/statusnet.po index 8627263b10..dec78d19a0 100644 --- a/locale/ka/LC_MESSAGES/statusnet.po +++ b/locale/ka/LC_MESSAGES/statusnet.po @@ -9,12 +9,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:04+0000\n" "Language-Team: Georgian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ka\n" diff --git a/locale/ko/LC_MESSAGES/statusnet.po b/locale/ko/LC_MESSAGES/statusnet.po index c130bd7a69..13e6c97419 100644 --- a/locale/ko/LC_MESSAGES/statusnet.po +++ b/locale/ko/LC_MESSAGES/statusnet.po @@ -11,12 +11,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ko\n" diff --git a/locale/mk/LC_MESSAGES/statusnet.po b/locale/mk/LC_MESSAGES/statusnet.po index 3a7a34d10e..7dd364c9c7 100644 --- a/locale/mk/LC_MESSAGES/statusnet.po +++ b/locale/mk/LC_MESSAGES/statusnet.po @@ -10,12 +10,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" @@ -5346,15 +5346,15 @@ msgstr "" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " "[StatusNet](http://status.net/) tool." msgstr "" "**%s** има сметка на %%%%site.name%%%%, мрежно место за [микроблогирање]" -"(http://mk.wikipedia.org/wiki/Микроблогирање) заснована на слободната " -"програмска алатка [StatusNet](http://status.net/). " +"(http://mk.wikipedia.org/wiki/Микроблогирање) засновано на слободната " +"програмска алатка [StatusNet](http://status.net/)." #. TRANS: Link to the author of a repeated notice. %s is a linked nickname. #, php-format @@ -6204,30 +6204,28 @@ msgid "License" msgstr "Лиценца" #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "StatusNet is free software: you can redistribute it and/or modify it under " "the terms of the GNU Affero General Public License as published by the Free " "Software Foundation, either version 3 of the License, or (at your option) " "any later version." msgstr "" -"StatusNet е слободен програм: можете да го редистрибуирате и/или менувате " +"StatusNet е слободен програм: можете да го распространувате и/или менувате " "под условите на Општата јавна лиценца ГНУ Аферо според одредбите на " -"Фондацијата за слободна програмска опрема, верзија 3 на лиценцата, или (по " -"Ваш избор) било која подоцнежна верзија. " +"Фондацијата за слободна програмска опрема, верзија 3 на Лиценцата, или (по " +"Ваш избор) било која понова верзија." #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " "FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License " "for more details." msgstr "" -"Овој програм е дистрибуиран со надеж дека ќе биде од корист, но БЕЗ БИЛО " +"Овој програм се распространува со надеж дека ќе биде од корист, но БЕЗ БИЛО " "КАКВА ГАРАНЦИЈА; дури и без подразбирливата гаранција за ПАЗАРНА ПРОДАЖНОСТ " -"или ПОГОДНОСТ ЗА ОПРЕДЕЛЕНА ЦЕЛ. Погледајте ја Општата јавна лиценца ГНУ " -"Аферо за повеќе подробности. " +"или ПОГОДНОСТ ЗА ОПРЕДЕЛЕНА ЦЕЛ. Погледајте ја Општата јавна лиценца ГНУ " +"Аферо за повеќе подробности." #. TRANS: Content part of StatusNet version page. #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html". diff --git a/locale/ml/LC_MESSAGES/statusnet.po b/locale/ml/LC_MESSAGES/statusnet.po index 86d141877a..9505e3dfd9 100644 --- a/locale/ml/LC_MESSAGES/statusnet.po +++ b/locale/ml/LC_MESSAGES/statusnet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:12+0000\n" "Language-Team: Malayalam \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ml\n" diff --git a/locale/nb/LC_MESSAGES/statusnet.po b/locale/nb/LC_MESSAGES/statusnet.po index f8dd6b7e44..1b6d52b053 100644 --- a/locale/nb/LC_MESSAGES/statusnet.po +++ b/locale/nb/LC_MESSAGES/statusnet.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:24+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/locale/nl/LC_MESSAGES/statusnet.po b/locale/nl/LC_MESSAGES/statusnet.po index 868156a8d4..8de69aba90 100644 --- a/locale/nl/LC_MESSAGES/statusnet.po +++ b/locale/nl/LC_MESSAGES/statusnet.po @@ -13,12 +13,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:20+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/locale/pl/LC_MESSAGES/statusnet.po b/locale/pl/LC_MESSAGES/statusnet.po index 9b26abc3bf..8abf17e158 100644 --- a/locale/pl/LC_MESSAGES/statusnet.po +++ b/locale/pl/LC_MESSAGES/statusnet.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:26+0000\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" @@ -22,7 +22,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/locale/pt/LC_MESSAGES/statusnet.po b/locale/pt/LC_MESSAGES/statusnet.po index c9c7d35db6..2fb69dcd0c 100644 --- a/locale/pt/LC_MESSAGES/statusnet.po +++ b/locale/pt/LC_MESSAGES/statusnet.po @@ -19,12 +19,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:14+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:29+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/locale/pt_BR/LC_MESSAGES/statusnet.po b/locale/pt_BR/LC_MESSAGES/statusnet.po index 2148d586a2..ef0f84ddcc 100644 --- a/locale/pt_BR/LC_MESSAGES/statusnet.po +++ b/locale/pt_BR/LC_MESSAGES/statusnet.po @@ -16,13 +16,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:31+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/locale/ru/LC_MESSAGES/statusnet.po b/locale/ru/LC_MESSAGES/statusnet.po index 68eaf72112..832f920db6 100644 --- a/locale/ru/LC_MESSAGES/statusnet.po +++ b/locale/ru/LC_MESSAGES/statusnet.po @@ -19,12 +19,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" @@ -7970,7 +7970,7 @@ msgstr "Показать все группы, в которых вы наход #. TRANS: Menu item title in personal group navigation menu. #. TRANS: %s is a username. msgid "Back to top" -msgstr "" +msgstr "Вернуться вверх" #. TRANS: Client exception 406 msgid "This page is not available in a media type you accept" @@ -9544,10 +9544,9 @@ msgstr[1] "Это нравится %%s." msgstr[2] "Это нравится %%s." #. TRANS: List message for notice repeated by logged in user. -#, fuzzy msgctxt "REPEATLIST" msgid "You repeated this." -msgstr "Вы уже повторили эту запись." +msgstr "Повторите это." #. TRANS: List message for when more than 4 people repeat something. #. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice. diff --git a/locale/statusnet.pot b/locale/statusnet.pot index f4b58c0ddd..43e239297b 100644 --- a/locale/statusnet.pot +++ b/locale/statusnet.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/locale/sv/LC_MESSAGES/statusnet.po b/locale/sv/LC_MESSAGES/statusnet.po index 8d7ff31c1a..b49c7f2780 100644 --- a/locale/sv/LC_MESSAGES/statusnet.po +++ b/locale/sv/LC_MESSAGES/statusnet.po @@ -15,12 +15,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:35+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/locale/te/LC_MESSAGES/statusnet.po b/locale/te/LC_MESSAGES/statusnet.po index 1d83434dc2..fcc1c09715 100644 --- a/locale/te/LC_MESSAGES/statusnet.po +++ b/locale/te/LC_MESSAGES/statusnet.po @@ -10,12 +10,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:37+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/locale/tl/LC_MESSAGES/statusnet.po b/locale/tl/LC_MESSAGES/statusnet.po index ec4dbbc9a6..a1d2555322 100644 --- a/locale/tl/LC_MESSAGES/statusnet.po +++ b/locale/tl/LC_MESSAGES/statusnet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:38+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/locale/uk/LC_MESSAGES/statusnet.po b/locale/uk/LC_MESSAGES/statusnet.po index 4cd9a037e5..836f42ddab 100644 --- a/locale/uk/LC_MESSAGES/statusnet.po +++ b/locale/uk/LC_MESSAGES/statusnet.po @@ -12,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:40+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/locale/zh_CN/LC_MESSAGES/statusnet.po b/locale/zh_CN/LC_MESSAGES/statusnet.po index 7bb82801cd..24bc292aa2 100644 --- a/locale/zh_CN/LC_MESSAGES/statusnet.po +++ b/locale/zh_CN/LC_MESSAGES/statusnet.po @@ -18,13 +18,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:42+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/APC/locale/APC.pot b/plugins/APC/locale/APC.pot index 719b908d8e..db59a4ac8d 100644 --- a/plugins/APC/locale/APC.pot +++ b/plugins/APC/locale/APC.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/APC/locale/ast/LC_MESSAGES/APC.po b/plugins/APC/locale/ast/LC_MESSAGES/APC.po index 5f7194e3de..dc01740497 100644 --- a/plugins/APC/locale/ast/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ast/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po b/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po index d5834616b2..e07bb60c30 100644 --- a/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/APC/locale/br/LC_MESSAGES/APC.po b/plugins/APC/locale/br/LC_MESSAGES/APC.po index f2461eec16..9b6a615459 100644 --- a/plugins/APC/locale/br/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/br/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/APC/locale/de/LC_MESSAGES/APC.po b/plugins/APC/locale/de/LC_MESSAGES/APC.po index 1f3d0505ef..91236152f3 100644 --- a/plugins/APC/locale/de/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/de/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/APC/locale/es/LC_MESSAGES/APC.po b/plugins/APC/locale/es/LC_MESSAGES/APC.po index 954baf83bd..f0f967ac7e 100644 --- a/plugins/APC/locale/es/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/es/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/APC/locale/fr/LC_MESSAGES/APC.po b/plugins/APC/locale/fr/LC_MESSAGES/APC.po index 51463b9c32..bf96d0cab9 100644 --- a/plugins/APC/locale/fr/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/fr/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/APC/locale/gl/LC_MESSAGES/APC.po b/plugins/APC/locale/gl/LC_MESSAGES/APC.po index 241a0a4516..9c34385c86 100644 --- a/plugins/APC/locale/gl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/gl/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/APC/locale/he/LC_MESSAGES/APC.po b/plugins/APC/locale/he/LC_MESSAGES/APC.po index 802ced65a5..0666987de1 100644 --- a/plugins/APC/locale/he/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/he/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:35+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/APC/locale/ia/LC_MESSAGES/APC.po b/plugins/APC/locale/ia/LC_MESSAGES/APC.po index f2b381a728..0549baabd1 100644 --- a/plugins/APC/locale/ia/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ia/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:35+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/APC/locale/id/LC_MESSAGES/APC.po b/plugins/APC/locale/id/LC_MESSAGES/APC.po index 38226e3747..c9719f7f5c 100644 --- a/plugins/APC/locale/id/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/id/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:35+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/APC/locale/mk/LC_MESSAGES/APC.po b/plugins/APC/locale/mk/LC_MESSAGES/APC.po index 331a52e812..9f9023205f 100644 --- a/plugins/APC/locale/mk/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/mk/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:35+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/APC/locale/ms/LC_MESSAGES/APC.po b/plugins/APC/locale/ms/LC_MESSAGES/APC.po index b820395335..7c7e2fd420 100644 --- a/plugins/APC/locale/ms/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ms/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:35+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/APC/locale/nb/LC_MESSAGES/APC.po b/plugins/APC/locale/nb/LC_MESSAGES/APC.po index e15c8d2ccd..6644460e8d 100644 --- a/plugins/APC/locale/nb/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/nb/LC_MESSAGES/APC.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/APC/locale/nl/LC_MESSAGES/APC.po b/plugins/APC/locale/nl/LC_MESSAGES/APC.po index 984ab4f292..a22c95d669 100644 --- a/plugins/APC/locale/nl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/nl/LC_MESSAGES/APC.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/APC/locale/pl/LC_MESSAGES/APC.po b/plugins/APC/locale/pl/LC_MESSAGES/APC.po index 9abd71f815..48493f6ada 100644 --- a/plugins/APC/locale/pl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/pl/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/APC/locale/pt/LC_MESSAGES/APC.po b/plugins/APC/locale/pt/LC_MESSAGES/APC.po index 0e6c00f3da..2bb3c52319 100644 --- a/plugins/APC/locale/pt/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/pt/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po b/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po index de5916c7ae..fbceb1738e 100644 --- a/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/APC/locale/ru/LC_MESSAGES/APC.po b/plugins/APC/locale/ru/LC_MESSAGES/APC.po index 0055bba4b2..e6587fef75 100644 --- a/plugins/APC/locale/ru/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ru/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/APC/locale/tl/LC_MESSAGES/APC.po b/plugins/APC/locale/tl/LC_MESSAGES/APC.po index cd21c951a6..258b719ef8 100644 --- a/plugins/APC/locale/tl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/tl/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/APC/locale/uk/LC_MESSAGES/APC.po b/plugins/APC/locale/uk/LC_MESSAGES/APC.po index 1a7ffee35f..2ae65cd5b2 100644 --- a/plugins/APC/locale/uk/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/uk/LC_MESSAGES/APC.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po b/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po index d4cc7f0870..aa11f84f84 100644 --- a/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/AccountManager/locale/AccountManager.pot b/plugins/AccountManager/locale/AccountManager.pot index 5ec5f353c1..2ce68edd24 100644 --- a/plugins/AccountManager/locale/AccountManager.pot +++ b/plugins/AccountManager/locale/AccountManager.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/AccountManager/locale/af/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/af/LC_MESSAGES/AccountManager.po index 5f9cc3ceb7..b1b60da170 100644 --- a/plugins/AccountManager/locale/af/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/af/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:15+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: af\n" diff --git a/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po index 0d36cf6891..1655955e15 100644 --- a/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po index d23679a60b..d01eb8e0ad 100644 --- a/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po index e53667ebb0..37a1a9d00d 100644 --- a/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po new file mode 100644 index 0000000000..2d76c495a5 --- /dev/null +++ b/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po @@ -0,0 +1,30 @@ +# Translation of StatusNet - AccountManager to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Erchache2000 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - AccountManager\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-accountmanager\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"The Account Manager plugin implements the Account Manager specification." +msgstr "" +"El plugin Account Manager implementa la especificación de la cuenta " +"Administrador." diff --git a/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po index fcbaa0d56f..a0e07f6ea2 100644 --- a/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po index 274f6cd7a5..f63dd03b1e 100644 --- a/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po index 9d6c3c6360..dcd998e2fd 100644 --- a/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po index 6ca08745c0..b45ea4f934 100644 --- a/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:17+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po index 5b2af0f498..e74a7b4f15 100644 --- a/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:17+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po index 8131511e93..44fd9be669 100644 --- a/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:17+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po index 80c796323f..860022797c 100644 --- a/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:17+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po index 1eb7ebda72..5325ad60bb 100644 --- a/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:17+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po index 773eef56c2..43d744924b 100644 --- a/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:17+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po index a85841d139..5be07d0824 100644 --- a/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:18+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po index a877755034..8da244c330 100644 --- a/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:18+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po index fc7e7675d8..1f936f9379 100644 --- a/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:18+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po index 4f82b62870..61b5fdc8ca 100644 --- a/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:18+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po index cc76a63bef..df3b6313d2 100644 --- a/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:19+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Activity/locale/Activity.pot b/plugins/Activity/locale/Activity.pot index 70a3e9fc86..6cf724b342 100644 --- a/plugins/Activity/locale/Activity.pot +++ b/plugins/Activity/locale/Activity.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po index 784f8abe02..cd10ba5bc0 100644 --- a/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:20+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po index 868956b055..68946047bd 100644 --- a/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:20+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Activity/locale/de/LC_MESSAGES/Activity.po b/plugins/Activity/locale/de/LC_MESSAGES/Activity.po index 0184f9e27e..681bfa938c 100644 --- a/plugins/Activity/locale/de/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/de/LC_MESSAGES/Activity.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:20+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Activity/locale/es/LC_MESSAGES/Activity.po b/plugins/Activity/locale/es/LC_MESSAGES/Activity.po new file mode 100644 index 0000000000..0ae9da68a4 --- /dev/null +++ b/plugins/Activity/locale/es/LC_MESSAGES/Activity.po @@ -0,0 +1,119 @@ +# Translation of StatusNet - Activity to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Erchache2000 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Activity\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:20+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-activity\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Text for "joined list" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group home URL, %4$s is a group name. +#. TRANS: Text for "joined group" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group URL, %4$s is a group name. +#, php-format +msgid "%2$s joined the group %4$s." +msgstr "%2$s se unió al grupo %4$s." + +#. TRANS: Text for "started following" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a profile URL, %4$s is a profile name. +#, php-format +msgid "%2$s started following %4$s." +msgstr "%2$s empieza a seguir %4$s." + +#. TRANS: Text for "started following" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a profile name, %4$s is a profile URL. +#, php-format +msgid "%1$s (%2$s) started following %3$s (%4$s)." +msgstr "%1$s (%2$s) empieza a seguir %3$s (%4$s)." + +#. TRANS: Text for "stopped following" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a profile URL, %4$s is a profile name. +#, php-format +msgid "%2$s stopped following %4$s." +msgstr "%2$s deja de seguir %4$s." + +#. TRANS: Text for "stopped following" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a profile name, %4$s is a profile URL. +#, php-format +msgid "%1$s (%2$s) stopped following %3$s (%4$s)." +msgstr "%1$s (%2$s) deja de seguir %3$s (%4$s)." + +#. TRANS: Text for "liked" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a notice URL, %4$s is an author name. +#, php-format +msgid "%2$s liked %4$s's update." +msgstr "" +"%2$s le gusta %4$s's actualizaciones." + +#. TRANS: Text for "liked" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is an author name, %4$s is a notice URL. +#, php-format +msgid "%1$s (%2$s) liked %3$s's status (%4$s)." +msgstr "%1$s (%2$s) le gusta el estado de %3$s's (%4$s)." + +#. TRANS: Text for "stopped liking" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a notice URL, %4$s is an author name. +#, php-format +msgid "" +"%2$s stopped liking %4$s's update." +msgstr "" +"%2$s deja de seguir las actualizaciones de %4$s." + +#. TRANS: Text for "stopped liking" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is an author name, %4$s is a notice URL. +#, php-format +msgid "%1$s (%2$s) stopped liking %3$s's status (%4$s)." +msgstr "%1$s( %2$s ) dejó de seguir el estado de %3$s ( %4$s )." + +#. TRANS: Text for "joined group" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a group name, %4$s is a group URL. +#, php-format +msgid "%1$s (%2$s) joined the group %3$s (%4$s)." +msgstr "%1$s( %2$s ) se unió al grupo %3$s ( %4$s )." + +#. TRANS: Text for "left group" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group URL, %4$s is a group name. +#, php-format +msgid "%2$s left the group %4$s." +msgstr "%2$s deja al grupo %4$s." + +#. TRANS: Text for "left group" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a group name, %4$s is a group URL. +#, php-format +msgid "%1$s (%2$s) left the group %3$s (%4$s)." +msgstr "%1$s( %2$s ) deja al grupo %3$s ( %4$s )." + +#. TRANS: Plugin description. +msgid "Emits notices when social activities happen." +msgstr "Emite mensajes cuando se producen actividades sociales." diff --git a/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po b/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po index 5a1e22c806..ea7de3e042 100644 --- a/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:20+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po b/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po index c8b3430832..16ce3f9c87 100644 --- a/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:21+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po index 9e41643a86..c56bfc2234 100644 --- a/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:21+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po b/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po index 1ad50eb8e6..5c74a071bd 100644 --- a/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:21+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po b/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po index 8015cbf599..f21bf4aad2 100644 --- a/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:21+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po index 2b0c273fa5..4f66a65457 100644 --- a/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:21+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Adsense/locale/Adsense.pot b/plugins/Adsense/locale/Adsense.pot index 24a7ab107a..3272a54ff8 100644 --- a/plugins/Adsense/locale/Adsense.pot +++ b/plugins/Adsense/locale/Adsense.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po index ccca4b64a3..799d9e0cc4 100644 --- a/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:22+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po index c32bd122c0..974a7de8f5 100644 --- a/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:23+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po index 4160896f55..d9b6b7e035 100644 --- a/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:23+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po index bdf598e183..1db4be7ff3 100644 --- a/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:23+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po index 811d113ee1..b569702274 100644 --- a/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Adsense to Spanish (Español) # Exported from translatewiki.net # +# Author: Erchache2000 # Author: Translationista # -- # This file is distributed under the same license as the StatusNet package. @@ -9,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:23+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" @@ -27,7 +28,6 @@ msgid "AdSense configuration" msgstr "Configuración de \"AdSense\"" #. TRANS: Menu item for site administration -#, fuzzy msgctxt "MENU" msgid "AdSense" msgstr "AdSense" @@ -50,7 +50,6 @@ msgid "Client ID" msgstr "ID de cliente" #. TRANS: Field title in AdSense administration panel. -#, fuzzy msgid "Google client ID." msgstr "ID de cliente de Google" @@ -59,7 +58,6 @@ msgid "Ad script URL" msgstr "URL del script del anuncio" #. TRANS: Field title in AdSense administration panel. -#, fuzzy msgid "Script URL (advanced)." msgstr "URL del script (avanzado)" @@ -68,7 +66,6 @@ msgid "Medium rectangle" msgstr "Rectángulo mediano" #. TRANS: Field title in AdSense administration panel. -#, fuzzy msgid "Medium rectangle slot code." msgstr "Código de espacio de rectángulo mediano" @@ -77,7 +74,6 @@ msgid "Rectangle" msgstr "Rectángulo" #. TRANS: Field title in AdSense administration panel. -#, fuzzy msgid "Rectangle slot code." msgstr "Código de espacio de rectángulo" @@ -100,12 +96,10 @@ msgid "Wide skyscraper slot code." msgstr "Código de espacio de banderola rascacielos ancha" #. TRANS: Button text to save settings in AdSense administration panel. -#, fuzzy msgctxt "BUTTON" msgid "Save" msgstr "Guardar" #. TRANS: Button title to save settings in AdSense administration panel. -#, fuzzy msgid "Save AdSense settings." -msgstr "Guardar la configuración de AdSense" +msgstr "Guardar configuración de AdSense." diff --git a/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po index b5492d8ca6..a0b03b4c2c 100644 --- a/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:23+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po index 4ce6d7a4f7..02a1b27818 100644 --- a/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:24+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po index 27d30bde7e..ad8c5aaa55 100644 --- a/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:24+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po index 3279f58cb4..aabb3752c5 100644 --- a/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:24+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po index fb59098e37..0dab3c9f05 100644 --- a/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:24+0000\n" "Language-Team: Italian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: it\n" diff --git a/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po index d8bfa3e498..389ed49443 100644 --- a/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:24+0000\n" "Language-Team: Georgian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ka\n" diff --git a/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po index ed091dc0c7..e06a63a40a 100644 --- a/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:24+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po index 3508bc4e1f..52339b44c9 100644 --- a/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:25+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po index e01a7ee879..cf70d6ebed 100644 --- a/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:25+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po index ed1754b33b..1080213945 100644 --- a/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:25+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po index 83b8cde35c..19e6120205 100644 --- a/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:25+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po index a68b7839f0..264c91c463 100644 --- a/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:26+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po index f6aa74b6e3..1d43092425 100644 --- a/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:27+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po index bf1f491ba4..5ac8945287 100644 --- a/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:27+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po index 1362868ebb..bb20c17761 100644 --- a/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:27+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po index 8216363ef3..0815d73f23 100644 --- a/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:27+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po index f5ec101ade..9776566a4e 100644 --- a/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:27+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Aim/locale/Aim.pot b/plugins/Aim/locale/Aim.pot index 7cba41d9af..21b897ed2e 100644 --- a/plugins/Aim/locale/Aim.pot +++ b/plugins/Aim/locale/Aim.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Aim/locale/af/LC_MESSAGES/Aim.po b/plugins/Aim/locale/af/LC_MESSAGES/Aim.po index 59198a21ae..d4f3d6e6f5 100644 --- a/plugins/Aim/locale/af/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/af/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:28+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: af\n" diff --git a/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po b/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po index 7f323cb982..18c8d53e48 100644 --- a/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:28+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Aim/locale/de/LC_MESSAGES/Aim.po b/plugins/Aim/locale/de/LC_MESSAGES/Aim.po index d440a8e550..34fa8b51d4 100644 --- a/plugins/Aim/locale/de/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/de/LC_MESSAGES/Aim.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:28+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Aim/locale/es/LC_MESSAGES/Aim.po b/plugins/Aim/locale/es/LC_MESSAGES/Aim.po index dc799d378d..b95d768ac9 100644 --- a/plugins/Aim/locale/es/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/es/LC_MESSAGES/Aim.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Aim to Spanish (Español) # Exported from translatewiki.net # +# Author: Erchache2000 # Author: Od1n # Author: Plaxed # -- @@ -10,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" @@ -25,7 +26,7 @@ msgstr "" #. TRANS: No idea what the use case for this message is. msgid "Send me a message to post a notice" -msgstr "" +msgstr "Enviarme un mensaje para publicar un aviso" #. TRANS: Display name. msgid "AIM" @@ -43,3 +44,5 @@ msgstr "Debe especificar una contraseña." msgid "" "The AIM plugin allows users to send and receive notices over the AIM network." msgstr "" +"El plugin AIM permite a los usuarios enviar y recibir mensajes de una red " +"AIM." diff --git a/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po b/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po index fb0e06f7a2..7c86ab1cdb 100644 --- a/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po b/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po index 051b64c260..94e1d3aadf 100644 --- a/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po b/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po index 801a44d78d..86c288266c 100644 --- a/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po index 95c26d63ff..fbdcdd607f 100644 --- a/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po b/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po index 4b82343d1c..589703f2be 100644 --- a/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po b/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po index e9d9c20f7e..e56954280e 100644 --- a/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po b/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po index 6725a7de51..c43ab1e39e 100644 --- a/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po index 89787b6742..e6a4611ddf 100644 --- a/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po b/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po index d6a1cb4469..8135074eb9 100644 --- a/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po b/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po index f3c219c86c..f8c6bd28ba 100644 --- a/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po index 09316fe55a..160efc9114 100644 --- a/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po b/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po index 505650e126..07fb1cdd67 100644 --- a/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:30+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/AnonymousFave/locale/AnonymousFave.pot b/plugins/AnonymousFave/locale/AnonymousFave.pot index 71e686df46..0f22ab7185 100644 --- a/plugins/AnonymousFave/locale/AnonymousFave.pot +++ b/plugins/AnonymousFave/locale/AnonymousFave.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/AnonymousFave/locale/ar/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/ar/LC_MESSAGES/AnonymousFave.po index 6621b85306..1e11a27951 100644 --- a/plugins/AnonymousFave/locale/ar/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/ar/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:31+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po index 091cdb1ed8..08df762bd8 100644 --- a/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:31+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po index 0836e49cce..84bcbd7fd6 100644 --- a/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:31+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po index 2af3cf69e3..fe01f04c86 100644 --- a/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:32+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po index fb037990da..7294c1fb6a 100644 --- a/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:32+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po index 7407ddc74e..f4d47ba3f5 100644 --- a/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po @@ -1,6 +1,7 @@ # Translation of StatusNet - AnonymousFave to Spanish (Español) # Exported from translatewiki.net # +# Author: Erchache2000 # Author: Locos epraix # Author: Translationista # -- @@ -10,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:32+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" @@ -25,13 +26,13 @@ msgstr "" #. TRANS: Server exception. #. TRANS: %d is the notice ID (number). -#, fuzzy, php-format +#, php-format msgid "Could not update favorite tally for notice ID %d." -msgstr "No se pudo actualizar el la cuenta favorita para el mensaje de ID %d." +msgstr "No se pudo actualizar la cuenta favorita para el mensaje de ID %d." #. TRANS: Server exception. #. TRANS: %d is the notice ID (number). -#, fuzzy, php-format +#, php-format msgid "Could not create favorite tally for notice ID %d." msgstr "No se pudo crear una cuenta favorita para el mensaje de ID %d." @@ -64,9 +65,8 @@ msgid "Favored" msgstr "Favorito" #. TRANS: Server exception. -#, fuzzy msgid "Could not create anonymous user session." -msgstr "No se pudo crear sesión de usuario anónimo." +msgstr "No se pudo crear la sesión de usuario anónimo." #. TRANS: Plugin description. msgid "Allow anonymous users to favorite notices." diff --git a/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po index 3a981e6cbd..008965362e 100644 --- a/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:32+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po index df06ae6653..46c3fc7128 100644 --- a/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:32+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po index 959b187bd1..bb80190f80 100644 --- a/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:32+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po index 9e988b69a5..e250097ae1 100644 --- a/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:33+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po index b9ac722c24..1267362a05 100644 --- a/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:33+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po index e4e3c85331..36993630e8 100644 --- a/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:33+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po index 181fa64eeb..dcc0cdb335 100644 --- a/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:33+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po index 8165b7a4c2..8f3e20f2f8 100644 --- a/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:33+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ApiLogger/locale/ApiLogger.pot b/plugins/ApiLogger/locale/ApiLogger.pot index 424f0325c7..ed0bab6c4d 100644 --- a/plugins/ApiLogger/locale/ApiLogger.pot +++ b/plugins/ApiLogger/locale/ApiLogger.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po index c960f41c9d..2a56fa7745 100644 --- a/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po index 446291f515..b428216615 100644 --- a/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po new file mode 100644 index 0000000000..f90a23ca26 --- /dev/null +++ b/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - ApiLogger to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Erchache2000 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ApiLogger\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-apilogger\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Allows random sampling of API requests." +msgstr "Permite un muestreo aleatorio de las solicitudes de API." diff --git a/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po index 8fd81bce3d..9a007beb4a 100644 --- a/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po index a1f624e936..b5f2b07743 100644 --- a/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po index 5556dbbc35..e4c350f1eb 100644 --- a/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po index ecaf2c8574..bf1e7ed390 100644 --- a/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po index 3c060f59d6..bdb12d4f6b 100644 --- a/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" "Language-Team: Colognian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ksh\n" diff --git a/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po index d74fa95dd6..1329d5d6f2 100644 --- a/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po index a6abb2ad30..3b225ace2a 100644 --- a/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po index 88214ac489..e09a3eb7be 100644 --- a/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po index d4a09eb9f7..0b76f17478 100644 --- a/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po index 1b94dc17d4..1699652d87 100644 --- a/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po index 861fb369dd..5ecc27508a 100644 --- a/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/AutoSandbox/locale/AutoSandbox.pot b/plugins/AutoSandbox/locale/AutoSandbox.pot index c874d5e64d..c05bd3128e 100644 --- a/plugins/AutoSandbox/locale/AutoSandbox.pot +++ b/plugins/AutoSandbox/locale/AutoSandbox.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po index b138a3d531..c2a6376d31 100644 --- a/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:41+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po index df1a9d77f1..72b51ef7d0 100644 --- a/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:41+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po index 8420980512..ab3c3bd6b2 100644 --- a/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:41+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po index b0f165f569..40b5312c65 100644 --- a/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po @@ -1,6 +1,7 @@ # Translation of StatusNet - AutoSandbox to Spanish (Español) # Exported from translatewiki.net # +# Author: Erchache2000 # Author: Translationista # -- # This file is distributed under the same license as the StatusNet package. @@ -9,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:41+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" @@ -37,12 +38,12 @@ msgstr "" #. TRANS: User instructions after registration. #. TRANS: %s is a clickable e-mailaddress. -#, fuzzy, php-format +#, php-format msgid "" "Note you will initially be \"sandboxed\" so your posts will not appear in " "the public timeline. Send a message to %s to speed up the unsandboxing " "process." msgstr "" "Ten en cuenta que inicialmente serás enviado a la zona de pruebas, así que " -"tus mensajes no aparecerán en la línea temporal pública. Envía un mensaje a " -"$contactlink para acelerar el proceso de exclusión de la zona de pruebas." +"tus mensajes no aparecerán en la línea temporal pública. Envía un mensaje a %" +"s para acelerar el proceso de exclusión de la zona de pruebas." diff --git a/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po index 39f98a187d..01cf38080d 100644 --- a/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:41+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po index 99398de022..c81db16f26 100644 --- a/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po index ba921ccb15..ede75e17e3 100644 --- a/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po index 87b55e1eb9..206b0aff55 100644 --- a/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po index 3f0bc8d5bd..b24d1798e3 100644 --- a/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po index f4481ad914..5b0061abf7 100644 --- a/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po index 9278bc7917..08091c2d60 100644 --- a/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po index 8ac714bd06..533e71a86c 100644 --- a/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po index 07d2be274a..2844df492a 100644 --- a/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Autocomplete/locale/Autocomplete.pot b/plugins/Autocomplete/locale/Autocomplete.pot index 3401864501..10fe013ec2 100644 --- a/plugins/Autocomplete/locale/Autocomplete.pot +++ b/plugins/Autocomplete/locale/Autocomplete.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Autocomplete/locale/ar/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ar/LC_MESSAGES/Autocomplete.po index 23f8751311..9daf03c868 100644 --- a/plugins/Autocomplete/locale/ar/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ar/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po index 2c4f7365d7..29782bed55 100644 --- a/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po index 29599689cc..8f78fdd393 100644 --- a/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po index 495e472f37..1de7cee607 100644 --- a/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po index 1a77011a95..f35ce79940 100644 --- a/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Autocomplete to Spanish (Español) # Exported from translatewiki.net # +# Author: Erchache2000 # Author: Od1n # -- # This file is distributed under the same license as the StatusNet package. @@ -9,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" @@ -24,7 +25,7 @@ msgstr "" #. TRANS: Plugin description. msgid "The autocomplete plugin adds autocompletion for @ replies." -msgstr "" +msgstr "El plugin de Autocompletar agrega autocompletado para @ respuestas." #. TRANS: Client exception in autocomplete plugin. msgid "Access forbidden." diff --git a/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po index 8a9a42944a..17e4ac7be7 100644 --- a/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po index 30d95c40e7..e217adf264 100644 --- a/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po index 6a6d9930df..a988f23e06 100644 --- a/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po index 3d99218e4c..80cb43351b 100644 --- a/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po index 80a62a60f4..780c6cae77 100644 --- a/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po index 5cfd443680..01b30cc46a 100644 --- a/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po index c72833e6b5..0cf0a9269c 100644 --- a/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po index ce7f736fdb..154c27ae5d 100644 --- a/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po index a85624293d..855e8b95bb 100644 --- a/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po index 5039a6a6cb..299da86976 100644 --- a/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po index 071c4ab00a..793eee6b6c 100644 --- a/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po index 817d24bddd..32ded75ff2 100644 --- a/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Awesomeness/locale/Awesomeness.pot b/plugins/Awesomeness/locale/Awesomeness.pot index 0f8a2a071b..fa15527835 100644 --- a/plugins/Awesomeness/locale/Awesomeness.pot +++ b/plugins/Awesomeness/locale/Awesomeness.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po index 9485be5955..3fbaca9a33 100644 --- a/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po index f578f0ef1d..3ab386d9f6 100644 --- a/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po new file mode 100644 index 0000000000..5c633ed85e --- /dev/null +++ b/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po @@ -0,0 +1,30 @@ +# Translation of StatusNet - Awesomeness to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Erchache2000 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Awesomeness\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-awesomeness\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description for a sample plugin. +msgid "" +"The Awesomeness plugin adds additional awesomeness to a StatusNet " +"installation." +msgstr "" +"El plugin Awsomeness añade información adicional a una instalación StatusNet." diff --git a/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po index 9802873583..444e957ea8 100644 --- a/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po index 891325a62c..8774a0c62f 100644 --- a/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po index c8e15d8313..fdbd414d37 100644 --- a/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po index 4782343f9c..9732dbcfcb 100644 --- a/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po index 45a710f8d5..8f4c79603d 100644 --- a/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:44+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po index c5b7ede132..6818bd2e95 100644 --- a/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:44+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po index 8606977cff..dfd7e85a91 100644 --- a/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:44+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po index ed6182e95c..3276d526f6 100644 --- a/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:44+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po index 523f382526..4a7a24c76a 100644 --- a/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:44+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po index 354a207a26..0f9903c1cb 100644 --- a/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:45+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po index 52a6cf2d19..6321990723 100644 --- a/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:45+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/BitlyUrl/locale/BitlyUrl.pot b/plugins/BitlyUrl/locale/BitlyUrl.pot index cddd678a15..ed48620f72 100644 --- a/plugins/BitlyUrl/locale/BitlyUrl.pot +++ b/plugins/BitlyUrl/locale/BitlyUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po index 35760986c4..453e395651 100644 --- a/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:46+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po index 9eaf4ad3c2..b697c4e525 100644 --- a/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:46+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po index cf911a3c9b..924a5b28f0 100644 --- a/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:46+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po index e1cad4db23..7b54a62f69 100644 --- a/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po @@ -1,6 +1,9 @@ # Translation of StatusNet - BitlyUrl to Spanish (Español) -# Expored from translatewiki.net +# Exported from translatewiki.net # +# Author: Erchache2000 +# Author: Od1n +# Author: Plaxed # Author: Translationista # -- # This file is distributed under the same license as the StatusNet package. @@ -9,72 +12,86 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-10-09 14:04+0000\n" -"PO-Revision-Date: 2010-10-09 14:07:16+0000\n" -"Language-Team: Spanish \n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:46+0000\n" +"Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2010-10-03 20:54:25+0000\n" -"X-Generator: MediaWiki 1.17alpha (r74529); Translate extension (2010-09-17)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: BitlyUrlPlugin.php:48 -#, fuzzy -msgid "You must specify a serviceUrl for bit.ly shortening." -msgstr "Debes especificar un serviceUrl." - -#: BitlyUrlPlugin.php:171 -#, php-format -msgid "Uses %1$s URL-shortener service." -msgstr "" -"Utiliza el servicio de acortamiento de URL %1$s." - -#: BitlyUrlPlugin.php:212 -msgid "bit.ly" -msgstr "" - -#: BitlyUrlPlugin.php:213 bitlyadminpanelaction.php:54 +#. TRANS: Title of administration panel. msgid "bit.ly URL shortening" -msgstr "" +msgstr "acortamiento de URL bit.ly" -#: bitlyadminpanelaction.php:65 +#. TRANS: Instructions for administration panel. +#. TRANS: This message contains Markdown links in the form [decsription](link). msgid "" "URL shortening with bit.ly requires [a bit.ly account and API key](http://" "bit.ly/a/your_api_key). This verifies that this is an authorized account, " "and allow you to use bit.ly's tracking features and custom domains." msgstr "" +"URL acortado con bit.ly requiere [cuenta bit.ly y API key](http://bit.ly/a/" +"your_api_key). Esto comprueba que tiene una cuenta autorizada y permite " +"utilizar funciones de seguimiento y dominios personalizados de bit.ly." -#: bitlyadminpanelaction.php:132 -msgid "Invalid login. Max length is 255 characters." -msgstr "" +#. TRANS: Client error displayed when using too long a key. +msgid "Invalid login. Maximum length is 255 characters." +msgstr "Acceso invalido. La longitud máxima es de 255 caracteres." -#: bitlyadminpanelaction.php:138 -msgid "Invalid API key. Max length is 255 characters." -msgstr "" +#. TRANS: Client error displayed when using too long a key. +msgid "Invalid API key. Maximum length is 255 characters." +msgstr "Clave de API no válida. Longitud máxima es de 255 caracteres." -#: bitlyadminpanelaction.php:191 +#. TRANS: Fieldset legend in administration panel for bit.ly username and API key. +msgctxt "LEGEND" msgid "Credentials" -msgstr "" +msgstr "Credenciales" -#: bitlyadminpanelaction.php:199 +#. TRANS: Form guide in administration panel for bit.ly URL shortening. msgid "Leave these empty to use global default credentials." -msgstr "" +msgstr "Dejelo vacío para usar las credenciales globales por defecto." -#: bitlyadminpanelaction.php:202 +#. TRANS: Form guide in administration panel for bit.ly URL shortening. msgid "If you leave these empty, bit.ly will be unavailable to users." -msgstr "" +msgstr "Si se deja vacío, bit.ly no estarán disponibles para los usuarios." -#: bitlyadminpanelaction.php:209 +#. TRANS: Field label in administration panel for bit.ly URL shortening. msgid "Login name" -msgstr "" +msgstr "Nombre de usuario" -#: bitlyadminpanelaction.php:218 +#. TRANS: Field label in administration panel for bit.ly URL shortening. msgid "API key" -msgstr "" +msgstr "API key" -#: bitlyadminpanelaction.php:236 +#. TRANS: Button text to save setting in administration panel for bit.ly URL shortening. +msgctxt "BUTTON" +msgid "Save" +msgstr "Guardar" + +#. TRANS: Button title to save setting in administration panel for bit.ly URL shortening. msgid "Save bit.ly settings" +msgstr "Guardar configuración de bit.ly" + +#. TRANS: Exception thrown when bit.ly URL shortening plugin was configured incorrectly. +msgid "You must specify a serviceUrl for bit.ly URL shortening." +msgstr "Debe especificar un serviceUrl URL bit.ly" + +#. TRANS: Plugin description. %1$s is the URL shortening service base URL (for example "bit.ly"). +#, php-format +msgid "Uses %1$s URL-shortener service." msgstr "" +"Utiliza el servicio de acortamiento de URL %1$s." + +#. TRANS: Menu item in administration menus for bit.ly URL shortening settings. +msgid "bit.ly" +msgstr "bit.ly" + +#. TRANS: Title for menu item in administration menus for bit.ly URL shortening settings. +msgid "bit.ly URL shortening." +msgstr "acortamiento de URL bit.ly." diff --git a/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po index 9ecf9c7367..a1857cedc9 100644 --- a/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:46+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po index 6a41c40e02..59aaa89788 100644 --- a/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:46+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po index b3815207c1..9c931e47bb 100644 --- a/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po index 674df9dc40..1b6202f473 100644 --- a/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po index 29ab0ed0ea..7628fdb4d0 100644 --- a/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po index 6face8efe8..345b332f15 100644 --- a/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po index a5ab0346fd..88211fa299 100644 --- a/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po index c399d54e4e..f7e606e185 100644 --- a/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" @@ -52,7 +52,6 @@ msgid "Invalid API key. Maximum length is 255 characters." msgstr "Неверный ключ API. Максимальная длина составляет 255 символов." #. TRANS: Fieldset legend in administration panel for bit.ly username and API key. -#, fuzzy msgctxt "LEGEND" msgid "Credentials" msgstr "Полномочия" diff --git a/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po index 1372782e03..f60fdeb1bd 100644 --- a/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po index d07c43420e..a1b52bef8c 100644 --- a/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:48+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po index 4d592047ff..b8dda483c2 100644 --- a/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:48+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Blacklist/locale/Blacklist.pot b/plugins/Blacklist/locale/Blacklist.pot index 48fd0da442..37e4fa8284 100644 --- a/plugins/Blacklist/locale/Blacklist.pot +++ b/plugins/Blacklist/locale/Blacklist.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po index b7b5cd4b97..de6105e61f 100644 --- a/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:49+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po index 486f6deef6..ea4ab3fab4 100644 --- a/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:50+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po index 71f3e379e0..ba27240a4e 100644 --- a/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:50+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po index c8e7e0682c..b7d4108386 100644 --- a/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Blacklist to Spanish (Español) # Exported from translatewiki.net # +# Author: Erchache2000 # Author: Peter17 # Author: Translationista # -- @@ -10,39 +11,42 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-09 18:34+0000\n" -"PO-Revision-Date: 2011-04-09 18:36:39+0000\n" -"Language-Team: Spanish \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:50+0000\n" +"Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-03-18 20:06:03+0000\n" -"X-Generator: MediaWiki 1.18alpha (r85732); Translate extension (2011-03-11)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect. +#. TRANS: %1$s is a configuration section, %2$s is a configuration setting. #, php-format msgid "Unknown data type for config %1$s + %2$s." -msgstr "" +msgstr "Tipo de datos desconocidos para config %1$s + %2$s ." #. TRANS: Validation failure for URL. %s is the URL. -#, fuzzy, php-format +#, php-format msgid "You may not register with homepage \"%s\"." -msgstr "No puedes registrarte con la página principal '%s'." +msgstr "No puedes registrate con la página de inicio \"%s\"." #. TRANS: Validation failure for nickname. %s is the nickname. -#, fuzzy, php-format +#, php-format msgid "You may not register with nickname \"%s\"." msgstr "No puedes registrarte con el nombre de usuario '%s'." #. TRANS: Validation failure for URL. %s is the URL. -#, fuzzy, php-format +#, php-format msgid "You may not use homepage \"%s\"." msgstr "No puedes utilizar la página de inicio '%s'." #. TRANS: Validation failure for nickname. %s is the nickname. -#, fuzzy, php-format +#, php-format msgid "You may not use nickname \"%s\"." msgstr "No puedes utilizar el nombre de usuario '%s'." @@ -57,16 +61,14 @@ msgstr "" "Mantiene una lista negra de patrones de nombres de usuario y URL prohibidos." #. TRANS: Menu item in admin panel. -#, fuzzy msgctxt "MENU" msgid "Blacklist" msgstr "Lista negra" #. TRANS: Tooltip for menu item in admin panel. -#, fuzzy msgctxt "TOOLTIP" msgid "Blacklist configuration." -msgstr "Configuración de lista negra" +msgstr "Configuración de la lista negra." #. TRANS: Checkbox label in the blacklist user form. msgid "Add this nickname pattern to blacklist" @@ -80,20 +82,19 @@ msgstr "Añadir este patrón de página principal a la lista negra" #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL. #, php-format msgid "Users from \"%s\" are blocked." -msgstr "" +msgstr "Los usuarios de \" %s \" están bloqueados." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. #, php-format msgid "Notices from nickname \"%s\" disallowed." -msgstr "" +msgstr "Noticias del usuario \" %s \" no estan permitidas." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. -#, fuzzy, php-format +#, php-format msgid "Cannot subscribe to nickname \"%s\"." -msgstr "No puedes utilizar el nombre de usuario '%s'." +msgstr "No es posible suscribirse al usuario \" %s \"." #. TRANS: Title of blacklist plugin administration panel. -#, fuzzy msgctxt "TITLE" msgid "Blacklist" msgstr "Lista negra" @@ -107,7 +108,6 @@ msgid "Nicknames" msgstr "Nombres de usuario" #. TRANS: Field title in blacklist plugin administration panel. -#, fuzzy msgid "Patterns of nicknames to block, one per line." msgstr "Patrones de nombres de usuario a bloquear, uno por línea" @@ -116,17 +116,14 @@ msgid "URLs" msgstr "URLs" #. TRANS: Field title in blacklist plugin administration panel. -#, fuzzy msgid "Patterns of URLs to block, one per line." msgstr "Patrones de URL a bloquear, uno por línea" #. TRANS: Button text in blacklist plugin administration panel to save settings. -#, fuzzy msgctxt "BUTTON" msgid "Save" msgstr "Guardar" #. TRANS: Button title in blacklist plugin administration panel to save settings. -#, fuzzy msgid "Save site settings." -msgstr "Guardar la configuración del sitio" +msgstr "Guardar la configuración del sitio." diff --git a/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po index ef08793e2b..3709050328 100644 --- a/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:50+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po index bd0fb1b400..dda7803e03 100644 --- a/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:50+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po index 186b92277a..93d3feab44 100644 --- a/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:50+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po index a24d82cd3e..c7c69d60f4 100644 --- a/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po index 30ec598705..08b51e4a67 100644 --- a/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po index 34b23b7405..731e169ca5 100644 --- a/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" @@ -95,7 +95,6 @@ msgid "Cannot subscribe to nickname \"%s\"." msgstr "Нельзя подписаться на пользователя с именем «%s»." #. TRANS: Title of blacklist plugin administration panel. -#, fuzzy msgctxt "TITLE" msgid "Blacklist" msgstr "Чёрный список" diff --git a/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po index 8cbdbeade6..b73c66a3a2 100644 --- a/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po index ba068cc9dc..b813814ddb 100644 --- a/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po index ecfe8a0a8f..a72c2da650 100644 --- a/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po index 1d45616500..aef0b9621c 100644 --- a/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/BlankAd/locale/BlankAd.pot b/plugins/BlankAd/locale/BlankAd.pot index 592e143c80..51536641a2 100644 --- a/plugins/BlankAd/locale/BlankAd.pot +++ b/plugins/BlankAd/locale/BlankAd.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po index 7c37775370..c43f862cc1 100644 --- a/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:52+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po index 2ed2eeefe8..3e897d4cdd 100644 --- a/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:52+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po index 1e38151440..90aa85a7ed 100644 --- a/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:52+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po index 265cfebf2f..b94939ab32 100644 --- a/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:52+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po index e8db1d1389..cbd661a35f 100644 --- a/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:52+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po index 3481e3573c..0041b6c7c7 100644 --- a/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:52+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po index 018de83d1e..479827165f 100644 --- a/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:53+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po index 38953aaef9..b98b82546e 100644 --- a/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:53+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po index 80dfacfef9..aa7bcd78e9 100644 --- a/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po index 5ff42599af..bbe85e2604 100644 --- a/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po index e35ea8a03b..3aff083a99 100644 --- a/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po index 00cb5de246..fee40c4636 100644 --- a/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po index ad2888765a..567c8268eb 100644 --- a/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po index 3b106d7db6..368fbb64ac 100644 --- a/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po index ff5e3fc047..8055145852 100644 --- a/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po index 5609dc433d..9e9d0e8866 100644 --- a/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:55+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po index efe7dc7966..fa23cf51c8 100644 --- a/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:55+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po index c1e9e7ec11..790eb6ca2a 100644 --- a/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:55+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po index 0c58892037..e02352714d 100644 --- a/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:55+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Blog/locale/Blog.pot b/plugins/Blog/locale/Blog.pot index 676dbf9bce..8d9623d696 100644 --- a/plugins/Blog/locale/Blog.pot +++ b/plugins/Blog/locale/Blog.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Blog/locale/ar/LC_MESSAGES/Blog.po b/plugins/Blog/locale/ar/LC_MESSAGES/Blog.po index 985a4edf48..4c31268e05 100644 --- a/plugins/Blog/locale/ar/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/ar/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:53+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:56+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Blog/locale/br/LC_MESSAGES/Blog.po b/plugins/Blog/locale/br/LC_MESSAGES/Blog.po index 6aebe1a68d..85f9a49101 100644 --- a/plugins/Blog/locale/br/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/br/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:53+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:56+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po b/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po index d1aeec93c3..cff7c109f1 100644 --- a/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:53+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Blog/locale/de/LC_MESSAGES/Blog.po b/plugins/Blog/locale/de/LC_MESSAGES/Blog.po index af400f0013..8f9bd375f3 100644 --- a/plugins/Blog/locale/de/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/de/LC_MESSAGES/Blog.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:53+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Blog/locale/es/LC_MESSAGES/Blog.po b/plugins/Blog/locale/es/LC_MESSAGES/Blog.po new file mode 100644 index 0000000000..6c22c394e5 --- /dev/null +++ b/plugins/Blog/locale/es/LC_MESSAGES/Blog.po @@ -0,0 +1,97 @@ +# Translation of StatusNet - Blog to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Erchache2000 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Blog\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-blog\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception thrown when trying to post a blog entry while not logged in. +msgid "Must be logged in to post a blog entry." +msgstr "Debe haber iniciado sesión para publicar una entrada de blog." + +#. TRANS: Client exception thrown when trying to post a blog entry without providing a title. +msgid "Title required." +msgstr "Título requerido." + +#. TRANS: Client exception thrown when trying to post a blog entry without providing content. +msgid "Content required." +msgstr "Contenido requerido." + +#. TRANS: Page title after sending a notice. +msgid "Blog entry saved" +msgstr "Entrada de blog guardada" + +#. TRANS: Plugin description. +msgid "Let users write and share long-form texts." +msgstr "" +"Permiten a los usuarios escribir y compartir formulario con texto largo." + +#. TRANS: Blog application title. +msgctxt "TITLE" +msgid "Blog" +msgstr "Blog" + +#. TRANS: Exception thrown when there are too many activity objects. +msgid "Too many activity objects." +msgstr "Demasiados objetos de actividad." + +#. TRANS: Exception thrown when blog plugin comes across a non-blog entry type object. +msgid "Wrong type for object." +msgstr "Tipo incorrecto para el objeto." + +#. TRANS: Exception thrown when blog plugin comes across a undefined verb. +msgid "Unknown verb for blog entries." +msgstr "Verbo desconocido para las entradas de blog." + +#. TRANS: Exception thrown when requesting a non-existing blog entry for notice. +#, php-format +msgid "No blog entry for notice %s." +msgstr "Ninguna entrada de blog de notificación %s ." + +#. TRANS: Client exception thrown when referring to a non-existing blog entry. +msgid "No such entry." +msgstr "No hay tal entrada." + +#. TRANS: Title for a blog entry without a title. +msgid "Untitled" +msgstr "Sin título" + +#. TRANS: Field label on blog entry form. +msgctxt "LABEL" +msgid "Title" +msgstr "Título" + +#. TRANS: Field title on blog entry form. +msgid "Title of the blog entry." +msgstr "Título de la entrada de blog." + +#. TRANS: Field label on blog entry form. +msgctxt "LABEL" +msgid "Text" +msgstr "Texto" + +#. TRANS: Field title on blog entry form. +msgid "Text of the blog entry." +msgstr "Texto de la entrada de blog." + +#. TRANS: Button text to save a blog entry. +msgctxt "BUTTON" +msgid "Save" +msgstr "Guardar" diff --git a/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po b/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po index d5f59a98b5..78b5ae9f28 100644 --- a/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:53+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po b/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po index b864cc997d..c00a8249cd 100644 --- a/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:53+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po b/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po index 103bda8d1a..69a7c00b67 100644 --- a/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po b/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po index 7a05fc012c..4f5df94c12 100644 --- a/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po b/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po index 84a7789480..59d2fe8a7c 100644 --- a/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po b/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po index 985b217e58..de5309ebc0 100644 --- a/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:58+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-20 19:38:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Blog/locale/tr/LC_MESSAGES/Blog.po b/plugins/Blog/locale/tr/LC_MESSAGES/Blog.po new file mode 100644 index 0000000000..a5105ad5c7 --- /dev/null +++ b/plugins/Blog/locale/tr/LC_MESSAGES/Blog.po @@ -0,0 +1,96 @@ +# Translation of StatusNet - Blog to Turkish (Türkçe) +# Exported from translatewiki.net +# +# Author: Emperyan +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Blog\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:58+0000\n" +"Language-Team: Turkish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: tr\n" +"X-Message-Group: #out-statusnet-plugin-blog\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. TRANS: Client exception thrown when trying to post a blog entry while not logged in. +msgid "Must be logged in to post a blog entry." +msgstr "" + +#. TRANS: Client exception thrown when trying to post a blog entry without providing a title. +msgid "Title required." +msgstr "Başlık gerekli." + +#. TRANS: Client exception thrown when trying to post a blog entry without providing content. +msgid "Content required." +msgstr "İçerik gerekli." + +#. TRANS: Page title after sending a notice. +msgid "Blog entry saved" +msgstr "Günce girdisini kaydedildi." + +#. TRANS: Plugin description. +msgid "Let users write and share long-form texts." +msgstr "" + +#. TRANS: Blog application title. +msgctxt "TITLE" +msgid "Blog" +msgstr "Günce" + +#. TRANS: Exception thrown when there are too many activity objects. +msgid "Too many activity objects." +msgstr "" + +#. TRANS: Exception thrown when blog plugin comes across a non-blog entry type object. +msgid "Wrong type for object." +msgstr "" + +#. TRANS: Exception thrown when blog plugin comes across a undefined verb. +msgid "Unknown verb for blog entries." +msgstr "Günce girişleri için bilinmeyen bir eylem." + +#. TRANS: Exception thrown when requesting a non-existing blog entry for notice. +#, php-format +msgid "No blog entry for notice %s." +msgstr "" + +#. TRANS: Client exception thrown when referring to a non-existing blog entry. +msgid "No such entry." +msgstr "Böyle bir girdi yok." + +#. TRANS: Title for a blog entry without a title. +msgid "Untitled" +msgstr "Başlıksız" + +#. TRANS: Field label on blog entry form. +msgctxt "LABEL" +msgid "Title" +msgstr "Başlık" + +#. TRANS: Field title on blog entry form. +msgid "Title of the blog entry." +msgstr "" + +#. TRANS: Field label on blog entry form. +msgctxt "LABEL" +msgid "Text" +msgstr "Metin" + +#. TRANS: Field title on blog entry form. +msgid "Text of the blog entry." +msgstr "" + +#. TRANS: Button text to save a blog entry. +msgctxt "BUTTON" +msgid "Save" +msgstr "Kaydet" diff --git a/plugins/BlogspamNet/locale/BlogspamNet.pot b/plugins/BlogspamNet/locale/BlogspamNet.pot index 42f79177fb..7a634159ea 100644 --- a/plugins/BlogspamNet/locale/BlogspamNet.pot +++ b/plugins/BlogspamNet/locale/BlogspamNet.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po index d3db6317a3..7f94bb70ad 100644 --- a/plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:58+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po index 38e6c908d8..91473d625c 100644 --- a/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po @@ -1,6 +1,7 @@ # Translation of StatusNet - BlogspamNet to Spanish (Español) # Exported from translatewiki.net # +# Author: Erchache2000 # Author: Translationista # -- # This file is distributed under the same license as the StatusNet package. @@ -9,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-09 18:34+0000\n" -"PO-Revision-Date: 2011-04-09 18:36:41+0000\n" -"Language-Team: Spanish \n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:58+0000\n" +"Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-04-03 13:40:22+0000\n" -"X-Generator: MediaWiki 1.18alpha (r85732); Translate extension (2011-03-11)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -25,19 +27,19 @@ msgstr "" #. TRANS: %1$s is the base URL, %2$s is the error (unknown contents; no period). #, php-format msgid "Error from %1$s: %2$s" -msgstr "" +msgstr "Error de %1$s: %2$s" #. TRANS: Server exception thrown when blogspam.net returns spam status. #. TRANS: Does not end with period because of unknown contents for %s (spam match). #, php-format msgid "Spam checker results: %s" -msgstr "" +msgstr "Resultados de comprobador de spam:%s" #. TRANS: Server exception thrown when blogspam.net returns an unexpected status. #. TRANS: %1$s is the base URL, %2$s is the response (unknown contents; no period). #, php-format msgid "Unexpected response from %1$s: %2$s" -msgstr "" +msgstr "Respuesta inesperada de %1$s :%2$s" #. TRANS: Plugin description. msgid "Plugin to check submitted notices with blogspam.net." diff --git a/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po index 0438d23106..2fbc61de58 100644 --- a/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:58+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po index 6150efb881..927a580059 100644 --- a/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:59+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po index 8bcdf5758d..aae7b160c8 100644 --- a/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:59+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po index 6ba72fdc79..c92d0e1f83 100644 --- a/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:59+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po index 1965cb11b6..451507da9c 100644 --- a/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:59+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po index 58683586ea..f417bd3d30 100644 --- a/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:01:59+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po index 6f3a1a6f93..a69aedaf3e 100644 --- a/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:00+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po index 9ffc13276a..53ea246483 100644 --- a/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:00+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po index 18fc64fbce..87e537dfa7 100644 --- a/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:00+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Bookmark/locale/Bookmark.pot b/plugins/Bookmark/locale/Bookmark.pot index 01eccead20..c49eb6b710 100644 --- a/plugins/Bookmark/locale/Bookmark.pot +++ b/plugins/Bookmark/locale/Bookmark.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Bookmark/locale/ar/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ar/LC_MESSAGES/Bookmark.po index dff1db6dac..91ed7d9ed8 100644 --- a/plugins/Bookmark/locale/ar/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ar/LC_MESSAGES/Bookmark.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:59+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:03+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po index 9a96834af5..ad1dc798c3 100644 --- a/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:59+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:03+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po index 09d908b42a..2c91cbe463 100644 --- a/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:43:59+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:03+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po new file mode 100644 index 0000000000..474f0df41d --- /dev/null +++ b/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po @@ -0,0 +1,270 @@ +# Translation of StatusNet - Bookmark to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Erchache2000 +# Author: Fitoschido +# Author: Od1n +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Bookmark\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:03+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-bookmark\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception thrown when a bookmark in an import file is incorrectly formatted. +msgid "No tag in a
." +msgstr "No hay etiqueta en un
." + +#. TRANS: Client exception thrown when a bookmark in an import file is private. +msgid "Skipping private bookmark." +msgstr "Se omitirá el marcador privado." + +#. TRANS: Client exception thrown when referring to a non-existing bookmark. +msgid "No such bookmark." +msgstr "No hay tal marcador." + +#. TRANS: Title for bookmark. +#. TRANS: %1$s is a user nickname, %2$s is a bookmark title. +#, php-format +msgid "%1$s's bookmark for \"%2$s\"" +msgstr "Marcador de %1$s para \" %2$s \"" + +#. TRANS: Plugin description. +msgid "Simple extension for supporting bookmarks." +msgstr "Extensión simple para soporte de marcadores." + +#. TRANS: Link text in proile leading to import form. +#. TRANS: Title for page to import del.icio.us bookmark backups on. +msgid "Import del.icio.us bookmarks" +msgstr "Importar favoritos de del.icio.us" + +#. TRANS: Client exception thrown when a bookmark is formatted incorrectly. +msgid "Expected exactly 1 link rel=related in a Bookmark." +msgstr "Se espera exáctamente 1 link rel=related en el marcador." + +#. TRANS: Server exception thrown when a bookmark has multiple attachments. +msgid "Bookmark notice with the wrong number of attachments." +msgstr "Aviso de marcardor con un número incorrecto de datos adjuntos." + +#. TRANS: Application title. +msgctxt "TITLE" +msgid "Bookmark" +msgstr "Marcador" + +#. TRANS: Title for mini-posting window loaded from bookmarklet. +#. TRANS: %s is the StatusNet site name. +#, php-format +msgid "Bookmark on %s" +msgstr "Marcador en %s" + +#. TRANS: Client exception thrown when trying to save a new bookmark that already exists. +msgid "Bookmark already exists." +msgstr "Ya existe el marcador." + +#. TRANS: Bookmark content. +#. TRANS: %1$s is a title, %2$s is a short URL, %3$s is the bookmark description, +#. TRANS: %4$s is space separated list of hash tags. +#, php-format +msgid "\"%1$s\" %2$s %3$s %4$s" +msgstr "\"%1$s\" %2$s %3$s %4$s" + +#. TRANS: Rendered bookmark content. +#. TRANS: %1$s is a URL, %2$s the bookmark title, %3$s is the bookmark description, +#. TRANS: %4$s is space separated list of hash tags. +#, php-format +msgid "" +"%2$s " +"%3$s %4$s" +msgstr "" +"%2$s " +"%3$s %4$s" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "URL" +msgstr "URL" + +#. TRANS: Button text for action to save a new bookmark. +msgctxt "BUTTON" +msgid "Add" +msgstr "Añadir" + +#. TRANS: Client exception thrown when an unknown URL is provided. +msgid "Unknown URL." +msgstr "URL desconocida." + +#. TRANS: Title of notice stream of notices with a given attachment (first page). +#. TRANS: %s is the URL. +#, php-format +msgid "Notices linking to %s" +msgstr "Mensajes enlazados a %s" + +#. TRANS: Title of notice stream of notices with a given attachment (all but first page). +#. TRANS: %1$s is the URL, %2$s is the page number. +#, php-format +msgid "Notices linking to %1$s, page %2$d" +msgstr "Mensajes enlazados a %1$s, página %2$d" + +#. TRANS: Client exception thrown when trying to import bookmarks without being logged in. +msgid "Only logged-in users can import del.icio.us backups." +msgstr "" +"Sólo usuarios registrados pueden importar copias de seguridad de del.icio.us." + +#. TRANS: Client exception thrown when trying to import bookmarks without having the rights to do so. +msgid "You may not restore your account." +msgstr "No se puede restaurar tu cuenta." + +#. TRANS: Client exception thrown when trying to import bookmarks and upload fails. +#. TRANS: Client exception thrown when a file upload has failed. +msgid "No uploaded file." +msgstr "Ningún archivo cargado." + +#. TRANS: Client exception thrown when an uploaded file is too large. +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." +msgstr "" +"El archivo subido sobrepasa la directiva upload_max_filesize en php.ini" + +#. TRANS: Client exception thrown when an uploaded file is too large. +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form." +msgstr "" +"El archivo subido sobrepasa la directiva MAX_FILE_SIZE que se especificó en " +"el formulario HTML." + +#. TRANS: Client exception thrown when a file was only partially uploaded. +msgid "The uploaded file was only partially uploaded." +msgstr "El archivo subido sólo fue parcialmente subido." + +#. TRANS: Client exception thrown when a temporary folder is not present. +msgid "Missing a temporary folder." +msgstr "Falta una carpeta temporal." + +#. TRANS: Client exception thrown when writing to disk is not possible. +msgid "Failed to write file to disk." +msgstr "No se pudo escribir el archivo en el disco." + +#. TRANS: Client exception thrown when a file upload has been stopped. +msgid "File upload stopped by extension." +msgstr "La subida de archivos se detuvo por una extensión." + +#. TRANS: Client exception thrown when a file upload operation has failed. +msgid "System error uploading file." +msgstr "Error del sistema al subir el archivo" + +#. TRANS: Server exception thrown when a file upload cannot be found. +#. TRANS: %s is the file that could not be found. +#. TRANS: Exception thrown when a file upload cannot be found. +#. TRANS: %s is the file that could not be found. +#, php-format +msgid "No such file \"%s\"." +msgstr "No hay tal archivo \" %s \"." + +#. TRANS: Server exception thrown when a file upload is incorrect. +#. TRANS: %s is the irregular file. +#. TRANS: Exception thrown when a file upload is incorrect. +#. TRANS: %s is the irregular file. +#, php-format +msgid "Not a regular file: \"%s\"." +msgstr "No es un archivo regular: \" %s \"." + +#. TRANS: Server exception thrown when a file upload is not readable. +#. TRANS: %s is the file that could not be read. +#. TRANS: Exception thrown when a file upload is not readable. +#. TRANS: %s is the file that could not be read. +#, php-format +msgid "File \"%s\" not readable." +msgstr "Archivo \" %s \" no legible." + +#. TRANS: Success message after importing bookmarks. +msgid "" +"Bookmarks have been imported. Your bookmarks should now appear in search and " +"your profile page." +msgstr "" +"Marcadores han sido importados. Tus marcadores deben aparecer ahora en la " +"búsqueda y la página de perfil." + +#. TRANS: Busy message for importing bookmarks. +msgid "Bookmarks are being imported. Please wait a few minutes for results." +msgstr "" +"Los marcadores se están importando. Por favor, espere unos minutos para " +"obtener los resultados." + +#. TRANS: Form instructions for importing bookmarks. +msgid "You can upload a backed-up delicious.com bookmarks file." +msgstr "" +"Puede cargar una copia de seguridad del archivo de marcadores de delicious." +"com." + +#. TRANS: Button text on form to import bookmarks. +msgctxt "BUTTON" +msgid "Upload" +msgstr "Subir" + +#. TRANS: Button title on form to import bookmarks. +msgid "Upload the file." +msgstr "Subir este archivo" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "Title" +msgstr "Título" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "Notes" +msgstr "Notas" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "Tags" +msgstr "Etiquetas" + +#. TRANS: Field title on form for adding a new bookmark. +msgid "Comma- or space-separated list of tags." +msgstr "Lista de etiquetas, separada por comas o espacio." + +#. TRANS: Button text for action to save a new bookmark. +msgctxt "BUTTON" +msgid "Save" +msgstr "Guardar" + +#. TRANS: Title for action to create a new bookmark. +msgid "New bookmark" +msgstr "Marcador nuevo" + +#. TRANS: Client exception thrown when trying to create a new bookmark while not logged in. +msgid "Must be logged in to post a bookmark." +msgstr "Debe haber iniciado sesión publicar un marcador." + +#. TRANS: Client exception thrown when trying to create a new bookmark without a title. +msgid "Bookmark must have a title." +msgstr "Marcador debe tener un título." + +#. TRANS: Client exception thrown when trying to create a new bookmark without a URL. +msgid "Bookmark must have an URL." +msgstr "Marcador debe tener una dirección URL." + +#. TRANS: Page title after posting a bookmark. +msgid "Bookmark posted" +msgstr "Marcador publicado" + +#. TRANS: %s is the filename that contains a backup for a user. +#, php-format +msgid "Getting backup from file \"%s\"." +msgstr "Obtener copia de seguridad del archivo \" %s \"." diff --git a/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po index ca3fdce865..a73434f7d7 100644 --- a/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:03+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po index f0bcf22370..2c6e2fc6e8 100644 --- a/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:04+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po index fa514fe82d..546bac1c86 100644 --- a/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:04+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po index 8852e8651c..a1fcfee75b 100644 --- a/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:04+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po index 64f666dd1b..8d99c98a08 100644 --- a/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:04+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po index 9effba9439..3694e2fedc 100644 --- a/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:05+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po index 3227cc45d8..b150f788ce 100644 --- a/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:05+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po index df3165cf7c..54ce325368 100644 --- a/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:05+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po index 1b210bf471..50cb2b9a61 100644 --- a/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:05+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po index 815b0aa36b..eb3c1b8e9a 100644 --- a/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:05+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/CacheLog/locale/CacheLog.pot b/plugins/CacheLog/locale/CacheLog.pot index 9c4281acba..70a5cf95d4 100644 --- a/plugins/CacheLog/locale/CacheLog.pot +++ b/plugins/CacheLog/locale/CacheLog.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po index 1c3f2e8e36..78b7d2ee02 100644 --- a/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po index 0ac1293209..ea3a0e47bd 100644 --- a/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po index 272f9f1a89..836a5effe4 100644 --- a/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po index 8cf6164002..729dcdf3e8 100644 --- a/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po index 5191f9f9a5..beefca332b 100644 --- a/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po index 5edf6264c5..2033ab4a28 100644 --- a/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po index c2ea124e9b..24fdeb63bb 100644 --- a/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po index 9a1ca44c4e..a9c8df3a79 100644 --- a/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po index ca2b2fd1fc..54b60b06ae 100644 --- a/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po index 2d7d74d025..1c279b22f0 100644 --- a/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po index b4e063b172..d2713c056c 100644 --- a/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po index 3e63707fb2..259850378c 100644 --- a/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po index 936fc01877..7529bf53cc 100644 --- a/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po index 0ac05f1ce8..0c2f10fc72 100644 --- a/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po index 579a0924b6..b12ec81484 100644 --- a/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po index d115abd54b..bf7c0b34ea 100644 --- a/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po index 9d0d268bd5..a8077e4734 100644 --- a/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/CasAuthentication/locale/CasAuthentication.pot b/plugins/CasAuthentication/locale/CasAuthentication.pot index 69066943cb..c5c8d4ff88 100644 --- a/plugins/CasAuthentication/locale/CasAuthentication.pot +++ b/plugins/CasAuthentication/locale/CasAuthentication.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po index b0dfb7357f..c8100975f5 100644 --- a/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:08+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po index b2b41a0a8d..973e3eac96 100644 --- a/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po index 45f11202af..5875602279 100644 --- a/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po index 527d052fdc..8faed0a766 100644 --- a/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po index af8ff342cb..fe73d46c1f 100644 --- a/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po index f604c8a9c3..3057d2278d 100644 --- a/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po index 5f10075fe3..0a1db493d1 100644 --- a/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po index 58a1759fd4..5ffb2e40a5 100644 --- a/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po index 2b59a73865..5946ab1414 100644 --- a/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hu\n" diff --git a/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po index c67634a74a..d2cd5b783b 100644 --- a/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po index c89bd0f2fa..022657eea0 100644 --- a/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po index 3036129f95..bfe3980b9d 100644 --- a/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:10+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po index d5c02d512f..91de2ed935 100644 --- a/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:10+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po index f7891230e6..6b38ffe198 100644 --- a/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:10+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po index 9c357f3050..397c85ed39 100644 --- a/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:10+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po index 6563e30e09..161761928c 100644 --- a/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:10+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po index 2904ad1f97..dda1296277 100644 --- a/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:10+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/ClientSideShorten/locale/ClientSideShorten.pot b/plugins/ClientSideShorten/locale/ClientSideShorten.pot index 80fde94082..e598db4107 100644 --- a/plugins/ClientSideShorten/locale/ClientSideShorten.pot +++ b/plugins/ClientSideShorten/locale/ClientSideShorten.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po index 4cfc66a158..63ead0e8b8 100644 --- a/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:11+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po index db1fa84b95..158d99a8ee 100644 --- a/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:11+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po index d74c2c34c2..9106c80f8f 100644 --- a/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po @@ -1,6 +1,7 @@ # Translation of StatusNet - ClientSideShorten to Spanish (Español) # Exported from translatewiki.net # +# Author: Erchache2000 # Author: Translationista # -- # This file is distributed under the same license as the StatusNet package. @@ -9,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:11+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" @@ -32,6 +33,5 @@ msgstr "" "envíe el mensaje." #. TRANS: Client exception thrown when a text argument is not present. -#, fuzzy msgid "\"text\" argument must be specified." msgstr "Debe especificarse el argumento 'texto'." diff --git a/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po index e4d77252a0..560586386b 100644 --- a/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:11+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po index dca8d5e5a3..c994e9368d 100644 --- a/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:11+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po index a4f32cd7aa..7aa46c0fe2 100644 --- a/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:11+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po index ea3fed861f..299365ea78 100644 --- a/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po index bb686e3ac8..6bddacb954 100644 --- a/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po index 914f5e990f..ef9fc43b57 100644 --- a/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po index c00a3e9766..e74b073e8f 100644 --- a/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po index e55369ce8e..209d86829d 100644 --- a/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po index ab5d0fc1f6..8544add5d3 100644 --- a/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po index 0825df969a..341d3b634e 100644 --- a/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po index e206286c68..f5f25e246d 100644 --- a/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:13+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po index 67a86dcc36..ba9a4a3de1 100644 --- a/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:13+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po index 563b8151f5..00aa7772c3 100644 --- a/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:13+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Comet/locale/Comet.pot b/plugins/Comet/locale/Comet.pot index 6b5899c4aa..68d0ff55bd 100644 --- a/plugins/Comet/locale/Comet.pot +++ b/plugins/Comet/locale/Comet.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Comet/locale/de/LC_MESSAGES/Comet.po b/plugins/Comet/locale/de/LC_MESSAGES/Comet.po index a1470fffb7..91d12920e9 100644 --- a/plugins/Comet/locale/de/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/de/LC_MESSAGES/Comet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:13+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Comet/locale/es/LC_MESSAGES/Comet.po b/plugins/Comet/locale/es/LC_MESSAGES/Comet.po index f77e757f53..12f1a3c18b 100644 --- a/plugins/Comet/locale/es/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/es/LC_MESSAGES/Comet.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Comet to Spanish (Español) # Exported from translatewiki.net # +# Author: Erchache2000 # Author: Translationista # -- # This file is distributed under the same license as the StatusNet package. @@ -9,22 +10,22 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-31 21:06+0000\n" -"PO-Revision-Date: 2011-03-31 21:09:04+0000\n" -"Language-Team: Spanish \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:14+0000\n" +"Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-03-24 15:24:57+0000\n" -"X-Generator: MediaWiki 1.18alpha (r85082); Translate extension (2011-03-11)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Plugin description message. Bayeux is a protocol for transporting asynchronous messages #. TRANS: and Comet is a web application model. -#, fuzzy msgid "Plugin to make updates using Comet and Bayeux." msgstr "" -"Extensión para hacer actualizaciones en \"tiempo real\" utilizando Comet/" +"Extensión para hacer actualizaciones en \"tiempo real\" utilizando Comet y " "Bayeux." diff --git a/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po b/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po index 1597d103df..48baa2e893 100644 --- a/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:14+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po b/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po index 5075679af3..1d8df9d5fd 100644 --- a/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:14+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Comet/locale/he/LC_MESSAGES/Comet.po b/plugins/Comet/locale/he/LC_MESSAGES/Comet.po index 99f622b7a0..517131feec 100644 --- a/plugins/Comet/locale/he/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/he/LC_MESSAGES/Comet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:14+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po b/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po index fb466028aa..e252668a16 100644 --- a/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:14+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po b/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po index 30fcdc86b0..8f91e270cd 100644 --- a/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:15+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po b/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po index e5d3b3837f..9f81291b5e 100644 --- a/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:15+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po b/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po index cc3db5d6f6..733ea1aaa1 100644 --- a/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:15+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po b/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po index c40524ac5c..8d92adf800 100644 --- a/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:15+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po b/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po index cbe6207cc6..a0f74fe27f 100644 --- a/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:15+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po b/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po index 9e292ca670..5505e1fad0 100644 --- a/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:15+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/DirectionDetector/locale/DirectionDetector.pot b/plugins/DirectionDetector/locale/DirectionDetector.pot index 9e1ca11281..7e7c06f3cf 100644 --- a/plugins/DirectionDetector/locale/DirectionDetector.pot +++ b/plugins/DirectionDetector/locale/DirectionDetector.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po index 09a4b41e07..59ecb0798f 100644 --- a/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:16+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po index 80ece289e7..2ca633331f 100644 --- a/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:16+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po index 1a44819134..c3f1ad4d60 100644 --- a/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:16+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po index 48ff32fde4..85c8d5219f 100644 --- a/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:16+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po index da44a102ab..a37a244f95 100644 --- a/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po index fc2412f0c9..73ccda200e 100644 --- a/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po index f34c6018e3..fb5197e682 100644 --- a/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po index bee1e8197e..0ae76b6f57 100644 --- a/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po index 9442a81190..58464db8fa 100644 --- a/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po index 4aa8018dd7..b63911d81f 100644 --- a/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po index c911ba29cc..c89a5f397e 100644 --- a/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po index e2c59927da..da08f60e75 100644 --- a/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:18+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po index 39fae87ec0..6e0be1f416 100644 --- a/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:18+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lb\n" diff --git a/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po index 4b083a1101..ad492907b8 100644 --- a/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:18+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po index ca007fca0f..b9707d50c4 100644 --- a/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:18+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po index f04646bb29..bd0c26824b 100644 --- a/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:18+0000\n" "Last-Translator: Siebrand Mazeland \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po index 999d3ce22e..02dbd68dcd 100644 --- a/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:18+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po index e6d9fa9df4..56ae9ab7e3 100644 --- a/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:19+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po index 960287e374..fbf82724da 100644 --- a/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:19+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po index edfd0d0406..1b960cfe97 100644 --- a/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:19+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po index be80e26d28..f3628ed17c 100644 --- a/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:19+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Directory/locale/Directory.pot b/plugins/Directory/locale/Directory.pot index 196aa5c93c..aab246fae6 100644 --- a/plugins/Directory/locale/Directory.pot +++ b/plugins/Directory/locale/Directory.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po index dd59abeb85..21b1084b14 100644 --- a/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:21+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po index ae70ce4031..a0d1858511 100644 --- a/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:22+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Directory/locale/de/LC_MESSAGES/Directory.po b/plugins/Directory/locale/de/LC_MESSAGES/Directory.po index b1964dd722..415bd37c79 100644 --- a/plugins/Directory/locale/de/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/de/LC_MESSAGES/Directory.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:22+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Directory/locale/es/LC_MESSAGES/Directory.po b/plugins/Directory/locale/es/LC_MESSAGES/Directory.po new file mode 100644 index 0000000000..aa84b3b5af --- /dev/null +++ b/plugins/Directory/locale/es/LC_MESSAGES/Directory.po @@ -0,0 +1,173 @@ +# Translation of StatusNet - Directory to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Erchache2000 +# Author: Od1n +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Directory\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:22+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-directory\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Page title for user directory. %d is a page number. +#, php-format +msgid "User Directory, page %d" +msgstr "Directorio de usuarios, página %d" + +#. TRANS: Page title for user directory. +msgid "User directory" +msgstr "Directorio de usuarios" + +#. TRANS: Page title for user directory. %s is the applied filter. +#, php-format +msgid "User directory - %s" +msgstr "Directorio de usuario - %s" + +#. TRANS: Page title for user directory. +#. TRANS: %1$s is the applied filter, %2$d is a page number. +#, php-format +msgid "User directory - %1$s, page %2$d" +msgstr "Directorio de usuario - %1$s , página %2$d" + +#. TRANS: %%site.name%% is the name of the StatusNet site. +#, php-format +msgid "" +"Search for people on %%site.name%% by their name, location, or interests. " +"Separate the terms by spaces; they must be 3 characters or more." +msgstr "" +"Buscar personas en %%site.name%% por nombre, ubicación o intereses. Separa " +"los términos con espacios; deben tener una longitud mínima de 3 caracteres." + +#. TRANS: Fieldset legend. +msgid "Search site" +msgstr "Buscar en el sitio" + +#. TRANS: Field label for user directory filter. +#. TRANS: Field label for input of one or more keywords. +msgid "Keyword(s)" +msgstr "Palabra(s) clave" + +#. TRANS: Button text. +#. TRANS: Button text for searching group directory. +msgctxt "BUTTON" +msgid "Search" +msgstr "Búsqueda" + +#. TRANS: Empty list message for user directory. +#, php-format +msgid "No users starting with %s" +msgstr "Ningún usuario que comience con %s" + +#. TRANS: Empty list message for user directory. +#. TRANS: Empty list message for searching group directory. +msgid "No results." +msgstr "No hay resultados." + +#. TRANS: Standard search suggestions shown when a search does not give any results. +#. TRANS: Help text for searching group directory. +msgid "" +"* Make sure all words are spelled correctly.\n" +"* Try different keywords.\n" +"* Try more general keywords.\n" +"* Try fewer keywords." +msgstr "" +"* Asegúrese de que todas las palabras estén escritas correctamente.\n" +"* Pruebe con palabras clave diferentes.\n" +"* Pruebe con palabras clave más generales.\n" +"* Pruebe con menos palabras clave." + +#. TRANS: Title for group directory page. %d is a page number. +#, php-format +msgid "Group Directory, page %d" +msgstr "Directorio de grupo, página %d" + +#. TRANS: Title for group directory page. +msgid "Group directory" +msgstr "Directorio de grupo" + +#. TRANS: Title for group directory page when it is filtered. +#. TRANS: %s is the filter string. +#, php-format +msgid "Group directory - %s" +msgstr "Directorio de grupo - %s" + +#. TRANS: Title for group directory page when it is filtered. +#. TRANS: %1$s is the filter string, %2$d is a page number. +#, php-format +msgid "Group directory - %1$s, page %2$d" +msgstr "Directorio de grupo - %1$s , página %2$d" + +#. TRANS: Page instructions. +msgid "" +"After you join a group you can send messages to all other members\n" +"using the syntax \"!groupname\".\n" +"\n" +"Browse groups, or search for groups by their name, location or topic.\n" +"Separate the terms by spaces; they must be three characters or more." +msgstr "" +"Después de unirte a un grupo puedes enviar mensajes a todos los otros " +"miembros usando la síntaxis \"!nombregrupo\".\n" +"\n" +"Navega por los grupos, o busca grupos por su nombre, localización o tipo. " +"Separa los términos con espacios, debe tener al menos 3 caracteres." + +#. TRANS: Link to create a new group on the group list page. +msgid "Create a new group" +msgstr "Crear un grupo nuevo" + +#. TRANS: Fieldset legend. +msgid "Search groups" +msgstr "Buscar grupos" + +#. TRANS: Empty list message for searching group directory. +#. TRANS: %s is the search string. +#, php-format +msgid "No groups starting with %s." +msgstr "No hay grupos empezando por %s ." + +#. TRANS: Menu item text for user directory. +msgctxt "MENU" +msgid "Directory" +msgstr "Directorio" + +#. TRANS: Menu item title for user directory. +msgid "User Directory." +msgstr "Directorio de usuarios" + +#. TRANS: Plugin description. +msgid "Add a user directory." +msgstr "Agregar un directorio de usuario." + +#. TRANS: Column header in table for user nickname. +msgid "Nickname" +msgstr "Nombres de usuario" + +#. TRANS: Column header in table for timestamp when user was created. +msgid "Created" +msgstr "Creado" + +#. TRANS: Column header for number of subscriptions. +msgid "Subscriptions" +msgstr "Suscripciones" + +#. TRANS: Column header for number of notices. +msgid "Notices" +msgstr "Mensajes" + +#. TRANS: Column header in table for members of a group. +msgid "Members" +msgstr "Miembros" diff --git a/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po b/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po index c3d843ce0d..e6d7c9269e 100644 --- a/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:22+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po b/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po index 36078838de..e05f3552e0 100644 --- a/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:23+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po b/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po index 1301bb2ae0..a5c86bb9d9 100644 --- a/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:23+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po b/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po index 8a04f4e5f8..f0ec74aca5 100644 --- a/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:23+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po index 98cc57dfae..b34d76d27f 100644 --- a/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:23+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po index 1177730625..6adb5f387f 100644 --- a/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:24+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po b/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po index 66029dfe24..124e9818d1 100644 --- a/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:24+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po b/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po index 738eb8f301..d7b42ed621 100644 --- a/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:24+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po b/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po index 1cccdaf1a7..942b77b41f 100644 --- a/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:24+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po b/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po index 2f33fb0fea..a0844b65d6 100644 --- a/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:24+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po b/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po index de5929baa0..a4a91b403e 100644 --- a/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:25+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/DiskCache/locale/DiskCache.pot b/plugins/DiskCache/locale/DiskCache.pot index 0ff17d5fdc..30bf8dd5ac 100644 --- a/plugins/DiskCache/locale/DiskCache.pot +++ b/plugins/DiskCache/locale/DiskCache.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po index 5de1a7c6ec..1dac2ee32f 100644 --- a/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:25+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po index a3b8f4f214..8f852f3f86 100644 --- a/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:25+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po index 761e1c89be..333834cfd6 100644 --- a/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:25+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po index 61e4af1fec..272ec4e444 100644 --- a/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:26+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po index d92c47a36d..75cf40b35d 100644 --- a/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:26+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po index 84029f6036..8b18d5e3ad 100644 --- a/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:26+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po index add5b96848..11849b6e25 100644 --- a/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:26+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po index cf3c06bf66..6f8b5d1aa3 100644 --- a/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:26+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po index e30c8fd99f..61b2de8e1c 100644 --- a/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:26+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po index 5ad0762dee..5c49da0b98 100644 --- a/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po index f9306009e1..f7affbc899 100644 --- a/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po index bd3fc5e819..3c3205597b 100644 --- a/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po index 107bd3edb5..b148b28079 100644 --- a/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po index 4a4298562f..9799330bd6 100644 --- a/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po index 58d533691c..0d91b05594 100644 --- a/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po index 0d0783db9a..d602850940 100644 --- a/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po index e92cbdef2d..2fa4ab61e8 100644 --- a/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:28+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po index 7715d8a3f6..6e256fec98 100644 --- a/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:28+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po index 0eae4e2b50..bf17b61a16 100644 --- a/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:28+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po index 4a8fe915d0..792c685a98 100644 --- a/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:28+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po index dc49c1bce7..f5ff138092 100644 --- a/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:28+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Disqus/locale/Disqus.pot b/plugins/Disqus/locale/Disqus.pot index d6ec053318..b501e1896e 100644 --- a/plugins/Disqus/locale/Disqus.pot +++ b/plugins/Disqus/locale/Disqus.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po index 59952a5f3e..ac735266fd 100644 --- a/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:29+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po index eb2783e98d..af66dd2c1c 100644 --- a/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:29+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po index b72953b0e5..cb547f752d 100644 --- a/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:29+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po index aa73416caa..927e780b7d 100644 --- a/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:29+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po index 7f80b5e455..721d963195 100644 --- a/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:29+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po index 8cdecb6e6f..56696918e2 100644 --- a/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po index 7677115c96..7ca4f7ca8f 100644 --- a/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po index 61e469acfc..cd12ee6110 100644 --- a/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po index 92fdf13055..eea04f717a 100644 --- a/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po index a74358685f..887f6ec84f 100644 --- a/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po index b27e44d661..fda899769e 100644 --- a/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po index 9d72a334f2..0230bc2479 100644 --- a/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po index 6fe0c5bdbc..c3ef435caa 100644 --- a/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po index e3dfa06ea3..e55fecf03c 100644 --- a/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:31+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po index 5f427aab28..fe84686759 100644 --- a/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:31+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po index 3ba2aa9f82..7ebc313b1c 100644 --- a/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:31+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot b/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot index e90515501f..824617cd5e 100644 --- a/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot +++ b/plugins/DomainStatusNetwork/locale/DomainStatusNetwork.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/DomainStatusNetwork/locale/de/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/de/LC_MESSAGES/DomainStatusNetwork.po index 1a32c7f8f6..3d56c3428b 100644 --- a/plugins/DomainStatusNetwork/locale/de/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/de/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:31+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po new file mode 100644 index 0000000000..33b61b6c66 --- /dev/null +++ b/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po @@ -0,0 +1,29 @@ +# Translation of StatusNet - DomainStatusNetwork to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Erchache2000 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - DomainStatusNetwork\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:31+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "A plugin that maps a single status_network to an email domain." +msgstr "" +"Un plugin que asigna un solo estado de red a un dominio de correo " +"electrónico." diff --git a/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po index 2f9dc8d3ab..fa0d186301 100644 --- a/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:31+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po index e151122176..9bab419a9c 100644 --- a/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:32+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po index 5b402b3e78..656ab571c3 100644 --- a/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:32+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po index e2e776aa70..6644e577ed 100644 --- a/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:32+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po index a0975d7b3e..7c212c2928 100644 --- a/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:32+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po index a929022470..90d127c754 100644 --- a/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:33+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po index e49d7d4370..efbe58e412 100644 --- a/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:32+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po index efb0f43d41..942c8295a6 100644 --- a/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:33+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po index 73d017c533..b3ede7f9d5 100644 --- a/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:33+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/DomainWhitelist/locale/DomainWhitelist.pot b/plugins/DomainWhitelist/locale/DomainWhitelist.pot index 3b4f2ec77e..b621ea12eb 100644 --- a/plugins/DomainWhitelist/locale/DomainWhitelist.pot +++ b/plugins/DomainWhitelist/locale/DomainWhitelist.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po index da145b876a..525719ed76 100644 --- a/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:34+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po index 035b6439b1..f4e0743536 100644 --- a/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:34+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po index 321f35bb57..a9eca5bcdd 100644 --- a/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:34+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po new file mode 100644 index 0000000000..74490ef0f4 --- /dev/null +++ b/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po @@ -0,0 +1,82 @@ +# Translation of StatusNet - DomainWhitelist to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Erchache2000 +# Author: Od1n +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - DomainWhitelist\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:34+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist. +#. TRANS: %s is a whitelisted e-mail domain. +#, php-format +msgid "Email address must be in this domain: %s." +msgstr "Dirección de correo electrónico debe estar en este dominio: %s ." + +#. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist. +#. TRANS: %s are whitelisted e-mail domains separated by comma's (localisable). +#, php-format +msgid "Email address must be in one of these domains: %s." +msgstr "Dirección de correo electrónico debe estar en este dominio: %s ." + +#. TRANS: Separator for whitelisted domains. +msgctxt "SEPARATOR" +msgid ", " +msgstr ", " + +#. TRANS: Exception thrown when an e-mail address does not match the site's domain whitelist. +msgid "That email address is not allowed on this site." +msgstr "Esa dirección de correo electrónico no está permitido en este sitio." + +#. TRANS: Title for invitiation deletion dialog. +msgid "Confirmation Required" +msgstr "Confirmación requerida" + +#. TRANS: Confirmation text for invitation deletion dialog. +msgid "Really delete this invitation?" +msgstr "¿Realmente desea eliminar esta invitación?" + +#. TRANS: Plugin description. +msgid "Restrict domains for email users." +msgstr "Restringir los dominios para los usuarios de correo electrónico." + +#. TRANS: Form legend. +msgid "Invite collegues" +msgstr "Invitar a amigos" + +#. TRANS: Field label for a personal message to send to invitees. +msgid "Personal message" +msgstr "Mensaje personal" + +#. TRANS: Field title for a personal message to send to invitees. +msgid "Optionally add a personal message to the invitation." +msgstr "Opcionalmente añada un mensaje personalizado a su invitación." + +#. TRANS: Link description to action to add another item to a list. +msgid "Add another item" +msgstr "Añadir otro elemento" + +#. TRANS: Send button for inviting friends. +msgctxt "BUTTON" +msgid "Send" +msgstr "Enviar" + +#. TRANS: Submit button title. +msgid "Send invitations." +msgstr "Enviar invitaciones." diff --git a/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po index ec51967c7e..4a0b39fedc 100644 --- a/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:35+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po index 28bcc83b57..92bdbe790e 100644 --- a/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:35+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po index b89b287155..ea756b2b00 100644 --- a/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:35+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po index 1f40ab68d4..105b6374a3 100644 --- a/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:35+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po index e0cf36e49e..5a57f9c76d 100644 --- a/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:35+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po index cb6e70872e..fc6fcf5c65 100644 --- a/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:35+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Echo/locale/Echo.pot b/plugins/Echo/locale/Echo.pot index f1968ee22b..f52244ecf8 100644 --- a/plugins/Echo/locale/Echo.pot +++ b/plugins/Echo/locale/Echo.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Echo/locale/ar/LC_MESSAGES/Echo.po b/plugins/Echo/locale/ar/LC_MESSAGES/Echo.po index 6998d5e099..49d765840e 100644 --- a/plugins/Echo/locale/ar/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/ar/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po b/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po index 5f6a2c871a..4a2dba1fdd 100644 --- a/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/Echo/locale/br/LC_MESSAGES/Echo.po b/plugins/Echo/locale/br/LC_MESSAGES/Echo.po index 8ef449cc1e..ee564aec62 100644 --- a/plugins/Echo/locale/br/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/br/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Echo/locale/de/LC_MESSAGES/Echo.po b/plugins/Echo/locale/de/LC_MESSAGES/Echo.po index bea1396739..9ae1a6d9cf 100644 --- a/plugins/Echo/locale/de/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/de/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Echo/locale/es/LC_MESSAGES/Echo.po b/plugins/Echo/locale/es/LC_MESSAGES/Echo.po index 544aa13aa5..ec8563a2c1 100644 --- a/plugins/Echo/locale/es/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/es/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po b/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po index 5a11d99e81..ab82e6d2ce 100644 --- a/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po b/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po index ac2fb992a5..63a0e45f76 100644 --- a/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po index 8a0cf37f07..6a50ad8fbf 100644 --- a/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Echo/locale/he/LC_MESSAGES/Echo.po b/plugins/Echo/locale/he/LC_MESSAGES/Echo.po index 7b3c7bce50..b5bd85a9d1 100644 --- a/plugins/Echo/locale/he/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/he/LC_MESSAGES/Echo.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po b/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po index e9f681eb6c..5f85947e8f 100644 --- a/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Echo/locale/id/LC_MESSAGES/Echo.po b/plugins/Echo/locale/id/LC_MESSAGES/Echo.po index 9965844da8..cb2a384e33 100644 --- a/plugins/Echo/locale/id/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/id/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po b/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po index 430fbb49b5..c9da24c94c 100644 --- a/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lb\n" diff --git a/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po b/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po index 69b2803098..6150985f2a 100644 --- a/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po b/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po index 068c33dd19..262ed4b442 100644 --- a/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po index 8bed6425ef..498ba94e46 100644 --- a/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po b/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po index acee5e6f2f..9a3fe6279e 100644 --- a/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po b/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po index 29c6b21845..c3ca6cb4fb 100644 --- a/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po b/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po index abfb115395..0c174b044d 100644 --- a/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po index 7bd60d87c7..20799f37e3 100644 --- a/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po b/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po index 3fb95dfa4c..f9688156c2 100644 --- a/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po b/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po index a49fe45df3..efb2fbab59 100644 --- a/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/EmailAuthentication/locale/EmailAuthentication.pot b/plugins/EmailAuthentication/locale/EmailAuthentication.pot index e650df73a9..d03d9f7bf3 100644 --- a/plugins/EmailAuthentication/locale/EmailAuthentication.pot +++ b/plugins/EmailAuthentication/locale/EmailAuthentication.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po index 68404577a4..5c568957d3 100644 --- a/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" diff --git a/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po index b4654fe6f7..82d738bf85 100644 --- a/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po index c518e994c8..a41b5ab243 100644 --- a/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po index 6f8e595c94..db2a572fd7 100644 --- a/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po index 8843e5eec5..54e45a3a07 100644 --- a/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po index cf65859080..b295405af2 100644 --- a/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po index 243488fe67..861f31c240 100644 --- a/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po index 65325a42bf..f8c2d3f798 100644 --- a/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po index a8af95b6dd..dcf35c3f17 100644 --- a/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po index f844e14dc2..f7dbc00411 100644 --- a/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po index 91369380da..39ac2cbb98 100644 --- a/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po index ff5e053ee5..b8f052adc5 100644 --- a/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po index fc37b59986..80f3203343 100644 --- a/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po index f1430e32fd..9143956752 100644 --- a/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po index 0b98ead442..60c2106d98 100644 --- a/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po index e839ebdb5a..f49b33aff7 100644 --- a/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po index c291e9ab10..a43ea9929b 100644 --- a/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po index 019f6d6f24..f622719390 100644 --- a/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po index c3d5c35f5d..9353e56592 100644 --- a/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po index 848b49099c..00ea0df2fc 100644 --- a/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po index 19a4c3e1d7..667995abb6 100644 --- a/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po index 1fdbe004d9..fa55defc44 100644 --- a/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/EmailRegistration/locale/EmailRegistration.pot b/plugins/EmailRegistration/locale/EmailRegistration.pot index 2c8553e2b8..495ab887aa 100644 --- a/plugins/EmailRegistration/locale/EmailRegistration.pot +++ b/plugins/EmailRegistration/locale/EmailRegistration.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/EmailRegistration/locale/ar/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ar/LC_MESSAGES/EmailRegistration.po index 53688d9e69..aeee8170b4 100644 --- a/plugins/EmailRegistration/locale/ar/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ar/LC_MESSAGES/EmailRegistration.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:42+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po index c7bd216375..6bc3c5d63d 100644 --- a/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:42+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po index 09f5ff8cd2..c677e1e100 100644 --- a/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:42+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po index 7742affcc6..185237140e 100644 --- a/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:42+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po new file mode 100644 index 0000000000..01d0af3b9e --- /dev/null +++ b/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po @@ -0,0 +1,194 @@ +# Translation of StatusNet - EmailRegistration to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Erchache2000 +# Author: Od1n +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - EmailRegistration\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:42+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-emailregistration\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception trown when registration by e-mail is not allowed. +msgid "Registration not allowed." +msgstr "Registro no permitido." + +#. TRANS: Client exception trown when trying to register without an invitation. +msgid "Sorry, only invited people can register." +msgstr "Disculpa, sólo personas invitadas pueden registrarse." + +#. TRANS: Client exception thrown when no confirmation code was provided. +msgid "No confirmation code." +msgstr "Ningún código de confirmación." + +#. TRANS: Client exception trown when using an invitation multiple times. +msgid "Invitation already used." +msgstr "Invitación ya utilizada." + +#. TRANS: Client exception thrown when given confirmation code was not issued. +msgid "No such confirmation code." +msgstr "No hay tal código de confirmación." + +#. TRANS: Title for registration page. +msgctxt "TITLE" +msgid "Register" +msgstr "Registrarse" + +#. TRANS: Title for page where to register with a confirmation code. +msgctxt "TITLE" +msgid "Complete registration" +msgstr "Completar el registro" + +#. TRANS: Confirmation text after initial registration. +#. TRANS: %s an e-mail address. +#, php-format +msgid "" +"An email was sent to %s to confirm that address. Check your email inbox for " +"instructions." +msgstr "" +"Fue enviado un correo electrónico a %s para confirmar esa dirección. " +"Compruebe su bandeja de entrada de correo electrónico para obtener " +"instrucciones." + +#. TRANS: Client exception trown when trying to set password with an invalid confirmation code. +msgid "No confirmation thing." +msgstr "Ningún código de confirmación." + +#. TRANS: Error text when trying to register without agreeing to the terms. +msgid "You must accept the terms of service and privacy policy to register." +msgstr "" +"Debe aceptar los términos del servicio y política de privacidad para " +"registrarse." + +#. TRANS: Error text when trying to register without a password. +msgid "You must set a password" +msgstr "Debe establecer una contraseña" + +#. TRANS: Error text when trying to register with too short a password. +msgid "Password must be 6 or more characters." +msgstr "La contraseña debe tener 6 o más caracteres." + +#. TRANS: Error text when trying to register without providing the same password twice. +msgid "Passwords do not match." +msgstr "Las contraseñas no coinciden." + +#. TRANS: Exception trown when using an invitation multiple times. +msgid "Failed to register user." +msgstr "Error al registrar usuario." + +#. TRANS: Subject for confirmation e-mail. +#. TRANS: %s is the StatusNet sitename. +#, php-format +msgid "Confirm your registration on %s" +msgstr "Confirma tu registro en %s" + +#. TRANS: Body for confirmation e-mail. +#. TRANS: %1$s is the StatusNet sitename, %2$s is the confirmation URL. +#, php-format +msgid "" +"Someone (probably you) has requested an account on %1$s using this email " +"address.\n" +"To confirm the address, click the following URL or copy it into the address " +"bar of your browser.\n" +"%2$s\n" +"If it was not you, you can safely ignore this message." +msgstr "" +"Alguien (probablemente usted) ha solicitado una cuenta en %1$s usando esta " +"dirección de correo electrónico. Para confirmar la dirección, haga clic en " +"la siguiente dirección URL o copiarlo en la barra de direcciones del " +"navegador. %2$s Si no fue usted, usted puede ignorar este mensaje." + +#. TRANS: Form instructions. +msgid "Enter your email address to register for an account." +msgstr "" +"Introduzca su dirección de correo electrónico para registrar una cuenta." + +#. TRANS: Field label on form for registering an account. +msgctxt "LABEL" +msgid "E-mail address" +msgstr "Dirección de correo electrónico" + +#. TRANS: Button text for registering an account. +#. TRANS: Button text for action to register. +msgctxt "BUTTON" +msgid "Register" +msgstr "Registrarse" + +#. TRANS: Form instructions. +msgid "Enter a password to confirm your new account." +msgstr "Introduzca una contraseña para confirmar tu nueva cuenta." + +#. TRANS: Field label in e-mail registration form. +msgctxt "LABEL" +msgid "User name" +msgstr "Nombre de usuario" + +#. TRANS: Field label. +msgid "Email address" +msgstr "Dirección de correo electrónico" + +#. TRANS: Field label on account registration page. +msgid "Password" +msgstr "Contraseña" + +#. TRANS: Field title on account registration page. +msgid "6 or more characters." +msgstr "6 o más caracteres." + +#. TRANS: Field label on account registration page. In this field the password has to be entered a second time. +msgctxt "PASSWORD" +msgid "Confirm" +msgstr "Confirmar" + +#. TRANS: Field title on account registration page. +msgid "Same as password above." +msgstr "Igual a la contraseña anterior" + +#. TRANS: Checkbox title for terms of service and privacy policy. +#, fuzzy, php-format +msgid "" +"I agree to the Terms of service and Privacy policy of this site." +msgstr "" +"Estoy de acuerdo con el %1$ s " +"\"> términos de servicio y %1" +"$ s\" > política de privacidad de este sitio." + +#. TRANS: Error text when trying to register with an already registered e-mail address. +#. TRANS: %s is the URL to recover password at. +#, php-format +msgid "" +"A user with that email address already exists. You can use the password recovery tool to recover a missing password." +msgstr "" +"Ya existe un usuario con esa dirección de correo electrónico. Puede utilizar " +"la herramienta de %s \"> " +"recuperación de contraseñas para recuperar una contraseña de falta." + +#. TRANS: Error text when trying to register with an invalid e-mail address. +msgid "Not a valid email address." +msgstr "Correo electrónico no válido" + +#. TRANS: Subject for confirmation e-mail. +#. TRANS: %s is the StatusNet sitename. +#, php-format +msgid "Welcome to %s" +msgstr "Bienvenido a %s" + +#. TRANS: Plugin description. +msgid "Use email only for registration." +msgstr "Usar el correo electrónico sólo para el registro." diff --git a/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po index 1e0c6dba6f..828710656d 100644 --- a/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:42+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po index f2df80411e..5d7a243687 100644 --- a/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po index 8e023412fa..76f8ec9eb6 100644 --- a/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po index 4baf799b4f..1796c07aeb 100644 --- a/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hu\n" diff --git a/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po index 3d649408e9..2519284b21 100644 --- a/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po index 529683fe5a..76164cbc5d 100644 --- a/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po index e9125af783..9a55503ebe 100644 --- a/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po new file mode 100644 index 0000000000..199558e84e --- /dev/null +++ b/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po @@ -0,0 +1,178 @@ +# Translation of StatusNet - EmailRegistration to Russian (Русский) +# Exported from translatewiki.net +# +# Author: Eleferen +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - EmailRegistration\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" +"Language-Team: Russian \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: ru\n" +"X-Message-Group: #out-statusnet-plugin-emailregistration\n" +"Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " +"2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Client exception trown when registration by e-mail is not allowed. +msgid "Registration not allowed." +msgstr "" + +#. TRANS: Client exception trown when trying to register without an invitation. +msgid "Sorry, only invited people can register." +msgstr "" + +#. TRANS: Client exception thrown when no confirmation code was provided. +msgid "No confirmation code." +msgstr "" + +#. TRANS: Client exception trown when using an invitation multiple times. +msgid "Invitation already used." +msgstr "" + +#. TRANS: Client exception thrown when given confirmation code was not issued. +msgid "No such confirmation code." +msgstr "" + +#. TRANS: Title for registration page. +msgctxt "TITLE" +msgid "Register" +msgstr "" + +#. TRANS: Title for page where to register with a confirmation code. +msgctxt "TITLE" +msgid "Complete registration" +msgstr "" + +#. TRANS: Confirmation text after initial registration. +#. TRANS: %s an e-mail address. +#, php-format +msgid "" +"An email was sent to %s to confirm that address. Check your email inbox for " +"instructions." +msgstr "" + +#. TRANS: Client exception trown when trying to set password with an invalid confirmation code. +msgid "No confirmation thing." +msgstr "" + +#. TRANS: Error text when trying to register without agreeing to the terms. +msgid "You must accept the terms of service and privacy policy to register." +msgstr "" + +#. TRANS: Error text when trying to register without a password. +msgid "You must set a password" +msgstr "Вы должны установить пароль" + +#. TRANS: Error text when trying to register with too short a password. +msgid "Password must be 6 or more characters." +msgstr "Пароль должен быть длиной не менее 6 символов." + +#. TRANS: Error text when trying to register without providing the same password twice. +msgid "Passwords do not match." +msgstr "Пароли не совпадают." + +#. TRANS: Exception trown when using an invitation multiple times. +msgid "Failed to register user." +msgstr "Не удалось зарегистрировать пользователя." + +#. TRANS: Subject for confirmation e-mail. +#. TRANS: %s is the StatusNet sitename. +#, php-format +msgid "Confirm your registration on %s" +msgstr "" + +#. TRANS: Body for confirmation e-mail. +#. TRANS: %1$s is the StatusNet sitename, %2$s is the confirmation URL. +#, php-format +msgid "" +"Someone (probably you) has requested an account on %1$s using this email " +"address.\n" +"To confirm the address, click the following URL or copy it into the address " +"bar of your browser.\n" +"%2$s\n" +"If it was not you, you can safely ignore this message." +msgstr "" + +#. TRANS: Form instructions. +msgid "Enter your email address to register for an account." +msgstr "Введите свой адрес электронной почты для регистрации учётной записи." + +#. TRANS: Field label on form for registering an account. +msgctxt "LABEL" +msgid "E-mail address" +msgstr "Адрес электронной почты" + +#. TRANS: Button text for registering an account. +#. TRANS: Button text for action to register. +msgctxt "BUTTON" +msgid "Register" +msgstr "Регистрация" + +#. TRANS: Form instructions. +msgid "Enter a password to confirm your new account." +msgstr "Введите пароль для подтверждения новой учётной записи." + +#. TRANS: Field label in e-mail registration form. +msgctxt "LABEL" +msgid "User name" +msgstr "Имя пользователя" + +#. TRANS: Field label. +msgid "Email address" +msgstr "Адрес эл. почты" + +#. TRANS: Field label on account registration page. +msgid "Password" +msgstr "Пароль" + +#. TRANS: Field title on account registration page. +msgid "6 or more characters." +msgstr "6 или более символов." + +#. TRANS: Field label on account registration page. In this field the password has to be entered a second time. +msgctxt "PASSWORD" +msgid "Confirm" +msgstr "" + +#. TRANS: Field title on account registration page. +msgid "Same as password above." +msgstr "" + +#. TRANS: Checkbox title for terms of service and privacy policy. +#, php-format +msgid "" +"I agree to the Terms of service and Privacy policy of this site." +msgstr "" + +#. TRANS: Error text when trying to register with an already registered e-mail address. +#. TRANS: %s is the URL to recover password at. +#, php-format +msgid "" +"A user with that email address already exists. You can use the password recovery tool to recover a missing password." +msgstr "" + +#. TRANS: Error text when trying to register with an invalid e-mail address. +msgid "Not a valid email address." +msgstr "" + +#. TRANS: Subject for confirmation e-mail. +#. TRANS: %s is the StatusNet sitename. +#, php-format +msgid "Welcome to %s" +msgstr "Добро пожаловать в %s" + +#. TRANS: Plugin description. +msgid "Use email only for registration." +msgstr "" diff --git a/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po index a833747e8c..49a5715cef 100644 --- a/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po index 369f473e4f..3e081a7344 100644 --- a/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po index 9739bfa8dd..0660a06e31 100644 --- a/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/EmailReminder/locale/EmailReminder.pot b/plugins/EmailReminder/locale/EmailReminder.pot index 47b8e3d853..7757706338 100644 --- a/plugins/EmailReminder/locale/EmailReminder.pot +++ b/plugins/EmailReminder/locale/EmailReminder.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/EmailReminder/locale/ar/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/ar/LC_MESSAGES/EmailReminder.po index f6b5727437..3f436ae5a0 100644 --- a/plugins/EmailReminder/locale/ar/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/ar/LC_MESSAGES/EmailReminder.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:44+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po index 20c122ddf2..196a458ad1 100644 --- a/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:45+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po new file mode 100644 index 0000000000..6e5de520bb --- /dev/null +++ b/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po @@ -0,0 +1,53 @@ +# Translation of StatusNet - EmailReminder to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Erchache2000 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - EmailReminder\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:45+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-emailreminder\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Send email reminders for various things." +msgstr "Enviar correo electrónico de recuerdo para varias cosas." + +#. TRANS: Server exception thrown when a reminder record could not be inserted into the database. +msgid "Database error inserting reminder record." +msgstr "Error de base de datos al insertar registro de recuerdo." + +#. TRANS: Subject for reminder e-mail. +msgid "Reminder - please confirm your registration!" +msgstr "Recordatorio - por favor confirma tu registro!" + +#. TRANS: Subject for reminder e-mail. +msgid "Second reminder - please confirm your registration!" +msgstr "Segundo recordatorio - por favor confirma tu registro!" + +#. TRANS: Subject for reminder e-mail. +msgid "Final reminder - please confirm your registration!" +msgstr "Recordatorio final - por favor CONFIRMA tu registro!" + +#. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. +#, php-format +msgid "Reminder - You have been invited to join %s!" +msgstr "Recordatorio - ha sido invitados a unirse a %s !" + +#. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. +#, php-format +msgid "Final reminder - you have been invited to join %s!" +msgstr "Recordatorio final - ha sido invitado a unirse a %s !" diff --git a/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po index 1df8e3ed46..873b02cc8f 100644 --- a/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:45+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po index 00ca2f299c..73841e13b6 100644 --- a/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:45+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po index e7fca7b8ef..03e054ff88 100644 --- a/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:46+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po index e164936e24..ff7dc80c0d 100644 --- a/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:46+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po index ccce588a9b..0ec4579d33 100644 --- a/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:46+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po index af93b744d2..5fc9dd7ba2 100644 --- a/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:46+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/EmailSummary/locale/EmailSummary.pot b/plugins/EmailSummary/locale/EmailSummary.pot index 9fb55705d3..9f92ce9d7a 100644 --- a/plugins/EmailSummary/locale/EmailSummary.pot +++ b/plugins/EmailSummary/locale/EmailSummary.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po index 49db2216a6..e6d59fc29d 100644 --- a/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po index be6c35422e..7a8e9815a3 100644 --- a/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po new file mode 100644 index 0000000000..7e478ca482 --- /dev/null +++ b/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po @@ -0,0 +1,56 @@ +# Translation of StatusNet - EmailSummary to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Erchache2000 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - EmailSummary\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-emailsummary\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Subject for e-mail. +#, php-format +msgid "Your latest updates from %s" +msgstr "Las actualizaciones más recientes de %s" + +#. TRANS: Text in e-mail summary. +#. TRANS: %1$s is the StatusNet sitename, %2$s is the recipient's profile name. +#, php-format +msgid "Recent updates from %1$s for %2$s:" +msgstr "Las actualizaciones más recientes de %1$s para %2$s :" + +#. TRANS: Link text for link to conversation view. +msgid "in context" +msgstr "en contexto" + +#. TRANS: Link text for link to e-mail settings. +#. TRANS: %1$s is a link to the e-mail settings, %2$s is the StatusNet sitename. +#, fuzzy, php-format +msgid "change your email settings for %2$s" +msgstr "" +"%1$ s \"> cambiar la " +"configuración de correo electrónico para %2$s" + +#. TRANS: Plugin description. +msgid "Send an email summary of the inbox to users." +msgstr "" +"Enviar un resumen de correo electrónico de la bandeja de entrada para los " +"usuarios." + +#. TRANS: Checkbox label in e-mail preferences form. +msgid "Send me a periodic summary of updates from my network" +msgstr "Enviarme un resumen periódico de actualizaciones de mi red" diff --git a/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po index 57f327a13a..10a685bfca 100644 --- a/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po index c618f2c933..3740bc6a74 100644 --- a/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po index da23aab4ac..d52ddca289 100644 --- a/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po index 7fc75e1170..85ac61cae1 100644 --- a/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po index 96f5fda2c0..c05bb37cce 100644 --- a/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:48+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po index 8382dda771..780d9410f2 100644 --- a/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:48+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po index 03a9d6962f..8b569f7127 100644 --- a/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:48+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Event/locale/Event.pot b/plugins/Event/locale/Event.pot index 3a90f689d7..39c741bc44 100644 --- a/plugins/Event/locale/Event.pot +++ b/plugins/Event/locale/Event.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Event/locale/ar/LC_MESSAGES/Event.po b/plugins/Event/locale/ar/LC_MESSAGES/Event.po index ab2ac5d2b9..b3425534e7 100644 --- a/plugins/Event/locale/ar/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ar/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:53+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Event/locale/br/LC_MESSAGES/Event.po b/plugins/Event/locale/br/LC_MESSAGES/Event.po index b15aab6dcf..a89c75e916 100644 --- a/plugins/Event/locale/br/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/br/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:53+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" @@ -35,13 +35,13 @@ msgstr "(30 mun)" msgid "(1 hour)" msgstr "(1 eurvezh)" -#, fuzzy, php-format +#, php-format msgid "(%.1f hours)" -msgstr "(1 eurvezh)" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "(%d hours)" -msgstr "(1 eurvezh)" +msgstr "" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." diff --git a/plugins/Event/locale/ca/LC_MESSAGES/Event.po b/plugins/Event/locale/ca/LC_MESSAGES/Event.po index df775443f5..15d6fa897c 100644 --- a/plugins/Event/locale/ca/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ca/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:54+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" @@ -34,13 +34,13 @@ msgstr "(30 min)" msgid "(1 hour)" msgstr "(1 hora)" -#, fuzzy, php-format +#, php-format msgid "(%.1f hours)" -msgstr "(1 hora)" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "(%d hours)" -msgstr "(1 hora)" +msgstr "" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." diff --git a/plugins/Event/locale/de/LC_MESSAGES/Event.po b/plugins/Event/locale/de/LC_MESSAGES/Event.po index 685d2b8c9b..32ac761ccc 100644 --- a/plugins/Event/locale/de/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/de/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:54+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" @@ -35,13 +35,13 @@ msgstr "(30 min)" msgid "(1 hour)" msgstr "(1 Stunde)" -#, fuzzy, php-format +#, php-format msgid "(%.1f hours)" -msgstr "(1 Stunde)" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "(%d hours)" -msgstr "(1 Stunde)" +msgstr "" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." diff --git a/plugins/Event/locale/eu/LC_MESSAGES/Event.po b/plugins/Event/locale/eu/LC_MESSAGES/Event.po index 1a00745b6d..166c920794 100644 --- a/plugins/Event/locale/eu/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/eu/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:54+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" @@ -35,13 +35,13 @@ msgstr "(30 min)" msgid "(1 hour)" msgstr "(ordubete)" -#, fuzzy, php-format +#, php-format msgid "(%.1f hours)" -msgstr "(ordubete)" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "(%d hours)" -msgstr "(ordubete)" +msgstr "" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." diff --git a/plugins/Event/locale/fr/LC_MESSAGES/Event.po b/plugins/Event/locale/fr/LC_MESSAGES/Event.po index 283b066797..49c20cb37c 100644 --- a/plugins/Event/locale/fr/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/fr/LC_MESSAGES/Event.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:54+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -39,13 +39,13 @@ msgstr "(30 min)" msgid "(1 hour)" msgstr "(1 heure)" -#, fuzzy, php-format +#, php-format msgid "(%.1f hours)" -msgstr "(1 heure)" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "(%d hours)" -msgstr "(1 heure)" +msgstr "" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." diff --git a/plugins/Event/locale/gl/LC_MESSAGES/Event.po b/plugins/Event/locale/gl/LC_MESSAGES/Event.po index 76bcfdc8dc..46b07633e1 100644 --- a/plugins/Event/locale/gl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/gl/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:54+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -34,13 +34,13 @@ msgstr "(30 min)" msgid "(1 hour)" msgstr "(1 hora)" -#, fuzzy, php-format +#, php-format msgid "(%.1f hours)" -msgstr "(1 hora)" +msgstr "(%.1f horas)" -#, fuzzy, php-format +#, php-format msgid "(%d hours)" -msgstr "(1 hora)" +msgstr "(%d horas)" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." diff --git a/plugins/Event/locale/ia/LC_MESSAGES/Event.po b/plugins/Event/locale/ia/LC_MESSAGES/Event.po index 91ffae3687..2e3869124c 100644 --- a/plugins/Event/locale/ia/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ia/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:54+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" @@ -34,13 +34,13 @@ msgstr "(30 min.)" msgid "(1 hour)" msgstr "(1 hora)" -#, fuzzy, php-format +#, php-format msgid "(%.1f hours)" -msgstr "(1 hora)" +msgstr "" -#, fuzzy, php-format +#, php-format msgid "(%d hours)" -msgstr "(1 hora)" +msgstr "" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." diff --git a/plugins/Event/locale/mk/LC_MESSAGES/Event.po b/plugins/Event/locale/mk/LC_MESSAGES/Event.po index 7baf3adabf..691cf50c02 100644 --- a/plugins/Event/locale/mk/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/mk/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:55+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" @@ -34,13 +34,13 @@ msgstr "(30 мин)" msgid "(1 hour)" msgstr "(1 час)" -#, fuzzy, php-format +#, php-format msgid "(%.1f hours)" -msgstr "(1 час)" +msgstr "(%.1f часа)" -#, fuzzy, php-format +#, php-format msgid "(%d hours)" -msgstr "(1 час)" +msgstr "(%d часа)" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." diff --git a/plugins/Event/locale/ms/LC_MESSAGES/Event.po b/plugins/Event/locale/ms/LC_MESSAGES/Event.po index ba502855ed..c9af816c54 100644 --- a/plugins/Event/locale/ms/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ms/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:55+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/Event/locale/nl/LC_MESSAGES/Event.po b/plugins/Event/locale/nl/LC_MESSAGES/Event.po index 0c47cf7f1a..0336c093fc 100644 --- a/plugins/Event/locale/nl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/nl/LC_MESSAGES/Event.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:55+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" @@ -35,13 +35,13 @@ msgstr "(30 min.)" msgid "(1 hour)" msgstr "(1 uur)" -#, fuzzy, php-format +#, php-format msgid "(%.1f hours)" -msgstr "(1 uur)" +msgstr "(%.1f uur)" -#, fuzzy, php-format +#, php-format msgid "(%d hours)" -msgstr "(1 uur)" +msgstr "(%d uur)" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." diff --git a/plugins/Event/locale/pt/LC_MESSAGES/Event.po b/plugins/Event/locale/pt/LC_MESSAGES/Event.po index 7c148fb972..a2385fee69 100644 --- a/plugins/Event/locale/pt/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/pt/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:55+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Event/locale/tl/LC_MESSAGES/Event.po b/plugins/Event/locale/tl/LC_MESSAGES/Event.po index 1b749992df..c8ca7b111d 100644 --- a/plugins/Event/locale/tl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/tl/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:55+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Event/locale/uk/LC_MESSAGES/Event.po b/plugins/Event/locale/uk/LC_MESSAGES/Event.po index 1e7075161d..7b57bc7761 100644 --- a/plugins/Event/locale/uk/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/uk/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:55+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-10-10 14:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ExtendedProfile/locale/ExtendedProfile.pot b/plugins/ExtendedProfile/locale/ExtendedProfile.pot index 5ac344626a..4214a89a9d 100644 --- a/plugins/ExtendedProfile/locale/ExtendedProfile.pot +++ b/plugins/ExtendedProfile/locale/ExtendedProfile.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ExtendedProfile/locale/ar/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ar/LC_MESSAGES/ExtendedProfile.po index 4c90604bc9..e8ad6e0e24 100644 --- a/plugins/ExtendedProfile/locale/ar/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ar/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:59+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po index 88a6b2b8ef..0b1b679f5b 100644 --- a/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:02:59+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po index de8c6e9fc8..9053cd53e8 100644 --- a/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po index 29d9d4e922..50d6fa7811 100644 --- a/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po @@ -3,6 +3,7 @@ # # Author: George Animal # Author: Giftpflanze +# Author: Kghbln # -- # This file is distributed under the same license as the StatusNet package. # @@ -10,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" @@ -196,7 +197,7 @@ msgstr "Titel" #. TRANS: Field label for extended profile properties. msgid "Manager" -msgstr "Manager" +msgstr "Verwalter" #. TRANS: Field label for extended profile properties. msgid "Location" diff --git a/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po index 8cd259ec94..5e0f801da6 100644 --- a/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po index 5a0a68f45a..facd5af44d 100644 --- a/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po index 2afcdbd839..ee92d157e9 100644 --- a/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po index 6a16e69d09..3e6b7b31fe 100644 --- a/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po index 9094a1452e..3a0f974570 100644 --- a/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po index 06300bd677..ea5ff17dd4 100644 --- a/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:01+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po index 9451f9e291..40c62b6d88 100644 --- a/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:01+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po index ba9dec3e02..69f51f87fd 100644 --- a/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:01+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po index 394269ec41..ee1e269276 100644 --- a/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:01+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po index b2d53356fb..763030e1fe 100644 --- a/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:53+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:02+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po index a05b2b6120..216081cf95 100644 --- a/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:53+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:02+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/FacebookBridge/locale/FacebookBridge.pot b/plugins/FacebookBridge/locale/FacebookBridge.pot index fa24d79638..ff0d2ef61f 100644 --- a/plugins/FacebookBridge/locale/FacebookBridge.pot +++ b/plugins/FacebookBridge/locale/FacebookBridge.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/FacebookBridge/locale/ar/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/ar/LC_MESSAGES/FacebookBridge.po index b143c5569c..a714e7323f 100644 --- a/plugins/FacebookBridge/locale/ar/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/ar/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:07+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po index 1374327fdb..eeedca26e6 100644 --- a/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:07+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po index 83f881bea0..41586b2a63 100644 --- a/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:07+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po index 8cf94b651c..4828f5d593 100644 --- a/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:08+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po index 5cdcdd9afa..7ec2016fa6 100644 --- a/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:08+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po index ef4d34f978..c81302da00 100644 --- a/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:08+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po index a334adca26..bcdb6c1eb1 100644 --- a/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:08+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po index f9d1a32505..4140538e77 100644 --- a/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:08+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po index 8768e04883..5966a99f5b 100644 --- a/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:09+0000\n" "Language-Team: Malagasy \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mg\n" diff --git a/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po index fb92ff64e8..e55ef23a96 100644 --- a/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:09+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po index 1a32f026ea..d2440e0359 100644 --- a/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:59+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:09+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po index ac85f8b83f..030418734f 100644 --- a/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:59+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:09+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po index a0854eb656..473f963a7d 100644 --- a/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:59+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:09+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po index 50b0e4a6ca..eeb56dfad1 100644 --- a/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:59+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/FirePHP/locale/FirePHP.pot b/plugins/FirePHP/locale/FirePHP.pot index 35748d4998..650d036d45 100644 --- a/plugins/FirePHP/locale/FirePHP.pot +++ b/plugins/FirePHP/locale/FirePHP.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po index bb17d5312c..c2060612d2 100644 --- a/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:59+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po index 30e7f5d980..56d3373900 100644 --- a/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:44:59+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po index be6aeda6fe..04c27748e9 100644 --- a/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po index 009fc556c6..e944e17bb6 100644 --- a/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po index 59d625480f..b39e3e3f9a 100644 --- a/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po index ae928d1d32..57cb801de8 100644 --- a/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po index bedf8f49f2..9d95872db6 100644 --- a/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po index 4ed87965cc..fddbe4556a 100644 --- a/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po index c3e01022df..5c76b7be07 100644 --- a/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po index f978ede839..41c8e10f02 100644 --- a/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po index e735693d19..21df2f99dd 100644 --- a/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po index 1245fcb631..533211868b 100644 --- a/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po index 16b0d8aec0..883f41f9ff 100644 --- a/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po index d7eea51a2d..7e37cc889f 100644 --- a/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po index 8ad74f694a..d695990047 100644 --- a/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po index f7af467373..b9a9d9ebe5 100644 --- a/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po index 9a4445ecb7..cd4f3d45b1 100644 --- a/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po index 1ed1c7900c..6a53a12099 100644 --- a/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/FollowEveryone/locale/FollowEveryone.pot b/plugins/FollowEveryone/locale/FollowEveryone.pot index 689389088b..95c11f5d1d 100644 --- a/plugins/FollowEveryone/locale/FollowEveryone.pot +++ b/plugins/FollowEveryone/locale/FollowEveryone.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po index ba56843af3..991cf2dcd9 100644 --- a/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:12+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po index 7e1d13737f..6f3092bfcf 100644 --- a/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:12+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po index a816b3ebaf..952b6c2e75 100644 --- a/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:12+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po index 70c5a05f20..60054c9313 100644 --- a/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:12+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po index 84c20aa8d4..e96790caff 100644 --- a/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po index e9faf7d64a..b765704da3 100644 --- a/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po index cdcc64cb95..f283752092 100644 --- a/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po index 5c74059be8..19f9d863c3 100644 --- a/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po index f341cfb742..13a87c5868 100644 --- a/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po index 5f3b371e2d..177bbd3b6e 100644 --- a/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po index c210659d8e..09434b271f 100644 --- a/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po index bfab2e8a4b..5fe5b8c4c9 100644 --- a/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po index d40a9b681a..d76294cb43 100644 --- a/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po index 5dcfe96294..11690a1c0f 100644 --- a/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po index 1cc9eb634f..67dd246cd1 100644 --- a/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ForceGroup/locale/ForceGroup.pot b/plugins/ForceGroup/locale/ForceGroup.pot index 50aa6cbe35..ff031c3209 100644 --- a/plugins/ForceGroup/locale/ForceGroup.pot +++ b/plugins/ForceGroup/locale/ForceGroup.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po index 2c41b3032a..18f60cbd9e 100644 --- a/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:14+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po index 0f53d70010..914c20b0f0 100644 --- a/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:14+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po index 45262af9ce..c8cb03f1c2 100644 --- a/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:14+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po index 628d4a8283..16e4c66aeb 100644 --- a/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:14+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po index 8e5dbb01bb..82568ea83d 100644 --- a/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po index b7bccb4eb1..3a2072f8d6 100644 --- a/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po index 1a3b148773..42c0058c64 100644 --- a/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po index bda102ad9e..c29fb9d539 100644 --- a/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po index 28189e9811..04a433d901 100644 --- a/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po index de025b1f2c..af25121fd8 100644 --- a/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po index 01798a512a..3cd4b5d8ab 100644 --- a/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po index 4816da4918..39043bb6e1 100644 --- a/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:16+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po index 469a490d4f..409aa5d015 100644 --- a/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:16+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po index 218ff2cb07..9ffab099b6 100644 --- a/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:16+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po index cba90f9ba4..c2ce8ffbb4 100644 --- a/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:16+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/GeoURL/locale/GeoURL.pot b/plugins/GeoURL/locale/GeoURL.pot index 6334097497..64139725c6 100644 --- a/plugins/GeoURL/locale/GeoURL.pot +++ b/plugins/GeoURL/locale/GeoURL.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po index 94c6f63d38..fc1a4f24c5 100644 --- a/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:24+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po index 85f1864731..e6a3e268c2 100644 --- a/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:25+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po index 42764fc66e..f329f50c6f 100644 --- a/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:25+0000\n" "Language-Team: Esperanto \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eo\n" diff --git a/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po index 883402f79c..e5d3cf87c7 100644 --- a/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:26+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po index da2fcabf7b..51193bd5be 100644 --- a/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:26+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po index 5cff29713f..49c39c9bef 100644 --- a/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:27+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po index eaf458a9d2..4aced4c010 100644 --- a/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:28+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po index a59c313e5b..6a4baa2b47 100644 --- a/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:28+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po index c8fbee6c64..7249cf6734 100644 --- a/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:29+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po index b11181f677..f1b8996fb2 100644 --- a/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:29+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po index 60eb75ea1e..55aefae215 100644 --- a/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:29+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po index 8e8844eb70..c9f5476409 100644 --- a/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:29+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po index d00f9c4b1c..ebdd193898 100644 --- a/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:32+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po index 0d7a2c3607..48616b5b20 100644 --- a/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:30+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po index 6115cb83c5..45796cda07 100644 --- a/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:34+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po index 722acbdbc6..af46805a9f 100644 --- a/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:35+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po index 29223de35d..51e21f0795 100644 --- a/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:36+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po index 8ebdc2c4e2..fd5c6cf6d3 100644 --- a/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:36+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po index 7f1f5a6ec0..e9a948c288 100644 --- a/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:36+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po index 4f7bde930f..1470b19fb6 100644 --- a/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:37+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Geonames/locale/Geonames.pot b/plugins/Geonames/locale/Geonames.pot index ee15d1f966..69f39ce97f 100644 --- a/plugins/Geonames/locale/Geonames.pot +++ b/plugins/Geonames/locale/Geonames.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po index d09e13f003..0753ee7344 100644 --- a/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po index b9e2a36f32..fa66e559e7 100644 --- a/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po index ef07a82377..af042a2ab0 100644 --- a/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po index 005725762c..77205aba48 100644 --- a/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po index f5d5abd95f..c83d9a3d3e 100644 --- a/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po index 151adcae44..1be0225f8c 100644 --- a/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po index 48db925543..a018966905 100644 --- a/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po index 739129d35e..10b45d9384 100644 --- a/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:18+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po index 808591a63b..5770a2b040 100644 --- a/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:18+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po index d17618d28a..ac46ccded4 100644 --- a/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:21+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po index 4f24a8e900..5748e0753b 100644 --- a/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:23+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po index 074af6682c..e0cda6d275 100644 --- a/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:23+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot b/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot index b99643fa4a..a021deea77 100644 --- a/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot +++ b/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po index 70917800cd..7104e352c7 100644 --- a/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:37+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po index db0732532c..f35c2817c7 100644 --- a/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:38+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po index fd960123f0..be0ade6f1d 100644 --- a/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:38+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po index 7ae586a0ef..f6fe2a761b 100644 --- a/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:39+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po index 6b97bd4d2e..636f2ff019 100644 --- a/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:39+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po index 29bdeb04d5..fd0d64ca29 100644 --- a/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:39+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po index af580affa1..7b7f90d28f 100644 --- a/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:40+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po index 8e043ea459..95823d30a0 100644 --- a/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:41+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po index 3a95595de1..2c8f8759c0 100644 --- a/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:41+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po index 66b6e44b5c..0e6c5474ac 100644 --- a/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:42+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po index 062ae5d83b..f7ca1205b5 100644 --- a/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:42+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po index 87e5642309..872ce3e804 100644 --- a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:43+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po index 8c30f04f9f..f4bddcd04c 100644 --- a/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:43+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po index 8966dfada9..8f1a20834f 100644 --- a/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:43+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po index 801a2a760b..b392642c30 100644 --- a/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:43+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po index a28f9f2531..85ad098ed0 100644 --- a/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:44+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po index c44fc9f55a..232c56826e 100644 --- a/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:45+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po index 0459873761..3012339f26 100644 --- a/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:45+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po index 9396ad1211..904e099804 100644 --- a/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:46+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po index 982f36b24c..3bc2907fe6 100644 --- a/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:48+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Gravatar/locale/Gravatar.pot b/plugins/Gravatar/locale/Gravatar.pot index aed9b035c4..73d4f313c0 100644 --- a/plugins/Gravatar/locale/Gravatar.pot +++ b/plugins/Gravatar/locale/Gravatar.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po index 0aafe8b3c7..5ca07812ac 100644 --- a/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:49+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po index 4bb9729ab6..ffc097b11a 100644 --- a/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:49+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po index 8c731df578..625d82edf7 100644 --- a/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:49+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po index 4a884d7cea..19c20eb0be 100644 --- a/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:49+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po index a891a833d4..ea4b576375 100644 --- a/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:50+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po index d7a727441b..75557b7733 100644 --- a/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:50+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po index 1a96293913..5fdd408477 100644 --- a/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:51+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po index 554bf4c94f..0cd9d90912 100644 --- a/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:52+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po index 7f2ce19f56..989f390137 100644 --- a/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:54+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po index f30baf3a33..40d357498e 100644 --- a/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:54+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po index 407a5d8774..8fdc2bf86d 100644 --- a/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:55+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po index 5679e9540a..e12a910882 100644 --- a/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:56+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po index b6c2942285..80b43e9765 100644 --- a/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:03:57+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po index 736ca77b55..de62c9fcca 100644 --- a/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:00+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po index 3e166f89b0..d413606e5f 100644 --- a/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:00+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po index 7b23b22a3a..e377b15ea4 100644 --- a/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:00+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/GroupFavorited/locale/GroupFavorited.pot b/plugins/GroupFavorited/locale/GroupFavorited.pot index ec868a3468..8f5f1d1fd2 100644 --- a/plugins/GroupFavorited/locale/GroupFavorited.pot +++ b/plugins/GroupFavorited/locale/GroupFavorited.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GroupFavorited/locale/ar/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ar/LC_MESSAGES/GroupFavorited.po index e921de28f3..4bc4df20a9 100644 --- a/plugins/GroupFavorited/locale/ar/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ar/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:01+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po index 12a1a63d5c..df26075e39 100644 --- a/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:02+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po index 25775383b6..0f84239aeb 100644 --- a/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:02+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po index 8ecff1e6a6..e9f7b52878 100644 --- a/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:02+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po index fff576a975..a3f531e74b 100644 --- a/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:02+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po index 4455a9e6cf..61a2355691 100644 --- a/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:02+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po index b6bc094b7b..3c0900c062 100644 --- a/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:03+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po index f91fab7bc4..e2bef194cd 100644 --- a/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:03+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po index f0a4d13731..30c9f8a44e 100644 --- a/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:03+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po index 5a45255666..022cf8eedc 100644 --- a/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:03+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po index fbe2cf2307..8579ae57e4 100644 --- a/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:03+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po index c5c200ca69..fbbe147a23 100644 --- a/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:14+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:03+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po index cdda96c61a..23b0d87362 100644 --- a/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:14+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:04+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po index b309468fe3..8ff9f331c3 100644 --- a/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:14+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:04+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po index 77f922c983..a54718712f 100644 --- a/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:14+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:04+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot b/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot index f5c703b0d8..96b0a807c4 100644 --- a/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot +++ b/plugins/GroupPrivateMessage/locale/GroupPrivateMessage.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po index 0abbfc7a60..a71f299b98 100644 --- a/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:08+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po index 7d9f9ea36a..d5afded290 100644 --- a/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:09+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po index 051b3f0938..eaa9bffcbc 100644 --- a/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:09+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po index 5e87ec83fb..665e85777f 100644 --- a/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:09+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po index 6ff9fc1106..9f0f1209d5 100644 --- a/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:09+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po index c63d6cd28c..1748abb248 100644 --- a/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:10+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po index 8f9dcd0c57..1f2068f1ba 100644 --- a/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:10+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po index 1e6663474f..380112548d 100644 --- a/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:10+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po index b5b1c45e18..326f1ccd43 100644 --- a/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:10+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po index 199b3bb6d4..d0d9f482fa 100644 --- a/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:18+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:11+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po index 72a60708a6..47d0c29be6 100644 --- a/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:11+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po index 88cb836fd4..ed97351c5a 100644 --- a/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:19+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:12+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:50:18+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Imap/locale/Imap.pot b/plugins/Imap/locale/Imap.pot index af41664261..60977375e0 100644 --- a/plugins/Imap/locale/Imap.pot +++ b/plugins/Imap/locale/Imap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Imap/locale/br/LC_MESSAGES/Imap.po b/plugins/Imap/locale/br/LC_MESSAGES/Imap.po index 91177b6428..feb895646f 100644 --- a/plugins/Imap/locale/br/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/br/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:13+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po b/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po index f6e1140503..5817a9bfba 100644 --- a/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:13+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Imap/locale/de/LC_MESSAGES/Imap.po b/plugins/Imap/locale/de/LC_MESSAGES/Imap.po index f019ed2f28..63c1c22e6d 100644 --- a/plugins/Imap/locale/de/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/de/LC_MESSAGES/Imap.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:13+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po b/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po index 2251fa37f7..29825e0345 100644 --- a/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:13+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po b/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po index 202b6c4c81..8ef4f07110 100644 --- a/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:13+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po b/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po index 96d0c47615..1a019d87db 100644 --- a/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:14+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po b/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po index 0780a7d2b6..a50931a979 100644 --- a/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:14+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po b/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po index 97745753a8..ad1ab47201 100644 --- a/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:14+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po b/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po index a62c43feb9..0a3b946347 100644 --- a/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:14+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po b/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po index 47c94fdb4c..717ccb21d9 100644 --- a/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:14+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po b/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po index 21e5b7aeef..bf92d9c019 100644 --- a/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:15+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po b/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po index 35b09fe691..624bfacc33 100644 --- a/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:15+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po b/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po index 051924b808..6e53f06ea0 100644 --- a/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:20+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:15+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po b/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po index 1932ace4b8..c30218db33 100644 --- a/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:15+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po b/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po index 2eb5245833..05f73a3b65 100644 --- a/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:15+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/InProcessCache/locale/InProcessCache.pot b/plugins/InProcessCache/locale/InProcessCache.pot index e145efe489..1ef0f9e85a 100644 --- a/plugins/InProcessCache/locale/InProcessCache.pot +++ b/plugins/InProcessCache/locale/InProcessCache.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/InProcessCache/locale/de/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/de/LC_MESSAGES/InProcessCache.po index 025267f5fd..d86fd3ff76 100644 --- a/plugins/InProcessCache/locale/de/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/de/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po index c14f9019fe..85d7725442 100644 --- a/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po index a9bca1a473..53cfef97eb 100644 --- a/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po index 8566fa0957..736a9f2ec8 100644 --- a/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po index 0a526ccadf..5be00bd649 100644 --- a/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po index 8dc6f6477c..f6a6344852 100644 --- a/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po index a97b425637..9df7538b69 100644 --- a/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:21+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po index 25d5aa5c7d..1535e25b82 100644 --- a/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:21+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po index f27b167fab..cee94afb43 100644 --- a/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:21+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po index 95d932b17d..f1ac597a0b 100644 --- a/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:21+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po index 86ef90dea0..4177dbb9dc 100644 --- a/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:21+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po index c15167f3f5..4a9ff6dc97 100644 --- a/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:21+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/InfiniteScroll/locale/InfiniteScroll.pot b/plugins/InfiniteScroll/locale/InfiniteScroll.pot index 2310888e14..0e43103e63 100644 --- a/plugins/InfiniteScroll/locale/InfiniteScroll.pot +++ b/plugins/InfiniteScroll/locale/InfiniteScroll.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po index e327ba52ad..ae5c4d57ed 100644 --- a/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:16+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po index e1187b6dcd..8eeb98b634 100644 --- a/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:16+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po index 17c502ceac..3b8969c313 100644 --- a/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:17+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po index dc1a67489d..aef8cc6a09 100644 --- a/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:17+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po index 3171685151..ff4b595dc4 100644 --- a/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:17+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po index 9968d8049f..c7386ee0e2 100644 --- a/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:17+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po index 58e57735ec..d94fe71e21 100644 --- a/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:17+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po index 393c4e15aa..d0d375c8f6 100644 --- a/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:21+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:17+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po index cbd3c61e44..71ff0368b3 100644 --- a/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po index 82f8fcdc17..704ca223c8 100644 --- a/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po index ac3437266a..4867b0d692 100644 --- a/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po index d235598959..a8e29c580b 100644 --- a/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po index 06bbfcd131..b9cce0c44f 100644 --- a/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po index 3fae91448a..b6d5de4f51 100644 --- a/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po index c32281c5b0..656c1c1a17 100644 --- a/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po index a44c662b13..331ebe08d5 100644 --- a/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:19+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po index 74ac2c2114..f498f04451 100644 --- a/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:22+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:19+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Irc/locale/Irc.pot b/plugins/Irc/locale/Irc.pot index 84d441df78..e818d74b71 100644 --- a/plugins/Irc/locale/Irc.pot +++ b/plugins/Irc/locale/Irc.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po b/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po index 4202d75e26..1caccaca57 100644 --- a/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:22+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Irc/locale/de/LC_MESSAGES/Irc.po b/plugins/Irc/locale/de/LC_MESSAGES/Irc.po index 1822e71b25..75dfc49ad3 100644 --- a/plugins/Irc/locale/de/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/de/LC_MESSAGES/Irc.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:23+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po b/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po index 7cf42efaad..bbfe2a0a3c 100644 --- a/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:23+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po b/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po index 16a6b2e06c..699953bc43 100644 --- a/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:23+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -37,11 +37,11 @@ msgid "" "user is not you, or if you did not request this confirmation, just ignore " "this message." msgstr "" -"O usuario \"%1$s\" de %2$s dixo que o pseudónimo %3$s pertence a el ou ela. " -"Se é certo, pódeo confirmar premendo neste enderezo URL: %4$s. (Se non pode " -"premer nel, copie e pegue o enderezo na barra de enderezos do navegador.) Se " -"ese usuario non é vostede ou se non solicitou esta confirmación, ignore esta " -"mensaxe." +"O usuario \"%1$s\" de %2$s dixo que o pseudónimo %3$s perténcelle a el ou " +"ela. Se é certo, pódeo confirmar premendo neste enderezo URL: %4$s. (Se non " +"pode premer nel, copie e pegue o enderezo na barra de enderezos do " +"navegador.) Se ese usuario non é vostede ou se non solicitou esta " +"confirmación, ignore esta mensaxe." #. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. msgid "You must specify a host." diff --git a/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po b/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po index 5e77752fb0..f00dda5727 100644 --- a/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po b/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po index b793654a90..0404c32089 100644 --- a/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po b/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po index d46369adbb..5bf62ea06e 100644 --- a/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po b/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po index c50f4bb0b1..ba69737978 100644 --- a/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po b/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po index 6fc298b475..fd1ea1f771 100644 --- a/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Irc/locale/tr/LC_MESSAGES/Irc.po b/plugins/Irc/locale/tr/LC_MESSAGES/Irc.po new file mode 100644 index 0000000000..628fd2b532 --- /dev/null +++ b/plugins/Irc/locale/tr/LC_MESSAGES/Irc.po @@ -0,0 +1,78 @@ +# Translation of StatusNet - Irc to Turkish (Türkçe) +# Exported from translatewiki.net +# +# Author: Emperyan +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Irc\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" +"Language-Team: Turkish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: tr\n" +"X-Message-Group: #out-statusnet-plugin-irc\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. TRANS: Service name for IRC. +msgid "IRC" +msgstr "IRC" + +#. TRANS: Body text for e-mail confirmation message for IRC. +#. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename, +#. TRANS: %3$s is the plugin display name ("IRC"), %4$s is the confirm address URL. +#, php-format +msgid "" +"User \"%1$s\" on %2$s has said that your %3$s screenname belongs to them. If " +"that's true, you can confirm by clicking on this URL: %4$s . (If you cannot " +"click it, copy-and-paste it into the address bar of your browser). If that " +"user is not you, or if you did not request this confirmation, just ignore " +"this message." +msgstr "" + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a host." +msgstr "Bir ana bilgisayar belirtmeniz gerekir." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a username." +msgstr "Bir kullanıcı adı belirtmelisiniz." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a \"real name\"." +msgstr "\"Gerçek adınızı\" belirtmelisiniz." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a nickname." +msgstr "Bir takma ad belirtmelisiniz." + +#. TRANS: Plugin description. +msgid "" +"The IRC plugin allows users to send and receive notices over an IRC network." +msgstr "" + +#. TRANS: Exception thrown when an IRC attempts count could not be updated. +#. TRANS: %d is the object ID for which the count could not be updated. +#, php-format +msgid "Could not increment attempts count for %d." +msgstr "" + +#. TRANS: Message given when using an unregistered IRC nickname. +msgid "Your nickname is not registered so IRC connectivity cannot be enabled." +msgstr "" + +#. TRANS: Server error thrown on database error when deleting IRC nickname confirmation. +msgid "Could not delete confirmation." +msgstr "Onay silinemedi." + +#. TRANS: Server exception thrown when an IRC waiting queue item could not be added to the database. +msgid "Database error inserting IRC waiting queue item." +msgstr "" diff --git a/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po b/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po index ff452b20c0..0d99c3f580 100644 --- a/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/LdapAuthentication/locale/LdapAuthentication.pot b/plugins/LdapAuthentication/locale/LdapAuthentication.pot index 1cbbe22199..3da71dbc69 100644 --- a/plugins/LdapAuthentication/locale/LdapAuthentication.pot +++ b/plugins/LdapAuthentication/locale/LdapAuthentication.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LdapAuthentication/locale/de/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/de/LC_MESSAGES/LdapAuthentication.po index a421e95272..9585b39725 100644 --- a/plugins/LdapAuthentication/locale/de/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/de/LC_MESSAGES/LdapAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:25+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po index 5ac61d347b..ea4fc6a124 100644 --- a/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po index 57ab956391..fa220409a7 100644 --- a/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po index eb13acdbdc..5c12583af4 100644 --- a/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po index 171ac7a7ba..4b73971fd8 100644 --- a/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po index 2cfd90757a..07780cea24 100644 --- a/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po index 6b93522ce6..75a8198332 100644 --- a/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po index 93116714ff..5d4378a7d8 100644 --- a/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/LdapAuthorization/locale/LdapAuthorization.pot b/plugins/LdapAuthorization/locale/LdapAuthorization.pot index 70d3bce60c..64d8f9658b 100644 --- a/plugins/LdapAuthorization/locale/LdapAuthorization.pot +++ b/plugins/LdapAuthorization/locale/LdapAuthorization.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LdapAuthorization/locale/de/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/de/LC_MESSAGES/LdapAuthorization.po index 54b5df15f7..1f2bdf5c5b 100644 --- a/plugins/LdapAuthorization/locale/de/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/de/LC_MESSAGES/LdapAuthorization.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:27+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po index 678b627187..1d5e94a68b 100644 --- a/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:27+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po index 7330a82ccc..669f9d00c3 100644 --- a/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:27+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po index 97dcb3eb73..efdfd73e10 100644 --- a/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:27+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po index 62c506323b..1a26c794ef 100644 --- a/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:28+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po index 2dddb75810..ead433c2fd 100644 --- a/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:28+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po index efa20b52cd..3a0f755e62 100644 --- a/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:28+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po index 7072b5df38..dd6a2f1cd0 100644 --- a/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:28+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/LdapCommon/locale/LdapCommon.pot b/plugins/LdapCommon/locale/LdapCommon.pot index 6c6deef83b..c6550d209d 100644 --- a/plugins/LdapCommon/locale/LdapCommon.pot +++ b/plugins/LdapCommon/locale/LdapCommon.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po index 4b436510dd..18e7fa9849 100644 --- a/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po index 8d2606d2f9..35d90bfc60 100644 --- a/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po index 9b04e99bfe..fd054d2606 100644 --- a/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po index 827cc41d92..d553499872 100644 --- a/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po index d28062d3f8..edab7ae790 100644 --- a/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po index d1baed6df5..277b70ded2 100644 --- a/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po index cea414eb89..170e2c96fb 100644 --- a/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po index 46849f50f2..e85f5fe60d 100644 --- a/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po index 5dd19c055d..eb0f724165 100644 --- a/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/LilUrl/locale/LilUrl.pot b/plugins/LilUrl/locale/LilUrl.pot index d9259f5fc3..b14bb1fed3 100644 --- a/plugins/LilUrl/locale/LilUrl.pot +++ b/plugins/LilUrl/locale/LilUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po index dbc28bc248..a31955c99b 100644 --- a/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po index a6f46edd52..18b2b13336 100644 --- a/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po index 2b9081bf20..130217ab77 100644 --- a/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po index c127dbf62d..bfbe8dbfd6 100644 --- a/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po index 89326b38b6..23280bb3bb 100644 --- a/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po index feaef2fb82..a682169081 100644 --- a/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po index 70b7890b50..850524f867 100644 --- a/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po index a381dfded6..4d201b3de4 100644 --- a/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po index 90906abc07..96450125b7 100644 --- a/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po index 35571872b5..a544a7835c 100644 --- a/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po index 67844e28ff..a025062dda 100644 --- a/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po index 498619397d..fbe34b1706 100644 --- a/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po index 83f761d3c6..c08fdffed7 100644 --- a/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po index 687ffda957..266b12316b 100644 --- a/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po index 249e9a93a9..798b53ffb3 100644 --- a/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po index f024ae60cd..0199543ba3 100644 --- a/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po index bcdfc8763e..49c11ea2d3 100644 --- a/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/LinkPreview/locale/LinkPreview.pot b/plugins/LinkPreview/locale/LinkPreview.pot index 7f00b9e29b..d1bcf7aa78 100644 --- a/plugins/LinkPreview/locale/LinkPreview.pot +++ b/plugins/LinkPreview/locale/LinkPreview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po index 8c926cf510..8a3bebd6a8 100644 --- a/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:34+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po index 551b2c628c..9e0e97bd55 100644 --- a/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:34+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po index 0bec617f99..b03500d40c 100644 --- a/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:34+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po index f7747a6ada..cd87672a07 100644 --- a/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:35+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po index 8936f600e2..b8ea73b245 100644 --- a/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:35+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po index ef3be59847..aeead4a3d5 100644 --- a/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:35+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po index f6fc23cebb..c4ae5fa3d2 100644 --- a/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:35+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po index 746ab1439a..975a5150d5 100644 --- a/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:35+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po index f4f17f4a45..0a5487c6be 100644 --- a/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:35+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po index 2e07a97ddf..0fd6cb7741 100644 --- a/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:36+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Linkback/locale/Linkback.pot b/plugins/Linkback/locale/Linkback.pot index c6ff51c826..41cf1c69d9 100644 --- a/plugins/Linkback/locale/Linkback.pot +++ b/plugins/Linkback/locale/Linkback.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Linkback/locale/ar/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ar/LC_MESSAGES/Linkback.po index 511c7986c8..816edf6d6a 100644 --- a/plugins/Linkback/locale/ar/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ar/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:32+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po index 16d4260215..4e2d423b68 100644 --- a/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:32+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po index 4567f6e3bc..21332eb4a5 100644 --- a/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:32+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po index 782dbe3841..532ea1d963 100644 --- a/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:32+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po index f15560abd7..6592b66abe 100644 --- a/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:32+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po index d820a1db9a..f9ae0e0a7d 100644 --- a/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:32+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po index 15c244d9ea..6edb5d8086 100644 --- a/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po index 89e718401c..87b11fb6e6 100644 --- a/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po index bb9873c090..e701e0a680 100644 --- a/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po index 000675609d..310744b132 100644 --- a/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po index ff2214e8c8..5364d774dc 100644 --- a/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po index b85a240ace..3645f59b27 100644 --- a/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po index b6fdcd8ad3..64b512ead3 100644 --- a/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po index 59e41ec5d1..d64ea3a071 100644 --- a/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po index 4d749f0e02..22127c4ab7 100644 --- a/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po index e5118b0658..1ffd18be09 100644 --- a/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po index 174b2a37a6..a5cdcce801 100644 --- a/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po index 646d68dc83..c9875f55e8 100644 --- a/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:34+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/LogFilter/locale/LogFilter.pot b/plugins/LogFilter/locale/LogFilter.pot index 6f116bc392..4096eee9d0 100644 --- a/plugins/LogFilter/locale/LogFilter.pot +++ b/plugins/LogFilter/locale/LogFilter.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/LogFilter/locale/de/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/de/LC_MESSAGES/LogFilter.po index 62ba09ce1d..1703750e79 100644 --- a/plugins/LogFilter/locale/de/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/de/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:37+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po index fc4b3b5da5..a0e22a980b 100644 --- a/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po index 6a89ff4f3c..ae53a83a33 100644 --- a/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po index 0961352d47..bd8aab51e9 100644 --- a/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po index 5541882ce9..72e4614ce8 100644 --- a/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po index 43112966e0..151e39dc96 100644 --- a/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po index 75771a7000..d2a7407bec 100644 --- a/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po index c65555c297..2705aefeaa 100644 --- a/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po index e7a9ce5fa4..a1124a173a 100644 --- a/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po index 82f5a161dc..576a441a11 100644 --- a/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:42+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po index ce44c85eed..8c823cdf58 100644 --- a/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:42+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po index 2eadff5201..d1b0beff5c 100644 --- a/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:42+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po index 7b0cd879ad..0de7d89176 100644 --- a/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:35+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:42+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Mapstraction/locale/Mapstraction.pot b/plugins/Mapstraction/locale/Mapstraction.pot index 10829765c0..23d07bd519 100644 --- a/plugins/Mapstraction/locale/Mapstraction.pot +++ b/plugins/Mapstraction/locale/Mapstraction.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po index 45c55695fb..849bbf3d19 100644 --- a/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:43+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po index 2fc6ccbc05..bab0006ee3 100644 --- a/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:43+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po index 59c561aece..540e6f5486 100644 --- a/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po index 82dfb1beb4..7a9450ce08 100644 --- a/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po index d1aa8443e6..83a6a2c76b 100644 --- a/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po index 4d60502f50..6e7cc73a72 100644 --- a/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po index c335998be6..278164501e 100644 --- a/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po index 22e7e47299..8d907df8ae 100644 --- a/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hu\n" diff --git a/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po index 1bad8bad2e..cd7a67c21e 100644 --- a/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:36+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po index 1e27eea6f3..9dc8803a1d 100644 --- a/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lb\n" diff --git a/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po index 7572549d3e..900287c96a 100644 --- a/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po index 47bc721314..86f15abe9c 100644 --- a/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po index db99af3a25..72fb35da1c 100644 --- a/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po index f9185bd9aa..8c4654dc41 100644 --- a/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po index 4c1457e59d..4739285ebc 100644 --- a/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po index e18367d338..cd39767988 100644 --- a/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" "Language-Team: Tamil \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ta\n" diff --git a/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po index 9ecb73681e..b5b1dd8ed3 100644 --- a/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po index 26f7f48a93..4f7affca83 100644 --- a/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po index b81ebc0a36..bc21952a7e 100644 --- a/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po index 9fe5946754..9ff95e6d9d 100644 --- a/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:37+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Memcache/locale/Memcache.pot b/plugins/Memcache/locale/Memcache.pot index 425dbfb98e..fba94cf532 100644 --- a/plugins/Memcache/locale/Memcache.pot +++ b/plugins/Memcache/locale/Memcache.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po index 82e383afde..80605b638f 100644 --- a/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:46+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po index 4becfa4081..b1bb741e81 100644 --- a/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:46+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po index 3321187fa2..f1827fb433 100644 --- a/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:46+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po index 72aba3e0f3..9fe72451e7 100644 --- a/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:46+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po index d976e9abab..75efb9a8ff 100644 --- a/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:46+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po index c363b16582..74261a4b3b 100644 --- a/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:47+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po index ff5408926f..b275c6e79d 100644 --- a/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:47+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po index 3698efcd02..1a7e90c3ba 100644 --- a/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:47+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po index 141267112b..266184b8f4 100644 --- a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:47+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po index f400e062f2..50c3cce19b 100644 --- a/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:47+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po index df308f4e39..7f24696b53 100644 --- a/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po index e3169323a6..eda2f35be6 100644 --- a/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po index d9492653f2..f086c21f03 100644 --- a/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po index 2a871c2f59..191873b721 100644 --- a/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po index aa3862a0e9..1d47739bb7 100644 --- a/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po index 099ec4faf9..091a0dffc2 100644 --- a/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po index 7c604d50b0..92a33323f0 100644 --- a/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Memcached/locale/Memcached.pot b/plugins/Memcached/locale/Memcached.pot index 79722afabb..88c6dd04c3 100644 --- a/plugins/Memcached/locale/Memcached.pot +++ b/plugins/Memcached/locale/Memcached.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po index f0541db6dc..8895792390 100644 --- a/plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po index 2160da5783..feba5c57e8 100644 --- a/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po index 5fa0086c5f..79eb4bebb4 100644 --- a/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po index ff9dec8fb9..1290bb7910 100644 --- a/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po index 290098c339..944aef16ad 100644 --- a/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po index 57c1dab07e..4b9af6f38c 100644 --- a/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po index 38c529750f..b0b763ee4a 100644 --- a/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po index d9d2395571..9868c13c12 100644 --- a/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po index baaf0b556d..8c1c6b65c4 100644 --- a/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po index ad7828d1cd..ae9ab47696 100644 --- a/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po index 8d7210f821..8bb1fc8487 100644 --- a/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po index ae530c202f..3f2d72122b 100644 --- a/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po index f0872abb22..c3190c4da3 100644 --- a/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po index b6cdb387b4..af4db2f099 100644 --- a/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po index 6a82347260..ab73545b64 100644 --- a/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po index 9c98c0d40d..eeb2bac177 100644 --- a/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po index 83e10861aa..c173f3bc79 100644 --- a/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po index ae2211cce1..cdba5983f9 100644 --- a/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/Meteor/locale/Meteor.pot b/plugins/Meteor/locale/Meteor.pot index abed25aa7f..29cc960fe5 100644 --- a/plugins/Meteor/locale/Meteor.pot +++ b/plugins/Meteor/locale/Meteor.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po index 8d2c8260a0..3877dd3cbe 100644 --- a/plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:51+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po index 3becc80db8..34284bc8e9 100644 --- a/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:51+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po index 9aa5c9e4ef..43792ad0c8 100644 --- a/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:51+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po index 4dd357ef4b..41e076fb28 100644 --- a/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:51+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po index 7c7eb1fdd2..6f0338c05f 100644 --- a/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:52+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po index 3ddd43f0fe..27eba85aff 100644 --- a/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:52+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po index ed1585ada7..7c3879207d 100644 --- a/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:52+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po index 018bdebb14..150a7e442d 100644 --- a/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:52+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po index 3e71a8b551..3cbcba2c4f 100644 --- a/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:52+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Minify/locale/Minify.pot b/plugins/Minify/locale/Minify.pot index 1d724b5b7d..fdcdb3baaa 100644 --- a/plugins/Minify/locale/Minify.pot +++ b/plugins/Minify/locale/Minify.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Minify/locale/de/LC_MESSAGES/Minify.po b/plugins/Minify/locale/de/LC_MESSAGES/Minify.po index 8d6f6b25dd..b69ff7d690 100644 --- a/plugins/Minify/locale/de/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/de/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po b/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po index 8154c9557c..e5387536e7 100644 --- a/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po b/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po index d22d78ee0b..b84d6849fd 100644 --- a/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po b/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po index 7acbed2c70..3e33b7fd8c 100644 --- a/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po b/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po index 2eb659c37c..e47d6d74fd 100644 --- a/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po b/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po index 2de30e8c35..d8f322a796 100644 --- a/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po b/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po index c5324d6317..3b4c082253 100644 --- a/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po b/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po index ed20683e12..498ce6d825 100644 --- a/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po b/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po index 3609cc1a79..5bd07a2ab7 100644 --- a/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:54+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po b/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po index bb902c5e7e..a8b9bb0ca2 100644 --- a/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:54+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po b/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po index f3bd6a0ea1..70f8769b73 100644 --- a/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:54+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po b/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po index 1c88a57e02..960edbfdb3 100644 --- a/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:54+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/MobileProfile/locale/MobileProfile.pot b/plugins/MobileProfile/locale/MobileProfile.pot index 42c06f6c35..84e8fce557 100644 --- a/plugins/MobileProfile/locale/MobileProfile.pot +++ b/plugins/MobileProfile/locale/MobileProfile.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po index 0e13dee5da..621f5f3efa 100644 --- a/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po index 5560429fde..97d4e51cd6 100644 --- a/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" "Language-Team: Chechen \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ce\n" diff --git a/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po index 0feee47dfd..3e6db87a7f 100644 --- a/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po index 7bff42cdf5..89460d2229 100644 --- a/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po index 5f682334e4..2a26d7bde4 100644 --- a/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po index 38e8d562d1..4d6468f5e7 100644 --- a/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po index a799b3b675..dc4bea8224 100644 --- a/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po index 3c3a85dc9b..6c1b61ddd9 100644 --- a/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po index 563c3d89f0..1376b47cd9 100644 --- a/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po index ba65b68e03..08b1f8f580 100644 --- a/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po index 336f5f75a3..2cde177fe8 100644 --- a/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po index 163761ecce..71df445dfd 100644 --- a/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po index 714c87e040..9276303b13 100644 --- a/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po index 703f57f4f2..f2b18fc46b 100644 --- a/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po index 61d2e3642d..e2a6c2dfe9 100644 --- a/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po index 480a9f73d5..403337f545 100644 --- a/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/ModHelper/locale/ModHelper.pot b/plugins/ModHelper/locale/ModHelper.pot index 59f335bf77..8b1c2b05b3 100644 --- a/plugins/ModHelper/locale/ModHelper.pot +++ b/plugins/ModHelper/locale/ModHelper.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ModHelper/locale/de/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/de/LC_MESSAGES/ModHelper.po index 99c0945582..208933e832 100644 --- a/plugins/ModHelper/locale/de/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/de/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:57+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po index 29cb864e8c..ebe11d28ab 100644 --- a/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:57+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po index 5e7efc5e24..5d77221557 100644 --- a/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:57+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po index aa11f5c9c5..4887d2415b 100644 --- a/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:57+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po index 8a1477906e..ce3e0fe952 100644 --- a/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po index 7a84009c36..c26e55efa0 100644 --- a/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po index 295cebd3dc..dd58dc3815 100644 --- a/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po index 43262d6e1e..f90b846a59 100644 --- a/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po index a1baa19416..54f54a9afe 100644 --- a/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po index 3288ef3849..20f8446379 100644 --- a/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po index 8d4d91609c..83646fa3ff 100644 --- a/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po index 9e9e9a2b15..80c1546126 100644 --- a/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:59+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ModPlus/locale/ModPlus.pot b/plugins/ModPlus/locale/ModPlus.pot index efea87ab1b..968fa3d2cc 100644 --- a/plugins/ModPlus/locale/ModPlus.pot +++ b/plugins/ModPlus/locale/ModPlus.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po index 9bd89eb911..5e2afc6e22 100644 --- a/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:59+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po index 3bc8937e01..4ac8da3395 100644 --- a/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:59+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po index 0cfcc66f64..ae67bd2f0f 100644 --- a/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:04:59+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po index 2f26817d3d..b11c9b17ae 100644 --- a/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po index f2c0b0624f..c037f354fd 100644 --- a/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po index 7a21b5c61e..7afa56a04d 100644 --- a/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po index 08ca20233c..ad66815939 100644 --- a/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po index 8208f5e8bc..88fd9a31d7 100644 --- a/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po index fd8a07fbf5..0cf1ca84aa 100644 --- a/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Mollom/locale/Mollom.pot b/plugins/Mollom/locale/Mollom.pot index 6ae55017b8..51f442491d 100644 --- a/plugins/Mollom/locale/Mollom.pot +++ b/plugins/Mollom/locale/Mollom.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po index 78b473b35e..fb9b48651a 100644 --- a/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po index 2945b7b368..53a02e2dde 100644 --- a/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po index f94ef73361..6cf05f1c38 100644 --- a/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po index cc7a2ce28d..9441747110 100644 --- a/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po index a9546b346f..5770aeebbb 100644 --- a/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po index 508f917011..0a0d38dd18 100644 --- a/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po index 9470ab7023..6afb5cc531 100644 --- a/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po index fa366235e1..142c4f7d77 100644 --- a/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po index 2325bd9be0..03709f605c 100644 --- a/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po index b777f0d4fb..2f0489d765 100644 --- a/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:02+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po index c093ad2c6a..eff7c1b83e 100644 --- a/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:02+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Msn/locale/Msn.pot b/plugins/Msn/locale/Msn.pot index 7aa1b6f66a..8a92ea77a2 100644 --- a/plugins/Msn/locale/Msn.pot +++ b/plugins/Msn/locale/Msn.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Msn/locale/ar/LC_MESSAGES/Msn.po b/plugins/Msn/locale/ar/LC_MESSAGES/Msn.po index 4a10235531..8f4459dc11 100644 --- a/plugins/Msn/locale/ar/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/ar/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po b/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po index 7f61b773b0..9c619d2f16 100644 --- a/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Msn/locale/de/LC_MESSAGES/Msn.po b/plugins/Msn/locale/de/LC_MESSAGES/Msn.po index 4f2c788f30..634452ecf7 100644 --- a/plugins/Msn/locale/de/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/de/LC_MESSAGES/Msn.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po b/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po index 4012bf8d8f..4bcf59bb82 100644 --- a/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po b/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po index be0ccc67da..280e402e5b 100644 --- a/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po b/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po index 26a0ed48d3..857f108cf0 100644 --- a/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po b/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po index a0c6bcfc2d..11c6368fd4 100644 --- a/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:04+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po b/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po index ba7a8db0d8..b555be981a 100644 --- a/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:04+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po b/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po index ae7b447302..f4eef1e1dc 100644 --- a/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:04+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po b/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po index d83b83a96c..9b19890c7a 100644 --- a/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:04+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po b/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po index 927fd72fe1..58321bff51 100644 --- a/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:04+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/NoticeTitle/locale/NoticeTitle.pot b/plugins/NoticeTitle/locale/NoticeTitle.pot index 9afbaaa660..5f03af12b4 100644 --- a/plugins/NoticeTitle/locale/NoticeTitle.pot +++ b/plugins/NoticeTitle/locale/NoticeTitle.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/NoticeTitle/locale/ar/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ar/LC_MESSAGES/NoticeTitle.po index 092a8ed14a..ea93a020c2 100644 --- a/plugins/NoticeTitle/locale/ar/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ar/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:05+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po index 2035a0fd0d..2f19f1c77d 100644 --- a/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:05+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po index 5276bb0346..53075494ce 100644 --- a/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:05+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po index 4b0317585f..794502c364 100644 --- a/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:05+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po index 06e39a00b4..1b85b301b1 100644 --- a/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po index 421477e75c..f81adfee1f 100644 --- a/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po @@ -1,6 +1,7 @@ # Translation of StatusNet - NoticeTitle to French (Français) # Exported from translatewiki.net # +# Author: Crochet.david # Author: Verdy p # -- # This file is distributed under the same license as the StatusNet package. @@ -9,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -32,7 +33,9 @@ msgstr "Ajoute des titres optionnels aux avis." msgid "The notice title is too long (maximum %d character)." msgid_plural "The notice title is too long (maximum %d characters)." msgstr[0] "" +"Le titre de la description est trop longue (limitée à %d caractère maximum)." msgstr[1] "" +"Le titre de la description est trop longue (limitée à %d caractères maximum)." #. TRANS: Page title. %1$s is the title, %2$s is the site name. #, php-format diff --git a/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po index 4676df3d1b..7357fcdbd6 100644 --- a/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po index f79687f27d..ddba82e776 100644 --- a/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po index 2d9461f810..49c72d95ca 100644 --- a/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po index ff4e8d9b36..6d6daafb66 100644 --- a/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po index 9ba389a6f9..a9fdc31c15 100644 --- a/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po index 09dda5fe5c..33d89c864f 100644 --- a/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" "Language-Team: Nepali \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ne\n" diff --git a/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po index bd99270370..7827cadb53 100644 --- a/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po index f99b4e72d2..54f870c812 100644 --- a/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po index 10555b25a6..9201cdf3f2 100644 --- a/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po index 5528e79293..8627b45f6d 100644 --- a/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:52+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:07+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po index e12f9b8573..c6d6ee681c 100644 --- a/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:53+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:07+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/OMB/locale/OMB.pot b/plugins/OMB/locale/OMB.pot index 5882cdd915..99c1cdba48 100644 --- a/plugins/OMB/locale/OMB.pot +++ b/plugins/OMB/locale/OMB.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OMB/locale/br/LC_MESSAGES/OMB.po b/plugins/OMB/locale/br/LC_MESSAGES/OMB.po index ec2e01c3f4..567b13ecd9 100644 --- a/plugins/OMB/locale/br/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/br/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:53+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po b/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po index 6624247a7a..f22601d73b 100644 --- a/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:53+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/OMB/locale/de/LC_MESSAGES/OMB.po b/plugins/OMB/locale/de/LC_MESSAGES/OMB.po index 496df97d1e..a15afa1564 100644 --- a/plugins/OMB/locale/de/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/de/LC_MESSAGES/OMB.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po b/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po index 6ba643589e..e6281515cc 100644 --- a/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po b/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po index 0fcde0a404..50856d3bee 100644 --- a/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po b/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po index fc73484307..77ea8fae4e 100644 --- a/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po b/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po index 225d896d62..2b2dc55d9e 100644 --- a/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po b/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po index 1a2cd8683d..b05f2beb4d 100644 --- a/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/OStatus/locale/OStatus.pot b/plugins/OStatus/locale/OStatus.pot index 22fcb8827f..82960d9ef6 100644 --- a/plugins/OStatus/locale/OStatus.pot +++ b/plugins/OStatus/locale/OStatus.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po index 1b078091f5..fc24966e7e 100644 --- a/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:50+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po index 829c06d864..a66c0a859a 100644 --- a/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:52+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po index 48976cd99d..0da37ae517 100644 --- a/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:53+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po index 9bde218775..a3df34b1c8 100644 --- a/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:53+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po index 0ad7d11d0f..e7859d8142 100644 --- a/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:53+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po index 9b3455f7ab..64c4f83858 100644 --- a/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:54+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ko\n" diff --git a/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po index 7d65ea26a1..92e51e50a6 100644 --- a/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:54+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po index 1fa5672f57..97fcbc39a3 100644 --- a/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:54+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po index b668a421e6..aec47170bf 100644 --- a/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:55+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po index 6c4b94f196..97c8562b79 100644 --- a/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:55+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-11 15:10:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/OfflineBackup/locale/OfflineBackup.pot b/plugins/OfflineBackup/locale/OfflineBackup.pot index 505fa0845e..32abce904c 100644 --- a/plugins/OfflineBackup/locale/OfflineBackup.pot +++ b/plugins/OfflineBackup/locale/OfflineBackup.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot b/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot index e781b116e2..d0c6af0f78 100644 --- a/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot +++ b/plugins/OpenExternalLinkTarget/locale/OpenExternalLinkTarget.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OpenExternalLinkTarget/locale/ar/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ar/LC_MESSAGES/OpenExternalLinkTarget.po index d659e9ea0e..5edf23113d 100644 --- a/plugins/OpenExternalLinkTarget/locale/ar/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ar/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po index 43e51f8483..385fffe141 100644 --- a/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po index 60363710e0..a21e0596eb 100644 --- a/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po index 1beb70d979..17ed1d5d30 100644 --- a/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po index 8e571eeab8..3fc45e03d3 100644 --- a/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po index afeb07d713..89504ca820 100644 --- a/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po index 91a8175494..82445a83c8 100644 --- a/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po index d9d6a8dfba..45c030ded9 100644 --- a/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po index 201c24f4af..257c96c626 100644 --- a/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:10+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po index 1d5e017c18..40f8b8aa8a 100644 --- a/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:16+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po index 7d2986d6b6..9d1e5539c9 100644 --- a/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:11+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po index 745e898217..3cc6581b45 100644 --- a/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:16+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po index fdc5682194..92c2c01095 100644 --- a/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:17+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po index 67a107e52d..36a248eb76 100644 --- a/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:17+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po index 45c97bfb89..cab13818ee 100644 --- a/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:17+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po index 36bf37981d..bd38df0c68 100644 --- a/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:45:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:17+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/OpenID/locale/OpenID.pot b/plugins/OpenID/locale/OpenID.pot index a761aa8388..82f36e000a 100644 --- a/plugins/OpenID/locale/OpenID.pot +++ b/plugins/OpenID/locale/OpenID.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OpenID/locale/ar/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ar/LC_MESSAGES/OpenID.po index 3ab0b6eb39..b5920b1754 100644 --- a/plugins/OpenID/locale/ar/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ar/LC_MESSAGES/OpenID.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:26+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po index 14be7f4a20..869796d5ac 100644 --- a/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:27+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po index 0f78d3284f..765fa667e4 100644 --- a/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po @@ -17,13 +17,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:27+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po index 7dc6d7ebd5..66c04d48c1 100644 --- a/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:28+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po index 2f140b5ce8..f069600a15 100644 --- a/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:28+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po index 871940782a..706a33f572 100644 --- a/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:29+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po index fb1e4c80f7..377258415b 100644 --- a/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:29+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po index 851b7606a1..74e4dbbe91 100644 --- a/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:29+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ko\n" diff --git a/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po index a73995f6e0..25d437810b 100644 --- a/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:30+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po index 2c10d8789d..f25a887305 100644 --- a/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:30+0000\n" "Last-Translator: Siebrand Mazeland \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po index 4bdfa5d097..22b9b95bd4 100644 --- a/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:30+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po index 560151a5de..36049593fa 100644 --- a/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:31+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po index 1eb493bf7d..5403e175d0 100644 --- a/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:31+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/OpenX/locale/OpenX.pot b/plugins/OpenX/locale/OpenX.pot index ba366d547f..3b3acd475b 100644 --- a/plugins/OpenX/locale/OpenX.pot +++ b/plugins/OpenX/locale/OpenX.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po index 2b6cfaf716..12d6874e7a 100644 --- a/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:32+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po index f9f69ff230..05b40be966 100644 --- a/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po index 6e83e1d67e..f3527e92fd 100644 --- a/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po index d6850da77d..0c2e5f7731 100644 --- a/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:07+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po index 5767beac32..15d3641901 100644 --- a/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po index ffe93bef67..896a6259f7 100644 --- a/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po index a30708bfe1..e9f57539b9 100644 --- a/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po index 2fbfd5a6c2..39573f03be 100644 --- a/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po index a8c42d3fb4..f782c8a422 100644 --- a/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:34+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:11+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Orbited/locale/Orbited.pot b/plugins/Orbited/locale/Orbited.pot index 859a5a5785..71285da996 100644 --- a/plugins/Orbited/locale/Orbited.pot +++ b/plugins/Orbited/locale/Orbited.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Orbited/locale/de/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/de/LC_MESSAGES/Orbited.po index d1e491e989..3d7961024b 100644 --- a/plugins/Orbited/locale/de/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/de/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:34+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po index b0439b8997..477d573835 100644 --- a/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:34+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po index d0ad2d4b7c..d0bc1c46cd 100644 --- a/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:34+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po index 5eec25eebb..dbf10bfe84 100644 --- a/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:35+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po index 92ca2a4411..564aa162a7 100644 --- a/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:35+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po index f442eca638..33abc88c76 100644 --- a/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:35+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po index 35903b8e74..dcfb824265 100644 --- a/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:36+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po index 37d8875f4b..10938cc5bc 100644 --- a/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:36+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot b/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot index de0f02d30c..d8074c6059 100644 --- a/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot +++ b/plugins/PiwikAnalytics/locale/PiwikAnalytics.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/PiwikAnalytics/locale/de/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/de/LC_MESSAGES/PiwikAnalytics.po index b07664c4bc..a7977241fb 100644 --- a/plugins/PiwikAnalytics/locale/de/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/de/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:55+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po index 45a35e942f..324951633a 100644 --- a/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po index 1da8533352..44da55f24d 100644 --- a/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po index 0aa663bb26..a2371d61e3 100644 --- a/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po index c441cfbdf9..fde903911f 100644 --- a/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po index 0c34d59076..01214969f7 100644 --- a/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po index c7f17f57c2..107318815a 100644 --- a/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po index f9de98aaf3..39a580ce3c 100644 --- a/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:25+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po index 6105c3aaa0..e94bf75820 100644 --- a/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po index b186aafb4d..08679e9a13 100644 --- a/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po index 20452a22cd..ab01cc3783 100644 --- a/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po index 9baad2e903..90598a81fc 100644 --- a/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:57+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po index a9f0eb5f16..05785a9be6 100644 --- a/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:57+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po index 33ed24a1dc..794f2d1336 100644 --- a/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:57+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po index 599a6d7027..8e498ea46f 100644 --- a/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:57+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Poll/locale/Poll.pot b/plugins/Poll/locale/Poll.pot index 283c50a2e9..e1b62f17f4 100644 --- a/plugins/Poll/locale/Poll.pot +++ b/plugins/Poll/locale/Poll.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Poll/locale/ar/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ar/LC_MESSAGES/Poll.po index 8a3af16bda..dab06f7a28 100644 --- a/plugins/Poll/locale/ar/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ar/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:59+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po index 3fcfc25f48..09ff0f41eb 100644 --- a/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:59+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Poll/locale/de/LC_MESSAGES/Poll.po b/plugins/Poll/locale/de/LC_MESSAGES/Poll.po index 139afdf7cc..8224d25cab 100644 --- a/plugins/Poll/locale/de/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/de/LC_MESSAGES/Poll.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:59+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po b/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po index cc5873bafe..1d9efeec31 100644 --- a/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:05:59+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po b/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po index 94d0327e1f..552cb49e54 100644 --- a/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po b/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po index 307ca320d8..cbee19cbd2 100644 --- a/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po b/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po index 34753f72db..48342c7fbe 100644 --- a/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po index 26a7871045..5beb1143f2 100644 --- a/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po index 31867d093d..173a601b35 100644 --- a/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po b/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po index bc0e11e919..f6d7671c6f 100644 --- a/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po b/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po index a1ed7be7ff..b46d283067 100644 --- a/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po b/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po index 1f882b5290..2479384cf3 100644 --- a/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po b/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po index 5d8eb1bdcd..a3908e37b5 100644 --- a/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/PostDebug/locale/PostDebug.pot b/plugins/PostDebug/locale/PostDebug.pot index c4f6cfa4eb..7d1d263cf3 100644 --- a/plugins/PostDebug/locale/PostDebug.pot +++ b/plugins/PostDebug/locale/PostDebug.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/PostDebug/locale/de/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/de/LC_MESSAGES/PostDebug.po index 974f76d9a3..06ceac2bbf 100644 --- a/plugins/PostDebug/locale/de/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/de/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po index 9e7bb03d7b..e304ad9ed6 100644 --- a/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po index 5a33957a82..86ee3fe2bf 100644 --- a/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po index a33b6e1410..77535c06fb 100644 --- a/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po index 35aa9ef1dc..8e320a995a 100644 --- a/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po index 73578e36c1..4bd1350fd8 100644 --- a/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po index d3ad5add1f..345f29bbe2 100644 --- a/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po index 8b9206dfe4..534b97c177 100644 --- a/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po index b441171f1f..7a4e145174 100644 --- a/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po index 05c7828c20..acc9e6cc01 100644 --- a/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po index fa9af44d8c..235b4d9018 100644 --- a/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po index c830384845..db1f30af84 100644 --- a/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po index 7aad677420..33cf63a151 100644 --- a/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po index 23106cd874..661de93df3 100644 --- a/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po index bdee92fcaa..c86d87db6e 100644 --- a/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po index f2094b48da..cc124937f4 100644 --- a/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po index 938dce636c..c5f2996881 100644 --- a/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot b/plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot index 3102f777aa..3137d4b7aa 100644 --- a/plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot +++ b/plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po index d119c76b80..cf9fe4612a 100644 --- a/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: af\n" diff --git a/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po index a5fa8d3a01..62cb742cf4 100644 --- a/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po index 030890b41a..1322df476b 100644 --- a/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po index 6864bdaf7c..fb0924dd18 100644 --- a/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po index 563f0fc01f..b718f9ee49 100644 --- a/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po index 41c0ed28c7..5583514af9 100644 --- a/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po index b3ddbc05f2..0eb47f8691 100644 --- a/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po index 8da25ecb73..94117ed10f 100644 --- a/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po index 63cc626adb..0ecb7bc5ac 100644 --- a/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po index 6544d10ed5..0b1ad82de1 100644 --- a/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po index a2342d542c..914c7bbc8e 100644 --- a/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po index 2c285b8fcd..14645d0154 100644 --- a/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po index c188b5ae9b..357726fe52 100644 --- a/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po index f63ca25406..051e0bb59b 100644 --- a/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po index b7ee976d97..a8c05e8d8f 100644 --- a/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po index dfa04ba91d..baf2b96a13 100644 --- a/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/PtitUrl/locale/PtitUrl.pot b/plugins/PtitUrl/locale/PtitUrl.pot index c3c9befd2a..24a64de5c4 100644 --- a/plugins/PtitUrl/locale/PtitUrl.pot +++ b/plugins/PtitUrl/locale/PtitUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po index c9a7729096..afa2a06077 100644 --- a/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po index f29f2179a0..c5db14bf4c 100644 --- a/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po index 8fc8f0737f..393d6e1d1a 100644 --- a/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po index f5f3b230ab..586f7699d1 100644 --- a/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po index d4d337baf2..2b26b04f86 100644 --- a/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po index 2cc7bae377..c056bb54c2 100644 --- a/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po index 3f478c2feb..5c4dbc95f7 100644 --- a/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po index 8aca963c67..9946bac334 100644 --- a/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po index 63ef3f48e8..984c4c09ec 100644 --- a/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po index 31ef8ef394..1c7684dd2d 100644 --- a/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po index f82488feca..171a58ab75 100644 --- a/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po index b808676f64..767ade2f72 100644 --- a/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po index 94822fa103..24e07f425d 100644 --- a/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po index 5054c476ff..018e60c803 100644 --- a/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po index 6d03a4bfa3..4884f398d6 100644 --- a/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:07+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po index 948de4e858..2a9cda3ea3 100644 --- a/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:07+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po index 10c6fc69c6..8a4546496f 100644 --- a/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:08+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/QnA/locale/QnA.pot b/plugins/QnA/locale/QnA.pot index 5ec1e2df8e..9472a15d85 100644 --- a/plugins/QnA/locale/QnA.pot +++ b/plugins/QnA/locale/QnA.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po index 5d10a4bd5a..6bcb012d2b 100644 --- a/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:12+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/QnA/locale/br/LC_MESSAGES/QnA.po b/plugins/QnA/locale/br/LC_MESSAGES/QnA.po index 266b51ce49..b571bb8cbb 100644 --- a/plugins/QnA/locale/br/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/br/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:13+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po index 0615316b99..318ecb1521 100644 --- a/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:13+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/QnA/locale/de/LC_MESSAGES/QnA.po b/plugins/QnA/locale/de/LC_MESSAGES/QnA.po index 78409f257a..2b8b06cece 100644 --- a/plugins/QnA/locale/de/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/de/LC_MESSAGES/QnA.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:13+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po b/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po index 44809c12d7..058cdd9ac1 100644 --- a/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:13+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" diff --git a/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po b/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po index 98b447cfe4..ceefefa4c8 100644 --- a/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:13+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po index b4d87692c2..73f6240f50 100644 --- a/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:14+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po index cd8b19283d..06bacca1c4 100644 --- a/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:14+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po index 80197cc1e3..50ab643444 100644 --- a/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:14+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po b/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po index 95ed3ff72a..b906479b8c 100644 --- a/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:14+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po index 1b9e892abc..2c39f464d7 100644 --- a/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:15+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po index 291f26697f..36b547e2f4 100644 --- a/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:15+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po index 9be0f83d8c..1fd1ab4592 100644 --- a/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:15+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po b/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po index 843d47c672..7e78068863 100644 --- a/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:15+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/RSSCloud/locale/RSSCloud.pot b/plugins/RSSCloud/locale/RSSCloud.pot index 07d8daa05e..5b8db825ba 100644 --- a/plugins/RSSCloud/locale/RSSCloud.pot +++ b/plugins/RSSCloud/locale/RSSCloud.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/RSSCloud/locale/de/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/de/LC_MESSAGES/RSSCloud.po index 83d49114a2..3fc7ace5a2 100644 --- a/plugins/RSSCloud/locale/de/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/de/LC_MESSAGES/RSSCloud.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:27+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po index 81fae4f6a2..bfc46aec8f 100644 --- a/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po index 8001a48cd0..346a61dcf1 100644 --- a/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po index 0bef072d85..f91efcfb84 100644 --- a/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:48+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po index c1a4cc82cc..c405cfdc9f 100644 --- a/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po index 03a3e223b1..b9eb8bb398 100644 --- a/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po index 8190756085..a2ad3a738a 100644 --- a/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po index ff58d10ebc..bcdd03d464 100644 --- a/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:49+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Realtime/locale/Realtime.pot b/plugins/Realtime/locale/Realtime.pot index c1ab3929f2..546206dc50 100644 --- a/plugins/Realtime/locale/Realtime.pot +++ b/plugins/Realtime/locale/Realtime.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po index 6fa3f908c3..31b929e74d 100644 --- a/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: af\n" diff --git a/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po index 587666756f..063b7d2085 100644 --- a/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po index f955f7c1ed..5688de7786 100644 --- a/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po index 853c44ed3b..b36f05bc05 100644 --- a/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po index 12e3acfe83..d1878a5009 100644 --- a/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po index e082597d12..eddb4171be 100644 --- a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po index 8ef590a6b1..0584e5acdd 100644 --- a/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po index 46de48801e..648940a4f6 100644 --- a/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po index 6b3b9cb010..d29dd967e1 100644 --- a/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" "Language-Team: Latvian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lv\n" diff --git a/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po index 4f0cb305ac..87d7e4c4ba 100644 --- a/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:40+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po index 9df7a47916..f6d294784a 100644 --- a/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" "Language-Team: Nepali \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ne\n" diff --git a/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po index 99e87d7c7f..fc55b9a724 100644 --- a/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po index b48ac742cb..66e4d8b973 100644 --- a/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po index 9e9683d7c2..54f588a4bd 100644 --- a/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po index 167b05fd29..f52a3713d2 100644 --- a/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po index 01624c8a93..9b74f0afb6 100644 --- a/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po index ca9bd01613..d3c4e55a78 100644 --- a/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:41+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-07-21 13:52:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Recaptcha/locale/Recaptcha.pot b/plugins/Recaptcha/locale/Recaptcha.pot index 00436fdcde..d8ed9201e2 100644 --- a/plugins/Recaptcha/locale/Recaptcha.pot +++ b/plugins/Recaptcha/locale/Recaptcha.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po index 905c26b36f..f72659a5b5 100644 --- a/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:18+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po index 7343e4d57b..f87b51be85 100644 --- a/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:18+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po index 3e99387b51..00c07ebeb2 100644 --- a/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:18+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po index ea8c54228d..4b83f9bda8 100644 --- a/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:18+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po index f250d84877..0b36f5f7d3 100644 --- a/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:18+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po index b4843e53d1..1c643e8d61 100644 --- a/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:18+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po index 5906e966cd..b7dcd09c67 100644 --- a/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po index 165474bcd3..908da69a4d 100644 --- a/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po index bb7d023ba9..ccb0fad979 100644 --- a/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po index 79cd6e0cad..f2c8ce7682 100644 --- a/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po index bb06fe0de8..409a43b9be 100644 --- a/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po index d42f6223af..dc789c0a2d 100644 --- a/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po index 6be68cbf28..59912baa44 100644 --- a/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:42+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po index ace5241ead..d7535bdaba 100644 --- a/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po index c1431879d2..a52f8fa920 100644 --- a/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/RegisterThrottle/locale/RegisterThrottle.pot b/plugins/RegisterThrottle/locale/RegisterThrottle.pot index b79a9b2454..9c9fa0c0ce 100644 --- a/plugins/RegisterThrottle/locale/RegisterThrottle.pot +++ b/plugins/RegisterThrottle/locale/RegisterThrottle.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po index 5892ea61d8..6e454be9ac 100644 --- a/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po index 36146932d7..c9ab096879 100644 --- a/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po index 5796ee36ee..77c861d79d 100644 --- a/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po index c2d1a861b2..df8bba95df 100644 --- a/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po index 3cc99ec389..bae6bcf069 100644 --- a/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po index 253e11aff7..0be19c72e7 100644 --- a/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po index de34df8b25..7394ef512c 100644 --- a/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po index 46cd3cdf31..7291818c03 100644 --- a/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po index 5b3e911d1d..e220487604 100644 --- a/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:44+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:21+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot b/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot index 30b57f87f0..eb93f09d9f 100644 --- a/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot +++ b/plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/RequireValidatedEmail/locale/ar/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/ar/LC_MESSAGES/RequireValidatedEmail.po index 01f303519d..3c6ab5ef15 100644 --- a/plugins/RequireValidatedEmail/locale/ar/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/ar/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:22+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po index 35cbdff114..7532662f5e 100644 --- a/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po index 2739ff1552..5f0b0d740e 100644 --- a/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po index 4a7ebfec2f..e0e5efae20 100644 --- a/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po index e45d54dbcc..b8e1925ad4 100644 --- a/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po index bfa4f30871..68bd046f1f 100644 --- a/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:45+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po index 3b5f730667..1a00198b97 100644 --- a/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po index 56741ec067..04df2d80aa 100644 --- a/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po index 11f550755a..7f8770588f 100644 --- a/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:24+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po index f47f3c0740..962152cc43 100644 --- a/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:24+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po index 11e32f63b0..e43c73b940 100644 --- a/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:24+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po index 7165195bd2..c33ccb4be1 100644 --- a/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:24+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot b/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot index 732bde2f6e..038e459f95 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot +++ b/plugins/ReverseUsernameAuthentication/locale/ReverseUsernameAuthentication.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ReverseUsernameAuthentication/locale/de/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/de/LC_MESSAGES/ReverseUsernameAuthentication.po index 596a775b3d..b794d71d61 100644 --- a/plugins/ReverseUsernameAuthentication/locale/de/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/de/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:24+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po index 00999913c6..233ef0b94d 100644 --- a/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:24+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po index dd9440ffe1..2dc8ccf48d 100644 --- a/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:46+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po index dc273d89d5..ce4910d867 100644 --- a/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po index 24282ca987..23c5c8da54 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po index 1adf5b3676..1e2adf7e6f 100644 --- a/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po index ae7fb32317..eca2404a9a 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po index 754e3b07ac..c4bf47b630 100644 --- a/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po index a329e98f21..98551424fd 100644 --- a/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:26+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po index 5b2178e4a2..ca3401676e 100644 --- a/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po index 0607f6b83c..ffcb31ebca 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:26+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po index 8b359973b3..bebde9c68e 100644 --- a/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:26+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po index d070f695fc..1dc3ae09bd 100644 --- a/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:47+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:26+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SQLProfile/locale/SQLProfile.pot b/plugins/SQLProfile/locale/SQLProfile.pot index 1d956fa75d..817f679730 100644 --- a/plugins/SQLProfile/locale/SQLProfile.pot +++ b/plugins/SQLProfile/locale/SQLProfile.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SQLProfile/locale/de/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/de/LC_MESSAGES/SQLProfile.po index d1d6d545c1..d5449380cd 100644 --- a/plugins/SQLProfile/locale/de/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/de/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po index 18416ac500..30c4436fe8 100644 --- a/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po index 2b16646250..93007733f5 100644 --- a/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po index 1fc6c59af4..3fada167fa 100644 --- a/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po index b6283aa87d..91af15ef57 100644 --- a/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po index ee0a11fafb..041a0864e3 100644 --- a/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po index 80f939a603..426b990f59 100644 --- a/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po index 0fe2ffe698..d4e40e5a3e 100644 --- a/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po index d28bedd55c..7941008c27 100644 --- a/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po index c2e1cfd551..782f9b8041 100644 --- a/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po index 0d7eb26658..cd38633f67 100644 --- a/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:04+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SQLStats/locale/SQLStats.pot b/plugins/SQLStats/locale/SQLStats.pot index cb4200a7eb..260f2907cd 100644 --- a/plugins/SQLStats/locale/SQLStats.pot +++ b/plugins/SQLStats/locale/SQLStats.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SQLStats/locale/de/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/de/LC_MESSAGES/SQLStats.po index 2f08cc9dd9..f2b7508dc7 100644 --- a/plugins/SQLStats/locale/de/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/de/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po index 6cd4b4a9cd..ea36c5a11f 100644 --- a/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po index 0047790c73..5271312d26 100644 --- a/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po index fb6535bdde..36e1bbfd2b 100644 --- a/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po index 477f47f3bc..a7ad1602d7 100644 --- a/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po index f855e6e5e8..fe706dc83d 100644 --- a/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" "Language-Team: Colognian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ksh\n" diff --git a/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po index d805cbe21b..e64abb5c35 100644 --- a/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po index cd501b8a05..11e041586f 100644 --- a/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po index 9e7dc359b1..0c11296e90 100644 --- a/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po index 64a984787e..de31d19e0e 100644 --- a/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Sample/locale/Sample.pot b/plugins/Sample/locale/Sample.pot index e7b3742bf1..64be70a337 100644 --- a/plugins/Sample/locale/Sample.pot +++ b/plugins/Sample/locale/Sample.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Sample/locale/af/LC_MESSAGES/Sample.po b/plugins/Sample/locale/af/LC_MESSAGES/Sample.po index 619db925e3..3d65935031 100644 --- a/plugins/Sample/locale/af/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/af/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:29+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: af\n" diff --git a/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po index 9f12bd0e51..e505663db3 100644 --- a/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:29+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/Sample/locale/br/LC_MESSAGES/Sample.po b/plugins/Sample/locale/br/LC_MESSAGES/Sample.po index 4f9706ba52..0f5e595439 100644 --- a/plugins/Sample/locale/br/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/br/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:29+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po index 212711722c..412ddcd1fb 100644 --- a/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:29+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/Sample/locale/de/LC_MESSAGES/Sample.po b/plugins/Sample/locale/de/LC_MESSAGES/Sample.po index 6344202381..5a0139b6e6 100644 --- a/plugins/Sample/locale/de/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/de/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po b/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po index 44ea84d4d2..20242fbdcd 100644 --- a/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po index 91c3621fe7..ebb00d3a34 100644 --- a/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po index 5ac557bd37..3a02fa84cf 100644 --- a/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po b/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po index bde7793b7a..e2962ba569 100644 --- a/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lb\n" diff --git a/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po b/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po index 8dcf997c15..83c6385361 100644 --- a/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:50+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po index 033d0741e5..d13dfb5d30 100644 --- a/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po b/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po index 670208f38a..c30e07b177 100644 --- a/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" "Language-Team: Deitsch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pdc\n" diff --git a/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po index fc0ccc1e58..d085d3b459 100644 --- a/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po index ce6138bd6b..ea6513cc8d 100644 --- a/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po b/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po index ad1498193a..df63f8d248 100644 --- a/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po b/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po index e60795f9ec..6878dfac80 100644 --- a/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:51+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:31+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/SearchSub/locale/SearchSub.pot b/plugins/SearchSub/locale/SearchSub.pot index 2d61704795..3a84388990 100644 --- a/plugins/SearchSub/locale/SearchSub.pot +++ b/plugins/SearchSub/locale/SearchSub.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po index 33e7beec3a..0af8ca696c 100644 --- a/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:33+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po index 3a5754fa17..11a900d572 100644 --- a/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:33+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po index ed5d3e6f48..0284629708 100644 --- a/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po index 27e9f4b75c..74ab31dbc9 100644 --- a/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po index 76b2a31b14..f6fad22681 100644 --- a/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po index 76e49dc9bc..041fc215ca 100644 --- a/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po index ed76ee232f..63da10be77 100644 --- a/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po index 72153ce315..ff32e1bb3e 100644 --- a/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:54+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po index 0dfb938d6d..c6fc478fa5 100644 --- a/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/ShareNotice/locale/ShareNotice.pot b/plugins/ShareNotice/locale/ShareNotice.pot index a249d5e9b3..031e1bda6d 100644 --- a/plugins/ShareNotice/locale/ShareNotice.pot +++ b/plugins/ShareNotice/locale/ShareNotice.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/ShareNotice/locale/ar/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/ar/LC_MESSAGES/ShareNotice.po index 499ea9d2c4..6fa2a45e45 100644 --- a/plugins/ShareNotice/locale/ar/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/ar/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:35+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po index 0fe725f3af..c95662239d 100644 --- a/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:35+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po index 89d0e907e0..31428297fd 100644 --- a/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:35+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po index 5baa2ad1db..28938556a7 100644 --- a/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:55+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:35+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po index d56f1bb492..1404a270ed 100644 --- a/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po index 1d4b41c64e..3147e951ff 100644 --- a/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po index 185aaa23f9..679a9a8621 100644 --- a/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po index f283649b78..d0f238088f 100644 --- a/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po index a550d61d9a..aa3de71967 100644 --- a/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po index d4c979c646..c52505f68d 100644 --- a/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po index a5597dafc1..7e35aff498 100644 --- a/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" diff --git a/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po index 947ac1585c..8b0a38d763 100644 --- a/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po index df548914e9..8715825996 100644 --- a/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po index c9fd6ba1aa..223cf092fa 100644 --- a/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po index c1b368956d..76c065e959 100644 --- a/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:56+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SimpleUrl/locale/SimpleUrl.pot b/plugins/SimpleUrl/locale/SimpleUrl.pot index c54d212f9b..5a1a1eafc7 100644 --- a/plugins/SimpleUrl/locale/SimpleUrl.pot +++ b/plugins/SimpleUrl/locale/SimpleUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po index 4f7bb47b9a..0f0ece24d9 100644 --- a/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:37+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po index c6378e6a69..247d1712e7 100644 --- a/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:37+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po index f2fb4fec43..327f5e66b7 100644 --- a/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:37+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po index 8e63bc8753..c87cce1696 100644 --- a/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:37+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po index 06274715db..fc054997d1 100644 --- a/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:37+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po index fdbf2b4dda..c12cec9357 100644 --- a/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:38+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po index 2545803a89..91c3c1922d 100644 --- a/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:38+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po index 435dcca22e..68dcc8d3c2 100644 --- a/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:38+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po index 6191f62beb..24a21baa69 100644 --- a/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:38+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po index 8c8ad28d29..bcdd2dab64 100644 --- a/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:57+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:38+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po index 1de37fca5f..138db05553 100644 --- a/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:38+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po index 43c7efedaa..55d5ff4ba8 100644 --- a/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:39+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po index 1623fed452..bdf04bb3bd 100644 --- a/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:39+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po index 7dff49ecdb..046642d55f 100644 --- a/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:39+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po index b75879431d..e73b297986 100644 --- a/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:39+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po index 31b4395b89..0e1ad9b933 100644 --- a/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:39+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po index d1c759b69e..8e39c776c5 100644 --- a/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:58+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:39+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Sitemap/locale/Sitemap.pot b/plugins/Sitemap/locale/Sitemap.pot index 23073e182a..7e68f5ab09 100644 --- a/plugins/Sitemap/locale/Sitemap.pot +++ b/plugins/Sitemap/locale/Sitemap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po index 184d55a882..0011f45c32 100644 --- a/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:59+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po index 9fc442a837..6f2e822ffc 100644 --- a/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:59+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po index 3900ece3e0..93650e7147 100644 --- a/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:46:59+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po index 6be8a2401b..b39c25edea 100644 --- a/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po index 11e1212cd8..b0e409fe88 100644 --- a/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po index 4ee94ea20f..be4fa51d52 100644 --- a/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po index f682017500..a1a2956632 100644 --- a/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po index 7d88ea651f..0ac0efdbbf 100644 --- a/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po index 67d7d1b640..4727a08f95 100644 --- a/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po index 5b450e9280..505231bfc7 100644 --- a/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:00+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SlicedFavorites/locale/SlicedFavorites.pot b/plugins/SlicedFavorites/locale/SlicedFavorites.pot index 035e7b7517..7320e03315 100644 --- a/plugins/SlicedFavorites/locale/SlicedFavorites.pot +++ b/plugins/SlicedFavorites/locale/SlicedFavorites.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SlicedFavorites/locale/de/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/de/LC_MESSAGES/SlicedFavorites.po index d016574b37..c4ec4ad819 100644 --- a/plugins/SlicedFavorites/locale/de/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/de/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po index 34b7e0929d..2cd9f85e6b 100644 --- a/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po index 6effd22d31..c87eba906c 100644 --- a/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po index d9ad389212..9bd616f457 100644 --- a/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po index 5379f0fd6b..c9c1ac5ded 100644 --- a/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po index 0d65087e42..54e9e3daac 100644 --- a/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po index 67789584b8..dda2865612 100644 --- a/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po index 4feb600b8b..71120249b9 100644 --- a/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po index bf3a29e3b4..c5938e2d72 100644 --- a/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po index c646669f03..4e2eb41ac3 100644 --- a/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po index 71223fbd48..a77545daf9 100644 --- a/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:01+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SphinxSearch/locale/SphinxSearch.pot b/plugins/SphinxSearch/locale/SphinxSearch.pot index 3114a13253..232cf67be2 100644 --- a/plugins/SphinxSearch/locale/SphinxSearch.pot +++ b/plugins/SphinxSearch/locale/SphinxSearch.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SphinxSearch/locale/de/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/de/LC_MESSAGES/SphinxSearch.po index a20d7bfb32..58d77ed669 100644 --- a/plugins/SphinxSearch/locale/de/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/de/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po index 8e6663b3f8..e82a52e982 100644 --- a/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po index 0af98738f6..2044ad154b 100644 --- a/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po index ce8e30dadf..34dbaeda39 100644 --- a/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po index 13f1faf96c..29accbf436 100644 --- a/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po index 4c417a27d6..190d14a050 100644 --- a/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po index b27d749a33..73d4ed7fb3 100644 --- a/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po index 69f0e6bc49..ee7dab2999 100644 --- a/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po index 71e8c85413..613e272f0d 100644 --- a/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:02+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Spotify/locale/Spotify.pot b/plugins/Spotify/locale/Spotify.pot index 0c9629cdf1..9be1507fb7 100644 --- a/plugins/Spotify/locale/Spotify.pot +++ b/plugins/Spotify/locale/Spotify.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Spotify/locale/de/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/de/LC_MESSAGES/Spotify.po index 3dd8a0cb2d..3c35b1d360 100644 --- a/plugins/Spotify/locale/de/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/de/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po index fcbdb35bec..fc23be1d9d 100644 --- a/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po index ed4c3fd56e..060d301f0c 100644 --- a/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po index 55ddc7bd32..24769459b0 100644 --- a/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po index 868559ef49..23d2a9a501 100644 --- a/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po index 2335d33fc3..eb54d103cd 100644 --- a/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po index 6e6466cca0..4a7556930d 100644 --- a/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:03+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" diff --git a/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot b/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot index 63f7fb7fd8..aa3f63d40a 100644 --- a/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot +++ b/plugins/StrictTransportSecurity/locale/StrictTransportSecurity.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/StrictTransportSecurity/locale/de/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/de/LC_MESSAGES/StrictTransportSecurity.po index c2f74fb851..8065a085b0 100644 --- a/plugins/StrictTransportSecurity/locale/de/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/de/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po index f25dd151ba..77e0f93c65 100644 --- a/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:05+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po index 4de3fdd880..679b04f776 100644 --- a/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po index 80ca4d36ca..0a3f575065 100644 --- a/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po index e10b6bd9ff..629de46511 100644 --- a/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po index 0756685c65..0ec7f2517b 100644 --- a/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po index 48aec498f6..8267656b17 100644 --- a/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po index 8d3d725189..ef8e70f1d5 100644 --- a/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po index d31172cef2..b102b584f6 100644 --- a/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po index df56523d29..398f412eca 100644 --- a/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:06+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SubMirror/locale/SubMirror.pot b/plugins/SubMirror/locale/SubMirror.pot index 3b3df12230..8629aa4620 100644 --- a/plugins/SubMirror/locale/SubMirror.pot +++ b/plugins/SubMirror/locale/SubMirror.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po index df61ac50eb..0c589a1458 100644 --- a/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:08+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:49+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po index 8fd863771e..44310e9805 100644 --- a/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:49+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po index d384e2f3a4..47592bb26b 100644 --- a/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po index 065be66219..b43dab2907 100644 --- a/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po index d34899d372..dcb93e398f 100644 --- a/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po index 4d6b71aaa2..947140c77d 100644 --- a/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po index 81ded7ee5d..f099c0126e 100644 --- a/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po index 3cb8d928ea..3146eadfdd 100644 --- a/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po index 11b56d6719..94e365dc88 100644 --- a/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:09+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot b/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot index 5b687fb102..5cba45a7e1 100644 --- a/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot +++ b/plugins/SubscriptionThrottle/locale/SubscriptionThrottle.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po index 139c350a2d..53073b173e 100644 --- a/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po index 83352478d4..130e0ac145 100644 --- a/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po index 87c66bf45f..ef747bf6cb 100644 --- a/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po index 6684ff31bc..f324136447 100644 --- a/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po index e7be120e42..70c04d50e7 100644 --- a/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po index 69a3e54618..c8bc20f254 100644 --- a/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po index c3e8e5075a..10b3613d5c 100644 --- a/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po index 6e3e2c914c..39de8157e6 100644 --- a/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po index af5d4791ee..0e4b72f901 100644 --- a/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po index 2b854c28fc..4b2c4aa656 100644 --- a/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po index 1e94d0e885..317447745b 100644 --- a/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:10+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/TabFocus/locale/TabFocus.pot b/plugins/TabFocus/locale/TabFocus.pot index ba206b41c5..3b84e587d8 100644 --- a/plugins/TabFocus/locale/TabFocus.pot +++ b/plugins/TabFocus/locale/TabFocus.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po index e9805c15d2..0537cf5b17 100644 --- a/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po index df64c60d6e..f0c8f5b935 100644 --- a/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po index e6a348e5b8..2cb9051b35 100644 --- a/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po index fab060be19..ee29a6d298 100644 --- a/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po index d1e91aadb0..554d9e511c 100644 --- a/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po index 10d46b1afa..ff9992487b 100644 --- a/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po index 4d92e98c3b..cf2f7d7c5b 100644 --- a/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po index 02df6373f9..701a6f72b1 100644 --- a/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po index 4b94e3f948..4c0558b55a 100644 --- a/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po index acb6cfa248..c48e7110df 100644 --- a/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po index f63331d6c8..5f53591efd 100644 --- a/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po index c507dc18d9..80efbf2f70 100644 --- a/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" "Language-Team: Norwegian Nynorsk \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nn\n" diff --git a/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po index df774c23a5..29ef673df0 100644 --- a/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po index 4f4e59c6cb..5e68c110ce 100644 --- a/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:11+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po index 44aa9db5ba..f646ab24cd 100644 --- a/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:12+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/TagSub/locale/TagSub.pot b/plugins/TagSub/locale/TagSub.pot index 48d779e1bf..4bd83be7e9 100644 --- a/plugins/TagSub/locale/TagSub.pot +++ b/plugins/TagSub/locale/TagSub.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TagSub/locale/ar/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/ar/LC_MESSAGES/TagSub.po index a6daa8f6bb..232531b92d 100644 --- a/plugins/TagSub/locale/ar/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/ar/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:54+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po index a5df8bcbfa..5f1fbdac93 100644 --- a/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:54+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po index 59e1f94a1d..96c7933a54 100644 --- a/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:54+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po index 157fe6f062..b0711f4db7 100644 --- a/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:13+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:54+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po index 020a6306b1..fee1458f14 100644 --- a/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:54+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po index 30ea5e990d..b4b2f4e8ac 100644 --- a/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:54+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po index f0b49685b8..afec6d4787 100644 --- a/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:55+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po index 29def23f38..7e83087646 100644 --- a/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:55+0000\n" "Language-Team: Serbian (Cyrillic script) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sr-ec\n" diff --git a/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po index f94c93dcac..6ff07e2e96 100644 --- a/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:55+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" diff --git a/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po index bdabe31772..96a8aadfd0 100644 --- a/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:55+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po index 5569046f85..4da8827ff2 100644 --- a/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:14+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:55+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/TightUrl/locale/TightUrl.pot b/plugins/TightUrl/locale/TightUrl.pot index a0148d9206..341aaaacf3 100644 --- a/plugins/TightUrl/locale/TightUrl.pot +++ b/plugins/TightUrl/locale/TightUrl.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TightUrl/locale/de/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/de/LC_MESSAGES/TightUrl.po index fbcd386f31..c941890917 100644 --- a/plugins/TightUrl/locale/de/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/de/LC_MESSAGES/TightUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:55+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po index 53b47db764..47e789048f 100644 --- a/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po index eae9663d89..b904663321 100644 --- a/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po index b2f5ed4dac..db382ae1c0 100644 --- a/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po index cd3e59be5e..d7e4fe6ce5 100644 --- a/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po index 2e1b1ca9f4..97c43e52e0 100644 --- a/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po index 3d8dd0b675..ceca0b2f54 100644 --- a/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po index 69ecc65033..9c53e80ee8 100644 --- a/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" diff --git a/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po index 58f8192c0b..b9d39b91b6 100644 --- a/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po index d4824ca933..79b2dea74e 100644 --- a/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po index cca7463a91..db932d300f 100644 --- a/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po index d42d317d8f..b6cbe622e4 100644 --- a/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po index 705d4bff9c..bfe7e77188 100644 --- a/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po index ab67f57f4a..41f5054b7b 100644 --- a/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po index 2d3f1e455b..6017814c92 100644 --- a/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po index d42e242397..5f9f18755e 100644 --- a/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:15+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po index ba572d73f3..1e11c5938b 100644 --- a/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/TinyMCE/locale/TinyMCE.pot b/plugins/TinyMCE/locale/TinyMCE.pot index 4a6d0f4ea9..14359e89d3 100644 --- a/plugins/TinyMCE/locale/TinyMCE.pot +++ b/plugins/TinyMCE/locale/TinyMCE.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po index 8428b65aba..1558cfa7dd 100644 --- a/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po index 68949c5e95..b4c4cd372d 100644 --- a/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po index 71a9ff9a47..72427e3252 100644 --- a/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" "Language-Team: Esperanto \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eo\n" diff --git a/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po index 3d67906c50..37b5ade5ae 100644 --- a/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po index cd37011473..4d45ea7f8a 100644 --- a/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po index d005be43c9..1b5eb00a39 100644 --- a/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po index 2a5ed3e0ef..2aebc49870 100644 --- a/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po index 14b39a6ef1..11ed1f5fb0 100644 --- a/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:16+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po index dde8393889..f40e735686 100644 --- a/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po index c2070566a0..83ea79b992 100644 --- a/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po index 62f6c8a12d..e963d79167 100644 --- a/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po index 06dbaa66a5..7d3ac9cefa 100644 --- a/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po index 03b5673b64..fc01494c4e 100644 --- a/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po index fbcdd19c8f..777dc42050 100644 --- a/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po index 4cd9daf6df..3d41f901a3 100644 --- a/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po index 66d169c0e1..49bac70c60 100644 --- a/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po index 31ca0fe1a5..665bece7fe 100644 --- a/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po index 6e4353a697..75e564d009 100644 --- a/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:17+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/TwitterBridge/locale/TwitterBridge.pot b/plugins/TwitterBridge/locale/TwitterBridge.pot index 622a72e01e..f16c9c7f5e 100644 --- a/plugins/TwitterBridge/locale/TwitterBridge.pot +++ b/plugins/TwitterBridge/locale/TwitterBridge.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/TwitterBridge/locale/ar/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ar/LC_MESSAGES/TwitterBridge.po index 00fc370ffc..3dca862ebf 100644 --- a/plugins/TwitterBridge/locale/ar/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ar/LC_MESSAGES/TwitterBridge.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:04+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po index d090c2ae9b..3b9b2f0a02 100644 --- a/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:04+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po index b85741ada9..4b65846c6a 100644 --- a/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:04+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po index 2bbae0ee95..0728b514fe 100644 --- a/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po index cba8e39e43..ea74f7d27a 100644 --- a/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" diff --git a/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po index edd8657b53..70218701ab 100644 --- a/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:23+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po index b3d0d110ff..aae328f313 100644 --- a/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po index 87b4918e20..1c9d06fa69 100644 --- a/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ko\n" diff --git a/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po index 9a217c5c1b..397435d94b 100644 --- a/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po index a7ef269da9..ccf33538d3 100644 --- a/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po index df1214b9aa..e60686be42 100644 --- a/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po index d297c6fa27..7311d7c6dd 100644 --- a/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po index a47c716288..d9843c0e5a 100644 --- a/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:06+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po index 8bc30d5c77..c8389bc2b7 100644 --- a/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:06+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po index 76cdd890fb..e19247a1cf 100644 --- a/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:24+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:06+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-09-25 22:08:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" diff --git a/plugins/UserFlag/locale/UserFlag.pot b/plugins/UserFlag/locale/UserFlag.pot index c206970bd9..19354d6736 100644 --- a/plugins/UserFlag/locale/UserFlag.pot +++ b/plugins/UserFlag/locale/UserFlag.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/UserFlag/locale/ar/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ar/LC_MESSAGES/UserFlag.po index f44e6cb788..0f58e15fae 100644 --- a/plugins/UserFlag/locale/ar/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ar/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:07+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" diff --git a/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po index de6e468d6e..707f131279 100644 --- a/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:07+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" diff --git a/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po index feea7874f4..da8abac28e 100644 --- a/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:07+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po index 0de4955812..a9b9fa3244 100644 --- a/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:07+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po index e93ca9cc3d..eb9802f83d 100644 --- a/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po index d40d3c49a0..ab4f4ca798 100644 --- a/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" @@ -24,27 +24,28 @@ msgstr "" #. TRANS: AJAX form title for a flagged profile. msgid "Flagged for review" -msgstr "Marcate pro revision" +msgstr "Signalate pro revision" #. TRANS: Body text for AJAX form when a profile has been flagged for review. #. TRANS: Message added to a profile if it has been flagged for review. msgid "Flagged" -msgstr "Marcate" +msgstr "Signalate" #. TRANS: Plugin description. msgid "" "This plugin allows flagging of profiles for review and reviewing flagged " "profiles." msgstr "" -"Iste plugin permitte marcar profilos pro revision e revider profilos marcate." +"Iste plug-in permitte signalar profilos pro revision e revider profilos " +"signalate." #. TRANS: Form title for flagging a profile for review. msgid "Flag" -msgstr "Rader tote le marcas" +msgstr "Signalar" #. TRANS: Form description. msgid "Flag profile for review." -msgstr "Marcar profilo pro revision." +msgstr "Signalar profilo pro revision." #. TRANS: Form title for action on a profile. msgid "Clear" @@ -52,7 +53,7 @@ msgstr "Rader" #. TRANS: Form description for clearing flags from a profile. msgid "Clear all flags" -msgstr "Rader tote le marcas" +msgstr "Rader tote le signalamentos" #. TRANS: Error message displayed when trying to perform an action that requires a logged in user. msgid "Not logged in." @@ -60,11 +61,11 @@ msgstr "Tu non ha aperite un session." #. TRANS: Error message displayed when trying to review profile flags while not authorised. msgid "You cannot review profile flags." -msgstr "Tu non pote revider marcationes de profilo." +msgstr "Tu non pote revider signalamentos de profilo." #. TRANS: Title for page with a list of profiles that were flagged for review. msgid "Flagged profiles" -msgstr "Profilos marcate" +msgstr "Profilos signalate" #. TRANS: Header for moderation menu with action buttons for flagged profiles (like 'sandbox', 'silence', ...). msgid "Moderate" @@ -76,24 +77,24 @@ msgstr "Moderar" #, php-format msgid "Flagged by %1$s and %2$d other" msgid_plural "Flagged by %1$s and %2$d others" -msgstr[0] "Marcate per %1$s e %2$d altere" -msgstr[1] "Marcate per %1$s e %2$d alteres" +msgstr[0] "Signalate per %1$s e %2$d altere" +msgstr[1] "Signalate per %1$s e %2$d alteres" #. TRANS: Message displayed on a profile if it has been flagged. #. TRANS: %s is a comma separated list of at most 5 user nicknames that flagged. #, php-format msgid "Flagged by %s" -msgstr "Marcate per %s" +msgstr "Signalate per %s" #. TRANS: Server exception given when flags could not be cleared. #. TRANS: %s is a profile nickname. #, php-format msgid "Could not clear flags for profile \"%s\"." -msgstr "Non poteva rader marcas pro le profilo \"%s\"." +msgstr "Non poteva rader signalamentos pro le profilo \"%s\"." #. TRANS: Title for AJAX form to indicated that flags were removed. msgid "Flags cleared" -msgstr "Marcas radite" +msgstr "Signalamentos radite" #. TRANS: Body element for "flags cleared" form. msgid "Cleared" @@ -103,4 +104,4 @@ msgstr "Radite" #. TRANS: %d is a profile ID (number). #, php-format msgid "Could not flag profile \"%d\" for review." -msgstr "Non poteva marcar le profilo \"%d\" pro revision." +msgstr "Non poteva signalar le profilo \"%d\" pro revision." diff --git a/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po index 9f42b97322..81bd2b8e8b 100644 --- a/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po index 226d6023a8..029ab38d03 100644 --- a/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po index df724e4db2..00591f9832 100644 --- a/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:26+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po index 5371ad0226..65ceb16573 100644 --- a/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po index 6dc7661deb..e3c77a4612 100644 --- a/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po index 951196e2a7..a3fcfa083e 100644 --- a/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 11:23:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/UserLimit/locale/UserLimit.pot b/plugins/UserLimit/locale/UserLimit.pot index d2629dffab..ac3ce23739 100644 --- a/plugins/UserLimit/locale/UserLimit.pot +++ b/plugins/UserLimit/locale/UserLimit.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po index 7007120a60..eafd9e6775 100644 --- a/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po index 079c4ae87e..0d9242c26f 100644 --- a/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po index 908f790752..d981838aac 100644 --- a/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po index eae9898ad8..6e2388f3cc 100644 --- a/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Persian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fa\n" diff --git a/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po index 03a7ebad6a..1ab3eca390 100644 --- a/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po index 04e9f729af..6736855072 100644 --- a/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:27+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po index 03904e84a9..74e00160c7 100644 --- a/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po index 71ad4934fe..e34d2d04c1 100644 --- a/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po index 73d8ec833b..3e45961e00 100644 --- a/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po index 3a5fc15ae8..6d75a15282 100644 --- a/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po index a104cd2b6e..3810f987b1 100644 --- a/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lb\n" diff --git a/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po index 4f139a6cea..18084669d2 100644 --- a/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Latvian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lv\n" diff --git a/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po index 74f4b66e9c..0054ddcfd7 100644 --- a/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po index e4e1e21315..d26f165608 100644 --- a/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po index cae40010d7..1c05001ae2 100644 --- a/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po index 6dd4a5d4e4..3d685df06e 100644 --- a/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po index 7a3ac3483b..5046bbfff8 100644 --- a/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po index 5de4f8c678..104ff3d120 100644 --- a/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po index facaa4521c..66d6fa1b1a 100644 --- a/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:28+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:10+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po index b0da945aaf..d7ee9200a7 100644 --- a/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:10+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po index 58670b4995..883bccd983 100644 --- a/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:10+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po index 72541944c2..7eaf8e682e 100644 --- a/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:10+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/WikiHashtags/locale/WikiHashtags.pot b/plugins/WikiHashtags/locale/WikiHashtags.pot index 7b2f247a14..9b4fb03871 100644 --- a/plugins/WikiHashtags/locale/WikiHashtags.pot +++ b/plugins/WikiHashtags/locale/WikiHashtags.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/WikiHashtags/locale/de/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/de/LC_MESSAGES/WikiHashtags.po index 78ec9ddf62..773e727f3c 100644 --- a/plugins/WikiHashtags/locale/de/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/de/LC_MESSAGES/WikiHashtags.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:10+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po index beae528506..afc34b1926 100644 --- a/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:10+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po index 8620cacfe5..23f7564949 100644 --- a/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:29+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:11+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po index 910e17a51d..1aed580ad6 100644 --- a/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:11+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po index 2040b3d77d..b05656a604 100644 --- a/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:11+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po index 8fadfba986..d3daebcff5 100644 --- a/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:11+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po index 97ecc0e7c2..59165f87b6 100644 --- a/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:11+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po index feebf3fff2..470aab4874 100644 --- a/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:11+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/WikiHowProfile/locale/WikiHowProfile.pot b/plugins/WikiHowProfile/locale/WikiHowProfile.pot index 8d8b7add60..3ce865c7ae 100644 --- a/plugins/WikiHowProfile/locale/WikiHowProfile.pot +++ b/plugins/WikiHowProfile/locale/WikiHowProfile.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/WikiHowProfile/locale/de/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/de/LC_MESSAGES/WikiHowProfile.po index f54d2c970f..5a7b4706d7 100644 --- a/plugins/WikiHowProfile/locale/de/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/de/LC_MESSAGES/WikiHowProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:30+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po index 38893cbf1a..d90407d839 100644 --- a/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po index 39dc93f97a..ef1e4a0089 100644 --- a/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po index 19d3f62ddf..0016a9ef6c 100644 --- a/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po index 6a52c5238f..a69a2bac8b 100644 --- a/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po index 6b893c5a4d..2c09c24719 100644 --- a/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po index 0eb4c5367c..d889ad9563 100644 --- a/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po index e5c677334b..9709f7edc8 100644 --- a/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po index 996f7b7c09..7ab1fa882a 100644 --- a/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po index d76ff369f1..9cffa733ba 100644 --- a/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po index 45d639a196..52f127973a 100644 --- a/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/XCache/locale/XCache.pot b/plugins/XCache/locale/XCache.pot index a20494478a..7eefb51b11 100644 --- a/plugins/XCache/locale/XCache.pot +++ b/plugins/XCache/locale/XCache.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po index 8e0e504688..812048fbc1 100644 --- a/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ast\n" diff --git a/plugins/XCache/locale/br/LC_MESSAGES/XCache.po b/plugins/XCache/locale/br/LC_MESSAGES/XCache.po index 78b5ca30e5..cf4c2091a5 100644 --- a/plugins/XCache/locale/br/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/br/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/XCache/locale/de/LC_MESSAGES/XCache.po b/plugins/XCache/locale/de/LC_MESSAGES/XCache.po index 715c981517..a788b77679 100644 --- a/plugins/XCache/locale/de/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/de/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:31+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/XCache/locale/es/LC_MESSAGES/XCache.po b/plugins/XCache/locale/es/LC_MESSAGES/XCache.po index 0d58f9903d..b08cd95c0c 100644 --- a/plugins/XCache/locale/es/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/es/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" diff --git a/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po b/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po index 5c9b68044a..123e595807 100644 --- a/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" diff --git a/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po b/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po index 6703ebdcbe..5d837d8ba9 100644 --- a/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po index 0a1b0939a6..78d23bbaee 100644 --- a/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/XCache/locale/he/LC_MESSAGES/XCache.po b/plugins/XCache/locale/he/LC_MESSAGES/XCache.po index 238c46064d..b9944b8847 100644 --- a/plugins/XCache/locale/he/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/he/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" diff --git a/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po index 8cbd2d64b3..f2ac863d87 100644 --- a/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/XCache/locale/id/LC_MESSAGES/XCache.po b/plugins/XCache/locale/id/LC_MESSAGES/XCache.po index 238c2b5ede..198f7861c9 100644 --- a/plugins/XCache/locale/id/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/id/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: id\n" diff --git a/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po b/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po index e45fdcf2ac..8f609bad59 100644 --- a/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po index cf48b5c128..c6f9c6af32 100644 --- a/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" diff --git a/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po b/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po index 6a46873141..a797165181 100644 --- a/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Norwegian (bokmål)‬ \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: no\n" diff --git a/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po index 67fc1c4d99..fff1595e7c 100644 --- a/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po b/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po index 76eebdc0a6..bf850a1dcb 100644 --- a/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" diff --git a/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po b/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po index 36f9edf7be..f80082e5b9 100644 --- a/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:14+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" diff --git a/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po index a6f240574b..aa17a67624 100644 --- a/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:32+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:14+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" diff --git a/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po index cf576d229e..83424ec3ca 100644 --- a/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:14+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po b/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po index 6c27ccb617..3a906bb134 100644 --- a/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:14+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po b/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po index d1cd2535c0..5a18b768f1 100644 --- a/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:33+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:14+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" diff --git a/plugins/Xmpp/locale/Xmpp.pot b/plugins/Xmpp/locale/Xmpp.pot index 4c438b2c10..019ea1f71c 100644 --- a/plugins/Xmpp/locale/Xmpp.pot +++ b/plugins/Xmpp/locale/Xmpp.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po index 4aef500499..a80f01e091 100644 --- a/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:15+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po index 17fe7abc67..b3d9a10d5f 100644 --- a/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:15+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po index 10fe50ee0e..44b43aad3d 100644 --- a/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:15+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po index 8bddd8ae19..834acd3252 100644 --- a/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:15+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po index 4b7b8909b7..484cbae58d 100644 --- a/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:34+0000\n" +"POT-Creation-Date: 2011-12-19 00:01+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:15+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/YammerImport/locale/YammerImport.pot b/plugins/YammerImport/locale/YammerImport.pot index b4078ee21f..cd03ad1038 100644 --- a/plugins/YammerImport/locale/YammerImport.pot +++ b/plugins/YammerImport/locale/YammerImport.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po index 4d8b2b019d..b1c4ce073c 100644 --- a/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:38+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" diff --git a/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po index 510cf76ce6..ef4b7103f6 100644 --- a/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" diff --git a/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po index d7fc4e8b9f..d7f1139c2a 100644 --- a/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" diff --git a/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po index 7e68860515..6df0542678 100644 --- a/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" diff --git a/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po index e299c5312d..a3f22f4fe4 100644 --- a/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" diff --git a/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po index a02acac66e..5666b0f376 100644 --- a/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" diff --git a/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po index 9bbaee4101..ed1ff05249 100644 --- a/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" diff --git a/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po index 573d4b0a8b..32419dd00d 100644 --- a/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:21+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" diff --git a/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po index 115de48a80..ec487df39d 100644 --- a/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:21+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" diff --git a/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po index 43996d2730..005260eed3 100644 --- a/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-03 10:43+0000\n" -"PO-Revision-Date: 2011-12-03 10:47:39+0000\n" +"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"PO-Revision-Date: 2011-12-19 00:07:21+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-19 13:28:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-" +"X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" From eb124c5a671eeb642506b4ad6b5edb54999d2469 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 28 Dec 2011 12:35:03 +0100 Subject: [PATCH 09/71] Add missing space between two sentences. --- classes/Profile_tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Profile_tag.php b/classes/Profile_tag.php index 07ed160d19..de91857eb8 100644 --- a/classes/Profile_tag.php +++ b/classes/Profile_tag.php @@ -193,7 +193,7 @@ class Profile_tag extends Managed_DataObject if ($profile_list->taggedCount() >= common_config('peopletag', 'maxpeople')) { // TRANS: Client exception thrown when trying to add more people than allowed to a list. throw new ClientException(sprintf(_('You already have %1$d or more people in list %2$s, ' . - 'which is the maximum allowed number.' . + 'which is the maximum allowed number. ' . 'Try unlisting others first.'), common_config('peopletag', 'maxpeople'), $tag)); return false; From 2624afbcd4199349236f67ac8b816423f46e5170 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 28 Dec 2011 12:44:42 +0100 Subject: [PATCH 10/71] Crazy gettext way to support two plurals in one string. --- classes/File.php | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/classes/File.php b/classes/File.php index 80fbdb181c..f3940346b3 100644 --- a/classes/File.php +++ b/classes/File.php @@ -217,13 +217,20 @@ class File extends Managed_DataObject function isRespectsQuota($user,$fileSize) { if ($fileSize > common_config('attachments', 'file_quota')) { + // TRANS: Message used to be inserted as %2$s in the text "No file may + // TRANS: be larger than %1$d byte and the file you sent was %2$s.". + // TRANS: %1$d is the number of bytes of an uploaded file. + $fileSizeText = sprintf(_m('%1$d byte','%1$d bytes',$fileSize),$fileSize); + + $fileQuota = common_config('attachments', 'file_quota'); // TRANS: Message given if an upload is larger than the configured maximum. - // TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. - // TRANS: %1$s is used for plural. - return sprintf(_m('No file may be larger than %1$d byte and the file you sent was %2$d bytes. Try to upload a smaller version.', - 'No file may be larger than %1$d bytes and the file you sent was %2$d bytes. Try to upload a smaller version.', - common_config('attachments', 'file_quota')), - common_config('attachments', 'file_quota'), $fileSize); + // TRANS: %1$d (used for plural) is the byte limit for uploads, + // TRANS: %2$s is the proper form of "n bytes". This is the only ways to have + // TRANS: gettext support multiple plurals in the same message, unfortunately... + return sprintf(_m('No file may be larger than %1$d byte and the file you sent was %2$s. Try to upload a smaller version.', + 'No file may be larger than %1$d bytes and the file you sent was %2$s. Try to upload a smaller version.', + $fileQuota), + $fileQuota, $fileSizeText); } $query = "select sum(size) as total from file join file_to_post on file_to_post.file_id = file.id join notice on file_to_post.post_id = notice.id where profile_id = {$user->id} and file.url like '%/notice/%/file'"; From 31305cb7433dd5a9970f23804c03e8fb713bd9fe Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 28 Dec 2011 14:00:49 +0100 Subject: [PATCH 11/71] Localisation updates from http://translatewiki.net. --- locale/ar/LC_MESSAGES/statusnet.po | 34 +- locale/be-tarask/LC_MESSAGES/statusnet.po | 114 +- locale/bg/LC_MESSAGES/statusnet.po | 30 +- locale/br/LC_MESSAGES/statusnet.po | 30 +- locale/ca/LC_MESSAGES/statusnet.po | 34 +- locale/cs/LC_MESSAGES/statusnet.po | 31 +- locale/de/LC_MESSAGES/statusnet.po | 37 +- locale/en_GB/LC_MESSAGES/statusnet.po | 30 +- locale/eo/LC_MESSAGES/statusnet.po | 30 +- locale/es/LC_MESSAGES/statusnet.po | 34 +- locale/eu/LC_MESSAGES/statusnet.po | 38 +- locale/fa/LC_MESSAGES/statusnet.po | 29 +- locale/fi/LC_MESSAGES/statusnet.po | 30 +- locale/fr/LC_MESSAGES/statusnet.po | 53 +- locale/fur/LC_MESSAGES/statusnet.po | 30 +- locale/gl/LC_MESSAGES/statusnet.po | 34 +- locale/he/LC_MESSAGES/statusnet.po | 30 +- locale/hsb/LC_MESSAGES/statusnet.po | 1080 +++++++---------- locale/hu/LC_MESSAGES/statusnet.po | 30 +- locale/ia/LC_MESSAGES/statusnet.po | 34 +- locale/it/LC_MESSAGES/statusnet.po | 30 +- locale/ja/LC_MESSAGES/statusnet.po | 29 +- locale/ka/LC_MESSAGES/statusnet.po | 29 +- locale/ko/LC_MESSAGES/statusnet.po | 31 +- locale/mk/LC_MESSAGES/statusnet.po | 34 +- locale/ml/LC_MESSAGES/statusnet.po | 30 +- locale/nb/LC_MESSAGES/statusnet.po | 38 +- locale/nl/LC_MESSAGES/statusnet.po | 34 +- locale/pl/LC_MESSAGES/statusnet.po | 33 +- locale/pt/LC_MESSAGES/statusnet.po | 30 +- locale/pt_BR/LC_MESSAGES/statusnet.po | 36 +- locale/ru/LC_MESSAGES/statusnet.po | 35 +- locale/statusnet.pot | 35 +- locale/sv/LC_MESSAGES/statusnet.po | 34 +- locale/te/LC_MESSAGES/statusnet.po | 30 +- locale/tl/LC_MESSAGES/statusnet.po | 34 +- locale/uk/LC_MESSAGES/statusnet.po | 35 +- locale/zh_CN/LC_MESSAGES/statusnet.po | 33 +- .../locale/lt/LC_MESSAGES/Activity.po | 117 ++ .../Adsense/locale/lt/LC_MESSAGES/Adsense.po | 103 ++ .../Adsense/locale/nb/LC_MESSAGES/Adsense.po | 13 +- .../locale/lt/LC_MESSAGES/Autocomplete.po | 32 + .../locale/nb/LC_MESSAGES/BitlyUrl.po | 13 +- .../BlankAd/locale/nb/LC_MESSAGES/BlankAd.po | 13 +- plugins/Blog/locale/lt/LC_MESSAGES/Blog.po | 97 ++ .../locale/lt/LC_MESSAGES/BlogspamNet.po | 46 + .../locale/nb/LC_MESSAGES/BlogspamNet.po | 13 +- .../locale/nb/LC_MESSAGES/CacheLog.po | 13 +- .../nb/LC_MESSAGES/ClientSideShorten.po | 13 +- plugins/Comet/locale/nb/LC_MESSAGES/Comet.po | 13 +- .../nb/LC_MESSAGES/DirectionDetector.po | 13 +- .../locale/nb/LC_MESSAGES/DiskCache.po | 13 +- .../Disqus/locale/nb/LC_MESSAGES/Disqus.po | 13 +- .../nb/LC_MESSAGES/DomainStatusNetwork.po | 13 +- .../locale/lt/LC_MESSAGES/DomainWhitelist.po | 82 ++ plugins/Echo/locale/nb/LC_MESSAGES/Echo.po | 13 +- .../nb/LC_MESSAGES/EmailAuthentication.po | 13 +- plugins/Event/locale/fr/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/ia/LC_MESSAGES/Event.po | 10 +- .../FirePHP/locale/nb/LC_MESSAGES/FirePHP.po | 13 +- .../GeoURL/locale/nb/LC_MESSAGES/GeoURL.po | 13 +- .../locale/nb/LC_MESSAGES/GoogleAnalytics.po | 13 +- plugins/Imap/locale/nb/LC_MESSAGES/Imap.po | 13 +- .../locale/nb/LC_MESSAGES/InfiniteScroll.po | 13 +- .../LilUrl/locale/nb/LC_MESSAGES/LilUrl.po | 13 +- .../locale/nb/LC_MESSAGES/Linkback.po | 13 +- .../locale/nb/LC_MESSAGES/Mapstraction.po | 13 +- .../locale/nb/LC_MESSAGES/Memcache.po | 13 +- .../locale/nb/LC_MESSAGES/Memcached.po | 13 +- .../Meteor/locale/nb/LC_MESSAGES/Meteor.po | 13 +- .../Minify/locale/nb/LC_MESSAGES/Minify.po | 13 +- .../locale/es/LC_MESSAGES/MobileProfile.po | 39 + .../locale/nb/LC_MESSAGES/MobileProfile.po | 13 +- .../ModPlus/locale/fr/LC_MESSAGES/ModPlus.po | 8 +- .../locale/nb/LC_MESSAGES/NoticeTitle.po | 13 +- plugins/OMB/locale/fr/LC_MESSAGES/OMB.po | 59 + .../OStatus/locale/de/LC_MESSAGES/OStatus.po | 10 +- .../OStatus/locale/fr/LC_MESSAGES/OStatus.po | 8 +- .../nb/LC_MESSAGES/OpenExternalLinkTarget.po | 13 +- .../locale/nb/LC_MESSAGES/PiwikAnalytics.po | 13 +- .../locale/nb/LC_MESSAGES/PostDebug.po | 13 +- .../PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po | 13 +- plugins/QnA/locale/fr/LC_MESSAGES/QnA.po | 14 +- .../locale/fr/LC_MESSAGES/Realtime.po | 11 +- .../locale/nb/LC_MESSAGES/Recaptcha.po | 13 +- .../ReverseUsernameAuthentication.po | 13 +- .../locale/nb/LC_MESSAGES/SimpleUrl.po | 13 +- .../locale/nb/LC_MESSAGES/TabFocus.po | 13 +- .../locale/nb/LC_MESSAGES/TightUrl.po | 13 +- .../TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po | 13 +- .../locale/nb/LC_MESSAGES/UserLimit.po | 13 +- .../XCache/locale/nb/LC_MESSAGES/XCache.po | 13 +- 92 files changed, 2110 insertions(+), 1425 deletions(-) create mode 100644 plugins/Activity/locale/lt/LC_MESSAGES/Activity.po create mode 100644 plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po create mode 100644 plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po create mode 100644 plugins/Blog/locale/lt/LC_MESSAGES/Blog.po create mode 100644 plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po create mode 100644 plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po create mode 100644 plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po create mode 100644 plugins/OMB/locale/fr/LC_MESSAGES/OMB.po diff --git a/locale/ar/LC_MESSAGES/statusnet.po b/locale/ar/LC_MESSAGES/statusnet.po index 232f7d2ba0..5165df27f1 100644 --- a/locale/ar/LC_MESSAGES/statusnet.po +++ b/locale/ar/LC_MESSAGES/statusnet.po @@ -15,12 +15,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:35+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:14+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" @@ -6182,16 +6182,30 @@ msgstr "تغذرت معالجة المسار '%s'" msgid "Robin thinks something is impossible." msgstr "" +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -6432,7 +6446,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/be-tarask/LC_MESSAGES/statusnet.po b/locale/be-tarask/LC_MESSAGES/statusnet.po index a0f7442733..3a16129c4c 100644 --- a/locale/be-tarask/LC_MESSAGES/statusnet.po +++ b/locale/be-tarask/LC_MESSAGES/statusnet.po @@ -12,14 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:54+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:19+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" @@ -6286,16 +6286,26 @@ msgstr "Немагчыма апрацаваць URL-адрас «%s»" msgid "Robin thinks something is impossible." msgstr "Робін лічыць, што гэта немагчыма." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Файл ня можа быць болей %1$d байта, а дасланы Вамі файл ўтрымлівае %2$d " "байт. Паспрабуйце загрузіць меншую вэрсію." @@ -6382,133 +6392,139 @@ msgstr "Вы заблякаваны ад дасылкі непасрэдных #. TRANS: Message given when a message could not be stored on the server. msgid "Could not insert message." -msgstr "" +msgstr "Немагчыма ўставіць паведамленьне." #. TRANS: Message given when a message could not be updated on the server. msgid "Could not update message with new URI." -msgstr "" +msgstr "Немагчыма абнавіць паведамленьне з новым URI-адрасам." #. TRANS: Server exception thrown when a user profile for a notice cannot be found. #. TRANS: %1$d is a profile ID (number), %2$d is a notice ID (number). #, php-format msgid "No such profile (%1$d) for notice (%2$d)." -msgstr "" +msgstr "Няма такога профілю (%1$d) для запісу (%2$d)." #. TRANS: Server exception. %s are the error details. #, php-format msgid "Database error inserting hashtag: %s." -msgstr "" +msgstr "Памылка базы зьвестак падчас ўстаўкі хэш-тэгу: %s." #. TRANS: Client exception thrown if a notice contains too many characters. msgid "Problem saving notice. Too long." -msgstr "" +msgstr "Праблема захаваньня запісу. Занадта доўгі." #. TRANS: Client exception thrown when trying to save a notice for an unknown user. msgid "Problem saving notice. Unknown user." -msgstr "" +msgstr "Праблема захаваньня запісу. Невядомы карыстальнік." #. TRANS: Client exception thrown when a user tries to post too many notices in a given time frame. msgid "" "Too many notices too fast; take a breather and post again in a few minutes." msgstr "" +"Зашмат запісаў за кароткі час; адпачніце і паспрабуйце зноў праз некалькі " +"хвілінаў." #. TRANS: Client exception thrown when a user tries to post too many duplicate notices in a given time frame. msgid "" "Too many duplicate messages too quickly; take a breather and post again in a " "few minutes." msgstr "" +"Зашмат аднолькавых запісаў за кароткі час; адпачніце і паспрабуйце зноў праз " +"некалькі хвілінаў." #. TRANS: Client exception thrown when a user tries to post while being banned. msgid "You are banned from posting notices on this site." -msgstr "" +msgstr "Вам забаронена дасылаць запісы на гэты сайт." #. TRANS: Client exception thrown in notice when trying to repeat a missing or deleted notice. msgid "Cannot repeat; original notice is missing or deleted." -msgstr "" +msgstr "Немагчыма паўтарыць; пачатковы запіс быў выдалены ці зьнік." #. TRANS: Client error displayed when trying to repeat an own notice. msgid "You cannot repeat your own notice." -msgstr "" +msgstr "Вы ня можаце паўтарыць уласны запіс." #. TRANS: Client error displayed when trying to repeat a non-public notice. msgid "Cannot repeat a private notice." -msgstr "" +msgstr "Немагчыма паўтарыць прыватны запіс." #. TRANS: Client error displayed when trying to repeat a notice you cannot access. msgid "Cannot repeat a notice you cannot read." -msgstr "" +msgstr "Немагчыма паўтарыць запіс, які Вы ня можаце прачытаць." #. TRANS: Client error displayed when trying to repeat an already repeated notice. msgid "You already repeated that notice." -msgstr "" +msgstr "Вы ўжо паўтарылі гэты запіс." #. TRANS: Client error displayed when trying to reply to a notice a the target has no access to. #. TRANS: %1$s is a user nickname, %2$d is a notice ID (number). #, php-format msgid "%1$s has no access to notice %2$d." -msgstr "" +msgstr "%1$s ня мае доступу да запісу %2$d." #. TRANS: Server exception thrown when a notice cannot be saved. #. TRANS: Server exception thrown when a notice cannot be updated. msgid "Problem saving notice." -msgstr "" +msgstr "Праблема захаваньня запісу." #. TRANS: Server exception thrown when no array is provided to the method saveKnownGroups(). msgid "Bad type provided to saveKnownGroups." -msgstr "" +msgstr "Пададзены няслушны тып для saveKnownGroups." #. TRANS: Server exception thrown when an update for a group inbox fails. msgid "Problem saving group inbox." -msgstr "" +msgstr "Праблема захаваньня уваходзячых паведамленьняў групы." #. TRANS: Message used to repeat a notice. RT is the abbreviation of 'retweet'. #. TRANS: %1$s is the repeated user's name, %2$s is the repeated notice. #, php-format msgid "RT @%1$s %2$s" -msgstr "" +msgstr "Паўтор @%1$s %2$s" #. TRANS: Full name of a profile or group (%1$s) followed by nickname (%2$s) in parentheses. #. TRANS: Full name of a profile or group followed by nickname in parens #, php-format msgctxt "FANCYNAME" msgid "%1$s (%2$s)" -msgstr "" +msgstr "%1$s (%2$s)" #. TRANS: Exception thrown when trying to revoke an existing role for a user that does not exist. #. TRANS: %1$s is the role name, %2$s is the user ID (number). #, php-format msgid "Cannot revoke role \"%1$s\" for user #%2$d; does not exist." -msgstr "" +msgstr "Немагчыма адклікаць ролю «%1$s» для карыстальніка #%2$d, які не існуе." #. TRANS: Exception thrown when trying to revoke a role for a user with a failing database query. #. TRANS: %1$s is the role name, %2$s is the user ID (number). #, php-format msgid "Cannot revoke role \"%1$s\" for user #%2$d; database error." msgstr "" +"Немагчыма адклікаць ролю «%1$s» для карыстальніка #%2$d; памылка базы " +"зьвестак." #. TRANS: Server exception. msgid "The tag you are trying to rename to already exists." -msgstr "" +msgstr "Тэг, які Вы спрабуеце перайменаваць, ужо існуе." #. TRANS: Server exception saving new tag without having a tagger specified. msgid "No tagger specified." -msgstr "" +msgstr "Тэг не пазначаны." #. TRANS: Server exception saving new tag without having a tag specified. msgid "No tag specified." -msgstr "" +msgstr "Тэг не пазначаны." #. TRANS: Server exception saving new tag. msgid "Could not create profile tag." -msgstr "" +msgstr "Немагчыма стварыць тэг профілю." #. TRANS: Server exception saving new tag. msgid "Could not set profile tag URI." -msgstr "" +msgstr "Немагчыма ўстанавіць URI тэга профілю." #. TRANS: Server exception saving new tag. msgid "Could not set profile tag mainpage." -msgstr "" +msgstr "Немагчыма ўстанавіць галоўную старонку тэга профілю." #. TRANS: Client exception thrown trying to set more tags than allowed. #, php-format @@ -6516,53 +6532,57 @@ msgid "" "You already have created %d or more tags which is the maximum allowed number " "of tags. Try using or deleting some existing tags." msgstr "" +"Вы ўжо стварылі %d ці болей тэгаў, што зьяўляецца дазволенай колькасьцю " +"тэгаў. Паспрабуйце выкарыстаць ці выдаліць некаторыя існуючыя тэгі." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" +"Вы ўжо маеце %1$d ці болей людзей у сьпісе %2$s, што зьяўляецца дазволенай " +"колькасьцю. Паспрабуйце выдаліць каго-небудзь са сьпісу." #. TRANS: Exception thrown when inserting a list subscription in the database fails. msgid "Adding list subscription failed." -msgstr "" +msgstr "Немагчыма дадаць ў сьпіс падпіскі." #. TRANS: Exception thrown when deleting a list subscription from the database fails. msgid "Removing list subscription failed." -msgstr "" +msgstr "Немагчыма выдаліць са сьпісу падпіскі." #. TRANS: Exception thrown when a right for a non-existing user profile is checked. msgid "Missing profile." -msgstr "" +msgstr "Няма профілю." #. TRANS: Exception thrown when a tag cannot be saved. msgid "Unable to save tag." -msgstr "" +msgstr "Немагчыма захаваць тэг." #. TRANS: Exception thrown when trying to subscribe while being banned from subscribing. msgid "You have been banned from subscribing." -msgstr "" +msgstr "Вы былі заблякаваныя ад падпіскі." #. TRANS: Exception thrown when trying to subscribe while already subscribed. msgid "Already subscribed!" -msgstr "" +msgstr "Ужо падпісаны!" #. TRANS: Exception thrown when trying to subscribe to a user who has blocked the subscribing user. msgid "User has blocked you." -msgstr "" +msgstr "Карыстальнік Вас заблякаваў." #. TRANS: Exception thrown when trying to unsibscribe without a subscription. msgid "Not subscribed!" -msgstr "" +msgstr "Не падпісаны!" #. TRANS: Exception thrown when trying to unsubscribe a user from themselves. msgid "Could not delete self-subscription." -msgstr "" +msgstr "Немагчыма выдаліць падпіску на самога сябе." #. TRANS: Exception thrown when a subscription could not be deleted on the server. msgid "Could not delete subscription." -msgstr "" +msgstr "Немагчыма выдаліць падпіску." #. TRANS: Activity title when subscribing to another person. msgctxt "TITLE" diff --git a/locale/bg/LC_MESSAGES/statusnet.po b/locale/bg/LC_MESSAGES/statusnet.po index 0c788872b6..e7ea8c0798 100644 --- a/locale/bg/LC_MESSAGES/statusnet.po +++ b/locale/bg/LC_MESSAGES/statusnet.po @@ -11,12 +11,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:58+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:21+0000\n" "Language-Team: Bulgarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: bg\n" @@ -6314,16 +6314,26 @@ msgstr "" msgid "Robin thinks something is impossible." msgstr "" +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" @@ -6567,7 +6577,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/br/LC_MESSAGES/statusnet.po b/locale/br/LC_MESSAGES/statusnet.po index 4d9ffa7356..0bbed13341 100644 --- a/locale/br/LC_MESSAGES/statusnet.po +++ b/locale/br/LC_MESSAGES/statusnet.po @@ -12,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:05+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:24+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" @@ -6290,16 +6290,26 @@ msgstr "" msgid "Robin thinks something is impossible." msgstr "" +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" @@ -6534,7 +6544,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/ca/LC_MESSAGES/statusnet.po b/locale/ca/LC_MESSAGES/statusnet.po index c1c1926eff..f76cfeea88 100644 --- a/locale/ca/LC_MESSAGES/statusnet.po +++ b/locale/ca/LC_MESSAGES/statusnet.po @@ -16,12 +16,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:11+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:27+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" @@ -6285,16 +6285,26 @@ msgstr "No es pot processar l'URL «%s»" msgid "Robin thinks something is impossible." msgstr "El Robin pensa que quelcom és impossible." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Cap fitxer pot ser major de %1$d byte i el fitxer que heu enviat era de %2$d " "bytes. Proveu de pujar una versió de mida menor." @@ -6530,10 +6540,10 @@ msgstr "" "Proveu de reemplaçar o eliminar etiquetes que ja existeixen." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "Ja teniu %1$d o més persones a la llista %2$s, que és el nombre màxim " "permès. Proveu de treure'n de la llista uns quants primer." diff --git a/locale/cs/LC_MESSAGES/statusnet.po b/locale/cs/LC_MESSAGES/statusnet.po index f43d2ae7e2..a881b31327 100644 --- a/locale/cs/LC_MESSAGES/statusnet.po +++ b/locale/cs/LC_MESSAGES/statusnet.po @@ -14,12 +14,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:14+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:29+0000\n" "Language-Team: Czech \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: cs\n" @@ -6474,16 +6474,27 @@ msgstr "Nemůžu zpracovat URL '%s'" msgid "Robin thinks something is impossible." msgstr "Robin si myslí, že je něco nemožné." +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Žádný soubor nesmí být větší než %1$d bajtů a soubor, který jste poslal měl %" "2$d bajtů. Zkuste nahrát menší verzi." @@ -6728,7 +6739,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/de/LC_MESSAGES/statusnet.po b/locale/de/LC_MESSAGES/statusnet.po index 375d26a3d7..8be3886b3a 100644 --- a/locale/de/LC_MESSAGES/statusnet.po +++ b/locale/de/LC_MESSAGES/statusnet.po @@ -32,12 +32,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:31+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" @@ -6334,16 +6334,26 @@ msgstr "Die URL „%s“ konnte nicht verarbeitet werden" msgid "Robin thinks something is impossible." msgstr "Robin denkt, dass etwas unmöglich ist." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Keine Datei darf größer als ein Byte sein und die Datei die du verschicken " "wolltest war %2$d Bytes groß. Bitte eine kleinere Version hochladen." @@ -6590,10 +6600,10 @@ msgstr "" "von Tags ist. Benutze oder lösche einige bereits vorhandene Tags." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "Du hast bereits %1$d oder mehr Personen in der Liste %2$s, was die maximal " "zulässige Anzahl ist. Entferne zuerst andere Personen." @@ -8869,10 +8879,9 @@ msgid "Search" msgstr "Suchen" #. TRANS: Menu item in list navigation panel. -#, fuzzy msgctxt "MENU" msgid "List" -msgstr "Links" +msgstr "Liste" #. TRANS: Menu item title in list navigation panel. #. TRANS: %1$s is a list, %2$s is a nickname. diff --git a/locale/en_GB/LC_MESSAGES/statusnet.po b/locale/en_GB/LC_MESSAGES/statusnet.po index 35a05c79b8..5c1e1ac3a5 100644 --- a/locale/en_GB/LC_MESSAGES/statusnet.po +++ b/locale/en_GB/LC_MESSAGES/statusnet.po @@ -16,13 +16,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:23+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:33+0000\n" "Language-Team: British English \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: en-gb\n" @@ -6397,16 +6397,26 @@ msgstr "" msgid "Robin thinks something is impossible." msgstr "" +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" @@ -6640,7 +6650,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/eo/LC_MESSAGES/statusnet.po b/locale/eo/LC_MESSAGES/statusnet.po index 64d642375d..a231d232a5 100644 --- a/locale/eo/LC_MESSAGES/statusnet.po +++ b/locale/eo/LC_MESSAGES/statusnet.po @@ -17,12 +17,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:27+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:35+0000\n" "Language-Team: Esperanto \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eo\n" @@ -6368,16 +6368,26 @@ msgstr "Malsukcesis trakti URL '%s'" msgid "Robin thinks something is impossible." msgstr "Robin pensas ke io neeblas." +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Grandlimo por sendota dosiero estas %1$d bajtoj, tamen tio, kion vi volis " "sendi grandas %2$d bajtojn. Provu per versio pli malgranda." @@ -6613,7 +6623,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/es/LC_MESSAGES/statusnet.po b/locale/es/LC_MESSAGES/statusnet.po index 2f5dcc1463..a29b0ef782 100644 --- a/locale/es/LC_MESSAGES/statusnet.po +++ b/locale/es/LC_MESSAGES/statusnet.po @@ -25,12 +25,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:38+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" @@ -6294,16 +6294,26 @@ msgstr "No se puede procesar URL '%s'" msgid "Robin thinks something is impossible." msgstr " Robin piensa que algo es imposible." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Ningún archivo puede ser de tamaño mayor a %1$d bytes y el archivo que " "enviaste es de %2$d bytes. Trata de subir una versión más pequeña." @@ -6537,10 +6547,10 @@ msgstr "" "Intente utilizar o eliminar algunas etiquetas existentes." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "Ya tienes %1$d o más personas en lista de %2$s , que es el máximo " "permitido. Pruebe a eliminar algunos primero." diff --git a/locale/eu/LC_MESSAGES/statusnet.po b/locale/eu/LC_MESSAGES/statusnet.po index 55ead51ebb..079cba5eaa 100644 --- a/locale/eu/LC_MESSAGES/statusnet.po +++ b/locale/eu/LC_MESSAGES/statusnet.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:39+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" @@ -1964,7 +1964,7 @@ msgstr "\"%s\" dokumentua ez dago." #. TRANS: Menu item in personal group navigation menu. msgctxt "MENU" msgid "Home" -msgstr "Etxea" +msgstr "Hasiera" msgctxt "MENU" msgid "Docs" @@ -6269,16 +6269,26 @@ msgstr "'%s' URLa ezin da prozesatu" msgid "Robin thinks something is impossible." msgstr "Aitorrek zerbait ezinezkoa dela uste du." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Fitxategiek ezin dute byte %1$detik gorako tamainarik izan eta bidali " "duzunak %2$d dauzka. Saiatu fitxategi txikiagoa igotzen." @@ -6513,10 +6523,10 @@ msgstr "" "erabiltzen." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "Jadanik %1$d lagun edo gehiago dituzu %2$s zerrendan, eta onartutako " "gehieneko kopurura iritsi zara. Saiatu lehenengo lagunak zerrendatik kentzen." @@ -6875,7 +6885,7 @@ msgstr "saveSettings() ez dago inplementaturik." #. TRANS: Header in administrator navigation panel. msgctxt "HEADER" msgid "Home" -msgstr "Etxea" +msgstr "Hasiera" #. TRANS: Header in administrator navigation panel. msgctxt "HEADER" diff --git a/locale/fa/LC_MESSAGES/statusnet.po b/locale/fa/LC_MESSAGES/statusnet.po index 6dc0ebc643..a009ee8853 100644 --- a/locale/fa/LC_MESSAGES/statusnet.po +++ b/locale/fa/LC_MESSAGES/statusnet.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:34+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:41+0000\n" "Last-Translator: Ahmad Sufi Mahmudi\n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" @@ -29,7 +29,7 @@ msgstr "" "X-Language-Code: fa\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" @@ -6443,16 +6443,25 @@ msgstr "" msgid "Robin thinks something is impossible." msgstr "" +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "هیچ پرونده‌ای نباید بزرگ‌تر از %d بایت باشد و پرونده‌ای که شما فرستادید %d بایت " "بود. بارگذاری یک نسخهٔ کوچک‌تر را امتحان کنید." @@ -6691,7 +6700,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/fi/LC_MESSAGES/statusnet.po b/locale/fi/LC_MESSAGES/statusnet.po index 4910ac944b..e3be81995b 100644 --- a/locale/fi/LC_MESSAGES/statusnet.po +++ b/locale/fi/LC_MESSAGES/statusnet.po @@ -18,12 +18,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:39+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:43+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fi\n" @@ -6326,16 +6326,26 @@ msgstr "" msgid "Robin thinks something is impossible." msgstr "" +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" @@ -6572,7 +6582,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/fr/LC_MESSAGES/statusnet.po b/locale/fr/LC_MESSAGES/statusnet.po index 6e4d6b08a7..6568932b8e 100644 --- a/locale/fr/LC_MESSAGES/statusnet.po +++ b/locale/fr/LC_MESSAGES/statusnet.po @@ -32,12 +32,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:46+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -170,7 +170,7 @@ msgstr "Non connecté." #. TRANS: Client error displayed trying to subscribe to a non-existing profile. #. TRANS: Client error displayed trying to perform an action related to a non-existing profile. msgid "No such profile." -msgstr "Profil non-trouvé." +msgstr "Profil non trouvé." #. TRANS: Client error displayed trying to reference a non-existing list. #. TRANS: Client error displayed when referring to a non-existing list. @@ -1435,12 +1435,11 @@ msgstr "Aucun ID de profil type: %d." #. TRANS: %1$d is the non-existing subscriber ID number, $2$d is the ID of the profile that was not subscribed to. #, php-format msgid "Profile %1$d not subscribed to profile %2$d." -msgstr "Profil %1$d n’est pas abonné au profil de %2$d ." +msgstr "Le profil %1$d n’est pas abonné au profil %2$d." #. TRANS: Client exception thrown when trying to delete a subscription of another user. -#, fuzzy msgid "Cannot delete someone else's subscription." -msgstr "Impossible de supprimer l’abonnement à soi-même." +msgstr "Impossible de supprimer l’abonnement de quelqu’un d’autre." #. TRANS: Subtitle for Atom subscription feed. #. TRANS: %1$s is a user nickname, %s$s is the StatusNet sitename. @@ -4161,7 +4160,7 @@ msgstr "" #. TRANS: Profile settings form legend. msgid "Profile information" -msgstr "Information de profil" +msgstr "Informations sur le profil" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Field title on account registration page. @@ -6393,16 +6392,26 @@ msgstr "Impossible de traiter l’URL « %s »" msgid "Robin thinks something is impossible." msgstr "Robin pense que quelque chose est impossible." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Un fichier ne peut pas occuper plus de %1$d octet et le fichier que vous " "avez envoyé occupait %2$d octets. Essayez de téléverser une version moins " @@ -6479,9 +6488,9 @@ msgid "Could not create login token for %s" msgstr "Impossible de créer le jeton d’identification pour %s" #. TRANS: Exception thrown when a program code class (%s) cannot be instantiated. -#, fuzzy, php-format +#, php-format msgid "Cannot instantiate class %s." -msgstr "Impossible d’enregistrer nouveau mot de passe." +msgstr "Impossible d’instancier la classe %s." #. TRANS: Exception thrown when database name or Data Source Name could not be found. msgid "No database name or DSN found anywhere." @@ -6649,7 +6658,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. @@ -7008,10 +7017,9 @@ msgid "saveSettings() not implemented." msgstr "saveSettings() n’a pas été implémentée." #. TRANS: Header in administrator navigation panel. -#, fuzzy msgctxt "HEADER" msgid "Home" -msgstr "Site personnel" +msgstr "Accueil" #. TRANS: Header in administrator navigation panel. #, fuzzy @@ -7263,10 +7271,9 @@ msgstr "Accepter" #. TRANS: Submit button text to reject a group membership request on approve group form. #. TRANS: Submit button text to reject a subscription request on approve sub form. -#, fuzzy msgctxt "BUTTON" msgid "Reject" -msgstr "Refuser" +msgstr "Rejeter" #. TRANS: Atom feed exception thrown when an author element does not contain a name element. #, fuzzy @@ -8751,7 +8758,6 @@ msgid "from" msgstr "de" #. TRANS: A possible notice source (web interface). -#, fuzzy msgctxt "SOURCE" msgid "web" msgstr "web" @@ -9027,7 +9033,6 @@ msgid "Edit" msgstr "Modifier" #. TRANS: Privacy mode text in list list item for private list. -#, fuzzy msgctxt "MODE" msgid "Private" msgstr "Privé" diff --git a/locale/fur/LC_MESSAGES/statusnet.po b/locale/fur/LC_MESSAGES/statusnet.po index 1c56e84671..99a623b85e 100644 --- a/locale/fur/LC_MESSAGES/statusnet.po +++ b/locale/fur/LC_MESSAGES/statusnet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:47+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:48+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" @@ -6128,16 +6128,26 @@ msgstr "" msgid "Robin thinks something is impossible." msgstr "" +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" @@ -6359,7 +6369,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/gl/LC_MESSAGES/statusnet.po b/locale/gl/LC_MESSAGES/statusnet.po index 359b052cd0..ba75fe8374 100644 --- a/locale/gl/LC_MESSAGES/statusnet.po +++ b/locale/gl/LC_MESSAGES/statusnet.po @@ -12,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:50+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" @@ -6292,16 +6292,26 @@ msgstr "Non se pode procesar o URL \"%s\"" msgid "Robin thinks something is impossible." msgstr "Robin pensa que algo é imposible." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Ningún ficheiro pode superar o tamaño de %1$d byte e o que enviou ocupaba %2" "$d bytes. Probe a subir un ficheiro máis pequeno." @@ -6534,10 +6544,10 @@ msgstr "" "Intente usar ou borrar algunha das que xa existen." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "Vostede xa ten %1$d ou máis persoas na lista %2$s, que é o número máximo " "permitido. Intente retirar algún da lista primeiro." diff --git a/locale/he/LC_MESSAGES/statusnet.po b/locale/he/LC_MESSAGES/statusnet.po index 6130010b7b..9b2195134f 100644 --- a/locale/he/LC_MESSAGES/statusnet.po +++ b/locale/he/LC_MESSAGES/statusnet.po @@ -10,12 +10,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:51+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:52+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" @@ -6002,16 +6002,26 @@ msgstr "" msgid "Robin thinks something is impossible." msgstr "" +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" @@ -6233,7 +6243,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/hsb/LC_MESSAGES/statusnet.po b/locale/hsb/LC_MESSAGES/statusnet.po index 96238208bb..c506a0af77 100644 --- a/locale/hsb/LC_MESSAGES/statusnet.po +++ b/locale/hsb/LC_MESSAGES/statusnet.po @@ -12,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:53+0000\n" "Language-Team: Upper Sorbian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hsb\n" @@ -37,7 +37,7 @@ msgstr "" #. TRANS: Error message. msgid "An error occurred." -msgstr "" +msgstr "Zmylk je wustupił." #. TRANS: Error message displayed when there is no StatusNet configuration file. #, php-format @@ -754,7 +754,7 @@ msgstr "" #. TRANS: Client error displayed when an unknown error occurs in the list subscribers action. #. TRANS: Client error displayed when an unknown error occurs unsubscribing from a list. msgid "An error occured." -msgstr "" +msgstr "Zmylk je wustupił." #. TRANS: Client error displayed when trying to delete another user's list. msgid "You cannot delete lists that do not belong to you." @@ -1240,16 +1240,17 @@ msgstr "" #. TRANS: Server error displayed when cancelling a queued group join request fails. #. TRANS: %1$s is the leaving user's nickname, $2$s is the group nickname for which the leave failed. -#, fuzzy, php-format +#, php-format msgid "Could not cancel request for user %1$s to join group %2$s." -msgstr "Njebě móžno wužiwarja %1$s skupinje %2%s přidać." +msgstr "" +"Próstwa wo přistupje k skupinje %2$s za wužiwarja %1$s njeda so přetorhnyć" #. TRANS: Title for leave group page after group join request is approved/disapproved. #. TRANS: %1$s is the user nickname, %2$s is the group nickname. -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "%1$s's request for %2$s" -msgstr "Status %1$s na %2$s" +msgstr "Naprašowanje wužiwarja %1$s za %2$s" #. TRANS: Message on page for group admin after approving a join request. msgid "Join request approved." @@ -1261,32 +1262,32 @@ msgstr "" #. TRANS: Client error displayed trying to approve subscription for a non-existing request. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s is not in the moderation queue for your subscriptions." -msgstr "Lisćina wužiwarjow w tutej skupinje." +msgstr "%s w moderaciskej lisćinje za waše abonementy njeje." #. TRANS: Server error displayed when cancelling a queued subscription request fails. #. TRANS: %1$s is the leaving user's nickname, $2$s is the nickname for which the leave failed. -#, fuzzy, php-format +#, php-format msgid "Could not cancel or approve request for user %1$s to join group %2$s." -msgstr "Njebě móžno wužiwarja %1$s skupinje %2%s přidać." +msgstr "" +"Próstwa wo přistupje k skupinje %2$s za wužiwarja %1$s njeda so přetorhnyć " +"abo schwalić." #. TRANS: Title for subscription approval ajax return #. TRANS: %1$s is the approved user's nickname -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "%1$s's request" -msgstr "Status %1$s na %2$s" +msgstr "Naprašowanje wužiwarja %1$s" #. TRANS: Message on page for user after approving a subscription request. -#, fuzzy msgid "Subscription approved." -msgstr "Abonement awtorizowany" +msgstr "Abonement schwaleny" #. TRANS: Message on page for user after rejecting a subscription request. -#, fuzzy msgid "Subscription canceled." -msgstr "Awtorizacija přetorhnjena." +msgstr "Abonement přetorhnjeny." #. TRANS: Subtitle for Atom favorites feed. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename. @@ -1317,9 +1318,9 @@ msgstr "Je hižo faworit." #. TRANS: Title for group membership feed. #. TRANS: %s is a username. -#, fuzzy, php-format +#, php-format msgid "Group memberships of %s" -msgstr "%s skupisnkich čłonstwow" +msgstr "Skupinske čłonstwa wužiwarja %s" #. TRANS: Subtitle for group membership feed. #. TRANS: %1$s is a username, %2$s is the StatusNet sitename. @@ -1645,7 +1646,6 @@ msgid "No profile with that ID." msgstr "Žadyn profil z tym ID." #. TRANS: Title after unsubscribing from a group. -#, fuzzy msgctxt "TITLE" msgid "Unsubscribed" msgstr "Wotskazany" @@ -1702,15 +1702,13 @@ msgstr "Konwersacija" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (Activity Streams JSON)" -msgstr "Zdźělenski kanal za %s (Atom)" +msgstr "Konwersaciski kanal (Activity Streams JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (RSS 2.0)" -msgstr "Zdźělenski kanal za %s (RSS 2.0)" +msgstr "Konwersaciski kanal (RSS 2.0)" #. TRANS: Title for conversation page. #. TRANS: Title for page that shows a notice. @@ -1773,9 +1771,8 @@ msgid "Enter \"%s\" to confirm that you want to delete your account." msgstr "Zapodaj \"%s\", zo by wobkrućił, zo chceš swoje konto zhašeć." #. TRANS: Button title for user account deletion. -#, fuzzy msgid "Permanently delete your account." -msgstr "Twoje konto na přeco zhašeć" +msgstr "Twoje konto na přeco zhašeć." #. TRANS: Client error displayed trying to delete an application while not logged in. msgid "You must be logged in to delete an application." @@ -1928,53 +1925,46 @@ msgstr "Dokument \"%s\" njeeksistuje." #. TRANS: Menu item in administrator navigation panel. #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Home" msgstr "Startowa strona" msgctxt "MENU" msgid "Docs" -msgstr "" +msgstr "Dokumentacija" #. TRANS: Secondary navigation menu item leading to help on StatusNet. msgctxt "MENU" msgid "Help" msgstr "Pomoc" -#, fuzzy msgid "Getting started" -msgstr "Nastajenja składowane." +msgstr "Prěnje kroki" #. TRANS: Secondary navigation menu item leading to text about StatusNet site. -#, fuzzy msgctxt "MENU" msgid "About" msgstr "Wo" -#, fuzzy msgid "About this site" -msgstr "Tutoho wužiwarja wotblokować" +msgstr "Wo tutym sydle" #. TRANS: Secondary navigation menu item leading to Frequently Asked Questions. -#, fuzzy msgctxt "MENU" msgid "FAQ" msgstr "Huste prašenja" msgid "Frequently asked questions" -msgstr "" +msgstr "Huste prašenja" #. TRANS: Secondary navigation menu item leading to e-mail contact information on the #. TRANS: StatusNet site, where to report bugs, ... -#, fuzzy msgctxt "MENU" msgid "Contact" msgstr "Kontakt" -#, fuzzy msgid "Contact info" -msgstr "Kontakt" +msgstr "Kontaktne informacije" msgctxt "MENU" msgid "Tags" @@ -1986,21 +1976,19 @@ msgstr "" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Groups" msgstr "Skupiny" -#, fuzzy msgid "Using groups" -msgstr "Wužiwarske skupiny" +msgstr "Skupiny wužiwać" msgctxt "MENU" msgid "API" -msgstr "" +msgstr "API" msgid "RESTful API" -msgstr "" +msgstr "RESTful API" #. TRANS: Title for "Edit application" form. #. TRANS: Form legend. @@ -2106,41 +2094,37 @@ msgstr "Opcije składowane." #. TRANS: Title for edit list page after deleting a tag. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Delete %s list" -msgstr "Tutoho wužiwarja wušmórnyć" +msgstr "Lisćinu %s zhašeć" #. TRANS: Title for edit list page. #. TRANS: %s is a list. #. TRANS: Form legend for list edit form. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Edit list %s" -msgstr "Njepłaćiwa wosobowa taflička: %s." +msgstr "Lisćinu %s wobdźěłać" #. TRANS: Error message displayed when trying to perform an action that requires a tagging user or ID. -#, fuzzy msgid "No tagger or ID." -msgstr "Žane přimjeno abo žadyn ID." +msgstr "Žane wužiwarske mjeno abo žadyn ID." #. TRANS: Client error displayed when referring to non-local user. msgid "Not a local user." msgstr "Njeje lokalny wužiwar." #. TRANS: Client error displayed when reting to edit a tag that was not self-created. -#, fuzzy msgid "You must be the creator of the tag to edit it." -msgstr "Dyrbiš administrator być, zo by skupinu wobdźěłał." +msgstr "Dyrbiš tworićel tuteje taflički być, zo by ju wobdźěłał." #. TRANS: Form instruction for edit list form. -#, fuzzy msgid "Use this form to edit the list." -msgstr "Wuž tutón formular, zo by skupinu wobdźěłał." +msgstr "Wužij tutón formular, zo by lisćinu wobdźěłał." #. TRANS: Form validation error displayed if the form data for deleting a tag was incorrect. -#, fuzzy msgid "Delete aborted." -msgstr "Zdźělenku wušmórnyć" +msgstr "Zhašenje přetorhnjene." #. TRANS: Text in confirmation dialog for deleting a tag. msgid "" @@ -2149,15 +2133,14 @@ msgid "" msgstr "" #. TRANS: Form validation error displayed if a given tag is invalid. -#, fuzzy msgid "Invalid tag." -msgstr "Njepłaćiwy wobraz." +msgstr "Njepłaćiwa taflička." #. TRANS: Form validation error displayed if a given tag is already present. #. TRANS: %s is the already present tag. -#, fuzzy, php-format +#, php-format msgid "You already have a tag named %s." -msgstr "Sy tutu zdźělenku hižo wospjetował." +msgstr "Maš hižo tafličku z mjenom %s." #. TRANS: Text in confirmation dialog for setting a tag from public to private. msgid "" @@ -2166,9 +2149,8 @@ msgid "" msgstr "" #. TRANS: Server error displayed when updating a list fails. -#, fuzzy msgid "Could not update list." -msgstr "Wužiwar njeje so dał aktualizować." +msgstr "Lisćina njeda so aktualizować." #. TRANS: Title for e-mail settings. msgid "Email settings" @@ -2593,24 +2575,25 @@ msgstr "Lisćina wužiwarjow w tutej skupinje." #. TRANS: Client error displayed when trying to approve group applicants without being a group administrator. msgid "Only the group admin may approve users." -msgstr "" +msgstr "Jenož skupinski administrator móže wužiwarjow dopušćić." #. TRANS: Title of the first page showing pending group members still awaiting approval to join the group. #. TRANS: %s is the name of the group. -#, fuzzy, php-format +#, php-format msgid "%s group members awaiting approval" -msgstr "%s skupisnkich čłonstwow" +msgstr "Čłonojo skupiny %s čakaja na schwalenje" #. TRANS: Title of all but the first page showing pending group members still awaiting approval to join the group. #. TRANS: %1$s is the name of the group, %2$d is the page number of the members list. -#, fuzzy, php-format +#, php-format msgid "%1$s group members awaiting approval, page %2$d" -msgstr "%1$s skupinskich čłonow, strona %2$d" +msgstr "Čłonojo skupiny %1$s čakaja na schwalenje, strona %2$d" #. TRANS: Page notice for group members page. -#, fuzzy msgid "A list of users awaiting approval to join this group." -msgstr "Lisćina wužiwarjow w tutej skupinje." +msgstr "" +"Lisćina wužiwarjow, kotřiž na schwalenje čakaja, zo bychu do tuteje skupiny " +"zastupili." #. TRANS: Message is used as link description. %1$s is a group name, %2$s is a site name. #, php-format @@ -2740,31 +2723,24 @@ msgid "IM Preferences" msgstr "M-nastajenja" #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Send me notices" -msgstr "Zdźělenku pósłać" +msgstr "Mi zdźělenki pósłać" #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Post a notice when my status changes." -msgstr "Powěsć pósłac, hdyž so mój status Jabber/Google Talk změni." +msgstr "Powěsć pósłac, hdyž so mój status změni." #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Send me replies from people I'm not subscribed to." -msgstr "" -"Pósćel mi wotmołwy přez Jabber/Google Talk wot ludźi, kotrychž njejsym " -"abonował." +msgstr "Pósćel mi wotmołwy wot ludźi, kotrychž njejsym abonował." #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Publish a MicroID" -msgstr "MicroID za moju e-mejlowu adresu publikować" +msgstr "MicroID wozjewić" #. TRANS: Server error thrown on database error updating IM preferences. -#, fuzzy msgid "Could not update IM preferences." -msgstr "Wužiwar njeje so dał aktualizować." +msgstr "IM-nastajenja njedachu so aktualizować." #. TRANS: Confirmation message for successful IM preferences save. #. TRANS: Confirmation message after saving preferences. @@ -2772,43 +2748,36 @@ msgid "Preferences saved." msgstr "Nastajenja składowane." #. TRANS: Message given saving IM address without having provided one. -#, fuzzy msgid "No screenname." msgstr "Žane přimjeno." #. TRANS: Form validation error when no transport is available setting an IM address. -#, fuzzy msgid "No transport." -msgstr "Žana zdźělenka." +msgstr "Žane přenjesenje k dispoziciji" #. TRANS: Message given saving IM address that cannot be normalised. -#, fuzzy msgid "Cannot normalize that screenname." -msgstr "Tutón Jabber-ID njehodźi so normalizować" +msgstr "Přimjeno njehodźi so normalizować." #. TRANS: Message given saving IM address that not valid. -#, fuzzy msgid "Not a valid screenname." msgstr "Žane płaćiwe přimjeno." #. TRANS: Message given saving IM address that is already set for another user. -#, fuzzy msgid "Screenname already belongs to another user." -msgstr "Jabber-ID hižo druhemu wužiwarjej słuša." +msgstr "Wužiwarske mjeno hižo druhemu wužiwarjej słuša." #. TRANS: Message given saving valid IM address that is to be confirmed. -#, fuzzy msgid "A confirmation code was sent to the IM address you added." -msgstr "Tutón wobkrućenski kod njeje za tebje!" +msgstr "Wobkrućenski kod je so na IM-adresu pósłał, kotruž sy přidał." #. TRANS: Message given canceling IM address confirmation for the wrong IM address. msgid "That is the wrong IM address." msgstr "to je wopačna IM-adresa." #. TRANS: Server error thrown on database error canceling IM address confirmation. -#, fuzzy msgid "Could not delete confirmation." -msgstr "IM-wobkrućenje njeda so zhašeć." +msgstr "Wobkrućenje njeda so zhašeć." #. TRANS: Message given after successfully canceling IM address confirmation. msgid "IM confirmation cancelled." @@ -2816,9 +2785,8 @@ msgstr "IM-wobkrućenje přetorhnjene." #. TRANS: Message given trying to remove an IM address that is not #. TRANS: registered for the active user. -#, fuzzy msgid "That is not your screenname." -msgstr "To twoje telefonowe čisło njeje." +msgstr "To twoje wužiwarske mjeno njeje." #. TRANS: Message given after successfully removing a registered Instant Messaging address. msgid "The IM address was removed." @@ -2939,9 +2907,8 @@ msgid "%1$s joined group %2$s" msgstr "%1$s je do skupiny %2$s zastupił" #. TRANS: Exception thrown when there is an unknown error joining a group. -#, fuzzy msgid "Unknown error joining group." -msgstr "Njeznata skupina" +msgstr "Njeznaty zmylk při zastupjenju do skupiny wustupił." #. TRANS: Client error displayed when trying to join a group while already a member. #. TRANS: Error text shown when trying to leave an existing group the user is not a member of. @@ -3070,9 +3037,8 @@ msgid "Login to site" msgstr "Při sydle přizjewić" #. TRANS: Field label on login page. -#, fuzzy msgid "Username or email address" -msgstr "Přimjeno abo e-mejlowa adresa" +msgstr "Wužiwarske mjeno abo e-mejlowa adresa" #. TRANS: Checkbox label label on login page. #. TRANS: Checkbox label on account registration page. @@ -3217,7 +3183,6 @@ msgstr "Zmylk Ajax" #. TRANS: Page title for sending a new notice. #. TRANS: Title for form to send a new notice. -#, fuzzy msgctxt "TITLE" msgid "New notice" msgstr "Nowa zdźělenka" @@ -3394,9 +3359,8 @@ msgid "Not a supported data format." msgstr "Njeje podpěrany datowy format." #. TRANS: Page title for profile settings. -#, fuzzy msgid "Old school UI settings" -msgstr "IM-nastajenja" +msgstr "Stare UI-nastajenja" #. TRANS: Usage instructions for profile settings. msgid "If you like it \"the old way\", you can set that here." @@ -3729,9 +3693,8 @@ msgid "Server to direct SSL requests to." msgstr "" #. TRANS: Button title text to store form data in the Paths admin panel. -#, fuzzy msgid "Save path settings." -msgstr "Sydłowe nastajenja składować" +msgstr "Pućikowe nastajenja składować." #. TRANS: Instructions for the "People search" page. #. TRANS: %%site.name%% is the name of the StatusNet site. @@ -3747,15 +3710,15 @@ msgstr "Za ludźimi pytać" #. TRANS: Title for list page. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Public list %s" -msgstr "Zjawna časowa lajsta, strona %d" +msgstr "Zjawna lisćina %s" #. TRANS: Title for list page. #. TRANS: %1$s is a list, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Public list %1$s, page %2$d" -msgstr "Wotmołwy na %1$s, strona %2$d" +msgstr "Zjawna lisćina %1$s, strona %2$d" #. TRANS: Message for anonymous users on list page. #. TRANS: This message contains Markdown links in the form [description](link). @@ -3768,67 +3731,62 @@ msgid "" msgstr "" #. TRANS: Client error displayed when a tagger is expected but not provided. -#, fuzzy msgid "No tagger." -msgstr "Taflička njeeksistuje." +msgstr "Wužiwar njeeksistuje." #. TRANS: Title for list of people listed by the user. #. TRANS: %1$s is a list, %2$s is a username. -#, fuzzy, php-format +#, php-format msgid "People listed in %1$s by %2$s" -msgstr "Wotmołwy na %1$s na %2$s." +msgstr "Ludźo nalistowani w %1$s wot %2$s" #. TRANS: Title for list of people listed by the user. #. TRANS: %1$s is a list, %2$s is a username, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "People listed in %1$s by %2$s, page %3$d" -msgstr "Wotmołwy na %1$s, strona %2$d" +msgstr "Ludźo nalistowani w %1$s wot %2$s, strona %3$d" #. TRANS: Addition in tag membership list for creator of a tag. #. TRANS: Addition in tag subscribers list for creator of a tag. -#, fuzzy msgid "Creator" -msgstr "Wutworjeny" +msgstr "Tworićel" #. TRANS: Title for lists by a user page for a private tag. -#, fuzzy msgid "Private lists by you" -msgstr "Skupinu %s wobdźěłać" +msgstr "Twoje priwatne lisćiny" #. TRANS: Title for lists by a user page for a public tag. msgid "Public lists by you" -msgstr "" +msgstr "Twoje zjawne lisćiny" #. TRANS: Title for lists by a user page. -#, fuzzy msgid "Lists by you" -msgstr "Skupinu %s wobdźěłać" +msgstr "Twoje lisćiny" #. TRANS: Title for lists by a user page. #. TRANS: %s is a user nickname. #, php-format msgid "Lists by %s" -msgstr "" +msgstr "Lisćiny wot %s" #. TRANS: Title for lists by a user page. #. TRANS: %1$s is a user nickname, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists by %1$s, page %2$d" -msgstr "Zdźělenki su z %1$s woznamjenjene, strona %2$d" +msgstr "Lisćiny wot %1$s, strona %2$d" #. TRANS: Client error displayed when trying view another user's private lists. msgid "You cannot view others' private lists" -msgstr "" +msgstr "Njemóžeš sej lisćiny druhich ludźi wobhladać" #. TRANS: Mode selector label. -#, fuzzy msgid "Mode" -msgstr "Moderěrować" +msgstr "Modus" #. TRANS: Link text to show lists for user %s. -#, fuzzy, php-format +#, php-format msgid "Lists for %s" -msgstr "Wuchadny póst za %s" +msgstr "Lisćiny za %s" #. TRANS: Fieldset legend. #. TRANS: Fieldset legend on gallery action page. @@ -3840,22 +3798,19 @@ msgid "Show private tags." msgstr "" #. TRANS: Checkbox label to show public tags. -#, fuzzy msgctxt "LABEL" msgid "Public" msgstr "Zjawny" #. TRANS: Checkbox title. -#, fuzzy msgid "Show public tags." -msgstr "Taflička njeeksistuje." +msgstr "Zjawne taflički pokazać." #. TRANS: Submit button text for tag filter form. #. TRANS: Submit button text on gallery action page. -#, fuzzy msgctxt "BUTTON" msgid "Go" -msgstr "Start" +msgstr "Wotpósłać" #. TRANS: Message displayed for anonymous users on page that displays lists by a user. #. TRANS: This message contains Markdown links in the form [description](links). @@ -3882,9 +3837,9 @@ msgid "Lists with %s in them" msgstr "" #. TRANS: Page title. %1$s is a tagged user's nickname, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists with %1$s, page %2$d" -msgstr "Zdźělenki su z %1$s woznamjenjene, strona %2$d" +msgstr "Lisćiny z %1$s, strona %2$d" #. TRANS: Message displayed for anonymous users on page that displays lists for a user. #. TRANS: This message contains Markdown links in the form [description](links). @@ -3907,27 +3862,27 @@ msgstr "" #. TRANS: Page title for list of list subscribers. #. TRANS: %1$s is a list, %2$s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Subscribers to list %1$s by %2$s" -msgstr "%s abonowany." +msgstr "Abonenća lisćiny %1$s wot %2$s" #. TRANS: Page title for list of list subscribers. #. TRANS: %1$s is a list, %2$s is a user nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Subscribers to list %1$s by %2$s, page %3$d" -msgstr "%1$s z %2$s markěrowany, strona %3$d" +msgstr "Abonenća lisćiny %1$s wot %2$s, strona %3$d" #. TRANS: Title for page that displays lists subscribed to by a user. #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "Lists subscribed to by %s" -msgstr "%s abonowany." +msgstr "Wot %s abonowane lisćiny" #. TRANS: Title for page that displays lists subscribed to by a user. #. TRANS: %1$s is a profile nickname, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists subscribed to by %1$s, page %2$d" -msgstr "%1$s abonementow, strona %2$d" +msgstr "Wot %1$s abonowanych lisćiny, strona %2$d" #. TRANS: Message displayed for anonymous users on page that displays lists subscribed to by a user. #. TRANS: This message contains Markdown links in the form [description](links). @@ -3944,7 +3899,7 @@ msgstr "" #. TRANS: Page title for AJAX form return when a disabling a plugin. msgctxt "plugin" msgid "Disabled" -msgstr "" +msgstr "Znjemóžnjeny" #. TRANS: Client error displayed when trying to use another method than POST. #. TRANS: Do not translate POST. @@ -3965,7 +3920,7 @@ msgstr "Tykač njeeksistuje." #. TRANS: Page title for AJAX form return when enabling a plugin. msgctxt "plugin" msgid "Enabled" -msgstr "" +msgstr "Zmóžnjeny" #. TRANS: Tab and title for plugins admin panel. msgctxt "TITLE" @@ -3992,13 +3947,12 @@ msgstr "" #. TRANS: %s is a field name. #, php-format msgid "Unidentified field %s." -msgstr "" +msgstr "Njeidentifikowane polo %s." #. TRANS: Page title. -#, fuzzy msgctxt "TITLE" msgid "Search results" -msgstr "Pytanske sydło" +msgstr "Pytanske wuslědki" #. TRANS: Error message in case a search is shorter than three characters. msgid "The search string must be at least 3 characters long." @@ -4051,19 +4005,18 @@ msgstr "URL twojeje startoweje strony, bloga abo profila na druhim sydle." #. TRANS: Text area title in form for account registration. Plural #. TRANS: is decided by the number of characters available for the #. TRANS: biography (%d). -#, fuzzy, php-format +#, php-format msgid "Describe yourself and your interests in %d character." msgid_plural "Describe yourself and your interests in %d characters." msgstr[0] "Wopisaj sebje a swoje zajimy z %d znamješkom" msgstr[1] "Wopisaj sebje a swoje zajimy z %d znamješkomaj" msgstr[2] "Wopisaj sebje a swoje zajimy z %d znamješkami" -msgstr[3] "Wopisaj sebje a swoje zajimy z %d znamješkami" +msgstr[3] "Wopisaj sebje a swoje zajimy z %d znamješkami." #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Text area title on account registration page. -#, fuzzy msgid "Describe yourself and your interests." -msgstr "Wopisaj sebje a swoje zajimy" +msgstr "Wopisaj sebje a swoje zajimy." #. TRANS: Text area label in form for profile settings where users can provide #. TRANS: their biography. @@ -4122,18 +4075,16 @@ msgstr "" "Awtomatisce kóždeho abonować, kotryž mje abonuje (najlěpše za \"njeludźi\")." #. TRANS: Dropdown field label on profile settings, for what policies to apply when someone else tries to subscribe to your updates. -#, fuzzy msgid "Subscription policy" -msgstr "Abonementy" +msgstr "Abonementowe nastajenja" #. TRANS: Dropdown field option for following policy. -#, fuzzy msgid "Let anyone follow me" -msgstr "Móžeš jenož wosobam slědować." +msgstr "Kóždy smě mje abonować" #. TRANS: Dropdown field option for following policy. msgid "Ask me first" -msgstr "" +msgstr "Prjedy so prašeć" #. TRANS: Dropdown field title on group edit form. msgid "Whether other users need your permission to follow your updates." @@ -4177,9 +4128,9 @@ msgstr "Njepłaćiwa taflička: \"%s\"." #. TRANS: Server error thrown when user profile settings could not be updated to #. TRANS: automatically subscribe to any subscriber. -#, fuzzy msgid "Could not update user for autosubscribe or subscribe_policy." -msgstr "Wužiwar njeda so za awtomatiske abonowanje aktualizować." +msgstr "" +"Wužiwar njeda so za awtomatiske abonowanje abo subscribe_policy aktualizować." #. TRANS: Server error thrown when user profile location preference settings could not be updated. msgid "Could not save location prefs." @@ -4201,9 +4152,8 @@ msgid "Beyond the page limit (%s)." msgstr "Limit stronow (%s) překročeny." #. TRANS: Server error displayed when a public timeline cannot be retrieved. -#, fuzzy msgid "Could not retrieve public timeline." -msgstr "Zjawny prud njeda so wotwołać." +msgstr "Zjawna časowa lajsta njeda so wotwołać." #. TRANS: Title for all public timeline pages but the first. #. TRANS: %d is the page number. @@ -4217,24 +4167,20 @@ msgid "Public timeline" msgstr "" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Activity Streams JSON)" -msgstr "Kanal zjawneho pruda (Atom)" +msgstr "Kanal zjawneje časoweje lajsty (Activity Streams JSON)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 1.0)" -msgstr "Kanal zjawneho pruda (RSS 1.0)" +msgstr "Kanal zjawneje časoweje lajsty (RSS 1.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 2.0)" -msgstr "Kanal zjawneho pruda (RSS 2.0)" +msgstr "Kanal zjawneje časoweje lajsty (RSS 2.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Atom)" -msgstr "Kanal zjawneho pruda (Atom)" +msgstr "Kanal zjawneje časoweje lajsty (Atom)" #. TRANS: Text displayed for public feed when there are no public notices. #, php-format @@ -4428,15 +4374,14 @@ msgid "New password successfully saved. You are now logged in." msgstr "Nowe hesło bu wuspěšnje składowane. Sy nětko přizjewjeny." #. TRANS: Client exception thrown when no ID parameter was provided. -#, fuzzy msgid "No id parameter." -msgstr "Žadyn argument ID." +msgstr "Žadyn parameter ID." #. TRANS: Client exception thrown when an invalid ID parameter was provided for a file. #. TRANS: %d is the provided ID for which the file is not present (number). -#, fuzzy, php-format +#, php-format msgid "No such file \"%d\"." -msgstr "Dataja njeeksistuje." +msgstr "Dataja \"%d\" njeeksistuje." #. TRANS: Client error displayed when trying to register to an invite-only site without an invitation. msgid "Sorry, only invited people can register." @@ -4451,7 +4396,6 @@ msgid "Registration successful" msgstr "Registrowanje wuspěšne" #. TRANS: Title for registration page. -#, fuzzy msgctxt "TITLE" msgid "Register" msgstr "Registrować" @@ -4461,9 +4405,8 @@ msgid "Registration not allowed." msgstr "Registracija njedowolena." #. TRANS: Form validation error displayed when trying to register without agreeing to the site license. -#, fuzzy msgid "You cannot register if you do not agree to the license." -msgstr "Njemóžeš so registrować, jeli njepřizwoleš do licency." +msgstr "Njemóžeš so registrować, jeli njezwoliš do licency." #. TRANS: Form validation error displayed when trying to register with an already registered e-mail address. msgid "Email address already exists." @@ -4480,13 +4423,11 @@ msgid "" msgstr "" #. TRANS: Field label on account registration page. In this field the password has to be entered a second time. -#, fuzzy msgctxt "PASSWORD" msgid "Confirm" msgstr "Wobkrućić" #. TRANS: Field label on account registration page. -#, fuzzy msgctxt "LABEL" msgid "Email" msgstr "E-mejl" @@ -4500,7 +4441,6 @@ msgid "Longer name, preferably your \"real\" name." msgstr "Dlěše mjeno, wosebje twoje \"woprawdźite\" mjeno." #. TRANS: Button text to register a user on account registration page. -#, fuzzy msgctxt "BUTTON" msgid "Register" msgstr "Registrować" @@ -4576,9 +4516,8 @@ msgid "" msgstr "" #. TRANS: Title after removing a user from a list. -#, fuzzy msgid "Unlisted" -msgstr "Licenca" +msgstr "Njeje w lisćinje" #. TRANS: Client error displayed when trying to repeat a notice while not logged in. msgid "Only logged-in users can repeat notices." @@ -4615,9 +4554,9 @@ msgstr "Wotmołwy na %1$s, strona %2$d" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Replies feed for %s (Activity Streams JSON)" -msgstr "Kanal wotmołwow za %s (Atom)" +msgstr "Kanal wotmołwow za %s (Activity Streams JSON)" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. @@ -4742,7 +4681,6 @@ msgid "You cannot revoke user roles on this site." msgstr "Njemóžeš wužiwarske róle na tutym sydle wotwołać." #. TRANS: Client error displayed when trying to revoke a role that is not set. -#, fuzzy msgid "User does not have this role." msgstr "Wužiwar nima tutu rólu." @@ -4762,18 +4700,17 @@ msgstr "Wužiwar je hižo w pěskowym kašćiku." #. TRANS: Client error displayed when trying to list a profile with an invalid list. #. TRANS: %s is the invalid list name. -#, fuzzy, php-format +#, php-format msgid "Not a valid list: %s." -msgstr "Njepłaćiwa wosobowa taflička: %s." +msgstr "Njepłaćiwa lisćina: %s." #. TRANS: Page title for page showing self tags. #. TRANS: %1$s is a tag, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Users self-tagged with %1$s, page %2$d" -msgstr "Zdźělenki su z %1$s woznamjenjene, strona %2$d" +msgstr "Wužiwarjo, kotřiž su so z %1$s woznamjenili, strona %2$d" #. TRANS: Title for the sessions administration panel. -#, fuzzy msgctxt "TITLE" msgid "Sessions" msgstr "Posedźenja" @@ -4783,7 +4720,6 @@ msgid "Session settings for this StatusNet site" msgstr "Nastajenja posedźenja za tute sydło StatusNet." #. TRANS: Fieldset legend on the sessions administration panel. -#, fuzzy msgctxt "LEGEND" msgid "Sessions" msgstr "Posedźenja" @@ -4795,9 +4731,8 @@ msgstr "Z posedźenjemi wobchadźeć" #. TRANS: Checkbox title on the sessions administration panel. #. TRANS: Indicates if StatusNet should handle session administration. -#, fuzzy msgid "Handle sessions ourselves." -msgstr "Z posedźenjemi wobchadźeć" +msgstr "Posedźenja sam zrjadować" #. TRANS: Checkbox label on the sessions administration panel. #. TRANS: Indicates if StatusNet should write session debugging output. @@ -4809,9 +4744,8 @@ msgid "Enable debugging output for sessions." msgstr "" #. TRANS: Title for submit button on the sessions administration panel. -#, fuzzy msgid "Save session settings" -msgstr "Přistupne nastajenja składować" +msgstr "Posedźenske nastajenja składować" #. TRANS: Client error displayed trying to display an OAuth application while not logged in. msgid "You must be logged in to view an application." @@ -4837,7 +4771,6 @@ msgid "Application actions" msgstr "Aplikaciske akcije" #. TRANS: Link text to edit application on the OAuth application page. -#, fuzzy msgctxt "EDITAPP" msgid "Edit" msgstr "Wobdźěłać" @@ -4860,9 +4793,8 @@ msgid "Consumer secret" msgstr "Potajnstwo přetrjebowarja" #. TRANS: Field label on application page. -#, fuzzy msgid "Request token URL" -msgstr "Njepłaćiwy token." +msgstr "URL za naprašowanski token" #. TRANS: Field label on application page. msgid "Access token URL" @@ -4893,9 +4825,9 @@ msgid "Could not retrieve favorite notices." msgstr "Preferowane zdźělenki njedadźa so wobstarać." #. TRANS: Feed link text. %s is a username. -#, fuzzy, php-format +#, php-format msgid "Feed for favorites of %s (Activity Streams JSON)" -msgstr "Kanal za fawority wužiwarja %s (Atom)" +msgstr "Kanal za fawority wužiwarja %s (Activity Streams JSON)" #. TRANS: Feed link text. %s is a username. #, php-format @@ -4952,9 +4884,9 @@ msgid "%1$s group, page %2$d" msgstr "%1$s skupina, strona %2$d" #. TRANS: Tooltip for feed link. %s is a group nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s group (Activity Streams JSON)" -msgstr "Zdźělenski kanal za skupinu %s (Atom)" +msgstr "Zdźělenski kanal za skupinu %s (Activity Streams JSON)" #. TRANS: Tooltip for feed link. %s is a group nickname. #, php-format @@ -5021,9 +4953,8 @@ msgid "Message from %1$s on %2$s" msgstr "Powěsć wot %1$s na %2$s" #. TRANS: Client exception thrown when trying a view a notice the user has no access to. -#, fuzzy msgid "Not available." -msgstr "IM k dispoziciji njesteji." +msgstr "Nic k dispoziciji" #. TRANS: Client error displayed trying to show a deleted notice. msgid "Notice deleted." @@ -5031,21 +4962,21 @@ msgstr "Zdźělenka zničena." #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Private timeline for %1$s list by you, page %2$d" -msgstr "%1$s z %2$s markěrowany, strona %3$d" +msgstr "Priwatna časowa lajsta za lisćinu %1$s wot tebje, strona %2$d" #. TRANS: Title for public list timeline where the viewer is the tagger. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by you, page %2$d" -msgstr "%1$s z %2$s markěrowany, strona %3$d" +msgstr "Časowa lajsta za lisćinu %1$s wot tebje, strona %2$d" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s, page %3$d" -msgstr "%1$s z %2$s markěrowany, strona %3$d" +msgstr "Časowa lajsta za lisćinu %1$s wot %2$s, strona %3$d" #. TRANS: Title for private list timeline. #. TRANS: %s is a list. @@ -5061,15 +4992,15 @@ msgstr "" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s" -msgstr "Wotmołwy na %1$s na %2$s." +msgstr "Časowa lajsta za lisćinu %1$s wot %2$s" #. TRANS: Feed title. #. TRANS: %1$s is a list, %2$s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for %1$s list by %2$s (Atom)" -msgstr "Kanal za fawority wužiwarja %s (Atom)" +msgstr "Kanal za lisćinu %1$s wot %2$s (Atom)" #. TRANS: Empty list message for list timeline. #. TRANS: %1$s is a list, %2$s is a tagger's nickname. @@ -5085,19 +5016,18 @@ msgstr "" #. TRANS: Additional empty list message for list timeline. #. TRANS: This message contains Markdown links in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Why not [register an account](%%%%action.register%%%%) and start following " "this timeline!" msgstr "" -"%s nima abonentow. Čehodla nochceš [konto registrować] (%%%%action.register%%" -"%%) a prěni być?" +"Čehodla [njeregistruješ konto] (%%%%action.register%%%%) a započnješ časowej " +"lajsće slědować?" #. TRANS: Header on show list page. #. TRANS: Link description for link to list of users tagged with a tag (so part of a list). -#, fuzzy msgid "Listed" -msgstr "Licenca" +msgstr "Nalistowany" #. TRANS: Content of "Listed" page if there are no listed users. #. TRANS: Content of "People following tag x" if there are no subscribed users. @@ -5112,9 +5042,8 @@ msgstr "(Žadyn)" #. TRANS: Link for more "People in list x by a user" #. TRANS: if there are more than the mini list's maximum. -#, fuzzy msgid "Show all" -msgstr "Wjace pokazać" +msgstr "Wšě pokazać" #. TRANS: Header for tag subscribers. #. TRANS: Link description for link to list of users subscribed to a tag. @@ -5123,21 +5052,21 @@ msgstr "Abonenća" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s" -msgstr "%1$s z %2$s woznamjenjeny" +msgstr "Zdźělenki wot %1$s z %2$s woznamjenjene" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag, %3$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s, page %3$d" -msgstr "%1$s z %2$s markěrowany, strona %3$d" +msgstr "Zdźělenki wot %1$s z %2$s woznamjenjene, strona %3$d" #. TRANS: Extended page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s, page %2$d" -msgstr "Zdźělenki su z %1$s woznamjenjene, strona %2$d" +msgstr "Zdźělenki wot %1$s, strona %2$d" #. TRANS: Title for link to notice feed. #. TRANS: %1$s is a user nickname, %2$s is a hashtag. @@ -5147,9 +5076,9 @@ msgstr "Powěsćowy kanal za %1$s je %2$s (RSS 1.0) markěrował" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s (Activity Streams JSON)" -msgstr "Zdźělenski kanal za %s (Atom)" +msgstr "Zdźělenski kanal za %s (Activity Streams JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. @@ -5228,7 +5157,6 @@ msgid "User is already silenced." msgstr "Wužiwarjej je hižo huba zatykana." #. TRANS: Title for site administration panel. -#, fuzzy msgctxt "TITLE" msgid "Site" msgstr "Sydło" @@ -5268,21 +5196,18 @@ msgid "Dupe limit must be one or more seconds." msgstr "" #. TRANS: Fieldset legend on site settings panel. -#, fuzzy msgctxt "LEGEND" msgid "General" msgstr "Powšitkowny" #. TRANS: Field label on site settings panel. -#, fuzzy msgctxt "LABEL" msgid "Site name" msgstr "Sydłowe mjeno" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "The name of your site, like \"Yourcompany Microblog\"." -msgstr "Mjeno twojeho sydła, kaž \"TwojePředewzaće Microblog\"" +msgstr "Mjeno twojeho sydła, kaž \"TwojePředewzaće - Mikroblog\"." #. TRANS: Field label on site settings panel. msgid "Brought by" @@ -5305,12 +5230,10 @@ msgid "Email" msgstr "E-mejl" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Contact email address for your site." -msgstr "Kontaktowa e-mejlowa adresa za twoje sydło" +msgstr "Kontaktna e-mejlowa adresa za twoje sydło." #. TRANS: Fieldset legend on site settings panel. -#, fuzzy msgctxt "LEGEND" msgid "Local" msgstr "Lokalny" @@ -5328,15 +5251,13 @@ msgid "Default language" msgstr "Standardna rěč" #. TRANS: Dropdown title on site settings panel. -#, fuzzy msgid "" "The site language when autodetection from browser settings is not available." msgstr "" "Rěč sydła, jeli awtomatiske spóznawanje po nastajenjach wobhladowaka k " -"dispoziciji njesteji" +"dispoziciji njesteji." #. TRANS: Fieldset legend on site settings panel. -#, fuzzy msgctxt "LEGEND" msgid "Limits" msgstr "Limity" @@ -5370,9 +5291,8 @@ msgid "SSL logo" msgstr "SSL-logo" #. TRANS: Button title for saving site settings. -#, fuzzy msgid "Save the site settings." -msgstr "Sydłowe nastajenja składować" +msgstr "Sydłowe nastajenja składować." #. TRANS: Page title for site-wide notice tab in admin panel. msgid "Site Notice" @@ -5490,9 +5410,8 @@ msgid "That is the wrong confirmation number." msgstr "To je wopačne wobkrućenske čisło." #. TRANS: Server error thrown on database error canceling SMS phone number confirmation. -#, fuzzy msgid "Could not delete SMS confirmation." -msgstr "IM-wobkrućenje njeda so zhašeć." +msgstr "SMS-wobkrućenje njeda so zhašeć." #. TRANS: Message given after successfully canceling SMS phone number confirmation. msgid "SMS confirmation cancelled." @@ -5528,7 +5447,6 @@ msgid "No code entered." msgstr "Žadyn kod zapodaty." #. TRANS: Title for admin panel to configure snapshots. -#, fuzzy msgctxt "TITLE" msgid "Snapshots" msgstr "Njejapke fota" @@ -5550,7 +5468,6 @@ msgid "Invalid snapshot report URL." msgstr "Njepłaćiwy URL rozprawy njejapkeho fota." #. TRANS: Fieldset legend on admin panel for snapshots. -#, fuzzy msgctxt "LEGEND" msgid "Snapshots" msgstr "Njejapke fota" @@ -5576,23 +5493,20 @@ msgid "Frequency" msgstr "Frekwenca" #. TRANS: Input field title for snapshot frequency in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent once every N web hits." -msgstr "Njejapke fotki budu so do tutoho URL słać." +msgstr "Njejapke fotki budu so jónu při kóždym N-ym wopyće webstrony słać." #. TRANS: Input field label for snapshot report URL in admin panel for snapshots. msgid "Report URL" msgstr "URL rozprawy" #. TRANS: Input field title for snapshot report URL in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent to this URL." msgstr "Njejapke fotki budu so do tutoho URL słać." #. TRANS: Button title to save snapshot settings. -#, fuzzy msgid "Save snapshot settings." -msgstr "Nastajenja wobrazowkoweho fota składować" +msgstr "Nastajenja njejapkich fotow składować." #. TRANS: Client error displayed trying a change a subscription for a non-subscribed profile. msgid "You are not subscribed to that profile." @@ -5609,46 +5523,43 @@ msgstr "" #. TRANS: Title of the first page showing pending subscribers still awaiting approval. #. TRANS: %s is the name of the user. -#, fuzzy, php-format +#, php-format msgid "%s subscribers awaiting approval" -msgstr "%s skupisnkich čłonstwow" +msgstr "%s skupinskich čłonstwow, kotřiž na schwalenje čakaja" #. TRANS: Title of all but the first page showing pending subscribersmembers still awaiting approval. #. TRANS: %1$s is the name of the user, %2$d is the page number of the members list. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribers awaiting approval, page %2$d" -msgstr "%1$s skupinskich čłonow, strona %2$d" +msgstr "Abonenća wužiwarja %1$s, kotřiž na schwalenje čakaja, strona %2$d" #. TRANS: Page notice for group members page. -#, fuzzy msgid "A list of users awaiting approval to subscribe to you." -msgstr "Lisćina wužiwarjow w tutej skupinje." +msgstr "Lisćina wužiwarjow, kotřiž na schwalenje čakaja, će abonować." #. TRANS: Page title when subscription succeeded. msgid "Subscribed" msgstr "Abonowany" #. TRANS: Client error displayed when trying to perform an action while not logged in. -#, fuzzy msgid "You must be logged in to unsubscribe from a list." -msgstr "Dyrbiš přizjewjeny być, zo by skupinu wutworił." +msgstr "Dyrbiš přizjewjeny być, zo by so z lisćiny wotskazał." #. TRANS: Client error displayed when trying to perform an action without providing an ID. -#, fuzzy msgid "No ID given." -msgstr "Žadyn argument ID." +msgstr "Žadyn ID podaty." #. TRANS: Server error displayed subscribing to a list fails. #. TRANS: %1$s is a user nickname, %2$s is a list, %3$s is the error message (no period). -#, fuzzy, php-format +#, php-format msgid "Could not subscribe user %1$s to list %2$s: %3$s" -msgstr "Njebě móžno wužiwarja %1$s skupinje %2%s přidać." +msgstr "Wužiwar %1$s njeda so lisćinje %2$s přidać: %3$s" #. TRANS: Title of form to subscribe to a list. #. TRANS: %1%s is a user nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribed to list %2$s by %3$s" -msgstr "%1$s abonentow, strona %2$d" +msgstr "%1$s je lisćinu %2$s jako %3$s abonował" #. TRANS: Header for list of subscribers for a user (first page). #. TRANS: %s is the user's nickname. @@ -5665,13 +5576,13 @@ msgstr "%1$s abonentow, strona %2$d" #. TRANS: Page notice for page with an overview of all subscribers #. TRANS: of the logged in user's own profile. msgid "These are the people who listen to your notices." -msgstr "" +msgstr "To su ludźo, kotřiž twoje zdźělenki čitaja." #. TRANS: Page notice for page with an overview of all subscribers of a user other #. TRANS: than the logged in user. %s is the user nickname. #, php-format msgid "These are the people who listen to %s's notices." -msgstr "" +msgstr "To su ludźo, kotřiž zdźělenki wužiwarja %s čitaja." #. TRANS: Subscriber list text when the logged in user has no subscribers. msgid "" @@ -5741,7 +5652,6 @@ msgid "Subscription feed for %s (Atom)" msgstr "Abonowanski kanal za %s (Atom)" #. TRANS: Checkbox label for enabling IM messages for a profile in a subscriptions list. -#, fuzzy msgctxt "LABEL" msgid "IM" msgstr "IM" @@ -5758,9 +5668,9 @@ msgstr "Zdźělenki su z %1$s woznamjenjene, strona %2$d" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. -#, fuzzy, php-format +#, php-format msgid "Notice feed for tag %s (Activity Streams JSON)" -msgstr "Zdźělenski kanal za tafličku %s (Atom)" +msgstr "Zdźělenski kanal za tafličku %s (Activity Streams JSON)" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. @@ -5783,42 +5693,37 @@ msgstr "Zdźělenski kanal za tafličku %s (Atom)" #. TRANS: Client error displayed when trying to tag a user that cannot be tagged. #. TRANS: Client exception thrown trying to set a tag for a user that cannot be tagged. #. TRANS: Error displayed when trying to tag a user that cannot be tagged. -#, fuzzy msgid "You cannot tag this user." -msgstr "Njemóžeš tutomu wužiwarju powěsć pósłać." +msgstr "Njemóžeš tutoho wužiwarja woznamjenić." #. TRANS: Title for list form when not on a profile page. -#, fuzzy msgid "List a profile" -msgstr "Wužiwarski profil" +msgstr "Profil podać" #. TRANS: Title for list form when on a profile page. #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgctxt "ADDTOLIST" msgid "List %s" -msgstr "Limity" +msgstr "%s podać" #. TRANS: Title for list form when an error has occurred. -#, fuzzy msgctxt "TITLE" msgid "Error" -msgstr "Zmylk Ajax" +msgstr "Zmylk" #. TRANS: Header in list form. msgid "User profile" msgstr "Wužiwarski profil" #. TRANS: Fieldset legend for list form. -#, fuzzy msgid "List user" -msgstr "Limity" +msgstr "Wužiwarja podać" #. TRANS: Field label on list form. -#, fuzzy msgctxt "LABEL" msgid "Lists" -msgstr "Limity" +msgstr "Lisćiny" #. TRANS: Field title on list form. msgid "" @@ -5832,15 +5737,14 @@ msgid "Tags" msgstr "" #. TRANS: Success message if lists are saved. -#, fuzzy msgid "Lists saved." -msgstr "Hesło składowane." +msgstr "Lisćiny składowane." #. TRANS: Page notice. -#, fuzzy msgid "Use this form to add your subscribers or subscriptions to lists." msgstr "" -"wužij tutón formular, zo by swojim abonentam abo abonementam taflički přidał." +"Wužij tutón formular, zo by swojich abonentow abo swoje abonementy lisćinam " +"přidał." #. TRANS: Client error when requesting a tag feed for a non-existing tag. msgid "No such tag." @@ -5864,14 +5768,13 @@ msgstr "Wotskazany" #. TRANS: Page title for form that allows unsubscribing from a list. #. TRANS: %1$s is a nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s unsubscribed from list %2$s by %3$s" -msgstr "%1$s abonentow, strona %2$d" +msgstr "%1$s je so jako %3$s z lisćiny %2$s wotskazał" #. TRANS: Title of URL settings tab in profile settings. -#, fuzzy msgid "URL settings" -msgstr "IM-nastajenja" +msgstr "URL-nastajenja" #. TRANS: Instructions for tab "Other" in user profile settings. msgid "Manage various other options." @@ -5884,9 +5787,8 @@ msgid " (free service)" msgstr " (swobodna słužba)" #. TRANS: Default value for URL shortening settings. -#, fuzzy msgid "[none]" -msgstr "Žadyn" +msgstr "[žadyn]" #. TRANS: Default value for URL shortening settings. msgid "[internal]" @@ -5902,7 +5804,7 @@ msgstr "" #. TRANS: Field label in URL settings in profile. msgid "URL longer than" -msgstr "" +msgstr "URL dlěši hač" #. TRANS: Field title in URL settings in profile. msgid "URLs longer than this will be shortened, 0 means always shorten." @@ -5910,7 +5812,7 @@ msgstr "" #. TRANS: Field label in URL settings in profile. msgid "Text longer than" -msgstr "" +msgstr "Tekst dlěši hač" #. TRANS: Field title in URL settings in profile. msgid "" @@ -5922,14 +5824,12 @@ msgid "URL shortening service is too long (maximum 50 characters)." msgstr "Krótšenska słužba za URL je předołha (maks. 50 znamješkow)." #. TRANS: Client exception thrown when the maximum URL settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum URL length." -msgstr "Njepłaćiwy wobsah zdźělenki." +msgstr "Njepłaćiwa ličba za maksimalnu URL-dołhosć." #. TRANS: Client exception thrown when the maximum notice length settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum notice length." -msgstr "Njepłaćiwy wobsah zdźělenki." +msgstr "Njepłaćiwa ličba za maksimalnu dołhosć zdźělenki." #. TRANS: Server exception thrown in profile URL settings when preferences could not be saved. msgid "Error saving user URL shortening preferences." @@ -5959,7 +5859,6 @@ msgid "Invalid default subscripton: \"%1$s\" is not a user." msgstr "Njepłaćiwy standardny abonement: \"%1$s\" wužiwar njeje." #. TRANS: Fieldset legend in user administration panel. -#, fuzzy msgctxt "LEGEND" msgid "Profile" msgstr "Profil" @@ -6089,25 +5988,21 @@ msgid "Plugins" msgstr "Tykače" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Name" msgstr "Mjeno" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Version" msgstr "Wersija" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Author(s)" msgstr "Awtorojo" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Description" msgstr "Wopisanje" @@ -6131,16 +6026,28 @@ msgstr "URL '%s' njeda so předźěłać" msgid "Robin thinks something is impossible." msgstr "Robin měni, zo něšto je njemóžno." +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -6215,9 +6122,9 @@ msgid "Could not create login token for %s" msgstr "Njeje móžno było, přizjewjenske znamješko za %s wutworić" #. TRANS: Exception thrown when a program code class (%s) cannot be instantiated. -#, fuzzy, php-format +#, php-format msgid "Cannot instantiate class %s." -msgstr "Nowe hesło njeda so składować." +msgstr "Njeda so instanca za klasu %s tworić." #. TRANS: Exception thrown when database name or Data Source Name could not be found. msgid "No database name or DSN found anywhere." @@ -6242,9 +6149,9 @@ msgid "No such profile (%1$d) for notice (%2$d)." msgstr "Žadyn profil (%1$d) za zdźělenku (%2$d)." #. TRANS: Server exception. %s are the error details. -#, fuzzy, php-format +#, php-format msgid "Database error inserting hashtag: %s." -msgstr "Zmylk datoweje banki při zasunjenju hašeje taflički: %s" +msgstr "Zmylk datoweje banki při zasunjenju hašeje taflički: %s." #. TRANS: Client exception thrown if a notice contains too many characters. msgid "Problem saving notice. Too long." @@ -6270,23 +6177,20 @@ msgid "You are banned from posting notices on this site." msgstr "Słanje zdźělenkow na tutym sydle je ći zakazane." #. TRANS: Client exception thrown in notice when trying to repeat a missing or deleted notice. -#, fuzzy msgid "Cannot repeat; original notice is missing or deleted." -msgstr "Njemóžno twoju zdźělenku wospjetować." +msgstr "Njeda so wospjetować: prěnjotna zdźělenka faluje abo je zhašana." #. TRANS: Client error displayed when trying to repeat an own notice. msgid "You cannot repeat your own notice." msgstr "Njemóžeš swójsku zdźělenku wospjetować." #. TRANS: Client error displayed when trying to repeat a non-public notice. -#, fuzzy msgid "Cannot repeat a private notice." -msgstr "Njemóžno twoju zdźělenku wospjetować." +msgstr "Priwatna zdźělenka njeda so wospjetować." #. TRANS: Client error displayed when trying to repeat a notice you cannot access. -#, fuzzy msgid "Cannot repeat a notice you cannot read." -msgstr "Njemóžno twoju zdźělenku wospjetować." +msgstr "Zdźělenka, kotruž njemóžeš čitać, njeda so wospjetować." #. TRANS: Client error displayed when trying to repeat an already repeated notice. msgid "You already repeated that notice." @@ -6294,9 +6198,9 @@ msgstr "Sy tutu zdźělenku hižo wospjetował." #. TRANS: Client error displayed when trying to reply to a notice a the target has no access to. #. TRANS: %1$s is a user nickname, %2$d is a notice ID (number). -#, fuzzy, php-format +#, php-format msgid "%1$s has no access to notice %2$d." -msgstr "Wužiwar nima poslednju powěsć." +msgstr "%1$s nima přistup na zdźělenku %2$d." #. TRANS: Server exception thrown when a notice cannot be saved. #. TRANS: Server exception thrown when a notice cannot be updated. @@ -6341,29 +6245,24 @@ msgid "The tag you are trying to rename to already exists." msgstr "" #. TRANS: Server exception saving new tag without having a tagger specified. -#, fuzzy msgid "No tagger specified." -msgstr "Žana skupina podata." +msgstr "Žadyn markěrowar podaty." #. TRANS: Server exception saving new tag without having a tag specified. -#, fuzzy msgid "No tag specified." -msgstr "Žana skupina podata." +msgstr "Žana taflička podata." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not create profile tag." -msgstr "Profil njeje so składować dał." +msgstr "Profilowa taflička njeda so wutworić." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not set profile tag URI." -msgstr "Profil njeje so składować dał." +msgstr "URI profiloweje taflički njeda so nastajić." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not set profile tag mainpage." -msgstr "Profil njeje so składować dał." +msgstr "Hłowna strona profiloweje taflički njeda so nastajić." #. TRANS: Client exception thrown trying to set more tags than allowed. #, php-format @@ -6376,18 +6275,16 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. -#, fuzzy msgid "Adding list subscription failed." -msgstr "Abonoment njeda so zhašeć ." +msgstr "Abonement lisćiny njeda so přidać." #. TRANS: Exception thrown when deleting a list subscription from the database fails. -#, fuzzy msgid "Removing list subscription failed." -msgstr "Abonoment njeda so zhašeć ." +msgstr "Abonement lisćiny njeda so wotstronić." #. TRANS: Exception thrown when a right for a non-existing user profile is checked. msgid "Missing profile." @@ -6422,7 +6319,6 @@ msgid "Could not delete subscription." msgstr "Abonoment njeda so zhašeć ." #. TRANS: Activity title when subscribing to another person. -#, fuzzy msgctxt "TITLE" msgid "Follow" msgstr "Slědować" @@ -6508,23 +6404,19 @@ msgid "User deletion in progress..." msgstr "Wužiwar so haša..." #. TRANS: Link title for link on user profile. -#, fuzzy msgid "Edit profile settings." -msgstr "Profilowe nastajenja wobdźěłać" +msgstr "Profilowe nastajenja wobdźěłać." #. TRANS: Link text for link on user profile. -#, fuzzy msgctxt "BUTTON" msgid "Edit" msgstr "Wobdźěłać" #. TRANS: Link title for link on user profile. -#, fuzzy msgid "Send a direct message to this user." -msgstr "Tutomu wužiwarja direktnu powěsć pósłać" +msgstr "Tutomu wužiwarja direktnu powěsć pósłać." #. TRANS: Link text for link on user profile. -#, fuzzy msgctxt "BUTTON" msgid "Message" msgstr "Powěsć" @@ -6562,7 +6454,6 @@ msgid "Show more" msgstr "Wjace pokazać" #. TRANS: Inline reply form submit button: submits a reply comment. -#, fuzzy msgctxt "BUTTON" msgid "Reply" msgstr "Wotmołwić" @@ -6570,13 +6461,12 @@ msgstr "Wotmołwić" #. TRANS: Placeholder text for inline reply form. Clicking in this box will turn it into a mini notice form. #. TRANS: Field label for reply mini form. msgid "Write a reply..." -msgstr "" +msgstr "Wotmołwu pisać..." #. TRANS: Tab on the notice form. -#, fuzzy msgctxt "TAB" msgid "Status" -msgstr "StatusNet" +msgstr "Status" #. TRANS: First sentence of the StatusNet site license. Used if 'broughtby' is set. #. TRANS: Text between [] is a link description, text between () is the link itself. @@ -6686,9 +6576,9 @@ msgid "No content for notice %s." msgstr "!Žadyn wobsah za powěsć %s." #. TRANS: Exception thrown if a non-existing user is provided. %s is a user ID. -#, fuzzy, php-format +#, php-format msgid "No such user \"%s\"." -msgstr "Wužiwar %s njeeksistuje." +msgstr "Wužiwar \"%s\" njeeksistuje." #. TRANS: Client exception thrown when post to collection fails with a 400 status. #. TRANS: %1$s is a URL, %2$s is the status, %s$s is the fail reason. @@ -6730,13 +6620,11 @@ msgid "saveSettings() not implemented." msgstr "saveSettings() njeimplementowany." #. TRANS: Header in administrator navigation panel. -#, fuzzy msgctxt "HEADER" msgid "Home" msgstr "Startowa strona" #. TRANS: Header in administrator navigation panel. -#, fuzzy msgctxt "HEADER" msgid "Admin" msgstr "Administrator" @@ -6755,7 +6643,6 @@ msgid "User configuration" msgstr "Wužiwarska konfiguracija" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "User" msgstr "Wužiwar" @@ -6765,7 +6652,6 @@ msgid "Access configuration" msgstr "Přistupna konfiguracija" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Access" msgstr "Přistup" @@ -6775,7 +6661,6 @@ msgid "Paths configuration" msgstr "Konfiguracija šćežkow" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Paths" msgstr "Šćežki" @@ -6785,7 +6670,6 @@ msgid "Sessions configuration" msgstr "Konfiguracija posedźenjow" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Sessions" msgstr "Posedźenja" @@ -6795,7 +6679,6 @@ msgid "Edit site notice" msgstr "Sydłowu zdźělenku wobdźěłać" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Site notice" msgstr "Sydłowa zdźělenka" @@ -6805,7 +6688,6 @@ msgid "Snapshots configuration" msgstr "Konfiguracija wobrazowkowych fotow" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Snapshots" msgstr "Njejapke fota" @@ -6815,18 +6697,15 @@ msgid "Set site license" msgstr "Licencu sydła nastajić" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "License" msgstr "Licenca" #. TRANS: Menu item title in administrator navigation panel. -#, fuzzy msgid "Plugins configuration" -msgstr "Konfiguracija šćežkow" +msgstr "Konfiguracija tykačow" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Plugins" msgstr "Tykače" @@ -6841,7 +6720,7 @@ msgstr "Žana aplikacija za tón kluč přetrjebowarja." #. TRANS: Authorization exception thrown when a user without API access tries to access the API. msgid "Not allowed to use API." -msgstr "" +msgstr "Wužiwanje API njeje dowolene." #. TRANS: OAuth exception given when an incorrect access token was given for a user. msgid "Bad access token." @@ -6938,19 +6817,16 @@ msgid "Default access for this application: read-only, or read-write" msgstr "" #. TRANS: Submit button title. -#, fuzzy msgid "Cancel application changes." -msgstr "Zwjazane aplikacije" +msgstr "Změny aplikacijow přetorhnyć." #. TRANS: Submit button title. -#, fuzzy msgid "Save application changes." -msgstr "Nowa aplikacija" +msgstr "Změny aplikacijow składować." #. TRANS: Name for an anonymous application in application list. -#, fuzzy msgid "Unknown application" -msgstr "Njeznata akcija" +msgstr "Njeznata aplikacija" #. TRANS: Message has a leading space and a trailing space. Used in application list. #. TRANS: Before this message the application name is put, behind it the organisation that manages it. @@ -7002,15 +6878,15 @@ msgid "Do not use this method!" msgstr "Njewužij tutu metodu!" #. TRANS: Title in atom list notice feed. %1$s is a list name, %2$s is a tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Timeline for people in list %1$s by %2$s" -msgstr "Wotmołwy na %1$s na %2$s." +msgstr "Časowa lajsta za ludźi w lisćinje %1$s wot %2$s." #. TRANS: Message is used as a subtitle in atom list notice feed. #. TRANS: %1$s is a tagger's nickname, %2$s is a list name, %3$s is a site name. -#, fuzzy, php-format +#, php-format msgid "Updates from %1$s's list %2$s on %3$s!" -msgstr "Aktualizacije wot %1$s na %2$s!" +msgstr "Aktualizacije lisćiny %3$s wužiwarja %1$s na %2$s!" #. TRANS: Title. msgid "Notices where this attachment appears" @@ -7042,10 +6918,9 @@ msgid "Cancel join request" msgstr "" #. TRANS: Button text for form action to cancel a subscription request. -#, fuzzy msgctxt "BUTTON" msgid "Cancel subscription request" -msgstr "Wšě abonementy" +msgstr "Abonowanske naprašowanje přetorhnyć" #. TRANS: Title for command results. msgid "Command results" @@ -7114,9 +6989,8 @@ msgstr "" "Zdźělenki: %3$s" #. TRANS: Error message text shown when a favorite could not be set because it has already been favorited. -#, fuzzy msgid "Could not create favorite: Already favorited." -msgstr "Faworit njeda so wutworić." +msgstr "Faworit njeda so wutworić: Je hižo faworit." #. TRANS: Text shown when a notice has been marked as favourite successfully. msgid "Notice marked as fave." @@ -7143,18 +7017,18 @@ msgstr "" #. TRANS: Succes message displayed if tagging a user succeeds. #. TRANS: %1$s is the tagged user's nickname, %2$s is a list of tags. #. TRANS: Plural is decided based on the number of tags added (not part of message). -#, fuzzy, php-format +#, php-format msgid "%1$s was tagged %2$s" msgid_plural "%1$s was tagged %2$s" -msgstr[0] "%1$s - %2$s" -msgstr[1] "%1$s - %2$s" -msgstr[2] "%1$s - %2$s" -msgstr[3] "%1$s - %2$s" +msgstr[0] "%1$s je přez %2$s woznamjenił" +msgstr[1] "%1$s je přez %2$s woznamjenił" +msgstr[2] "%1$s je přez %2$s woznamjenił" +msgstr[3] "%1$s je přez %2$s woznamjenił" #. TRANS: Separator for list of tags. #. TRANS: Separator in list of user names like "Jim, Bob, Mary". msgid ", " -msgstr "" +msgstr ", " #. TRANS: Error displayed if a given tag is invalid. #. TRANS: %s is the invalid tag. @@ -7385,38 +7259,34 @@ msgstr[2] "Sy čłon tutych skupinow:" msgstr[3] "Sy čłon tutych skupinow:" #. TRANS: Header line of help text for commands. -#, fuzzy msgctxt "COMMANDHELP" msgid "Commands:" -msgstr "Přikazowe wuslědki" +msgstr "Přikazy:" #. TRANS: Help message for IM/SMS command "on". -#, fuzzy msgctxt "COMMANDHELP" msgid "turn on notifications" -msgstr "Zdźělenje njeda so zmóžnić." +msgstr "Zdźělenja zmóžnić" #. TRANS: Help message for IM/SMS command "off". -#, fuzzy msgctxt "COMMANDHELP" msgid "turn off notifications" -msgstr "Zdźělenje njeda so znjemóžnić." +msgstr "Zdźělenja znjemóžnić" #. TRANS: Help message for IM/SMS command "help". msgctxt "COMMANDHELP" msgid "show this help" -msgstr "" +msgstr "tutu pomoc pokazać" #. TRANS: Help message for IM/SMS command "follow ". -#, fuzzy msgctxt "COMMANDHELP" msgid "subscribe to user" -msgstr "Tutoho wužiwarja abonować" +msgstr "Wužiwarja abonować" #. TRANS: Help message for IM/SMS command "groups". msgctxt "COMMANDHELP" msgid "lists the groups you have joined" -msgstr "" +msgstr "nalistuje skupiny, do kotrychž sy zastupił" #. TRANS: Help message for IM/SMS command "tag". msgctxt "COMMANDHELP" @@ -7431,24 +7301,22 @@ msgstr "" #. TRANS: Help message for IM/SMS command "subscriptions". msgctxt "COMMANDHELP" msgid "list the people you follow" -msgstr "" +msgstr "ludźi nalistować, kotrymž slěduješ" #. TRANS: Help message for IM/SMS command "subscribers". msgctxt "COMMANDHELP" msgid "list the people that follow you" -msgstr "" +msgstr "Ludźi nalistować, kotřiž ći slěduja" #. TRANS: Help message for IM/SMS command "leave ". -#, fuzzy msgctxt "COMMANDHELP" msgid "unsubscribe from user" -msgstr "Tutoho wužiwarja wotskazać" +msgstr "Wužiwarja wotskazać" #. TRANS: Help message for IM/SMS command "d ". -#, fuzzy msgctxt "COMMANDHELP" msgid "direct message to user" -msgstr "Direktne powěsće do %s" +msgstr "Direktna powěsć wužiwarjej" #. TRANS: Help message for IM/SMS command "get ". msgctxt "COMMANDHELP" @@ -7456,10 +7324,9 @@ msgid "get last notice from user" msgstr "" #. TRANS: Help message for IM/SMS command "whois ". -#, fuzzy msgctxt "COMMANDHELP" msgid "get profile info on user" -msgstr "Zdaleny profil skupina njeje!" +msgstr "Profilowe informacije wo wužiwarju wotwołać" #. TRANS: Help message for IM/SMS command "lose ". msgctxt "COMMANDHELP" @@ -7482,10 +7349,9 @@ msgid "repeat a notice with a given id" msgstr "" #. TRANS: Help message for IM/SMS command "repeat ". -#, fuzzy msgctxt "COMMANDHELP" msgid "repeat the last notice from user" -msgstr "Tutu zdźělenku wospjetować" +msgstr "Poslednju zdźělenku wužiwarja wospjetować" #. TRANS: Help message for IM/SMS command "reply #". msgctxt "COMMANDHELP" @@ -7493,16 +7359,14 @@ msgid "reply to notice with a given id" msgstr "" #. TRANS: Help message for IM/SMS command "reply ". -#, fuzzy msgctxt "COMMANDHELP" msgid "reply to the last notice from user" -msgstr "Na tutu zdźělenku wotmołwić" +msgstr "Na poslednju zdźělenku wužiwarja wotmołwić" #. TRANS: Help message for IM/SMS command "join ". -#, fuzzy msgctxt "COMMANDHELP" msgid "join group" -msgstr "Njeznata skupina" +msgstr "Do skupiny zastupić" #. TRANS: Help message for IM/SMS command "login". msgctxt "COMMANDHELP" @@ -7510,10 +7374,9 @@ msgid "Get a link to login to the web interface" msgstr "" #. TRANS: Help message for IM/SMS command "drop ". -#, fuzzy msgctxt "COMMANDHELP" msgid "leave group" -msgstr "Skupinu zhašeć" +msgstr "Skupinu wopušćić" #. TRANS: Help message for IM/SMS command "stats". msgctxt "COMMANDHELP" @@ -7550,10 +7413,9 @@ msgstr "" #. TRANS: Help message for IM/SMS command "untrack all". #. TRANS: Help message for IM/SMS command "tracks". #. TRANS: Help message for IM/SMS command "tracking". -#, fuzzy msgctxt "COMMANDHELP" msgid "not yet implemented." -msgstr "Přikaz hišće njeimplementowany." +msgstr "hišće njeimplementowany." #. TRANS: Help message for IM/SMS command "nudge ". msgctxt "COMMANDHELP" @@ -7589,17 +7451,15 @@ msgstr "Zmylk w datowej bance" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Public" msgstr "Zjawny" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item title in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Lists" -msgstr "Limity" +msgstr "Lisćiny" #. TRANS: Title of form for deleting a user. #. TRANS: Link text in notice list item to delete a notice. @@ -7625,9 +7485,8 @@ msgid "Disfavor favorite" msgstr "Z faworitow wotstronić" #. TRANS: Button title for removing the favourite status for a favourite notice. -#, fuzzy msgid "Remove this notice from your list of favorite notices." -msgstr "Preferowane zdźělenki njedadźa so wobstarać." +msgstr "Tutu zdźělenku z lisćiny woblubowanych zdźělenkow wotstronić." #. TRANS: Form legend for adding the favourite status to a notice. msgid "Favor this notice" @@ -7639,9 +7498,8 @@ msgid "Favor" msgstr "Faworit" #. TRANS: Button title for adding the favourite status to a notice. -#, fuzzy msgid "Add this notice to your list of favorite notices." -msgstr "Preferowane zdźělenki njedadźa so wobstarać." +msgstr "Tutu zdźělenku lisćinje woblubowanych zdźělenkow přidać." #. TRANS: Feed type name. msgid "RSS 1.0" @@ -7669,7 +7527,6 @@ msgstr "Žadyn awtor w kanalu njeje." #. TRANS: Client exception thrown when an imported feed does not have an author that #. TRANS: can be associated with a user. -#, fuzzy msgid "Cannot import without a user." msgstr "Import bjez wužiwarja njemóžno." @@ -7678,7 +7535,6 @@ msgid "Feeds" msgstr "Kanale" #. TRANS: List element on gallery action page to show all tags. -#, fuzzy msgctxt "TAGS" msgid "All" msgstr "Wšě" @@ -7713,7 +7569,6 @@ msgid "Blocked" msgstr "Blokowany" #. TRANS: Title for list of group administrators on a group page. -#, fuzzy msgctxt "TITLE" msgid "Admins" msgstr "Administratorojo" @@ -7733,9 +7588,8 @@ msgid "URL of the homepage or blog of the group or topic." msgstr "URL startoweje strony abo bloga skupiny abo temy." #. TRANS: Text area title for group description when there is no text limit. -#, fuzzy msgid "Describe the group or topic." -msgstr "Skupinu abo temu wopisać" +msgstr "Skupinu abo temu wopisać." #. TRANS: Text area title for group description. #. TRANS: %d is the number of characters available for the description. @@ -7778,7 +7632,6 @@ msgid "" msgstr "" #. TRANS: Indicator in group members list that this user is a group administrator. -#, fuzzy msgctxt "GROUPADMIN" msgid "Admin" msgstr "Administrator" @@ -7807,29 +7660,26 @@ msgid "Logo" msgstr "Logo" #. TRANS: Title for groups with the most members section. -#, fuzzy msgid "Popular groups" -msgstr "Woblubowane zdźělenki" +msgstr "Woblubowane skupiny" #. TRANS: Title for groups with the most posts section. -#, fuzzy msgid "Active groups" -msgstr "Wšě skupiny" +msgstr "Aktiwne skupiny" #. TRANS: Link description for seeing all groups. #. TRANS: Link description for seeing all lists. -#, fuzzy msgid "See all" -msgstr "Wjace pokazać" +msgstr "Wšě pokazać" #. TRANS: Link title for seeing all groups. msgid "See all groups you belong to." -msgstr "" +msgstr "Wšě skupiny pokazać, ke kotrymž słušeš." #. TRANS: Menu item title in personal group navigation menu. #. TRANS: %s is a username. msgid "Back to top" -msgstr "" +msgstr "Wróćo horje" #. TRANS: Client exception 406 msgid "This page is not available in a media type you accept" @@ -7920,18 +7770,16 @@ msgstr "" #. TRANS: Title for inbox tag cloud section. msgctxt "TITLE" msgid "Trends" -msgstr "" +msgstr "Trendy" #. TRANS: Default button text for inviting more users to the StatusNet instance. -#, fuzzy msgctxt "BUTTON" msgid "Invite more colleagues" -msgstr "Nowych wužiwarjow přeprosyć" +msgstr "Dalšich kolegow přeprosyć" #. TRANS: Form legend. -#, fuzzy msgid "Invite collegues" -msgstr "Nowych wužiwarjow přeprosyć" +msgstr "Kolegow přeprosyć" #. TRANS: Field label for a list of e-mail addresses. msgid "Email addresses" @@ -7956,26 +7804,22 @@ msgid "Send" msgstr "Pósłać" #. TRANS: Submit button title. -#, fuzzy msgid "Send invitations." -msgstr "Přeprošenja" +msgstr "Přeprošenja pósłać." #. TRANS: Button text for joining a group. -#, fuzzy msgctxt "BUTTON" msgid "Join" msgstr "Zastupić" #. TRANS: Button text on form to leave a group. -#, fuzzy msgctxt "BUTTON" msgid "Leave" msgstr "Wopušćić" #. TRANS: Link title for seeing all lists. -#, fuzzy msgid "See all lists you have created." -msgstr "Aplikacije, za kotrež sy zregistrował" +msgstr "Wšě lisćiny pokazać, kotrež sy wutworił." #. TRANS: Menu item for logging in to the StatusNet site. #. TRANS: Menu item in primary navigation panel. @@ -8023,15 +7867,15 @@ msgstr "" #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. #. TRANS: Main body of new-subscriber notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s is now following you on %2$s." -msgstr "%1$s nětko %2$s slěduje." +msgstr "%1$s će nětko na %2$s slěduje." #. TRANS: Subject of pending new-subscriber notification e-mail. #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s would like to listen to your notices on %2$s." -msgstr "%1$s slěduje twoje zdźělenki na %2$s." +msgstr "%1$s by rady twoje zdźělenki na %2$s abonował." #. TRANS: Main body of pending new-subscriber notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename. @@ -8055,9 +7899,9 @@ msgstr "" #. TRANS: Profile info line in notification e-mail. #. TRANS: %s is a URL. -#, fuzzy, php-format +#, php-format msgid "Profile: %s" -msgstr "Profil" +msgstr "Profil: %s" #. TRANS: Profile info line in notification e-mail. #. TRANS: %s is biographical information. @@ -8225,23 +8069,23 @@ msgstr "" #. TRANS: Subject of group join notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s" -msgstr "%1$s je do skupiny %2$s zastupił." +msgstr "%1$s je do swojeje skupiny %2$s na %3$s zastupił" #. TRANS: Main body of group join notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, #. TRANS: %4$s is a block of profile info about the subscriber. #. TRANS: %5$s is a link to the addressed user's e-mail settings. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s." -msgstr "%1$s je do skupiny %2$s zastupił." +msgstr "%1$s je do twojeje skupiny %2$s na %3$s zastupił." #. TRANS: Subject of pending group join request notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s wants to join your group %2$s on %3$s." -msgstr "%1$s je do skupiny %2$s zastupił." +msgstr "%1$s chce do twojeje skupiny %2$s na %3$s zastupić." #. TRANS: Main body of pending group join request notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, @@ -8271,9 +8115,8 @@ msgid "Inbox" msgstr "Dochadny póst" #. TRANS: Menu item title in mailbox menu. Leads to incoming private messages. -#, fuzzy msgid "Your incoming messages." -msgstr "Twoje dochadźace powěsće" +msgstr "Twoje dochadźace powěsće." #. TRANS: Menu item in mailbox menu. Leads to outgoing private messages. msgctxt "MENU" @@ -8281,9 +8124,8 @@ msgid "Outbox" msgstr "Wuchadny póst" #. TRANS: Menu item title in mailbox menu. Leads to outgoing private messages. -#, fuzzy msgid "Your sent messages." -msgstr "Twoje pósłane powěsće" +msgstr "Twoje pósłane powěsće." #. TRANS: Error message in incoming mail handler used when an incoming e-mail cannot be processed. msgid "Could not parse message." @@ -8303,9 +8145,9 @@ msgstr "Wodaj, dochadźaće e-mejle njejsu dowolene." #. TRANS: Error message in incoming mail handler used when an incoming e-mail is of an unsupported type. #. TRANS: %s is the unsupported type. -#, fuzzy, php-format +#, php-format msgid "Unsupported message type: %s." -msgstr "Njepodpěrany powěsćowy typ: %s" +msgstr "Njepodpěrany powěsćowy typ: %s." #. TRANS: Form legend for form to make a user a group admin. msgid "Make user an admin of the group" @@ -8317,10 +8159,9 @@ msgid "Make Admin" msgstr "K administratorej činić" #. TRANS: Submit button title. -#, fuzzy msgctxt "TOOLTIP" msgid "Make this user an admin." -msgstr "Tutoho wužiwarja k administratorej činić" +msgstr "Tutoho wužiwarja k administratorej činić." #. TRANS: Client exception thrown when a database error was thrown during a file upload operation. msgid "There was a database error while saving your file. Please try again." @@ -8392,7 +8233,6 @@ msgid "from" msgstr "wot" #. TRANS: A possible notice source (web interface). -#, fuzzy msgctxt "SOURCE" msgid "web" msgstr "Web" @@ -8400,41 +8240,38 @@ msgstr "Web" #. TRANS: A possible notice source (XMPP). msgctxt "SOURCE" msgid "xmpp" -msgstr "" +msgstr "XMPP" #. TRANS: A possible notice source (e-mail). -#, fuzzy msgctxt "SOURCE" msgid "mail" -msgstr "E-mejl" +msgstr "Póst" #. TRANS: A possible notice source (OpenMicroBlogging). msgctxt "SOURCE" msgid "omb" -msgstr "" +msgstr "OMB" #. TRANS: A possible notice source (Application Programming Interface). msgctxt "SOURCE" msgid "api" -msgstr "" +msgstr "API" #. TRANS: Client exception thrown when no author for an activity was found. msgid "Cannot get author for activity." -msgstr "" +msgstr "Za tutu aktiwitu awtor k dispoziciji njesteji." #. TRANS: Client exception thrown when ... -#, fuzzy msgid "Bookmark not posted to this group." -msgstr "Njesměš tutu skupinu zhašeć." +msgstr "Zapołožka njeje so do tuteje skupiny pósłała." #. TRANS: Client exception when ... -#, fuzzy msgid "Object not posted to this user." -msgstr "Tutoho wužiwarja njezhašeć." +msgstr "Objekt njeje so k tutomu wužiwarjej pósłał." #. TRANS: Server exception thrown when a micro app plugin uses a target that cannot be handled. msgid "Do not know how to handle this kind of target." -msgstr "" +msgstr "Njewěm, kaž mam z tutej družinu cila wobchadźeć." #. TRANS: Server exception thrown when a micro app plugin developer has not done his job too well. msgid "You must implement either adaptNoticeListItem() or showNotice()." @@ -8442,7 +8279,7 @@ msgstr "" #. TRANS: Link description to show more items in a list. msgid "More ▼" -msgstr "" +msgstr "Wjace ▼" #. TRANS: Validation error in form for registration, profile and group settings, etc. msgid "Nickname cannot be empty." @@ -8471,9 +8308,8 @@ msgid "Attach" msgstr "Připowěsnyć" #. TRANS: Title for input field to attach a file to a notice. -#, fuzzy msgid "Attach a file." -msgstr "Dataju připowěsnyć" +msgstr "Dataju připowěsnyć." #. TRANS: Field label to add location to a notice. msgid "Share my location" @@ -8492,7 +8328,7 @@ msgstr "" #. TRANS: Separator in profile addressees list. msgctxt "SEPARATOR" msgid ", " -msgstr "" +msgstr ", " #. TRANS: Used in coordinates as abbreviation of north. msgid "N" @@ -8532,201 +8368,182 @@ msgid "Repeated by" msgstr "Wospjetowany wot" msgid " " -msgstr "" +msgstr " " #. TRANS: Link title in notice list item to reply to a notice. -#, fuzzy msgid "Reply to this notice." -msgstr "Na tutu zdźělenku wotmołwić" +msgstr "Na tutu zdźělenku wotmołwić." #. TRANS: Link text in notice list item to reply to a notice. msgid "Reply" msgstr "Wotmołwić" #. TRANS: Link title in notice list item to delete a notice. -#, fuzzy msgid "Delete this notice from the timeline." -msgstr "Tutu zdźělenku zhašeć." +msgstr "Tutu zdźělenku z časoweje lajsty zhašeć." #. TRANS: Title for repeat form status in notice list when a notice has been repeated. -#, fuzzy msgid "Notice repeated." -msgstr "Zdźělenka wospjetowana" +msgstr "Zdźělenka wospjetowana." #. TRANS: Field label for notice text. msgid "Update your status..." -msgstr "" +msgstr "Waš status aktualizować..." #. TRANS: Form legend of form to nudge/ping another user. msgid "Nudge this user" msgstr "Tutoho wužiwarja storčić" #. TRANS: Button text to nudge/ping another user. -#, fuzzy msgctxt "BUTTON" msgid "Nudge" msgstr "Stork" #. TRANS: Button title to nudge/ping another user. -#, fuzzy msgid "Send a nudge to this user." -msgstr "Tutomu wužiwarjej stork pósłać" +msgstr "Tutomu wužiwarjej stork pósłać." #. TRANS: Server exception thrown in oEmbed action if no API endpoint is available. -#, fuzzy msgid "No oEmbed API endpoint available." -msgstr "IM k dispoziciji njesteji." +msgstr "Kónčny dypk oEmbed API k dispoziciji njesteji." #. TRANS: Field label for list. -#, fuzzy msgctxt "LABEL" msgid "List" -msgstr "Wotkazy" +msgstr "Lisćina" #. TRANS: Field title for list. msgid "Change the list (letters, numbers, -, ., and _ are allowed)." -msgstr "" +msgstr "Lisćinu změnić (pismiki, ličby, -, ., a _ su dowolene)." #. TRANS: Field title for description of list. -#, fuzzy msgid "Describe the list or topic." -msgstr "Skupinu abo temu wopisać" +msgstr "Lisćinu abo temu wopisać." #. TRANS: Field title for description of list. #. TRANS: %d is the maximum number of characters for the description. -#, fuzzy, php-format +#, php-format msgid "Describe the list or topic in %d character." msgid_plural "Describe the list or topic in %d characters." -msgstr[0] "Skupinu abo temu w %d znamješce abo mjenje wopisać" -msgstr[1] "Skupinu abo temu w %d znamješkomaj abo mjenje wopisać" -msgstr[2] "Skupinu abo temu w %d znamješkach abo mjenje wopisać" -msgstr[3] "Skupinu abo temu w %d znamješkach abo mjenje wopisać" +msgstr[0] "Lisćinu abo temu w %d znamješce wopisać" +msgstr[1] "Lisćinu abo temu w %d znamješkomaj wopisać" +msgstr[2] "Lisćinu abo temu w %d znamješkach wopisać" +msgstr[3] "Lisćinu abo temu w %d znamješkach wopisać" #. TRANS: Button title to delete a list. -#, fuzzy msgid "Delete this list." -msgstr "Tutoho wužiwarja zhašeć" +msgstr "Tutu lisćinu zhašeć." #. TRANS: Header in list edit form. msgid "Add or remove people" -msgstr "" +msgstr "Ludźi přidać abo wotstronić" #. TRANS: Header in list edit form. -#, fuzzy msgctxt "HEADER" msgid "Search" msgstr "Pytać" #. TRANS: Menu item in list navigation panel. -#, fuzzy msgctxt "MENU" msgid "List" -msgstr "Wotkazy" +msgstr "Lisćina" #. TRANS: Menu item title in list navigation panel. #. TRANS: %1$s is a list, %2$s is a nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s list by %2$s." -msgstr "%1$s - %2$s" +msgstr "Lisćina %1$s wot %2$s." #. TRANS: Menu item in list navigation panel. -#, fuzzy msgctxt "MENU" msgid "Listed" -msgstr "Licenca" +msgstr "Nalistowany" #. TRANS: Menu item in list navigation panel. #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Subscribers" msgstr "Abonenća" #. TRANS: Menu item title in list navigation panel. #. TRANS: %1$s is a list, %2$s is a nickname. -#, fuzzy, php-format +#, php-format msgid "Subscribers to %1$s list by %2$s." -msgstr "%s abonowany." +msgstr "Abonenća lisćiny %1$s wot %2$s." #. TRANS: Menu item in list navigation panel. -#, fuzzy msgctxt "MENU" msgid "Edit" msgstr "Wobdźěłać" #. TRANS: Menu item title in list navigation panel. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Edit %s list by you." -msgstr "Skupinu %s wobdźěłać" +msgstr "Twoju lisćinu %s wobdźěłać." #. TRANS: Title for link to edit list settings. -#, fuzzy msgid "Edit list settings." -msgstr "Profilowe nastajenja wobdźěłać" +msgstr "Lisćinowe nastajenja wobdźěłać." #. TRANS: Text for link to edit list settings. msgid "Edit" msgstr "Wobdźěłać" #. TRANS: Privacy mode text in list list item for private list. -#, fuzzy msgctxt "MODE" msgid "Private" msgstr "Priwatny" #. TRANS: Menu item in the group navigation page. -#, fuzzy msgctxt "MENU" msgid "List Subscriptions" -msgstr "Abonementy" +msgstr "Abonementy nalistować" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists subscribed to by %s." -msgstr "%s abonowany." +msgstr "Wot %s abonowane lisćiny." #. TRANS: Menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "MENU" msgid "Lists with %s" -msgstr "Aktualizacije z \"%s\"" +msgstr "Lisćiny z %s" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists with %s." -msgstr "Aktualizacije z \"%s\"" +msgstr "Lisćiny z %s." #. TRANS: Menu item in the group navigation page. #. TRANS: %s is a user nickname. #, php-format msgctxt "MENU" msgid "Lists by %s" -msgstr "" +msgstr "Lisćiny wot %s" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists by %s." -msgstr "%1$s - %2$s" +msgstr "Lisćiny wot %s." #. TRANS: Label in lists widget. -#, fuzzy msgctxt "LABEL" msgid "Your lists" -msgstr "Woblubowane zdźělenki" +msgstr "Twoje lisćiny" #. TRANS: Fieldset legend in lists widget. -#, fuzzy msgctxt "LEGEND" msgid "Edit lists" -msgstr "Njepłaćiwa wosobowa taflička: %s." +msgstr "Lisćiny wobdźěłać" #. TRANS: Label in self tags widget. msgctxt "LABEL" @@ -8734,31 +8551,29 @@ msgid "Tags" msgstr "" #. TRANS: Title for section contaning lists with the most subscribers. -#, fuzzy msgid "Popular lists" -msgstr "Woblubowane zdźělenki" +msgstr "Woblubowane lisćiny" #. TRANS: List summary. %1$d is the number of users in the list, #. TRANS: %2$d is the number of subscribers to the list. -#, fuzzy, php-format +#, php-format msgid "Listed: %1$d Subscribers: %2$d" -msgstr "%1$s abonentow, strona %2$d" +msgstr "Nalistowane: %1$d: Abonenća: %2$d" #. TRANS: Title for page that displays which lists current user is part of. -#, fuzzy, php-format +#, php-format msgid "Lists with you" -msgstr "Wužiwar njenamakany." +msgstr "Lisćiny, w kotrychž sy" #. TRANS: Title for page that displays which lists a user is part of. #. TRANS: %s is a profile name. -#, fuzzy, php-format +#, php-format msgid "Lists with %s" -msgstr "Aktualizacije z \"%s\"" +msgstr "Lisćiny, w kotrychž wužiwar %s je" #. TRANS: Title for page that displays lists a user has subscribed to. -#, fuzzy msgid "List subscriptions" -msgstr "%s abonementow" +msgstr "Abonementy nalistować" #. TRANS: Menu item in personal group navigation menu. #. TRANS: Menu item in settings navigation panel. @@ -8768,9 +8583,8 @@ msgid "Profile" msgstr "Profil" #. TRANS: Menu item title in personal group navigation menu. -#, fuzzy msgid "Your profile" -msgstr "Skupinski profil" +msgstr "Twój profil" #. TRANS: Menu item in personal group navigation menu. msgctxt "MENU" @@ -8783,13 +8597,11 @@ msgid "Favorites" msgstr "Fawority" #. TRANS: Replaces %s in '%s\'s favorite notices'. (Yes, we know we need to fix this.) -#, fuzzy msgctxt "FIXME" msgid "User" msgstr "Wužiwar" #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Messages" msgstr "Powěsće" @@ -8805,12 +8617,12 @@ msgstr "Njeznaty" #. TRANS: Plugin admin panel controls msgctxt "plugin" msgid "Disable" -msgstr "" +msgstr "Znjemóžnić" #. TRANS: Plugin admin panel controls msgctxt "plugin" msgid "Enable" -msgstr "" +msgstr "Zmóžnić" #. TRANS: Plugin description for a disabled plugin. msgctxt "plugin-description" @@ -8819,15 +8631,13 @@ msgid "" msgstr "" #. TRANS: Menu item in primary navigation panel. -#, fuzzy msgctxt "MENU" msgid "Settings" -msgstr "SMS-nastajenja" +msgstr "Nastajenja" #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Change your personal settings." -msgstr "Twoje profilowe nastajenja změnić" +msgstr "Twoje wosobinske nastajenja změnić." #. TRANS: Menu item in primary navigation panel. msgctxt "MENU" @@ -8835,9 +8645,8 @@ msgid "Admin" msgstr "Administrator" #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Site configuration." -msgstr "Wužiwarska konfiguracija" +msgstr "Sydłowa konfiguracija." #. TRANS: Menu item in primary navigation panel. msgctxt "MENU" @@ -8845,24 +8654,20 @@ msgid "Logout" msgstr "Wotzjewić" #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Logout from the site." -msgstr "Ze sydła wotzjewić" +msgstr "Ze sydła wotzjewić." #. TRANS: Menu item title in primary navigation panel. -#, fuzzy msgid "Login to the site." -msgstr "Při sydle přizjewić" +msgstr "Pola sydla přizjewić." #. TRANS: H2 text for user subscription statistics. -#, fuzzy msgid "Following" -msgstr "Slědować" +msgstr "Slědowacy" #. TRANS: H2 text for user subscriber statistics. -#, fuzzy msgid "Followers" -msgstr "Slědować" +msgstr "Slědowace" #. TRANS: H2 text for user statistics. msgid "Statistics" @@ -8886,9 +8691,8 @@ msgid "Groups" msgstr "Skupiny" #. TRANS: H2 text for user list membership statistics. -#, fuzzy msgid "Lists" -msgstr "Limity" +msgstr "Lisćiny" #. TRANS: Server error displayed when using an unimplemented method. msgid "Unimplemented method." @@ -8908,13 +8712,11 @@ msgid "Recent tags" msgstr "" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Featured" msgstr "Wuběrne" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Popular" msgstr "Woblubowany" @@ -8922,7 +8724,7 @@ msgstr "Woblubowany" #. TRANS: Title for inbox tag cloud section. msgctxt "TITLE" msgid "Trending topics" -msgstr "" +msgstr "Woblubowane temy" #. TRANS: Client error displayed when return-to was defined without a target. msgid "No return-to arguments." @@ -8933,9 +8735,8 @@ msgid "Repeat this notice?" msgstr "Tutu zdźělenku wospjetować?" #. TRANS: Button title to repeat a notice on notice repeat form. -#, fuzzy msgid "Repeat this notice." -msgstr "Tutu zdźělenku wospjetować" +msgstr "Tutu zdźělenku wospjetować." #. TRANS: Description of role revoke form. %s is the role to be revoked. #, php-format @@ -8947,10 +8748,9 @@ msgid "Page not found." msgstr "Strona njenamakana." #. TRANS: Title of form to sandbox a user. -#, fuzzy msgctxt "TITLE" msgid "Sandbox" -msgstr "Pěskowy kašćik" +msgstr "Hrajkanišćo" #. TRANS: Description of form to sandbox a user. msgid "Sandbox this user" @@ -8994,7 +8794,6 @@ msgid "" msgstr "" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "People" msgstr "Ludźo" @@ -9004,7 +8803,6 @@ msgid "Find people on this site" msgstr "Ludźi na tutym sydle pytać" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Notices" msgstr "Zdźělenki" @@ -9018,25 +8816,21 @@ msgid "Find groups on this site" msgstr "Skupiny na tutym sydle pytać" #. TRANS: Secondary navigation menu item leading to Terms of Service. -#, fuzzy msgctxt "MENU" msgid "TOS" msgstr "Wužiwarske wuměnjenja" #. TRANS: Secondary navigation menu item leading to privacy policy. -#, fuzzy msgctxt "MENU" msgid "Privacy" msgstr "Priwatnosć" #. TRANS: Secondary navigation menu item. Leads to information about StatusNet and its license. -#, fuzzy msgctxt "MENU" msgid "Source" -msgstr "Žórło" +msgstr "Žórłowy kod" #. TRANS: Secondary navigation menu item leading to version information on the StatusNet site. -#, fuzzy msgctxt "MENU" msgid "Version" msgstr "Wersija" @@ -9050,17 +8844,15 @@ msgid "More..." msgstr "Wjace..." #. TRANS: Header in settings navigation panel. -#, fuzzy msgctxt "HEADER" msgid "Settings" -msgstr "SMS-nastajenja" +msgstr "Nastajenja" #. TRANS: Menu item title in settings navigation panel. msgid "Change your profile settings" msgstr "Twoje profilowe nastajenja změnić" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "Avatar" msgstr "Awatar" @@ -9070,7 +8862,6 @@ msgid "Upload an avatar" msgstr "Awatar nahrać" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "Password" msgstr "Hesło" @@ -9080,17 +8871,15 @@ msgid "Change your password" msgstr "Twoje hesło změnić" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "Email" msgstr "E-mejl" #. TRANS: Menu item title in settings navigation panel. msgid "Change email handling" -msgstr "" +msgstr "Wobchad z e-mejlu změnić" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "URL" msgstr "URL" @@ -9129,14 +8918,13 @@ msgstr "Awtorizowane zwjazane aplikacije" #. TRANS: Menu item in settings navigation panel. msgctxt "MENU" msgid "Old school" -msgstr "" +msgstr "Stara šula" #. TRANS: Menu item title in settings navigation panel. msgid "UI tweaks for old-school users" msgstr "" #. TRANS: Title of form to silence a user. -#, fuzzy msgctxt "TITLE" msgid "Silence" msgstr "Hubu zatykać" @@ -9179,22 +8967,21 @@ msgid "Failed to delete revoked token." msgstr "" #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Subscriptions" msgstr "Abonementy" #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "People %s subscribes to." -msgstr "Ludźo, kotrychž %s abonuje" +msgstr "Ludźo, kotrychž %s abonuje." #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "People subscribed to %s." -msgstr "Ludźo, kotřiž su %s abonowali" +msgstr "Ludźo, kotřiž su %s abonowali." #. TRANS: Menu item in local navigation menu. #. TRANS: %d is the number of pending subscription requests. @@ -9210,15 +8997,15 @@ msgstr "" #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Groups %s is a member of." -msgstr "Skupiny, w kotrychž %s je čłon" +msgstr "Skupiny, w kotrychž %s je čłon." #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "List subscriptions by %s." -msgstr "Ludźo, kotřiž su %s abonowali" +msgstr "Abonomenty wot %s nalistować." #. TRANS: Menu item in local navigation menu. msgctxt "MENU" @@ -9227,9 +9014,9 @@ msgstr "Přeprosyć" #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "Invite friends and colleagues to join you on %s." -msgstr "Přećelow a kolegow přeprosyć, so tebi na %s přidružić" +msgstr "Přećelow a kolegow přeprosyć, so tebi na %s přidružić." #. TRANS: Form of form to subscribe to a user. msgid "Subscribe to this user" @@ -9237,7 +9024,6 @@ msgstr "Tutoho wužiwarja abonować" #. TRANS: Button text to subscribe to a user. #. TRANS: Button text for subscribing to a list. -#, fuzzy msgctxt "BUTTON" msgid "Subscribe" msgstr "Abonować" @@ -9255,10 +9041,9 @@ msgid "People Tagcloud as tagged" msgstr "" #. TRANS: Content displayed in a tag cloud section if there are no tags. -#, fuzzy msgctxt "NOTAGS" msgid "None" -msgstr "Žadyn" +msgstr "Žana" #. TRANS: Server exception displayed if a theme name was invalid. msgid "Invalid theme name." @@ -9267,6 +9052,7 @@ msgstr "Njepłaćiwe šatowe mjeno." #. TRANS: Exception thrown when a compressed theme is uploaded while no support present in PHP configuration. msgid "This server cannot handle theme uploads without ZIP support." msgstr "" +"Tutón serwer njemóže z drastowymi nahraćemi bjez ZIP-podpěry wobchadźeć." #. TRANS: Server exception thrown when uploading a theme fails. msgid "The theme file is missing or the upload failed." @@ -9278,9 +9064,8 @@ msgid "Failed saving theme." msgstr "Składowanje šata je so njeporadźiło." #. TRANS: Server exception thrown when an uploaded theme has an incorrect structure. -#, fuzzy msgid "Invalid theme: Bad directory structure." -msgstr "Njepłaćiwy šat: špatna rjadowakowa struktura." +msgstr "Njepłaćiwa drasta: Špatna rjadowakowa struktura." #. TRANS: Client exception thrown when an uploaded theme is larger than the limit. #. TRANS: %d is the number of bytes of the uncompressed theme. @@ -9294,9 +9079,8 @@ msgstr[2] "" msgstr[3] "" #. TRANS: Server exception thrown when an uploaded theme is incomplete. -#, fuzzy msgid "Invalid theme archive: Missing file css/display.css" -msgstr "Njepłaćiwy šatowy archiw: falowaca css-dataja/display.css" +msgstr "Njepłaćiwy drastowy archiw: Falowaca css-dataja/display.css" #. TRANS: Server exception thrown when an uploaded theme has an incorrect file or folder name. msgid "" @@ -9310,47 +9094,45 @@ msgstr "Šat wobsahuje njewěste datajowe sufiksy; to móhło njewěste być." #. TRANS: Server exception thrown when an uploaded theme contains a file type that is not allowed. #. TRANS: %s is the file type that is not allowed. -#, fuzzy, php-format +#, php-format msgid "Theme contains file of type \".%s\", which is not allowed." -msgstr "Šat wobsahuje dataju typa '.%s', kotryž njeje dowoleny." +msgstr "Drasta wobsahuje dataju typa \".%s\", kotryž njeje dowoleny." #. TRANS: Server exception thrown when an uploaded compressed theme cannot be opened. msgid "Error opening theme archive." msgstr "Zmylk při wočinjenju šatoweho archiwa." #. TRANS: Header for Notices section. -#, fuzzy msgctxt "HEADER" msgid "Notices" msgstr "Zdźělenki" #. TRANS: Link to show replies for a notice. #. TRANS: %d is the number of replies to a notice and used for plural. -#, fuzzy, php-format +#, php-format msgid "Show reply" msgid_plural "Show all %d replies" -msgstr[0] "Wjace pokazać" -msgstr[1] "Wjace pokazać" -msgstr[2] "Wjace pokazać" -msgstr[3] "Wjace pokazać" +msgstr[0] "Wotmołwu pokazać" +msgstr[1] "Wšě %d wotmołwje pokazać" +msgstr[2] "Wšě %d wotmołwy pokazać" +msgstr[3] "Wšě %d wotmołwow pokazać" #. TRANS: Reference to the logged in user in favourite list. msgctxt "FAVELIST" msgid "You" -msgstr "" +msgstr "Ty" #. TRANS: For building a list such as "Jim, Bob, Mary and 5 others like this". #. TRANS: %1$s is a list of users, separated by a separator (default: ", "), %2$s is the last user in the list. -#, fuzzy, php-format +#, php-format msgctxt "FAVELIST" msgid "%1$s and %2$s" -msgstr "%1$s - %2$s" +msgstr "%1$s a %2$s" #. TRANS: List message for notice favoured by logged in user. -#, fuzzy msgctxt "FAVELIST" msgid "You like this." -msgstr "Woblubowane zdźělenki" +msgstr "To ći lubi." #. TRANS: List message for when more than 4 people like something. #. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice. @@ -9375,10 +9157,9 @@ msgstr[2] "" msgstr[3] "" #. TRANS: List message for notice repeated by logged in user. -#, fuzzy msgctxt "REPEATLIST" msgid "You repeated this." -msgstr "Sy tutu zdźělenku hižo wospjetował." +msgstr "Sy to wospjetował." #. TRANS: List message for when more than 4 people repeat something. #. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice. @@ -9394,37 +9175,35 @@ msgstr[3] "" #. TRANS: List message for favoured notices. #. TRANS: %%s is a list of users liking a notice. #. TRANS: Plural is based on the number of of users that have favoured a notice. -#, fuzzy, php-format +#, php-format msgid "%%s repeated this." msgid_plural "%%s repeated this." -msgstr[0] "Do %s wospjetowany" -msgstr[1] "Do %s wospjetowany" -msgstr[2] "Do %s wospjetowany" -msgstr[3] "Do %s wospjetowany" +msgstr[0] "%%s je to wospjetował." +msgstr[1] "%%s stej to wospjetowałoj." +msgstr[2] "%%s su to wospjetowali." +msgstr[3] "%%s su to wospjetowali." #. TRANS: Form legend. -#, fuzzy, php-format +#, php-format msgid "Search and list people" -msgstr "Pytanske sydło" +msgstr "Ludźi pytać a nalistować" #. TRANS: Dropdown option for searching in profiles. msgid "Everything" -msgstr "" +msgstr "Wšitko" #. TRANS: Dropdown option for searching in profiles. -#, fuzzy msgid "Fullname" msgstr "Dospołne mjeno" #. TRANS: Dropdown option for searching in profiles. msgid "URI (Remote users)" -msgstr "" +msgstr "URI (Zdaleni wužiwarjo)" #. TRANS: Dropdown field label. -#, fuzzy msgctxt "LABEL" msgid "Search in" -msgstr "Pytanske sydło" +msgstr "Pytać w" #. TRANS: Dropdown field title. msgid "Choose a field to search." @@ -9432,15 +9211,15 @@ msgstr "" #. TRANS: Form legend. #. TRANS: %1$s is a nickname, $2$s is a list. -#, fuzzy, php-format +#, php-format msgid "Remove %1$s from list %2$s" -msgstr "%1$s - %2$s" +msgstr "%1$s z lisćiny %2$s wotstronić" #. TRANS: Legend on form to add a profile to a list. #. TRANS: %1$s is a nickname, %2$s is a list. -#, fuzzy, php-format +#, php-format msgid "Add %1$s to list %2$s" -msgstr "%1$s - %2$s" +msgstr "%1$s lisćinje %2$s přidać" #. TRANS: Title for top posters section. msgid "Top posters" @@ -9449,29 +9228,27 @@ msgstr "" #. TRANS: Option in drop-down of potential addressees. msgctxt "SENDTO" msgid "Everyone" -msgstr "" +msgstr "Kóždy" #. TRANS: Option in drop-down of potential addressees. #. TRANS: %s is a StatusNet sitename. #, php-format msgid "My colleagues at %s" -msgstr "" +msgstr "Moji kolegojo pola %s" #. TRANS: Label for drop-down of potential addressees. -#, fuzzy msgctxt "LABEL" msgid "To:" -msgstr "Komu" +msgstr "Komu:" #. TRANS: Checkbox label in widget for selecting potential addressees to mark the notice private. -#, fuzzy msgid "Private?" -msgstr "Priwatny" +msgstr "Priwatny?" #. TRANS: Client exception thrown in widget for selecting potential addressees when an invalid fill option was received. -#, fuzzy, php-format +#, php-format msgid "Unknown to value: \"%s\"." -msgstr "Njeznaty werb: \"%s\"." +msgstr "Hódnoće njeznaty: \"%s\"." #. TRANS: Title for the form to unblock a user. msgctxt "TITLE" @@ -9479,10 +9256,9 @@ msgid "Unblock" msgstr "Wotblokować" #. TRANS: Title for unsandbox form. -#, fuzzy msgctxt "TITLE" msgid "Unsandbox" -msgstr "Pěskowy kašćik" +msgstr "Z hrajkanišća wotstronić" #. TRANS: Description for unsandbox form. msgid "Unsandbox this user" @@ -9502,15 +9278,13 @@ msgstr "Tutoho wužiwarja wotskazać" #. TRANS: Button text on unsubscribe form. #. TRANS: Button text for unsubscribing from a list. -#, fuzzy msgctxt "BUTTON" msgid "Unsubscribe" msgstr "Wotskazać" #. TRANS: Button title on unsubscribe form. -#, fuzzy msgid "Unsubscribe from this user." -msgstr "Tutoho wužiwarja wotskazać" +msgstr "Tutoho wužiwarja wotskazać." #. TRANS: Exception text shown when no profile can be found for a user. #. TRANS: %1$s is a user nickname, $2$d is a user ID (number). diff --git a/locale/hu/LC_MESSAGES/statusnet.po b/locale/hu/LC_MESSAGES/statusnet.po index 5252d5643c..7f819ca766 100644 --- a/locale/hu/LC_MESSAGES/statusnet.po +++ b/locale/hu/LC_MESSAGES/statusnet.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:55+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hu\n" @@ -6275,16 +6275,26 @@ msgstr "" msgid "Robin thinks something is impossible." msgstr "" +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" @@ -6510,7 +6520,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/ia/LC_MESSAGES/statusnet.po b/locale/ia/LC_MESSAGES/statusnet.po index 8cb75cc310..19ebdef71a 100644 --- a/locale/ia/LC_MESSAGES/statusnet.po +++ b/locale/ia/LC_MESSAGES/statusnet.po @@ -9,12 +9,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:58+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" @@ -6258,16 +6258,26 @@ msgstr "Impossibile processar le URL '%s'" msgid "Robin thinks something is impossible." msgstr "Robin pensa que alique es impossibile." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Nulle file pote esser plus grande que %1$d byte e le file que tu inviava ha %" "2$d bytes. Tenta incargar un version minus grande." @@ -6498,10 +6508,10 @@ msgstr "" "permittite. Tenta usar o deler alcun etiquettas existente." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "Il ha jam %1$d o plus personas in le lista %2$s, que es le numero maxime " "permittite. Tenta primo remover alteres del lista." diff --git a/locale/it/LC_MESSAGES/statusnet.po b/locale/it/LC_MESSAGES/statusnet.po index 61f3fb25b1..9a66eb9cdd 100644 --- a/locale/it/LC_MESSAGES/statusnet.po +++ b/locale/it/LC_MESSAGES/statusnet.po @@ -15,12 +15,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:00+0000\n" "Language-Team: Italian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: it\n" @@ -6431,16 +6431,26 @@ msgstr "Impossibile elaborare l'indirizzo \"%s\"" msgid "Robin thinks something is impossible." msgstr "Si è verificato qualche cosa di impossibile." +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Nessun file può superare %1$d byte e il file inviato era di %2$d byte. Prova " "a caricarne una versione più piccola." @@ -6687,7 +6697,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/ja/LC_MESSAGES/statusnet.po b/locale/ja/LC_MESSAGES/statusnet.po index 27e3b0803e..0dfe66b826 100644 --- a/locale/ja/LC_MESSAGES/statusnet.po +++ b/locale/ja/LC_MESSAGES/statusnet.po @@ -15,12 +15,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:02+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" @@ -6189,16 +6189,25 @@ msgstr "URL '%s' を処理することができません。" msgid "Robin thinks something is impossible." msgstr "" +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" #. TRANS: Message given if an upload would exceed user quota. @@ -6422,7 +6431,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/ka/LC_MESSAGES/statusnet.po b/locale/ka/LC_MESSAGES/statusnet.po index dec78d19a0..99a7adb985 100644 --- a/locale/ka/LC_MESSAGES/statusnet.po +++ b/locale/ka/LC_MESSAGES/statusnet.po @@ -9,12 +9,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:04+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:03+0000\n" "Language-Team: Georgian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ka\n" @@ -6406,16 +6406,25 @@ msgstr "ვერ ვამოუშავებ URL '%s'" msgid "Robin thinks something is impossible." msgstr "რობინი ფიქრობს რაღაც შეუძლებელია." +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "ფაილი არ შეიძლება იყოს %1$d ბაიტზე მეტი, თქვენ მიერ გაგზავნილი კი %2$d ბაიტი " "იყო. სცადეთ უფრო პატარა ვერსიის ატვირთვა." @@ -6656,7 +6665,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/ko/LC_MESSAGES/statusnet.po b/locale/ko/LC_MESSAGES/statusnet.po index 13e6c97419..94100463c7 100644 --- a/locale/ko/LC_MESSAGES/statusnet.po +++ b/locale/ko/LC_MESSAGES/statusnet.po @@ -11,12 +11,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:05+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ko\n" @@ -6186,16 +6186,25 @@ msgstr "'%s' URL을 처리할 수 없습니다" msgid "Robin thinks something is impossible." msgstr "로빈이 뭔가 불가능하다 생각합니다." +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" #. TRANS: Message given if an upload would exceed user quota. @@ -6419,10 +6428,10 @@ msgstr "" "하거나 태그를 지우고 새로 만들어 보십시오." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "이미 %2$s 리스트에 들어 있는 사람이 %1$d명 이상 있습니다. 최대값입니다. 먼" "저 다른 사람들을 리스트에서 제거해 보십시오." diff --git a/locale/mk/LC_MESSAGES/statusnet.po b/locale/mk/LC_MESSAGES/statusnet.po index 7dd364c9c7..a5ceff6148 100644 --- a/locale/mk/LC_MESSAGES/statusnet.po +++ b/locale/mk/LC_MESSAGES/statusnet.po @@ -10,12 +10,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:08+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" @@ -6280,16 +6280,26 @@ msgstr "Не можам да ја обработам URL-адресата „%s msgid "Robin thinks something is impossible." msgstr "Робин мисли дека нешто е невозможно." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Податотеките не смеат да бидат поголеми од %1$d бајт, а вие испративте " "податотека од %2$d бајти. Подигнете помала верзија." @@ -6528,10 +6538,10 @@ msgstr "" "дозволен број на ознаки. Искористете или избришете некои постоечки ознаки." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "Веќе имате %1$d или повеќе луѓе во списокот %2$s, што претставува " "максималниот дозволен број. Најпрвин отстранете некои други од списокот." diff --git a/locale/ml/LC_MESSAGES/statusnet.po b/locale/ml/LC_MESSAGES/statusnet.po index 9505e3dfd9..3352f9f6c0 100644 --- a/locale/ml/LC_MESSAGES/statusnet.po +++ b/locale/ml/LC_MESSAGES/statusnet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:12+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:10+0000\n" "Language-Team: Malayalam \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ml\n" @@ -6160,16 +6160,26 @@ msgstr "" msgid "Robin thinks something is impossible." msgstr "ചിലത് അസാധ്യമാണെന്നാണ് റോബിനും സന്ദേശം പരിഭാഷ ചെയ്ത പ്രവീണും കരുതുന്നത്." +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" @@ -6403,7 +6413,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/nb/LC_MESSAGES/statusnet.po b/locale/nb/LC_MESSAGES/statusnet.po index 1b6d52b053..455fd9b0b5 100644 --- a/locale/nb/LC_MESSAGES/statusnet.po +++ b/locale/nb/LC_MESSAGES/statusnet.po @@ -1,7 +1,6 @@ -# Translation of StatusNet - Core to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Core to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # -# Author: Jon Harald Søby # Author: Laaknor # Author: McDutchie # Author: Nghtwlkr @@ -14,16 +13,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:24+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:12+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" @@ -6361,16 +6359,26 @@ msgstr "Kan ikke behandle URL '%s'" msgid "Robin thinks something is impossible." msgstr "Robin mener at noe er umulig." +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" @@ -6603,7 +6611,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/nl/LC_MESSAGES/statusnet.po b/locale/nl/LC_MESSAGES/statusnet.po index 8de69aba90..fe93fa6639 100644 --- a/locale/nl/LC_MESSAGES/statusnet.po +++ b/locale/nl/LC_MESSAGES/statusnet.po @@ -13,12 +13,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:20+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:14+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" @@ -6320,16 +6320,26 @@ msgstr "Het was niet mogelijk de URL \"%s\" te verwerken." msgid "Robin thinks something is impossible." msgstr "Robin denkt dat iets onmogelijk is." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Bestanden mogen niet groter zijn dan %1$d byte, en uw bestand was %2$d " "bytes. Probeer een kleinere versie te uploaden." @@ -6575,10 +6585,10 @@ msgstr "" "Verwijder bestaande labels om nieuwe labels aan te kunnen maken." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "U hebt al %1$d of meer mensen in de lijst %2$s opgenomen. Meer mensen " "opnemen is niet mogelijk. Verwijder eerst mensen uit de lijst voordat u " diff --git a/locale/pl/LC_MESSAGES/statusnet.po b/locale/pl/LC_MESSAGES/statusnet.po index 8abf17e158..47157e2fd5 100644 --- a/locale/pl/LC_MESSAGES/statusnet.po +++ b/locale/pl/LC_MESSAGES/statusnet.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:26+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:16+0000\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" @@ -22,7 +22,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" @@ -6396,16 +6396,27 @@ msgstr "Nie można przetworzyć adresu URL \"%s\"" msgid "Robin thinks something is impossible." msgstr "Robin sądzi, że coś jest niemożliwe." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Żaden plik nie może być większy niż %1$d bajt, a wysłany plik miał %2$d " "bajty. Proszę spróbować wysłać mniejszą wersję." @@ -6658,7 +6669,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/pt/LC_MESSAGES/statusnet.po b/locale/pt/LC_MESSAGES/statusnet.po index 2fb69dcd0c..d761f2a315 100644 --- a/locale/pt/LC_MESSAGES/statusnet.po +++ b/locale/pt/LC_MESSAGES/statusnet.po @@ -19,12 +19,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:29+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:18+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" @@ -6413,16 +6413,26 @@ msgstr "Não é possível processar a URL '$s'" msgid "Robin thinks something is impossible." msgstr "o Robin acha que algo é impossível." +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Nenhum ficheiro pode ter mais de %1$d bytes e o que enviou tinha %2$d bytes. " "Tente enviar uma versão mais pequena." @@ -6669,7 +6679,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/pt_BR/LC_MESSAGES/statusnet.po b/locale/pt_BR/LC_MESSAGES/statusnet.po index ef0f84ddcc..52b1ba906d 100644 --- a/locale/pt_BR/LC_MESSAGES/statusnet.po +++ b/locale/pt_BR/LC_MESSAGES/statusnet.po @@ -16,13 +16,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:31+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:20+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" @@ -6335,16 +6335,26 @@ msgstr "Não é possível processar a URL '$s'" msgid "Robin thinks something is impossible." msgstr "o Robin acha que algo é impossível." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Nenhum arquivo pode ter mais de %1$d byte e o que você enviou tinha %2$d " "bytes. Tente enviar uma versão menor." @@ -6576,11 +6586,13 @@ msgstr "" "permitidas. Experimente usar ou excluir algumas já existentes." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" +"Você já criou %d ou mais etiquetas, atingindo o número máximo de etiquetas " +"permitidas. Experimente usar ou excluir algumas já existentes." #. TRANS: Exception thrown when inserting a list subscription in the database fails. #, fuzzy diff --git a/locale/ru/LC_MESSAGES/statusnet.po b/locale/ru/LC_MESSAGES/statusnet.po index 832f920db6..09c59c2339 100644 --- a/locale/ru/LC_MESSAGES/statusnet.po +++ b/locale/ru/LC_MESSAGES/statusnet.po @@ -19,12 +19,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:22+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" @@ -6306,16 +6306,27 @@ msgstr "Невозможно обработать URL «%s»" msgid "Robin thinks something is impossible." msgstr "Робин считает, что это невозможно." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Файл не может быть больше %1$d байт, тогда как отправленный вами файл " "содержал %2$d байт. Попробуйте загрузить меньшую версию." @@ -6554,10 +6565,10 @@ msgstr "" "некоторые старые теги." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "В вашем списке %2$s уже отмечено %1$d или более пользователей, что " "составляет разрешённый лимит. Попробуйте удалить кого-нибудь из списка." diff --git a/locale/statusnet.pot b/locale/statusnet.pot index 43e239297b..fa9e3252aa 100644 --- a/locale/statusnet.pot +++ b/locale/statusnet.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -7325,23 +7325,34 @@ msgstr "" msgid "Robin thinks something is impossible." msgstr "" -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #: classes/File.php:223 #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#: classes/File.php:230 +#, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. -#: classes/File.php:236 +#: classes/File.php:243 #, php-format msgid "A file this large would exceed your user quota of %d byte." msgid_plural "A file this large would exceed your user quota of %d bytes." @@ -7350,7 +7361,7 @@ msgstr[1] "" #. TRANS: Message given id an upload would exceed a user's monthly quota. #. TRANS: $d (number) is the monthly user quota in bytes and is used for plural. -#: classes/File.php:248 +#: classes/File.php:255 #, php-format msgid "A file this large would exceed your monthly quota of %d byte." msgid_plural "A file this large would exceed your monthly quota of %d bytes." @@ -7358,7 +7369,7 @@ msgstr[0] "" msgstr[1] "" #. TRANS: Client exception thrown if a file upload does not have a valid name. -#: classes/File.php:295 classes/File.php:310 +#: classes/File.php:302 classes/File.php:317 msgid "Invalid filename." msgstr "" @@ -7603,7 +7614,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/sv/LC_MESSAGES/statusnet.po b/locale/sv/LC_MESSAGES/statusnet.po index b49c7f2780..4df8a037c1 100644 --- a/locale/sv/LC_MESSAGES/statusnet.po +++ b/locale/sv/LC_MESSAGES/statusnet.po @@ -15,12 +15,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:35+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:24+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" @@ -6253,16 +6253,26 @@ msgstr "Webbadressen '%s' kan inte bearbeta" msgid "Robin thinks something is impossible." msgstr "Robin tycker att något är omöjligt" -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Ingen fil får vara större än %1$d byte och den fil du skickade var %2$d " "byte. Försök att ladda upp en mindre version." @@ -6495,10 +6505,10 @@ msgstr "" "antalet taggar. Försök använda eller stryka några befintliga taggar." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "Du har redan %1$d eller flera personer i listan %2$s, vilket är den högsta " "tillåtna antalet. Prova ta bort andra från listan först." diff --git a/locale/te/LC_MESSAGES/statusnet.po b/locale/te/LC_MESSAGES/statusnet.po index fcc1c09715..23880d7856 100644 --- a/locale/te/LC_MESSAGES/statusnet.po +++ b/locale/te/LC_MESSAGES/statusnet.po @@ -10,12 +10,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:37+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:26+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: te\n" @@ -6232,16 +6232,26 @@ msgstr "" msgid "Robin thinks something is impossible." msgstr "ఏదో అసాధ్యమని రాబిన్ అనుకుంటున్నాడు." +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. +#, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + #. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... #, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" msgstr[1] "" @@ -6475,7 +6485,7 @@ msgstr "" #, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" #. TRANS: Exception thrown when inserting a list subscription in the database fails. diff --git a/locale/tl/LC_MESSAGES/statusnet.po b/locale/tl/LC_MESSAGES/statusnet.po index a1d2555322..29fd0dcacb 100644 --- a/locale/tl/LC_MESSAGES/statusnet.po +++ b/locale/tl/LC_MESSAGES/statusnet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:38+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:28+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" @@ -6464,16 +6464,26 @@ msgstr "Hindi maisagawa ang URL na '%s'" msgid "Robin thinks something is impossible." msgstr "Iniisip ni Robin na may isang bagay na hindi talaga maaaring mangyari." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Walang talaksan na maaaring maging mas malaki pa kaysa %1$d byte at ang " "talaksang nais mong ipadala ay %2$d mga byte. Subukang magkarga ng isang mas " @@ -6719,10 +6729,10 @@ msgstr "" "sa umiiral na mga tatak.}}" #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "Naroroon na si %1$d o mahigit pang mga tao sa loob ng talaang %2$s, na " "siyang pinakamataas na pinahihintulutang bilang. Subukan munang tanggalin na " diff --git a/locale/uk/LC_MESSAGES/statusnet.po b/locale/uk/LC_MESSAGES/statusnet.po index 836f42ddab..46d5a2ba93 100644 --- a/locale/uk/LC_MESSAGES/statusnet.po +++ b/locale/uk/LC_MESSAGES/statusnet.po @@ -12,12 +12,12 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:40+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:30+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" @@ -6326,16 +6326,27 @@ msgstr "Неможливо обробити URL «%s»" msgid "Robin thinks something is impossible." msgstr "Робін вважає, що це неможливо." -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "" "Файл не може бути більшим за %1$d байт, а те, що ви хочете надіслати, важить " "%2$d байтів. Спробуйте завантажити меншу версію." @@ -6571,10 +6582,10 @@ msgstr "" "теґи." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "У вашому списку %2$s вже зазначено %1$d або більше користувачів, що " "становить дозволений ліміт. Спробуйте спочатку когось видалити зі списку." diff --git a/locale/zh_CN/LC_MESSAGES/statusnet.po b/locale/zh_CN/LC_MESSAGES/statusnet.po index 24bc292aa2..5ec48eeeeb 100644 --- a/locale/zh_CN/LC_MESSAGES/statusnet.po +++ b/locale/zh_CN/LC_MESSAGES/statusnet.po @@ -18,13 +18,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:42+0000\n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:32+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" @@ -6098,16 +6098,25 @@ msgstr "不能处理 URL “%s”" msgid "Robin thinks something is impossible." msgstr "麦子认为卖烧麦是份很令人愉快的工作。" -#. TRANS: Message given if an upload is larger than the configured maximum. -#. TRANS: %1$d is the byte limit for uploads, %2$d is the byte count for the uploaded file. -#. TRANS: %1$s is used for plural. +#. TRANS: Message used to be inserted as %2$s in the text "No file may +#. TRANS: be larger than %1$d byte and the file you sent was %2$s.". +#. TRANS: %1$d is the number of bytes of an uploaded file. #, php-format +msgid "%1$d byte" +msgid_plural "%1$d bytes" +msgstr[0] "" + +#. TRANS: Message given if an upload is larger than the configured maximum. +#. TRANS: %1$d (used for plural) is the byte limit for uploads, +#. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have +#. TRANS: gettext support multiple plurals in the same message, unfortunately... +#, fuzzy, php-format msgid "" -"No file may be larger than %1$d byte and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d byte and the file you sent was %2$s. Try to " +"upload a smaller version." msgid_plural "" -"No file may be larger than %1$d bytes and the file you sent was %2$d bytes. " -"Try to upload a smaller version." +"No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " +"upload a smaller version." msgstr[0] "文件不能大于%1$d字节,而你上传的文件是%2$d字节。换个小点的试一下。" #. TRANS: Message given if an upload would exceed user quota. @@ -6325,10 +6334,10 @@ msgstr "" "标签。" #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, php-format +#, fuzzy, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " -"allowed number.Try unlisting others first." +"allowed number. Try unlisting others first." msgstr "" "你已经有了 %1$d 或更多的人到列表 %2$s,达到了允许添加的人数上限。试下将其他人" "从列表中删除。" diff --git a/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po b/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po new file mode 100644 index 0000000000..38604305c7 --- /dev/null +++ b/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po @@ -0,0 +1,117 @@ +# Translation of StatusNet - Activity to Lithuanian (Lietuvių) +# Exported from translatewiki.net +# +# Author: Eitvys200 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Activity\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:08+0000\n" +"Language-Team: Lithuanian \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: lt\n" +"X-Message-Group: #out-statusnet-plugin-activity\n" +"Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " +"2 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Text for "joined list" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group home URL, %4$s is a group name. +#. TRANS: Text for "joined group" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group URL, %4$s is a group name. +#, php-format +msgid "%2$s joined the group %4$s." +msgstr "" +"%2$s prisijungė prie grupės %4$s." + +#. TRANS: Text for "started following" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a profile URL, %4$s is a profile name. +#, php-format +msgid "%2$s started following %4$s." +msgstr "%2$s pradėjo sekti %4$s." + +#. TRANS: Text for "started following" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a profile name, %4$s is a profile URL. +#, php-format +msgid "%1$s (%2$s) started following %3$s (%4$s)." +msgstr "" + +#. TRANS: Text for "stopped following" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a profile URL, %4$s is a profile name. +#, php-format +msgid "%2$s stopped following %4$s." +msgstr "%2$s nustojo sekti %4$s." + +#. TRANS: Text for "stopped following" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a profile name, %4$s is a profile URL. +#, php-format +msgid "%1$s (%2$s) stopped following %3$s (%4$s)." +msgstr "" + +#. TRANS: Text for "liked" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a notice URL, %4$s is an author name. +#, php-format +msgid "%2$s liked %4$s's update." +msgstr "" + +#. TRANS: Text for "liked" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is an author name, %4$s is a notice URL. +#, php-format +msgid "%1$s (%2$s) liked %3$s's status (%4$s)." +msgstr "" + +#. TRANS: Text for "stopped liking" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a notice URL, %4$s is an author name. +#, php-format +msgid "" +"%2$s stopped liking %4$s's update." +msgstr "" + +#. TRANS: Text for "stopped liking" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is an author name, %4$s is a notice URL. +#, php-format +msgid "%1$s (%2$s) stopped liking %3$s's status (%4$s)." +msgstr "" + +#. TRANS: Text for "joined group" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a group name, %4$s is a group URL. +#, php-format +msgid "%1$s (%2$s) joined the group %3$s (%4$s)." +msgstr "%1$s (%2$s) prisijungė prie grupės %3$s (%4$s)." + +#. TRANS: Text for "left group" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group URL, %4$s is a group name. +#, php-format +msgid "%2$s left the group %4$s." +msgstr "%2$s paliko grupę %4$s." + +#. TRANS: Text for "left group" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a group name, %4$s is a group URL. +#, php-format +msgid "%1$s (%2$s) left the group %3$s (%4$s)." +msgstr "%1$s (%2$s) paliko grupę %3$s (%4$s)." + +#. TRANS: Plugin description. +msgid "Emits notices when social activities happen." +msgstr "" diff --git a/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po new file mode 100644 index 0000000000..55d84fcb7f --- /dev/null +++ b/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po @@ -0,0 +1,103 @@ +# Translation of StatusNet - Adsense to Lithuanian (Lietuvių) +# Exported from translatewiki.net +# +# Author: Eitvys200 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Adsense\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:11+0000\n" +"Language-Team: Lithuanian \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: lt\n" +"X-Message-Group: #out-statusnet-plugin-adsense\n" +"Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " +"2 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Menu item title/tooltip +msgid "AdSense configuration" +msgstr "AdSense konfigūracija" + +#. TRANS: Menu item for site administration +msgctxt "MENU" +msgid "AdSense" +msgstr "AdSense" + +#. TRANS: Plugin description. +msgid "Plugin to add Google AdSense to StatusNet sites." +msgstr "Įskiepiai Google AdSense pridėjimui į StatusNet svetaines." + +#. TRANS: Title of AdSense administrator panel. +msgctxt "TITLE" +msgid "AdSense" +msgstr "AdSense" + +#. TRANS: Instructions for AdSense administrator panel. +msgid "AdSense settings for this StatusNet site" +msgstr "AdSense nustatymui šiai StatusNet svetainei" + +#. TRANS: Field label in AdSense administration panel. +msgid "Client ID" +msgstr "Kliento ID" + +#. TRANS: Field title in AdSense administration panel. +msgid "Google client ID." +msgstr "Google kliento ID." + +#. TRANS: Field label in AdSense administration panel. +msgid "Ad script URL" +msgstr "" + +#. TRANS: Field title in AdSense administration panel. +msgid "Script URL (advanced)." +msgstr "" + +#. TRANS: Field label in AdSense administration panel. +msgid "Medium rectangle" +msgstr "" + +#. TRANS: Field title in AdSense administration panel. +msgid "Medium rectangle slot code." +msgstr "" + +#. TRANS: Field label in AdSense administration panel. +msgid "Rectangle" +msgstr "" + +#. TRANS: Field title in AdSense administration panel. +msgid "Rectangle slot code." +msgstr "" + +#. TRANS: Field label in AdSense administration panel. +msgid "Leaderboard" +msgstr "" + +#. TRANS: Field title in AdSense administration panel. +msgid "Leaderboard slot code." +msgstr "" + +#. TRANS: Field label in AdSense administration panel. +msgid "Skyscraper" +msgstr "" + +#. TRANS: Field title in AdSense administration panel. +msgid "Wide skyscraper slot code." +msgstr "" + +#. TRANS: Button text to save settings in AdSense administration panel. +msgctxt "BUTTON" +msgid "Save" +msgstr "Išsaugoti" + +#. TRANS: Button title to save settings in AdSense administration panel. +msgid "Save AdSense settings." +msgstr "Išsaugoti AdSense nustatymus." diff --git a/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po index cf70d6ebed..e89fe4628a 100644 --- a/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Adsense to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Adsense to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:25+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:12+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po new file mode 100644 index 0000000000..02a9c5ac77 --- /dev/null +++ b/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po @@ -0,0 +1,32 @@ +# Translation of StatusNet - Autocomplete to Lithuanian (Lietuvių) +# Exported from translatewiki.net +# +# Author: Eitvys200 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Autocomplete\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:22+0000\n" +"Language-Team: Lithuanian \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: lt\n" +"X-Message-Group: #out-statusnet-plugin-autocomplete\n" +"Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " +"2 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Plugin description. +msgid "The autocomplete plugin adds autocompletion for @ replies." +msgstr "" + +#. TRANS: Client exception in autocomplete plugin. +msgid "Access forbidden." +msgstr "Prieiga uždrausta." diff --git a/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po index 345b332f15..7d7a02f13e 100644 --- a/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BitlyUrl to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - BitlyUrl to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:28+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po index fee40c4636..cf20faf07d 100644 --- a/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlankAd to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - BlankAd to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:33+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po b/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po new file mode 100644 index 0000000000..ba146dd3f1 --- /dev/null +++ b/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po @@ -0,0 +1,97 @@ +# Translation of StatusNet - Blog to Lithuanian (Lietuvių) +# Exported from translatewiki.net +# +# Author: Eitvys200 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Blog\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:36+0000\n" +"Language-Team: Lithuanian \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: lt\n" +"X-Message-Group: #out-statusnet-plugin-blog\n" +"Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " +"2 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Client exception thrown when trying to post a blog entry while not logged in. +msgid "Must be logged in to post a blog entry." +msgstr "Turite būti prisijungęs, kad galėtumėte rašyti dienoraščio įrašą." + +#. TRANS: Client exception thrown when trying to post a blog entry without providing a title. +msgid "Title required." +msgstr "Pavadinimas būtinas." + +#. TRANS: Client exception thrown when trying to post a blog entry without providing content. +msgid "Content required." +msgstr "Turinys būtinas." + +#. TRANS: Page title after sending a notice. +msgid "Blog entry saved" +msgstr "Dienoraščio įrašas išsaugotas" + +#. TRANS: Plugin description. +msgid "Let users write and share long-form texts." +msgstr "" + +#. TRANS: Blog application title. +msgctxt "TITLE" +msgid "Blog" +msgstr "Dienoraštis" + +#. TRANS: Exception thrown when there are too many activity objects. +msgid "Too many activity objects." +msgstr "Per daug aktyvių objektui." + +#. TRANS: Exception thrown when blog plugin comes across a non-blog entry type object. +msgid "Wrong type for object." +msgstr "" + +#. TRANS: Exception thrown when blog plugin comes across a undefined verb. +msgid "Unknown verb for blog entries." +msgstr "" + +#. TRANS: Exception thrown when requesting a non-existing blog entry for notice. +#, php-format +msgid "No blog entry for notice %s." +msgstr "" + +#. TRANS: Client exception thrown when referring to a non-existing blog entry. +msgid "No such entry." +msgstr "Tokio įrašo nėra." + +#. TRANS: Title for a blog entry without a title. +msgid "Untitled" +msgstr "" + +#. TRANS: Field label on blog entry form. +msgctxt "LABEL" +msgid "Title" +msgstr "" + +#. TRANS: Field title on blog entry form. +msgid "Title of the blog entry." +msgstr "" + +#. TRANS: Field label on blog entry form. +msgctxt "LABEL" +msgid "Text" +msgstr "Tekstas" + +#. TRANS: Field title on blog entry form. +msgid "Text of the blog entry." +msgstr "" + +#. TRANS: Button text to save a blog entry. +msgctxt "BUTTON" +msgid "Save" +msgstr "Išsaugoti" diff --git a/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po new file mode 100644 index 0000000000..3aa265fc3d --- /dev/null +++ b/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po @@ -0,0 +1,46 @@ +# Translation of StatusNet - BlogspamNet to Lithuanian (Lietuvių) +# Exported from translatewiki.net +# +# Author: Eitvys200 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - BlogspamNet\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:37+0000\n" +"Language-Team: Lithuanian \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: lt\n" +"X-Message-Group: #out-statusnet-plugin-blogspamnet\n" +"Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " +"2 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Server exception thrown when blogspam.net returns error status. +#. TRANS: %1$s is the base URL, %2$s is the error (unknown contents; no period). +#, php-format +msgid "Error from %1$s: %2$s" +msgstr "Klaida iš %1$s: %2$s" + +#. TRANS: Server exception thrown when blogspam.net returns spam status. +#. TRANS: Does not end with period because of unknown contents for %s (spam match). +#, php-format +msgid "Spam checker results: %s" +msgstr "Šlamštas tikrintuvo rezultatai: %s" + +#. TRANS: Server exception thrown when blogspam.net returns an unexpected status. +#. TRANS: %1$s is the base URL, %2$s is the response (unknown contents; no period). +#, php-format +msgid "Unexpected response from %1$s: %2$s" +msgstr "Netikėtas atsakymas iš %1$s: %2$s" + +#. TRANS: Plugin description. +msgid "Plugin to check submitted notices with blogspam.net." +msgstr "" diff --git a/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po index 451507da9c..f9db9506ff 100644 --- a/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - BlogspamNet to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - BlogspamNet to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:59+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:37+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po index d2713c056c..47e9136889 100644 --- a/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - CacheLog to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - CacheLog to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:44+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po index 209d86829d..23669c0225 100644 --- a/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ClientSideShorten to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - ClientSideShorten to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:49+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po b/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po index 9f81291b5e..f0f51a5db2 100644 --- a/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Comet to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Comet to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:15+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:50+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po index b9707d50c4..030f3edba4 100644 --- a/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DirectionDetector to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - DirectionDetector to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:18+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:52+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po index b148b28079..ac1bc1e365 100644 --- a/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DiskCache to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - DiskCache to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:46:58+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po index 887f6ec84f..6bb0ca65a0 100644 --- a/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Disqus to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Disqus to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:47:00+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po index 90d127c754..e7554337d7 100644 --- a/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - DomainStatusNetwork to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - DomainStatusNetwork to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:33+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:47:01+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po new file mode 100644 index 0000000000..21fd0e7390 --- /dev/null +++ b/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po @@ -0,0 +1,82 @@ +# Translation of StatusNet - DomainWhitelist to Lithuanian (Lietuvių) +# Exported from translatewiki.net +# +# Author: Eitvys200 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - DomainWhitelist\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:47:04+0000\n" +"Language-Team: Lithuanian \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: lt\n" +"X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" +"Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " +"2 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist. +#. TRANS: %s is a whitelisted e-mail domain. +#, php-format +msgid "Email address must be in this domain: %s." +msgstr "Elektroninio pašto adresas turi būti šiame domene: %s." + +#. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist. +#. TRANS: %s are whitelisted e-mail domains separated by comma's (localisable). +#, php-format +msgid "Email address must be in one of these domains: %s." +msgstr "Elektroninio pašto adresas turi būti viename iš šių domenų: %s." + +#. TRANS: Separator for whitelisted domains. +msgctxt "SEPARATOR" +msgid ", " +msgstr ", " + +#. TRANS: Exception thrown when an e-mail address does not match the site's domain whitelist. +msgid "That email address is not allowed on this site." +msgstr "Šis el. pašto adresas neleidžiamas šioje svetainėje." + +#. TRANS: Title for invitiation deletion dialog. +msgid "Confirmation Required" +msgstr "Reikalingas Patvirtinimas" + +#. TRANS: Confirmation text for invitation deletion dialog. +msgid "Really delete this invitation?" +msgstr "" + +#. TRANS: Plugin description. +msgid "Restrict domains for email users." +msgstr "" + +#. TRANS: Form legend. +msgid "Invite collegues" +msgstr "" + +#. TRANS: Field label for a personal message to send to invitees. +msgid "Personal message" +msgstr "Asmeninis pranešimas" + +#. TRANS: Field title for a personal message to send to invitees. +msgid "Optionally add a personal message to the invitation." +msgstr "" + +#. TRANS: Link description to action to add another item to a list. +msgid "Add another item" +msgstr "Pridėti kitą failą" + +#. TRANS: Send button for inviting friends. +msgctxt "BUTTON" +msgid "Send" +msgstr "Siųsti" + +#. TRANS: Submit button title. +msgid "Send invitations." +msgstr "Siųsti kvietimus." diff --git a/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po b/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po index 262ed4b442..26cc7c91b2 100644 --- a/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Echo to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Echo to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:47:05+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po index 60c2106d98..a8b73444e8 100644 --- a/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - EmailAuthentication to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - EmailAuthentication to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:47:07+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Event/locale/fr/LC_MESSAGES/Event.po b/plugins/Event/locale/fr/LC_MESSAGES/Event.po index 49c20cb37c..6092b601e9 100644 --- a/plugins/Event/locale/fr/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/fr/LC_MESSAGES/Event.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:54+0000\n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:47:21+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -213,7 +213,7 @@ msgstr "Heure de fin de l'événement." #. TRANS: Field label on event form. msgctxt "LABEL" msgid "Where?" -msgstr "" +msgstr "Où ?" #. TRANS: Field title on event form. msgid "Event location." @@ -410,7 +410,7 @@ msgstr "L'événement doit avoir une heure de fin." #. TRANS: Client exception thrown when trying to post an event with an invalid URL. msgid "URL must be valid." -msgstr "" +msgstr "L’URL doit être valide." #. TRANS: Field label for event description. msgid "Time:" diff --git a/plugins/Event/locale/ia/LC_MESSAGES/Event.po b/plugins/Event/locale/ia/LC_MESSAGES/Event.po index 2e3869124c..147b9376cd 100644 --- a/plugins/Event/locale/ia/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ia/LC_MESSAGES/Event.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:54+0000\n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:47:21+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" @@ -36,11 +36,11 @@ msgstr "(1 hora)" #, php-format msgid "(%.1f hours)" -msgstr "" +msgstr "(%.1f horas)" #, php-format msgid "(%d hours)" -msgstr "" +msgstr "(%d horas)" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." diff --git a/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po index 533211868b..46a3a100fa 100644 --- a/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - FirePHP to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - FirePHP to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:47:35+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po index ebdd193898..aaa31ca546 100644 --- a/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GeoURL to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - GeoURL to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:32+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:47:42+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po index 872ce3e804..4c0b28319e 100644 --- a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - GoogleAnalytics to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - GoogleAnalytics to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:43+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:47:44+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po b/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po index 0a3b946347..92419aafe9 100644 --- a/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Imap to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Imap to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:14+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:47:54+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po index 4867b0d692..779ea987b6 100644 --- a/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - InfiniteScroll to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - InfiniteScroll to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:47:56+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po index a025062dda..f7234f74a8 100644 --- a/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - LilUrl to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - LilUrl to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:05+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po index 3645f59b27..c982e196d6 100644 --- a/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Linkback to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Linkback to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:07+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po index 86f15abe9c..f55299293d 100644 --- a/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Mapstraction to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Mapstraction to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:12+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po index 266184b8f4..d436157ccf 100644 --- a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcache to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Memcache to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:47+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:14+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po index 8bb1fc8487..ddc44911ed 100644 --- a/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Memcached to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Memcached to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:16+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po index 27eba85aff..75feb14867 100644 --- a/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Meteor to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Meteor to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:52+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:18+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po b/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po index d8f322a796..2841da3313 100644 --- a/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Minify to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Minify to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:19+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po new file mode 100644 index 0000000000..5e02de8763 --- /dev/null +++ b/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po @@ -0,0 +1,39 @@ +# Translation of StatusNet - MobileProfile to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Fitoschido +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - MobileProfile\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:20+0000\n" +"Language-Team: Spanish \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: es\n" +"X-Message-Group: #out-statusnet-plugin-mobileprofile\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception thrown when requesting a not supported media type. +msgid "This page is not available in a media type you accept." +msgstr "Esta página no está disponible en el tipo de medio que aceptas." + +#. TRANS: Link to switch site layout from mobile to desktop mode. Appears at very bottom of page. +msgid "Switch to desktop site layout." +msgstr "Cambiar al formato de escritorio del sitio." + +#. TRANS: Link to switch site layout from desktop to mobile mode. Appears at very bottom of page. +msgid "Switch to mobile site layout." +msgstr "Cambiar al formato para móviles del sitio." + +#. TRANS: Plugin description. +msgid "XHTML MobileProfile output for supporting user agents." +msgstr "" diff --git a/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po index 08b1f8f580..60153514a3 100644 --- a/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - MobileProfile to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - MobileProfile to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:21+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po index ae67bd2f0f..adfe4ed014 100644 --- a/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:59+0000\n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:24+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -62,4 +62,4 @@ msgstr "" #. TRANS: Label for access to remote profile options. msgid "Remote profile options..." -msgstr "Options de profil distantes..." +msgstr "Options de profil distant..." diff --git a/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po index a9fdc31c15..d5a516be84 100644 --- a/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - NoticeTitle to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - NoticeTitle to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:30+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po b/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po new file mode 100644 index 0000000000..fabaa98731 --- /dev/null +++ b/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po @@ -0,0 +1,59 @@ +# Translation of StatusNet - OMB to French (Français) +# Exported from translatewiki.net +# +# Author: Od1n +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OMB\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:32+0000\n" +"Language-Team: French \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: fr\n" +"X-Message-Group: #out-statusnet-plugin-omb\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. TRANS: Button text on page for remote subscribe. +#. TRANS: Link text for link that will subscribe to a remote profile. +msgctxt "BUTTON" +msgid "Subscribe" +msgstr "S’abonner" + +#. TRANS: Button text on Authorise Subscription page. +msgctxt "BUTTON" +msgid "Accept" +msgstr "Accepter" + +#. TRANS: Button text on Authorise Subscription page. +msgctxt "BUTTON" +msgid "Reject" +msgstr "Rejeter" + +#. TRANS: Client error displayed trying to subscribe to an OMB 0.1 remote profile. +msgid "You cannot subscribe to an OMB 0.1 remote profile with this action." +msgstr "" + +#. TRANS: Client error displayed when trying to add an OMB 0.1 remote profile to a list. +msgid "You cannot list an OMB 0.1 remote profile with this action." +msgstr "" + +#. TRANS: Client error displayed when trying to (un)list an OMB 0.1 remote profile. +msgid "You cannot (un)list an OMB 0.1 remote profile with this action." +msgstr "" + +#. TRANS: Exception thrown when the OMB token for a subscription could not deleted on the server. +msgid "Could not delete subscription OMB token." +msgstr "" + +#. TRANS: Plugin description. +msgid "A sample plugin to show basics of development for new hackers." +msgstr "" diff --git a/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po index a66c0a859a..ba3bdc11a1 100644 --- a/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po @@ -2,6 +2,7 @@ # Exported from translatewiki.net # # Author: Fujnky +# Author: George Animal # Author: Giftpflanze # Author: Michael # Author: Tiin @@ -12,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:52+0000\n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:02+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" @@ -631,9 +632,8 @@ msgstr "Konnte Remotebenutzer %1$s nicht aus der Gruppe %2$s entfernen." #. TRANS: Client error displayed when referring to a non-existing list. #. TRANS: Client error. -#, fuzzy msgid "No such list." -msgstr "Unbekannter Benutzer." +msgstr "Liste nicht gefunden." #. TRANS: Client error displayed when trying to send a message to a remote list. #, fuzzy diff --git a/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po index 0da37ae517..0ee3fab843 100644 --- a/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po @@ -14,13 +14,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:53+0000\n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:02+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -412,7 +412,7 @@ msgstr "Déjà abonné !" #. TRANS: OStatus remote subscription dialog error. msgid "Remote subscription failed!" -msgstr "Ĺ’abonnement distant a échoué !" +msgstr "L’abonnement distant a échoué !" #. TRANS: Client error displayed when the session token does not match or is not given. msgid "There was a problem with your session token. Try again, please." diff --git a/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po index 40f8b8aa8a..a2a6a77b62 100644 --- a/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - OpenExternalLinkTarget to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - OpenExternalLinkTarget to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:16+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:48:33+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po index e94bf75820..441eeacaf6 100644 --- a/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PiwikAnalytics to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - PiwikAnalytics to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:05+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po index 235b4d9018..c650513639 100644 --- a/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PostDebug to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - PostDebug to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:10+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po index 171a58ab75..7c66677248 100644 --- a/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - PtitUrl to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - PtitUrl to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:14+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po b/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po index ceefefa4c8..caf84e5f05 100644 --- a/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:13+0000\n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:19+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -260,26 +260,22 @@ msgid "Answer" msgstr "Réponse" #. TRANS: Field label for a new question. -#, fuzzy msgctxt "LABEL" msgid "Title" msgstr "Titre" #. TRANS: Field title for a new question. -#, fuzzy msgid "The title of your question." -msgstr "Titre de votre question" +msgstr "Le titre de votre question." #. TRANS: Field label for question details. -#, fuzzy msgctxt "LABEL" msgid "Description" msgstr "Description" #. TRANS: Field title for question details. -#, fuzzy msgid "Your question in detail." -msgstr "Votre question en détail" +msgstr "Votre question en détail." #. TRANS: Button text for saving a new question. msgctxt "BUTTON" diff --git a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po index eddb4171be..bda9481279 100644 --- a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po @@ -2,6 +2,7 @@ # Exported from translatewiki.net # # Author: Peter17 +# Author: Verdy p # -- # This file is distributed under the same license as the StatusNet package. # @@ -9,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:22+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" @@ -37,12 +38,12 @@ msgstr "" #. TRANS: Text label for realtime view "play" button, usually replaced by an icon. msgctxt "BUTTON" msgid "Play" -msgstr "Jouer" +msgstr "Lecture" #. TRANS: Tooltip for realtime view "play" button. msgctxt "TOOLTIP" msgid "Play" -msgstr "Jouer" +msgstr "Lecture" #. TRANS: Text label for realtime view "pause" button msgctxt "BUTTON" diff --git a/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po index 908da69a4d..8e8413fef4 100644 --- a/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - Recaptcha to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - Recaptcha to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:24+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po index 98551424fd..da5b72f5fe 100644 --- a/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - ReverseUsernameAuthentication to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - ReverseUsernameAuthentication to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:26+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:30+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po index 55d5ff4ba8..abce895bf4 100644 --- a/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - SimpleUrl to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - SimpleUrl to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:39+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:39+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po index c48e7110df..eac6011cce 100644 --- a/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TabFocus to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - TabFocus to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:52+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po index db932d300f..c6b0659077 100644 --- a/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TightUrl to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - TightUrl to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:56+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po index 7d3ac9cefa..f21183c658 100644 --- a/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - TinyMCE to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - TinyMCE to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:46+0000\n" +"PO-Revision-Date: 2011-12-28 11:49:57+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po index 1c05001ae2..e8b2d8b1c2 100644 --- a/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - UserLimit to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - UserLimit to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:50:10+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po b/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po index a797165181..609ee8d1ee 100644 --- a/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - XCache to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - XCache to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2011-12-28 11:45+0000\n" +"PO-Revision-Date: 2011-12-28 11:50:14+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" +"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" "30)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" From eb05bdfcaf7159e35d162b49c7625066a5c040f8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 30 Dec 2011 22:16:22 -0800 Subject: [PATCH 12/71] remove debug message I'm sick of seeing --- actions/userrss.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/actions/userrss.php b/actions/userrss.php index 85ea2fd7fa..99330af57f 100644 --- a/actions/userrss.php +++ b/actions/userrss.php @@ -29,8 +29,6 @@ class UserrssAction extends Rss10Action function prepare($args) { - common_debug("UserrssAction"); - parent::prepare($args); $nickname = $this->trimmed('nickname'); $this->user = User::staticGet('nickname', $nickname); From c9fbe2ead7e789e690ebcb37336ad0bf9adcd25f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 30 Dec 2011 22:23:50 -0800 Subject: [PATCH 13/71] remove common_debug() from search.json, search.atom --- actions/apisearchatom.php | 2 -- actions/apisearchjson.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/actions/apisearchatom.php b/actions/apisearchatom.php index 32ff918da3..075a4df83d 100644 --- a/actions/apisearchatom.php +++ b/actions/apisearchatom.php @@ -92,8 +92,6 @@ class ApiSearchAtomAction extends ApiPrivateAuthAction */ function prepare($args) { - common_debug("in apisearchatom prepare()"); - parent::prepare($args); $this->query = $this->trimmed('q'); diff --git a/actions/apisearchjson.php b/actions/apisearchjson.php index dd442b7f24..79b2666554 100644 --- a/actions/apisearchjson.php +++ b/actions/apisearchjson.php @@ -63,8 +63,6 @@ class ApiSearchJSONAction extends ApiPrivateAuthAction */ function prepare($args) { - common_debug("apisearchjson prepare()"); - parent::prepare($args); $this->query = $this->trimmed('q'); From 9092eb55355a6b89845095ec5585dd0c7aac5c66 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 30 Dec 2011 23:09:17 -0800 Subject: [PATCH 14/71] throw exception on sphinx search error --- plugins/SphinxSearch/sphinxsearch.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/SphinxSearch/sphinxsearch.php b/plugins/SphinxSearch/sphinxsearch.php index 46b5e3e28a..607ac76d27 100644 --- a/plugins/SphinxSearch/sphinxsearch.php +++ b/plugins/SphinxSearch/sphinxsearch.php @@ -65,6 +65,9 @@ class SphinxSearch extends SearchEngine function query($q) { $result = $this->sphinx->query($q, $this->remote_table()); + if ($result === false) { + throw new ServerException($this->sphinx->getLastError()); + } if (!isset($result['matches'])) return false; $id_set = join(', ', array_keys($result['matches'])); $this->target->whereAdd("id in ($id_set)"); From 70aada690b1ea3280878ab883ab616e7a39a0584 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Dec 2011 01:56:26 -0800 Subject: [PATCH 15/71] add objectType, content to activity objects in JSON --- lib/activityobject.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/activityobject.php b/lib/activityobject.php index 7204980d40..4c11be8597 100644 --- a/lib/activityobject.php +++ b/lib/activityobject.php @@ -692,9 +692,6 @@ class ActivityObject // id $object['id'] = $this->id; - // - // XXX: Should we use URL here? or a crazy tag URI? - $object['id'] = $this->id; if ($this->type == ActivityObject::PERSON || $this->type == ActivityObject::GROUP) { @@ -737,14 +734,17 @@ class ActivityObject // We can probably use the whole schema URL here but probably the // relative simple name is easier to parse // @fixme this breaks extension URIs - $object['type'] = substr($this->type, strrpos($this->type, '/') + 1); - - // published (probably don't need. Might be useful for repeats.) + $object['objectType'] = substr($this->type, strrpos($this->type, '/') + 1); // summary $object['summary'] = $this->summary; - // udpated (probably don't need this) + // summary + $object['content'] = $this->content; + + // published (probably don't need. Might be useful for repeats.) + + // updated (probably don't need this) // TODO: upstreamDuplicates From 6ca729803b1e8023f4e130cae7e8a4df6f9a5c84 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Dec 2011 02:01:51 -0800 Subject: [PATCH 16/71] activity streams json 'count' => 'totalItems' --- lib/activitystreamjsondocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/activitystreamjsondocument.php b/lib/activitystreamjsondocument.php index 6d17075931..c67fc5a42f 100644 --- a/lib/activitystreamjsondocument.php +++ b/lib/activitystreamjsondocument.php @@ -168,7 +168,7 @@ class ActivityStreamJSONDocument extends JSONActivityCollection $this->doc['generator'] = 'StatusNet ' . STATUSNET_VERSION; // extension $this->doc['title'] = $this->title; $this->doc['url'] = $this->url; - $this->doc['count'] = $this->count; + $this->doc['totalItems'] = $this->count; $this->doc['items'] = $this->items; $this->doc['links'] = $this->links; // extension return json_encode(array_filter($this->doc)); // filter out empty elements From bff89bc864dadf90728ea802825d7da445cd9158 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Dec 2011 02:31:26 -0800 Subject: [PATCH 17/71] catch up to spec --- lib/activity.php | 44 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/lib/activity.php b/lib/activity.php index 5234a54c03..99c76c9126 100644 --- a/lib/activity.php +++ b/lib/activity.php @@ -389,9 +389,32 @@ class Activity $activity['geopoint'] = array( 'type' => 'Point', - 'coordinates' => array($loc->lat, $loc->lon) + 'coordinates' => array($loc->lat, $loc->lon), + 'deprecated' => true, ); + $lat = $loc->lat + 0.0; + $lon = $loc->lon + 0.0; + + $position = (($lat > 0.0) ? ("+".$lat) : $lat) . "." . + (($lon > 0.0) ? ("+".$lon) : $lon) . "/"; + + $activity['location'] = array( + 'objectType' => 'place', + 'position' => $position + ); + + $name = $loc->getName(); + + if ($name) { + $activity['location']['displayName'] = $name; + } + + $url = $loc->getURL(); + + if ($url) { + $activity['location']['url'] = $url; + } } $activity['to'] = $this->context->getToArray(); @@ -487,15 +510,20 @@ class Activity /* Purely extensions hereafter */ - $tags = array(); - - // Use an Activity Object for term? Which object? Note? - foreach ($this->categories as $cat) { - $tags[] = $cat->term; + if ($activity['verb'] == 'post') { + $tags = array(); + foreach ($this->categories as $cat) { + if (mb_strlen($cat->term) > 0) { + // Couldn't figure out which object type to use, so... + $tags[] = array('objectType' => 'http://activityschema.org/object/hashtag', + 'displayName' => $cat->term); + } + } + if (count($tags) > 0) { + $activity['object']['tags'] = $tags; + } } - $activity['tags'] = $tags; - // XXX: a bit of a hack... Since JSON isn't namespaced we probably // shouldn't be using 'statusnet:notice_info', but this will work // for the moment. From d22fc7423ce2365e229fb41e0dae97f069ec2214 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Dec 2011 08:56:54 -0800 Subject: [PATCH 18/71] Hide posts by silenced users --- classes/Notice.php | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/classes/Notice.php b/classes/Notice.php index 9ee5696e3f..38e41d29f1 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -2381,6 +2381,22 @@ class Notice extends Managed_DataObject $scope = self::defaultScope(); } + $author = $this->getProfile(); + + // Author is always in scope + + if ($author->id == $profile->id) { + return true; + } + + // If the author is silenced, only show to + // folks who can un-silence; note ignores scope + + if ($author->hasRole(Profile_role::SILENCED) && + (empty($profile) || !$profile->hasRight(Right::SILENCEUSER))) { + return false; + } + // If there's no scope, anyone (even anon) is in scope. if ($scope == 0) { @@ -2393,12 +2409,6 @@ class Notice extends Managed_DataObject return false; } - // Author is always in scope - - if ($this->profile_id == $profile->id) { - return true; - } - // Only for users on this site if ($scope & Notice::SITE_SCOPE) { @@ -2445,7 +2455,6 @@ class Notice extends Managed_DataObject // Only for followers of the author if ($scope & Notice::FOLLOWER_SCOPE) { - $author = $this->getProfile(); if (!Subscription::exists($profile, $author)) { return false; } From 7bb59ad2a154c75949d856c84dced71b2fe59a20 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Dec 2011 09:09:07 -0800 Subject: [PATCH 19/71] don't show profile page of silenced users --- actions/showstream.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/actions/showstream.php b/actions/showstream.php index a3b1794313..4a7d758380 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -63,6 +63,15 @@ class ShowstreamAction extends ProfileAction $p = Profile::current(); + // Only the user him/herself, or someone with the power to unsilence, + // can view the page of a silenced user. + + if (($this->profile->hasRole(Profile_role::SILENCED)) && + (empty($p) || (($p->id != $this->profile->id) && (!$p->hasRight(Right::SILENCEUSER))))) { + throw new ServerException(sprintf(_("User %s has been silenced."), $this->profile->nickname), + 403); + } + if (empty($this->tag)) { $stream = new ProfileNoticeStream($this->profile, $p); } else { From 04f71a42d397fe4ed2737f64844925894ecbd7db Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Dec 2011 09:15:32 -0800 Subject: [PATCH 20/71] when silencing, blow scope for not-logged-in users --- classes/Profile.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/classes/Profile.php b/classes/Profile.php index 3b3e43025b..59a2e0eced 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -1139,11 +1139,20 @@ class Profile extends Managed_DataObject function silence() { $this->grantRole(Profile_role::SILENCED); + $this->blowRecentNoticeScope(); } function unsilence() { $this->revokeRole(Profile_role::SILENCED); + $this->blowRecentNoticeScope(); + } + + function blowRecentNoticeScope() { + $notice = $this->getNotices(0, CachingNoticeStream::CACHE_WINDOW); + while ($notice->fetch()) { + self::blow(sprintf('notice:in-scope-for:%d:null', $notice->id)); + } } /** From 70f9d41c4cc90eeb27d99223567fa5a741082a34 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Dec 2011 09:34:42 -0800 Subject: [PATCH 21/71] Revert "Hide posts by silenced users" This reverts commit d22fc7423ce2365e229fb41e0dae97f069ec2214. --- classes/Notice.php | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/classes/Notice.php b/classes/Notice.php index 38e41d29f1..9ee5696e3f 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -2381,22 +2381,6 @@ class Notice extends Managed_DataObject $scope = self::defaultScope(); } - $author = $this->getProfile(); - - // Author is always in scope - - if ($author->id == $profile->id) { - return true; - } - - // If the author is silenced, only show to - // folks who can un-silence; note ignores scope - - if ($author->hasRole(Profile_role::SILENCED) && - (empty($profile) || !$profile->hasRight(Right::SILENCEUSER))) { - return false; - } - // If there's no scope, anyone (even anon) is in scope. if ($scope == 0) { @@ -2409,6 +2393,12 @@ class Notice extends Managed_DataObject return false; } + // Author is always in scope + + if ($this->profile_id == $profile->id) { + return true; + } + // Only for users on this site if ($scope & Notice::SITE_SCOPE) { @@ -2455,6 +2445,7 @@ class Notice extends Managed_DataObject // Only for followers of the author if ($scope & Notice::FOLLOWER_SCOPE) { + $author = $this->getProfile(); if (!Subscription::exists($profile, $author)) { return false; } From 25f1e169520568bcfa61eaf281eee2fbb1f9b6e0 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Dec 2011 09:34:59 -0800 Subject: [PATCH 22/71] Revert "don't show profile page of silenced users" This reverts commit 7bb59ad2a154c75949d856c84dced71b2fe59a20. --- actions/showstream.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/actions/showstream.php b/actions/showstream.php index 4a7d758380..a3b1794313 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -63,15 +63,6 @@ class ShowstreamAction extends ProfileAction $p = Profile::current(); - // Only the user him/herself, or someone with the power to unsilence, - // can view the page of a silenced user. - - if (($this->profile->hasRole(Profile_role::SILENCED)) && - (empty($p) || (($p->id != $this->profile->id) && (!$p->hasRight(Right::SILENCEUSER))))) { - throw new ServerException(sprintf(_("User %s has been silenced."), $this->profile->nickname), - 403); - } - if (empty($this->tag)) { $stream = new ProfileNoticeStream($this->profile, $p); } else { From 3117c380442a02f572c0ae63035fa7457e8b106f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Dec 2011 09:35:22 -0800 Subject: [PATCH 23/71] Revert "when silencing, blow scope for not-logged-in users" This reverts commit 04f71a42d397fe4ed2737f64844925894ecbd7db. --- classes/Profile.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/classes/Profile.php b/classes/Profile.php index 59a2e0eced..3b3e43025b 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -1139,20 +1139,11 @@ class Profile extends Managed_DataObject function silence() { $this->grantRole(Profile_role::SILENCED); - $this->blowRecentNoticeScope(); } function unsilence() { $this->revokeRole(Profile_role::SILENCED); - $this->blowRecentNoticeScope(); - } - - function blowRecentNoticeScope() { - $notice = $this->getNotices(0, CachingNoticeStream::CACHE_WINDOW); - while ($notice->fetch()) { - self::blow(sprintf('notice:in-scope-for:%d:null', $notice->id)); - } } /** From 3d87176ecec357a9d0812c50a7f50376eb465b03 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Dec 2011 10:26:07 -0800 Subject: [PATCH 24/71] Better position formatting --- lib/activity.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/activity.php b/lib/activity.php index 99c76c9126..9f0186c650 100644 --- a/lib/activity.php +++ b/lib/activity.php @@ -393,15 +393,9 @@ class Activity 'deprecated' => true, ); - $lat = $loc->lat + 0.0; - $lon = $loc->lon + 0.0; - - $position = (($lat > 0.0) ? ("+".$lat) : $lat) . "." . - (($lon > 0.0) ? ("+".$lon) : $lon) . "/"; - $activity['location'] = array( 'objectType' => 'place', - 'position' => $position + 'position' => sprintf("%+02.5F.%+03.5F/", $loc->lat, $loc->lon); ); $name = $loc->getName(); From 8c9d96781473af49f73a8cd430e6d12f1bde9d2e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Dec 2011 19:05:41 -0800 Subject: [PATCH 25/71] syntax error in position in activity streams json --- lib/activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/activity.php b/lib/activity.php index 9f0186c650..d94b168004 100644 --- a/lib/activity.php +++ b/lib/activity.php @@ -395,7 +395,7 @@ class Activity $activity['location'] = array( 'objectType' => 'place', - 'position' => sprintf("%+02.5F.%+03.5F/", $loc->lat, $loc->lon); + 'position' => sprintf("%+02.5F.%+03.5F/", $loc->lat, $loc->lon), ); $name = $loc->getName(); From 71fa1d246266be6cae29b1849343286baa69c4de Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 3 Jan 2012 11:03:18 -0800 Subject: [PATCH 26/71] slight improvement in location output --- lib/activity.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/activity.php b/lib/activity.php index d94b168004..e352baf639 100644 --- a/lib/activity.php +++ b/lib/activity.php @@ -395,7 +395,9 @@ class Activity $activity['location'] = array( 'objectType' => 'place', - 'position' => sprintf("%+02.5F.%+03.5F/", $loc->lat, $loc->lon), + 'position' => sprintf("%+02.5F%+03.5F/", $loc->lat, $loc->lon), + 'lat' => $loc->lat, + 'lon' => $loc->lon ); $name = $loc->getName(); From e3f06ee220cd33beca20aa7c0ab64ed9ae08bf79 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 10 Jan 2012 10:51:36 -0500 Subject: [PATCH 27/71] Use X-Client header for IP for load-balancers --- plugins/RegisterThrottle/RegisterThrottlePlugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/RegisterThrottle/RegisterThrottlePlugin.php b/plugins/RegisterThrottle/RegisterThrottlePlugin.php index 7ad7809bac..1e686bd62b 100644 --- a/plugins/RegisterThrottle/RegisterThrottlePlugin.php +++ b/plugins/RegisterThrottle/RegisterThrottlePlugin.php @@ -223,6 +223,7 @@ class RegisterThrottlePlugin extends Plugin private function _getIpAddress() { $keys = array('HTTP_X_FORWARDED_FOR', + 'HTTP_X_CLIENT', 'CLIENT-IP', 'REMOTE_ADDR'); From 98acec74f5c19050163c9233588a6fb46bd0c52d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 20 Jan 2012 10:34:59 -0500 Subject: [PATCH 28/71] rel=me for homepage in profile block --- lib/profileblock.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/profileblock.php b/lib/profileblock.php index 1162b78422..eb19a1a9aa 100644 --- a/lib/profileblock.php +++ b/lib/profileblock.php @@ -127,6 +127,7 @@ abstract class ProfileBlock extends Widget if (!empty($homepage)) { $this->out->element('a', array('href' => $homepage, + 'rel' => 'me', 'class' => 'profile_block_homepage'), $homepage); } From cebb565f187ef034aa9d8849bab129e589c228ec Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 20 Jan 2012 20:07:45 +0100 Subject: [PATCH 29/71] Localisation updates from http://translatewiki.net. --- locale/be-tarask/LC_MESSAGES/statusnet.po | 123 ++++++++++-------- locale/br/LC_MESSAGES/statusnet.po | 48 +++---- locale/ca/LC_MESSAGES/statusnet.po | 10 +- locale/de/LC_MESSAGES/statusnet.po | 106 +++++++-------- locale/es/LC_MESSAGES/statusnet.po | 10 +- locale/eu/LC_MESSAGES/statusnet.po | 20 +-- locale/fr/LC_MESSAGES/statusnet.po | 91 +++++-------- locale/fur/LC_MESSAGES/statusnet.po | 36 +++-- locale/gl/LC_MESSAGES/statusnet.po | 10 +- locale/he/LC_MESSAGES/statusnet.po | 28 ++-- locale/hsb/LC_MESSAGES/statusnet.po | 57 ++++---- locale/hu/LC_MESSAGES/statusnet.po | 11 +- locale/ia/LC_MESSAGES/statusnet.po | 10 +- locale/ko/LC_MESSAGES/statusnet.po | 9 +- locale/mk/LC_MESSAGES/statusnet.po | 10 +- locale/nl/LC_MESSAGES/statusnet.po | 10 +- locale/pl/LC_MESSAGES/statusnet.po | 9 +- locale/pt_BR/LC_MESSAGES/statusnet.po | 9 +- locale/ru/LC_MESSAGES/statusnet.po | 10 +- locale/sv/LC_MESSAGES/statusnet.po | 10 +- locale/tl/LC_MESSAGES/statusnet.po | 10 +- locale/uk/LC_MESSAGES/statusnet.po | 10 +- locale/zh_CN/LC_MESSAGES/statusnet.po | 44 +++---- plugins/APC/locale/nb/LC_MESSAGES/APC.po | 15 +-- plugins/Blog/locale/fr/LC_MESSAGES/Blog.po | 10 +- .../locale/ar/LC_MESSAGES/DomainWhitelist.po | 10 +- .../locale/ca/LC_MESSAGES/DomainWhitelist.po | 10 +- .../locale/de/LC_MESSAGES/DomainWhitelist.po | 10 +- .../locale/es/LC_MESSAGES/DomainWhitelist.po | 10 +- .../locale/gl/LC_MESSAGES/DomainWhitelist.po | 10 +- .../locale/ia/LC_MESSAGES/DomainWhitelist.po | 10 +- .../locale/lt/LC_MESSAGES/DomainWhitelist.po | 10 +- .../locale/mk/LC_MESSAGES/DomainWhitelist.po | 10 +- .../locale/nl/LC_MESSAGES/DomainWhitelist.po | 10 +- .../locale/tl/LC_MESSAGES/DomainWhitelist.po | 10 +- .../locale/uk/LC_MESSAGES/DomainWhitelist.po | 10 +- plugins/Echo/locale/eu/LC_MESSAGES/Echo.po | 31 +++++ .../locale/fr/LC_MESSAGES/EmailReminder.po | 53 ++++++++ plugins/Event/locale/ar/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/br/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/ca/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/de/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/eu/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/fr/LC_MESSAGES/Event.po | 14 +- plugins/Event/locale/gl/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/ia/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/mk/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/ms/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/nl/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/pt/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/tl/LC_MESSAGES/Event.po | 10 +- plugins/Event/locale/uk/LC_MESSAGES/Event.po | 10 +- .../locale/eu/LC_MESSAGES/Geonames.po | 10 +- .../locale/ca/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/ce/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/de/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/es/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/eu/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/fr/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/fur/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/gl/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/ia/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/mk/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/nb/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/nl/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/ru/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/sv/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/tl/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/uk/LC_MESSAGES/MobileProfile.po | 10 +- .../locale/zh_CN/LC_MESSAGES/MobileProfile.po | 10 +- .../ModPlus/locale/ca/LC_MESSAGES/ModPlus.po | 10 +- .../ModPlus/locale/de/LC_MESSAGES/ModPlus.po | 10 +- .../ModPlus/locale/fr/LC_MESSAGES/ModPlus.po | 10 +- .../ModPlus/locale/gl/LC_MESSAGES/ModPlus.po | 10 +- .../ModPlus/locale/ia/LC_MESSAGES/ModPlus.po | 10 +- .../ModPlus/locale/mk/LC_MESSAGES/ModPlus.po | 10 +- .../ModPlus/locale/nl/LC_MESSAGES/ModPlus.po | 10 +- .../ModPlus/locale/tl/LC_MESSAGES/ModPlus.po | 10 +- .../ModPlus/locale/uk/LC_MESSAGES/ModPlus.po | 10 +- plugins/Msn/locale/fr/LC_MESSAGES/Msn.po | 18 +-- plugins/OMB/locale/br/LC_MESSAGES/OMB.po | 10 +- plugins/OMB/locale/ca/LC_MESSAGES/OMB.po | 10 +- plugins/OMB/locale/de/LC_MESSAGES/OMB.po | 15 ++- plugins/OMB/locale/eu/LC_MESSAGES/OMB.po | 13 +- plugins/OMB/locale/fr/LC_MESSAGES/OMB.po | 10 +- plugins/OMB/locale/gl/LC_MESSAGES/OMB.po | 10 +- plugins/OMB/locale/ia/LC_MESSAGES/OMB.po | 10 +- plugins/OMB/locale/mk/LC_MESSAGES/OMB.po | 10 +- plugins/OMB/locale/nl/LC_MESSAGES/OMB.po | 10 +- .../OStatus/locale/de/LC_MESSAGES/OStatus.po | 29 ++--- plugins/QnA/locale/ar/LC_MESSAGES/QnA.po | 10 +- plugins/QnA/locale/br/LC_MESSAGES/QnA.po | 10 +- plugins/QnA/locale/ca/LC_MESSAGES/QnA.po | 10 +- plugins/QnA/locale/de/LC_MESSAGES/QnA.po | 10 +- plugins/QnA/locale/eu/LC_MESSAGES/QnA.po | 10 +- plugins/QnA/locale/fr/LC_MESSAGES/QnA.po | 18 +-- plugins/QnA/locale/gl/LC_MESSAGES/QnA.po | 10 +- plugins/QnA/locale/ia/LC_MESSAGES/QnA.po | 10 +- plugins/QnA/locale/ja/LC_MESSAGES/QnA.po | 10 +- plugins/QnA/locale/mk/LC_MESSAGES/QnA.po | 10 +- plugins/QnA/locale/nl/LC_MESSAGES/QnA.po | 10 +- plugins/QnA/locale/pl/LC_MESSAGES/QnA.po | 10 +- plugins/QnA/locale/tl/LC_MESSAGES/QnA.po | 10 +- plugins/QnA/locale/uk/LC_MESSAGES/QnA.po | 10 +- .../locale/af/LC_MESSAGES/Realtime.po | 10 +- .../locale/ar/LC_MESSAGES/Realtime.po | 10 +- .../locale/br/LC_MESSAGES/Realtime.po | 10 +- .../locale/ca/LC_MESSAGES/Realtime.po | 10 +- .../locale/de/LC_MESSAGES/Realtime.po | 10 +- .../locale/fr/LC_MESSAGES/Realtime.po | 10 +- .../locale/gl/LC_MESSAGES/Realtime.po | 10 +- .../locale/ia/LC_MESSAGES/Realtime.po | 10 +- .../locale/lv/LC_MESSAGES/Realtime.po | 10 +- .../locale/mk/LC_MESSAGES/Realtime.po | 10 +- .../locale/ne/LC_MESSAGES/Realtime.po | 10 +- .../locale/nl/LC_MESSAGES/Realtime.po | 10 +- .../locale/pl/LC_MESSAGES/Realtime.po | 10 +- .../locale/sv/LC_MESSAGES/Realtime.po | 10 +- .../locale/tl/LC_MESSAGES/Realtime.po | 10 +- .../locale/tr/LC_MESSAGES/Realtime.po | 10 +- .../locale/uk/LC_MESSAGES/Realtime.po | 10 +- .../locale/de/LC_MESSAGES/TwitterBridge.po | 11 +- .../locale/fr/LC_MESSAGES/TwitterBridge.po | 14 +- 123 files changed, 946 insertions(+), 866 deletions(-) create mode 100644 plugins/Echo/locale/eu/LC_MESSAGES/Echo.po create mode 100644 plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po diff --git a/locale/be-tarask/LC_MESSAGES/statusnet.po b/locale/be-tarask/LC_MESSAGES/statusnet.po index 3a16129c4c..1ef04c8c81 100644 --- a/locale/be-tarask/LC_MESSAGES/statusnet.po +++ b/locale/be-tarask/LC_MESSAGES/statusnet.po @@ -12,15 +12,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:19+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:09+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-core\n" @@ -5356,7 +5356,7 @@ msgstr "" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -6295,6 +6295,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6535,6 +6536,7 @@ msgstr "" "Вы ўжо стварылі %d ці болей тэгаў, што зьяўляецца дазволенай колькасьцю " "тэгаў. Паспрабуйце выкарыстаць ці выдаліць некаторыя існуючыя тэгі." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" @@ -6587,151 +6589,152 @@ msgstr "Немагчыма выдаліць падпіску." #. TRANS: Activity title when subscribing to another person. msgctxt "TITLE" msgid "Follow" -msgstr "" +msgstr "Сачыць" #. TRANS: Notification given when one person starts following another. #. TRANS: %1$s is the subscriber, %2$s is the subscribed. #, php-format msgid "%1$s is now following %2$s." -msgstr "" +msgstr "%1$s цяпер сочыць за %2$s." #. TRANS: Notice given on user registration. #. TRANS: %1$s is the sitename, $2$s is the registering user's nickname. #, php-format msgid "Welcome to %1$s, @%2$s!" -msgstr "" +msgstr "Вітаем на %1$s, @%2$s!" #. TRANS: Exception thrown when trying view "repeated to me". msgid "Not implemented since inbox change." -msgstr "" +msgstr "Не рэалізавана з моманту зьмены ўваходзячых паведамленьняў." #. TRANS: Server exception. msgid "No single user defined for single-user mode." -msgstr "" +msgstr "Не вызначаны карыстальнік для рэжыму аднаго карыстальніка." #. TRANS: Server exception. msgid "Single-user mode code called when not enabled." -msgstr "" +msgstr "Выкліканы рэжым аднаго карыстальніка, калі не ўключаны." #. TRANS: Information on password recovery form if no known username or e-mail address was specified. msgid "No user with that email address or username." -msgstr "" +msgstr "Няма карыстальнікаў з такім адрасам электроннай пошты ці іменем." #. TRANS: Client error displayed on password recovery form if a user does not have a registered e-mail address. msgid "No registered email address for that user." msgstr "" +"Няма зарэгістраваных адрасоў электроннай пошты для гэтага карыстальніка." #. TRANS: Server error displayed if e-mail address confirmation fails in the database on the password recovery form. msgid "Error saving address confirmation." -msgstr "" +msgstr "Памылка захаваньня пацьверджаньня адрасу." #. TRANS: Server exception thrown when creating a group failed. msgid "Could not create group." -msgstr "" +msgstr "Немагчыма стварыць групу." #. TRANS: Server exception thrown when updating a group URI failed. msgid "Could not set group URI." -msgstr "" +msgstr "Немагчыма ўстанавіць URI групы." #. TRANS: Server exception thrown when setting group membership failed. msgid "Could not set group membership." -msgstr "" +msgstr "Немагчыма ўстанавіць удзел у групе." #. TRANS: Server exception thrown when saving local group information failed. msgid "Could not save local group info." -msgstr "" +msgstr "Немагчыма захаваць інфармацыю пра лякальную групу." #. TRANS: Exception thrown when an account could not be located when it should be moved. #. TRANS: %s is the remote site. #, php-format msgid "Cannot locate account %s." -msgstr "" +msgstr "Немагчыма знайсьці рахунак %s." #. TRANS: Exception thrown when a service document could not be located account move. #. TRANS: %s is the remote site. #, php-format msgid "Cannot find XRD for %s." -msgstr "" +msgstr "Немагчыма знайсьці XRD для %s." #. TRANS: Exception thrown when an account could not be located when it should be moved. #. TRANS: %s is the remote site. #, php-format msgid "No AtomPub API service for %s." -msgstr "" +msgstr "Няма сэрвісу AtomPub API для %s." #. TRANS: H2 for user actions in a profile. #. TRANS: H2 for entity actions in a profile. msgid "User actions" -msgstr "" +msgstr "Дзеяньні карыстальніка" #. TRANS: Text shown in user profile of not yet compeltely deleted users. msgid "User deletion in progress..." -msgstr "" +msgstr "Ідзе выдаленьне карыстальніка…" #. TRANS: Link title for link on user profile. msgid "Edit profile settings." -msgstr "" +msgstr "Рэдагаваць налады профілю." #. TRANS: Link text for link on user profile. msgctxt "BUTTON" msgid "Edit" -msgstr "" +msgstr "Рэдагаваць" #. TRANS: Link title for link on user profile. msgid "Send a direct message to this user." -msgstr "" +msgstr "Даслаць непасрэднае паведамленьне гэтаму карыстальніку" #. TRANS: Link text for link on user profile. msgctxt "BUTTON" msgid "Message" -msgstr "" +msgstr "Паведамленьне" #. TRANS: Label text on user profile to select a user role. msgid "Moderate" -msgstr "" +msgstr "Марэрацыя" #. TRANS: Label text on user profile to select a user role. msgid "User role" -msgstr "" +msgstr "Роля карыстальніка" #. TRANS: Role that can be set for a user profile. msgctxt "role" msgid "Administrator" -msgstr "" +msgstr "Адміністратар" #. TRANS: Role that can be set for a user profile. msgctxt "role" msgid "Moderator" -msgstr "" +msgstr "Мадэратар" #. TRANS: Page title. %1$s is the title, %2$s is the site name. #, php-format msgid "%1$s - %2$s" -msgstr "" +msgstr "%1$s — %2$s" #. TRANS: Page title for a page without a title set. msgid "Untitled page" -msgstr "" +msgstr "Старонка бяз назвы" #. TRANS: Localized tooltip for '...' expansion button on overlong remote messages. msgctxt "TOOLTIP" msgid "Show more" -msgstr "" +msgstr "Паказаць болей" #. TRANS: Inline reply form submit button: submits a reply comment. msgctxt "BUTTON" msgid "Reply" -msgstr "" +msgstr "Адказаць" #. TRANS: Placeholder text for inline reply form. Clicking in this box will turn it into a mini notice form. #. TRANS: Field label for reply mini form. msgid "Write a reply..." -msgstr "" +msgstr "Напісаць адказ…" #. TRANS: Tab on the notice form. msgctxt "TAB" msgid "Status" -msgstr "" +msgstr "Статус" #. TRANS: First sentence of the StatusNet site license. Used if 'broughtby' is set. #. TRANS: Text between [] is a link description, text between () is the link itself. @@ -6742,11 +6745,13 @@ msgid "" "**%%site.name%%** is a microblogging service brought to you by [%%site." "broughtby%%](%%site.broughtbyurl%%)." msgstr "" +"**%%site.name%%** — сэрвіс мікраблёгінгу, прадстаўленая Вам [%%site.broughtby" +"%%](%%site.broughtbyurl%%)." #. TRANS: First sentence of the StatusNet site license. Used if 'broughtby' is not set. #, php-format msgid "**%%site.name%%** is a microblogging service." -msgstr "" +msgstr "**%%site.name%%** — сэрвіс мікраблёгінгу." #. TRANS: Second sentence of the StatusNet site license. Mentions the StatusNet source code license. #. TRANS: Make sure there is no whitespace between "]" and "(". @@ -6758,92 +6763,100 @@ msgid "" "s, available under the [GNU Affero General Public License](http://www.fsf." "org/licensing/licenses/agpl-3.0.html)." msgstr "" +"Ён дзейнічае пры дапамозе праграмнага забесьпячэньня мікраблёгінгу " +"[StatusNet](http://status.net/), вэрсіі %s, даступнага на ўмовах ліцэнзіі " +"[GNU Affero General Public](http://www.fsf.org/licensing/licenses/agpl-3.0." +"html)." #. TRANS: Content license displayed when license is set to 'private'. #. TRANS: %1$s is the site name. #, php-format msgid "Content and data of %1$s are private and confidential." -msgstr "" +msgstr "Зьмест і зьвесткі %1$s зьяўляюцца прыватнымі і канфідэнцыяльнымі." #. TRANS: Content license displayed when license is set to 'allrightsreserved'. #. TRANS: %1$s is the copyright owner. #, php-format msgid "Content and data copyright by %1$s. All rights reserved." msgstr "" +"Аўтарскія правы на зьмест і зьвесткі належаць %1$s. Усе правы абароненыя." #. TRANS: Content license displayed when license is set to 'allrightsreserved' and no owner is set. msgid "Content and data copyright by contributors. All rights reserved." msgstr "" +"Аўтарскія правы на зьмест і зьвесткі належаць распрацоўшчыкам. Усе правы " +"абароненыя." #. TRANS: license message in footer. #. TRANS: %1$s is the site name, %2$s is a link to the license URL, with a licence name set in configuration. #, php-format msgid "All %1$s content and data are available under the %2$s license." -msgstr "" +msgstr "Увесь зьмест і зьвесткі %1$s даступныя на ўмовах ліцэнзіі %2$s." #. TRANS: Pagination message to go to a page displaying information more in the #. TRANS: present than the currently displayed information. msgid "After" -msgstr "" +msgstr "Наступная" #. TRANS: Pagination message to go to a page displaying information more in the #. TRANS: past than the currently displayed information. msgid "Before" -msgstr "" +msgstr "Папярэдняя" #. TRANS: Client exception thrown when a feed instance is a DOMDocument. msgid "Expecting a root feed element but got a whole XML document." -msgstr "" +msgstr "Чакаўся карэнны элемэнт стужкі, а атрыманы ўвесь XML-дакумэнт." #. TRANS: Client exception thrown when using an unknown verb for the activity importer. #, php-format msgid "Unknown verb: \"%s\"." -msgstr "" +msgstr "Невядомая каманда: «%s»." #. TRANS: Client exception thrown when trying to force a subscription for an untrusted user. msgid "Cannot force subscription for untrusted user." -msgstr "" +msgstr "Прымусовая падпіска для ненадзейных удзельнікаў немагчымая." #. TRANS: Client exception thrown when trying to force a remote user to subscribe. msgid "Cannot force remote user to subscribe." -msgstr "" +msgstr "Прымусовая падпіска для выдаленых удзельнікаў немагчымая." #. TRANS: Client exception thrown when trying to subscribe to an unknown profile. msgid "Unknown profile." -msgstr "" +msgstr "Невядомы профіль." #. TRANS: Client exception thrown when trying to import an event not related to the importing user. msgid "This activity seems unrelated to our user." -msgstr "" +msgstr "Гэтыя дзеяньні, здаецца, ня зьвязаная з нашым карыстальнікам." #. TRANS: Client exception thrown when trying to join a remote group that is not a group. msgid "Remote profile is not a group!" -msgstr "" +msgstr "Аддалены профіль не зьяўляецца групай!" #. TRANS: Client exception thrown when trying to join a group the importing user is already a member of. msgid "User is already a member of this group." -msgstr "" +msgstr "Карыстальнік ўжо зьяўляецца ўдзельнікам гэтай групы." #. TRANS: Client exception thrown when trying to import a notice by another user. #. TRANS: %1$s is the source URI of the notice, %2$s is the URI of the author. #, php-format msgid "Already know about notice %1$s and it has a different author %2$s." -msgstr "" +msgstr "Запіс %1$s ужо вядомы і мае іншага аўтара %2$s." #. TRANS: Client exception thrown when trying to overwrite the author information for a non-trusted user during import. msgid "Not overwriting author info for non-trusted user." msgstr "" +"Немагчыма перазапісаць аўтарскую інфармацыю пра ненадзейнага карыстальніка." #. TRANS: Client exception thrown when trying to import a notice without content. #. TRANS: %s is the notice URI. #, php-format msgid "No content for notice %s." -msgstr "" +msgstr "Няма зьместу для запісу %s." #. TRANS: Exception thrown if a non-existing user is provided. %s is a user ID. #, php-format msgid "No such user \"%s\"." -msgstr "" +msgstr "Няма такога ўдзельніка «%s»." #. TRANS: Client exception thrown when post to collection fails with a 400 status. #. TRANS: %1$s is a URL, %2$s is the status, %s$s is the fail reason. @@ -6854,15 +6867,15 @@ msgstr "" #, php-format msgctxt "URLSTATUSREASON" msgid "%1$s %2$s %3$s" -msgstr "" +msgstr "%1$s %2$s %3$s" #. TRANS: Client exception thrown when there is no source attribute. msgid "Can't handle remote content yet." -msgstr "" +msgstr "Пакуль яшчэ немагчыма апрацоўваць аддалены зьмест." #. TRANS: Client exception thrown when there embedded XML content is found that cannot be processed yet. msgid "Can't handle embedded XML content yet." -msgstr "" +msgstr "Пакуль яшчэ немагчыма апрацоўваць убудаваны XML-зьмест." #. TRANS: Client exception thrown when base64 encoded content is found that cannot be processed yet. msgid "Can't handle embedded Base64 content yet." diff --git a/locale/br/LC_MESSAGES/statusnet.po b/locale/br/LC_MESSAGES/statusnet.po index 0bbed13341..3327c13bb8 100644 --- a/locale/br/LC_MESSAGES/statusnet.po +++ b/locale/br/LC_MESSAGES/statusnet.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:24+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:14+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-core\n" @@ -1967,25 +1967,23 @@ msgstr "Degemer" msgctxt "MENU" msgid "Docs" -msgstr "" +msgstr "Teuliadur" #. TRANS: Secondary navigation menu item leading to help on StatusNet. msgctxt "MENU" msgid "Help" msgstr "Skoazell" -#, fuzzy msgid "Getting started" -msgstr "Enrollet eo bet an arventennoù." +msgstr "Kregiñ ganti" #. TRANS: Secondary navigation menu item leading to text about StatusNet site. msgctxt "MENU" msgid "About" msgstr "Diwar-benn" -#, fuzzy msgid "About this site" -msgstr "Distankañ an implijer-mañ" +msgstr "Diwar-benn al lec'hienn-mañ" #. TRANS: Secondary navigation menu item leading to Frequently Asked Questions. msgctxt "MENU" @@ -1993,7 +1991,7 @@ msgid "FAQ" msgstr "FAG" msgid "Frequently asked questions" -msgstr "" +msgstr "Foar ar Goulennoù" #. TRANS: Secondary navigation menu item leading to e-mail contact information on the #. TRANS: StatusNet site, where to report bugs, ... @@ -2005,13 +2003,12 @@ msgstr "Darempred" msgid "Contact info" msgstr "Darempred" -#, fuzzy msgctxt "MENU" msgid "Tags" msgstr "Balizennoù" msgid "Using tags" -msgstr "" +msgstr "Implijout balizennoù" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. @@ -2020,13 +2017,12 @@ msgctxt "MENU" msgid "Groups" msgstr "Strolladoù" -#, fuzzy msgid "Using groups" -msgstr "Strolladoù implijerien" +msgstr "Implijout strolladoù" msgctxt "MENU" msgid "API" -msgstr "" +msgstr "API" msgid "RESTful API" msgstr "" @@ -2056,7 +2052,6 @@ msgstr "Ret eo lakaat un anv." #. TRANS: Validation error shown when providing too long a name in the "Edit application" form. #. TRANS: Validation error shown when providing too long a name in the "New application" form. -#, fuzzy msgid "Name is too long (maximum 255 characters)." msgstr "Re hir eo an anv (255 arouezenn d'ar muiañ)." @@ -2085,7 +2080,6 @@ msgid "Organization is required." msgstr "Ezhomm 'zo eus an aozadur." #. TRANS: Validation error shown when providing too long an arganisation name in the "Edit application" form. -#, fuzzy msgid "Organization is too long (maximum 255 characters)." msgstr "Re hir eo an aozadur (255 arouezenn d'ar muiañ)." @@ -2121,7 +2115,7 @@ msgstr "Rankout a reoc'h bezañ luget evit krouiñ ur strollad." #. TRANS: Form instructions for group edit form. msgid "Use this form to edit the group." -msgstr "Leunit ar furmskrid-mañ evit kemmañ dibarzhioù ar strollad." +msgstr "Implijit ar furmskrid-mañ evit kemmañ dibarzhioù ar strollad." #. TRANS: Group edit form validation error. #. TRANS: Group create form validation error. @@ -2137,20 +2131,19 @@ msgstr "Enrollet eo bet ho dibarzhioù." #. TRANS: Title for edit list page after deleting a tag. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Delete %s list" -msgstr "Diverkañ an implijer-mañ" +msgstr "Diverkañ ar roll %s" #. TRANS: Title for edit list page. #. TRANS: %s is a list. #. TRANS: Form legend for list edit form. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Edit list %s" -msgstr "N'eo ket reizh ar merk-se : %s." +msgstr "Kemmañ ar roll %s" #. TRANS: Error message displayed when trying to perform an action that requires a tagging user or ID. -#, fuzzy msgid "No tagger or ID." msgstr "Lesanv pe ID ebet." @@ -2159,19 +2152,16 @@ msgid "Not a local user." msgstr "N'eo ket un implijer lec'hel." #. TRANS: Client error displayed when reting to edit a tag that was not self-created. -#, fuzzy msgid "You must be the creator of the tag to edit it." -msgstr "Rankout a reer bezañ merour evit kemmañ ar strollad." +msgstr "Rankout a reer bezañ krouer ar balizenn evit kemmañ anezhi." #. TRANS: Form instruction for edit list form. -#, fuzzy msgid "Use this form to edit the list." -msgstr "Leunit ar furmskrid-mañ evit kemmañ dibarzhioù ar strollad." +msgstr "Implijit ar furmskrid-mañ evit kemmañ dibarzhioù ar roll." #. TRANS: Form validation error displayed if the form data for deleting a tag was incorrect. -#, fuzzy msgid "Delete aborted." -msgstr "Dilemel un ali" +msgstr "Diverkadenn bet nullet." #. TRANS: Text in confirmation dialog for deleting a tag. msgid "" diff --git a/locale/ca/LC_MESSAGES/statusnet.po b/locale/ca/LC_MESSAGES/statusnet.po index f76cfeea88..252e03edcc 100644 --- a/locale/ca/LC_MESSAGES/statusnet.po +++ b/locale/ca/LC_MESSAGES/statusnet.po @@ -16,13 +16,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:27+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:17+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-core\n" @@ -6294,6 +6294,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6539,6 +6540,7 @@ msgstr "" "Ja heu creat %d o més etiquetes, que és el màxim nombre d'etiquetes permès. " "Proveu de reemplaçar o eliminar etiquetes que ja existeixen." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/de/LC_MESSAGES/statusnet.po b/locale/de/LC_MESSAGES/statusnet.po index 8be3886b3a..24e219f86c 100644 --- a/locale/de/LC_MESSAGES/statusnet.po +++ b/locale/de/LC_MESSAGES/statusnet.po @@ -1,10 +1,12 @@ # Translation of StatusNet - Core to German (Deutsch) # Exported from translatewiki.net # +# Author: Alphakilo # Author: Apmon # Author: Bavatar # Author: Brion # Author: ChrisiPK +# Author: Exit91 # Author: Fujnky # Author: George Animal # Author: Giftpflanze @@ -20,6 +22,7 @@ # Author: Michi # Author: Od1n # Author: Purodha +# Author: Quedel # Author: The Evil IP address # Author: Tiin # Author: Umherirrender @@ -32,13 +35,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:31+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:22+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-core\n" @@ -5578,9 +5581,8 @@ msgid "Site-wide notice text (255 characters maximum; HTML allowed)" msgstr "Systembenachrichtigung (maximal 255 Zeichen; HTML erlaubt)" #. TRANS: Button title to save site notice in admin panel. -#, fuzzy msgid "Save site notice." -msgstr "Systemnachricht speichern" +msgstr "Systemnachricht speichern." #. TRANS: Title for SMS settings. msgid "SMS settings" @@ -5626,9 +5628,8 @@ msgid "SMS phone number" msgstr "SMS-Telefonnummer" #. TRANS: SMS phone number input field instructions in SMS settings form. -#, fuzzy msgid "Phone number, no punctuation or spaces, with area code." -msgstr "Telefonnummer, keine Sonder- oder Leerzeichen mit Vorwahl" +msgstr "Telefonnummer mit Vorwahl, keine Sonder- oder Leerzeichen." #. TRANS: Form legend for SMS preferences form. msgid "SMS preferences" @@ -5676,7 +5677,6 @@ msgid "That is the wrong confirmation number." msgstr "Die Bestätigungsnummer ist falsch." #. TRANS: Server error thrown on database error canceling SMS phone number confirmation. -#, fuzzy msgid "Could not delete SMS confirmation." msgstr "Konnte die IM-Bestätigung nicht löschen." @@ -5713,9 +5713,8 @@ msgstr "" "s." #. TRANS: Message given saving SMS phone number confirmation code without having provided one. -#, fuzzy msgid "No code entered." -msgstr "Kein Code eingegeben" +msgstr "Kein Code eingegeben." #. TRANS: Title for admin panel to configure snapshots. msgctxt "TITLE" @@ -5794,9 +5793,9 @@ msgstr "Du kannst nur deine eigenen ausstehenden Abonnements annehmen." #. TRANS: Title of the first page showing pending subscribers still awaiting approval. #. TRANS: %s is the name of the user. -#, fuzzy, php-format +#, php-format msgid "%s subscribers awaiting approval" -msgstr "%s Gruppen-Mitgliedschaften" +msgstr "%s Mitglieder warten auf Bestätigung" #. TRANS: Title of all but the first page showing pending subscribersmembers still awaiting approval. #. TRANS: %1$s is the name of the user, %2$d is the page number of the members list. @@ -5805,35 +5804,32 @@ msgid "%1$s subscribers awaiting approval, page %2$d" msgstr "%1$s Gruppen-Mitglieder, Seite %2$d" #. TRANS: Page notice for group members page. -#, fuzzy msgid "A list of users awaiting approval to subscribe to you." -msgstr "Liste der Benutzer in dieser Gruppe." +msgstr "Liste der Benutzer die auf Bestätigung warten." #. TRANS: Page title when subscription succeeded. msgid "Subscribed" msgstr "Abonniert" #. TRANS: Client error displayed when trying to perform an action while not logged in. -#, fuzzy msgid "You must be logged in to unsubscribe from a list." -msgstr "Du musst angemeldet sein, um eine Gruppe zu erstellen." +msgstr "Du musst angemeldet sein, um dich von einer Liste abzumelden." #. TRANS: Client error displayed when trying to perform an action without providing an ID. -#, fuzzy msgid "No ID given." -msgstr "Kein ID-Argument." +msgstr "Keine ID angegeben." #. TRANS: Server error displayed subscribing to a list fails. #. TRANS: %1$s is a user nickname, %2$s is a list, %3$s is the error message (no period). -#, fuzzy, php-format +#, php-format msgid "Could not subscribe user %1$s to list %2$s: %3$s" -msgstr "Konnte Benutzer %1$s nicht der Gruppe %2$s hinzufügen." +msgstr "Konnte Benutzer %1$s nicht der Gruppe %2$s hinzufügen: %3$s" #. TRANS: Title of form to subscribe to a list. #. TRANS: %1%s is a user nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribed to list %2$s by %3$s" -msgstr "%1$s Abonnenten, Seite %2$d" +msgstr "%1$s haben die Liste %2$s durch %3$s abonniert" #. TRANS: Header for list of subscribers for a user (first page). #. TRANS: %s is the user's nickname. @@ -5974,7 +5970,6 @@ msgstr "Nachrichten-Feed des Tags „%s“ (Atom)" #. TRANS: Client error displayed when trying to tag a user that cannot be tagged. #. TRANS: Client exception thrown trying to set a tag for a user that cannot be tagged. #. TRANS: Error displayed when trying to tag a user that cannot be tagged. -#, fuzzy msgid "You cannot tag this user." msgstr "Du kannst diesem Benutzer keine Nachricht schicken." @@ -5988,7 +5983,7 @@ msgstr "Benutzerprofil" #, fuzzy, php-format msgctxt "ADDTOLIST" msgid "List %s" -msgstr "Limit" +msgstr "Liste" #. TRANS: Title for list form when an error has occurred. msgctxt "TITLE" @@ -6025,16 +6020,14 @@ msgid "Tags" msgstr "Tags" #. TRANS: Success message if lists are saved. -#, fuzzy msgid "Lists saved." -msgstr "Passwort gespeichert." +msgstr "Listen gespeichert." #. TRANS: Page notice. -#, fuzzy msgid "Use this form to add your subscribers or subscriptions to lists." msgstr "" -"Benutze dieses Formular, um Tags deinen Abonnenten oder Abonnements " -"hinzuzufügen." +"Mithilfe dieses Formulars können Ihre Abonnenten oder Abonnements zu Listen " +"hinzufügen." #. TRANS: Client error when requesting a tag feed for a non-existing tag. msgid "No such tag." @@ -6058,14 +6051,13 @@ msgstr "Abbestellt" #. TRANS: Page title for form that allows unsubscribing from a list. #. TRANS: %1$s is a nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s unsubscribed from list %2$s by %3$s" -msgstr "%1$s Abonnenten, Seite %2$d" +msgstr "%1$s hat die Liste %2$s von %3$s abbestellt." #. TRANS: Title of URL settings tab in profile settings. -#, fuzzy msgid "URL settings" -msgstr "IM-Einstellungen" +msgstr "URL-Einstellungen" #. TRANS: Instructions for tab "Other" in user profile settings. msgid "Manage various other options." @@ -6115,14 +6107,12 @@ msgid "URL shortening service is too long (maximum 50 characters)." msgstr "URL-Auto-Kürzungs-Dienst ist zu lang (maximal 50 Zeichen)." #. TRANS: Client exception thrown when the maximum URL settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum URL length." -msgstr "Ungültige Zahl für maximale URL-Länge." +msgstr "Ungültige maximale URL-Länge." #. TRANS: Client exception thrown when the maximum notice length settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum notice length." -msgstr "Ungültige Zahl für maximale Nachrichten-Länge." +msgstr "Ungültige maximale Nachrichten-Länge." #. TRANS: Server exception thrown in profile URL settings when preferences could not be saved. msgid "Error saving user URL shortening preferences." @@ -6147,9 +6137,9 @@ msgstr "Willkommens-Nachricht ungültig. Maximale Länge sind 255 Zeichen." #. TRANS: Client error displayed when trying to set a non-existing user as default subscription for new #. TRANS: users in user admin panel. %1$s is the invalid nickname. -#, fuzzy, php-format +#, php-format msgid "Invalid default subscripton: \"%1$s\" is not a user." -msgstr "Ungültiges Standard-Abonnement: „%1$s“ ist kein Benutzer." +msgstr "Ungültiges Standard-Abonnement: \"%1$s\" ist kein Benutzer." #. TRANS: Fieldset legend in user administration panel. msgctxt "LEGEND" @@ -6239,12 +6229,12 @@ msgstr "StatusNet %s" #. TRANS: Content part of StatusNet version page. #. TRANS: %1$s is the engine name (StatusNet) and %2$s is the StatusNet version. -#, fuzzy, php-format +#, php-format msgid "" "This site is powered by %1$s version %2$s, Copyright 2008-2011 StatusNet, " "Inc. and contributors." msgstr "" -"Diese Seite wird mit %1$s Version %2$s betrieben. Copyright 2008–2010 " +"Diese Seite wird mit %1$s Version %2$s betrieben. Copyright 2008–2011 " "StatusNet, Inc. und Mitarbeiter" #. TRANS: Header for StatusNet contributors section on the version page. @@ -6343,6 +6333,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6432,9 +6423,9 @@ msgid "Could not create login token for %s" msgstr "Konnte keinen Login-Token für %s erstellen" #. TRANS: Exception thrown when a program code class (%s) cannot be instantiated. -#, fuzzy, php-format +#, php-format msgid "Cannot instantiate class %s." -msgstr "Kann neues Passwort nicht speichern." +msgstr "Kann Klasse %s nicht instanziieren." #. TRANS: Exception thrown when database name or Data Source Name could not be found. msgid "No database name or DSN found anywhere." @@ -6459,9 +6450,9 @@ msgid "No such profile (%1$d) for notice (%2$d)." msgstr "Kein Profil (%1$d) für eine Notiz gefunden (%2$d)." #. TRANS: Server exception. %s are the error details. -#, fuzzy, php-format +#, php-format msgid "Database error inserting hashtag: %s." -msgstr "Datenbankfehler beim Einfügen des Hashtags: %s" +msgstr "Datenbankfehler beim Einfügen des Hashtags: %s." #. TRANS: Client exception thrown if a notice contains too many characters. msgid "Problem saving notice. Too long." @@ -6581,9 +6572,8 @@ msgid "Could not create profile tag." msgstr "Konnte Profil-Tag nicht erstellen." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not set profile tag URI." -msgstr "Konnte Profil nicht speichern." +msgstr "Tag URI konnte nicht gespeichert werden." #. TRANS: Server exception saving new tag. #, fuzzy @@ -6599,6 +6589,7 @@ msgstr "" "Du hast bereits %d oder mehr Tags erstellt, was die maximal zulässige Anzahl " "von Tags ist. Benutze oder lösche einige bereits vorhandene Tags." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" @@ -7920,9 +7911,11 @@ msgid "Block" msgstr "Blockieren" #. TRANS: Submit button title. +#, fuzzy msgctxt "TOOLTIP" msgid "Block this user so that they can no longer post messages to it." msgstr "" +"Blockiere diesen Benutzer, so dass er keine Nachrichten mehr schicken kann." #. TRANS: Field title on group edit form. msgid "URL of the homepage or blog of the group or topic." @@ -8858,16 +8851,15 @@ msgstr "Beschreibe die Gruppe oder das Thema" #. TRANS: Field title for description of list. #. TRANS: %d is the maximum number of characters for the description. -#, fuzzy, php-format +#, php-format msgid "Describe the list or topic in %d character." msgid_plural "Describe the list or topic in %d characters." msgstr[0] "Beschreibe die Gruppe oder das Thema in einem Zeichen" msgstr[1] "Beschreibe die Gruppe oder das Thema in %d Zeichen" #. TRANS: Button title to delete a list. -#, fuzzy msgid "Delete this list." -msgstr "Diesen Benutzer löschen." +msgstr "Diese Liste löschen." #. TRANS: Header in list edit form. msgid "Add or remove people" @@ -8885,9 +8877,9 @@ msgstr "Liste" #. TRANS: Menu item title in list navigation panel. #. TRANS: %1$s is a list, %2$s is a nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s list by %2$s." -msgstr "%1$s – %2$s" +msgstr "%1$s Liste von %2$s." #. TRANS: Menu item in list navigation panel. msgctxt "MENU" @@ -8902,9 +8894,9 @@ msgstr "Abonnenten" #. TRANS: Menu item title in list navigation panel. #. TRANS: %1$s is a list, %2$s is a nickname. -#, fuzzy, php-format +#, php-format msgid "Subscribers to %1$s list by %2$s." -msgstr "%s abboniert." +msgstr "Abonnenten der %1$s Liste von %2$s." #. TRANS: Menu item in list navigation panel. msgctxt "MENU" @@ -9607,8 +9599,8 @@ msgstr "Beliebte Nachrichten" #, php-format msgid "%%s and %d others like this." msgid_plural "%%s and %d others like this." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%%s und %d ähnliches. " +msgstr[1] "%%s und %d ähnliche." #. TRANS: List message for favoured notices. #. TRANS: %%s is a list of users liking a notice. diff --git a/locale/es/LC_MESSAGES/statusnet.po b/locale/es/LC_MESSAGES/statusnet.po index a29b0ef782..8be3318dda 100644 --- a/locale/es/LC_MESSAGES/statusnet.po +++ b/locale/es/LC_MESSAGES/statusnet.po @@ -25,13 +25,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:38+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:29+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-core\n" @@ -6303,6 +6303,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6546,6 +6547,7 @@ msgstr "" "Ya ha creado %d o más etiquetas que el máximo permitido de etiquetas. " "Intente utilizar o eliminar algunas etiquetas existentes." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/eu/LC_MESSAGES/statusnet.po b/locale/eu/LC_MESSAGES/statusnet.po index 079cba5eaa..565b2e6786 100644 --- a/locale/eu/LC_MESSAGES/statusnet.po +++ b/locale/eu/LC_MESSAGES/statusnet.po @@ -12,14 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:39+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:31+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-core\n" @@ -5341,7 +5341,7 @@ msgstr "" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5349,7 +5349,7 @@ msgid "" msgstr "" "**%s**(e)k kontu bat du %%%%site.name%%%%n, [StatusNet](http://status.net/) " "software librean oinarritutako [mikroblogging](http://eu.wikipedia.org/wiki/" -"Mikroblogging) zerbitzuan. " +"Mikroblogging) zerbitzuan." #. TRANS: Link to the author of a repeated notice. %s is a linked nickname. #, php-format @@ -6192,7 +6192,6 @@ msgid "License" msgstr "Lizentzia" #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "StatusNet is free software: you can redistribute it and/or modify it under " "the terms of the GNU Affero General Public License as published by the Free " @@ -6201,10 +6200,9 @@ msgid "" msgstr "" "StatusNet software librea da: banatu edo aldatu dezakezu, Free Software " "Foundationak bezela, GNU Affero General Public License erabilita, baita " -"lizentziaren 3 bertsiopean, edo (nahi baduzu) bertsio berriagoetan. " +"lizentziaren 3 bertsiopean, edo (nahi baduzu) bertsio berriagoetan." #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " @@ -6214,7 +6212,7 @@ msgstr "" "Programa hau erabilgarria izateko itxaropenarekin zabaldu da, baina INOLAKO " "BERMERIK GABE; iradokitako MERKATURATZE edo PROPOSAMEN JAKIN BATERAKO " "EGOKITASUNIK gabe. Ikusi GNU Affero General Public License xehetasun " -"gehiagotarako. " +"gehiagotarako." #. TRANS: Content part of StatusNet version page. #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html". @@ -6278,6 +6276,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6522,6 +6521,7 @@ msgstr "" "kopurura iritsi zara. Saiatu etiketa batzuk ezabatzen edo existitzen direnak " "erabiltzen." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/fr/LC_MESSAGES/statusnet.po b/locale/fr/LC_MESSAGES/statusnet.po index 6568932b8e..ba3310bfe3 100644 --- a/locale/fr/LC_MESSAGES/statusnet.po +++ b/locale/fr/LC_MESSAGES/statusnet.po @@ -32,13 +32,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:46+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:37+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-core\n" @@ -1746,9 +1746,8 @@ msgstr "Cette adresse a déjà été confirmée." #. TRANS: Server error displayed when updating IM preferences fails. #. TRANS: Server error thrown on database error removing a registered IM address. -#, fuzzy msgid "Could not update user IM preferences." -msgstr "Impossible de mettre à jour le dossier de l’utilisateur." +msgstr "Impossible de mettre à jour les préférences de messagerie instantanée." #. TRANS: Server error displayed when adding IM preferences fails. #, fuzzy @@ -2051,9 +2050,8 @@ msgctxt "MENU" msgid "Contact" msgstr "Contact" -#, fuzzy msgid "Contact info" -msgstr "Contact" +msgstr "Infos de contact" msgctxt "MENU" msgid "Tags" @@ -2077,7 +2075,7 @@ msgid "API" msgstr "API" msgid "RESTful API" -msgstr "" +msgstr "API RESTful" #. TRANS: Title for "Edit application" form. #. TRANS: Form legend. @@ -2819,9 +2817,9 @@ msgid "IM is not available." msgstr "La messagerie instantanée n’est pas disponible." #. TRANS: Form note in IM settings form. %s is the type of IM address that was confirmed. -#, fuzzy, php-format +#, php-format msgid "Current confirmed %s address." -msgstr "Adresse courriel actuellement confirmée." +msgstr "Adresse %s actuellement confirmée." #. TRANS: Form note in IM settings form. #. TRANS: %s is the IM service name, %2$s is the IM address set. @@ -3496,9 +3494,9 @@ msgstr "Statut de %1$s sur %2$s" #. TRANS: Server error displayed in oEmbed action when attachment not found. #. TRANS: %d is an attachment ID. -#, fuzzy, php-format +#, php-format msgid "Attachment %s not found." -msgstr "Destinataire non trouvé." +msgstr "Pièce jointe %s non trouvée." #. TRANS: Server error displayed in oEmbed request when a path is not supported. #. TRANS: %s is a path. @@ -3957,9 +3955,9 @@ msgid "Mode" msgstr "Mode" #. TRANS: Link text to show lists for user %s. -#, fuzzy, php-format +#, php-format msgid "Lists for %s" -msgstr "Boîte d’envoi de %s" +msgstr "Listes pour %s" #. TRANS: Fieldset legend. #. TRANS: Fieldset legend on gallery action page. @@ -4193,11 +4191,11 @@ msgstr "" #. TRANS: Text area title in form for account registration. Plural #. TRANS: is decided by the number of characters available for the #. TRANS: biography (%d). -#, fuzzy, php-format +#, php-format msgid "Describe yourself and your interests in %d character." msgid_plural "Describe yourself and your interests in %d characters." -msgstr[0] "Décrivez-vous avec vos intérêts en %d caractère" -msgstr[1] "Décrivez-vous avec vos intérêts en %d caractères" +msgstr[0] "Décrivez-vous avec vos centres d’intérêt en %d caractère." +msgstr[1] "Décrivez-vous avec vos centres d’intérêt en %d caractères." #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Text area title on account registration page. @@ -5229,9 +5227,8 @@ msgid "Message from %1$s on %2$s" msgstr "Message reçu de %1$s le %2$s" #. TRANS: Client exception thrown when trying a view a notice the user has no access to. -#, fuzzy msgid "Not available." -msgstr "La messagerie instantanée n’est pas disponible." +msgstr "Non disponible." #. TRANS: Client error displayed trying to show a deleted notice. msgid "Notice deleted." @@ -6401,6 +6398,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -7022,10 +7020,9 @@ msgid "Home" msgstr "Accueil" #. TRANS: Header in administrator navigation panel. -#, fuzzy msgctxt "HEADER" msgid "Admin" -msgstr "Administrer" +msgstr "Admin" #. TRANS: Menu item title in administrator navigation panel. msgid "Basic site configuration" @@ -7859,17 +7856,15 @@ msgstr "Erreur de la base de données" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Public" msgstr "Public" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item title in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Lists" -msgstr "Limites" +msgstr "Listes" #. TRANS: Title of form for deleting a user. #. TRANS: Link text in notice list item to delete a notice. @@ -8080,14 +8075,12 @@ msgid "Logo" msgstr "Logo" #. TRANS: Title for groups with the most members section. -#, fuzzy msgid "Popular groups" -msgstr "Avis populaires" +msgstr "Groupes populaires" #. TRANS: Title for groups with the most posts section. -#, fuzzy msgid "Active groups" -msgstr "Tous les groupes" +msgstr "Groupes actifs" #. TRANS: Link description for seeing all groups. #. TRANS: Link description for seeing all lists. @@ -8223,9 +8216,8 @@ msgid "Send" msgstr "Envoyer" #. TRANS: Submit button title. -#, fuzzy msgid "Send invitations." -msgstr "Invitations" +msgstr "Envoyer les invitations." #. TRANS: Button text for joining a group. msgctxt "BUTTON" @@ -8545,7 +8537,7 @@ msgstr "%1$s (@%2$s) a envoyé un avis à votre attention" #. TRANS: %3$s is a URL to the notice, %4$s is the notice text, #. TRANS: %5$s is the text "The full conversation can be read here:" and a URL to the full conversion if it exists (otherwise empty), #. TRANS: %6$s is a URL to reply to the notice, %7$s is a URL to all @-replies for the addressed user, -#, fuzzy, php-format +#, php-format msgid "" "%1$s just sent a notice to your attention (an '@-reply') on %2$s.\n" "\n" @@ -8565,8 +8557,7 @@ msgid "" "\n" "%7$s" msgstr "" -"%1$s (@%9$s) vient de soumettre un avis à votre attention (un « @-reply ») " -"sur %2$s.\n" +"%1$s vient de soumettre un avis à votre attention (un « @-reply ») sur %2$s.\n" "\n" "L'avis est ici :\n" "\n" @@ -8582,32 +8573,27 @@ msgstr "" "\n" "La liste des @-replies qui vous sont destinées est ici :\n" "\n" -"%7$s\n" -"\n" -"Cordialement,\n" -"%2$s\n" -"\n" -"P.S. Vous pouvez désactiver ces notifications électroniques ici : %8$s\n" +"%7$s" #. TRANS: Subject of group join notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s" -msgstr "%1$s a rejoint le groupe %2$s." +msgstr "%1$s a rejoint votre groupe %2$s sur %3$s" #. TRANS: Main body of group join notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, #. TRANS: %4$s is a block of profile info about the subscriber. #. TRANS: %5$s is a link to the addressed user's e-mail settings. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s." -msgstr "%1$s a rejoint le groupe %2$s." +msgstr "%1$s a rejoint votre groupe %2$s sur %3$s." #. TRANS: Subject of pending group join request notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s wants to join your group %2$s on %3$s." -msgstr "%1$s a rejoint le groupe %2$s." +msgstr "%1$s souhaite rejoindre votre groupe %2$s sur %3$s." #. TRANS: Main body of pending group join request notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, @@ -8895,9 +8881,8 @@ msgstr "dans le contexte" msgid "Repeated by" msgstr "Repris par" -#, fuzzy msgid " " -msgstr ", " +msgstr " " #. TRANS: Link title in notice list item to reply to a notice. #, fuzzy @@ -9091,7 +9076,6 @@ msgid "Edit lists" msgstr "Cette marque est invalide : %s." #. TRANS: Label in self tags widget. -#, fuzzy msgctxt "LABEL" msgid "Tags" msgstr "Balises" @@ -9351,7 +9335,6 @@ msgid "" msgstr "" #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "People" msgstr "Personnes" @@ -9412,7 +9395,6 @@ msgid "Change your profile settings" msgstr "Modifier vos paramètres de profil" #. TRANS: Menu item in settings navigation panel. -#, fuzzy msgctxt "MENU" msgid "Avatar" msgstr "Avatar" @@ -9697,10 +9679,10 @@ msgstr "Vous" #. TRANS: For building a list such as "Jim, Bob, Mary and 5 others like this". #. TRANS: %1$s is a list of users, separated by a separator (default: ", "), %2$s is the last user in the list. -#, fuzzy, php-format +#, php-format msgctxt "FAVELIST" msgid "%1$s and %2$s" -msgstr "%1$s - %2$s" +msgstr "%1$s et %2$s" #. TRANS: List message for notice favoured by logged in user. #, fuzzy @@ -9811,9 +9793,8 @@ msgid "To:" msgstr "À" #. TRANS: Checkbox label in widget for selecting potential addressees to mark the notice private. -#, fuzzy msgid "Private?" -msgstr "Privé" +msgstr "Privé ?" #. TRANS: Client exception thrown in widget for selecting potential addressees when an invalid fill option was received. #, fuzzy, php-format diff --git a/locale/fur/LC_MESSAGES/statusnet.po b/locale/fur/LC_MESSAGES/statusnet.po index 99a623b85e..32041910c4 100644 --- a/locale/fur/LC_MESSAGES/statusnet.po +++ b/locale/fur/LC_MESSAGES/statusnet.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:48+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:39+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-core\n" @@ -1957,7 +1957,7 @@ msgid "FAQ" msgstr "Domandis plui frecuentis" msgid "Frequently asked questions" -msgstr "" +msgstr "Domandis fatis plui spes" #. TRANS: Secondary navigation menu item leading to e-mail contact information on the #. TRANS: StatusNet site, where to report bugs, ... @@ -1968,7 +1968,6 @@ msgstr "Contats" msgid "Contact info" msgstr "Informazions di contat" -#, fuzzy msgctxt "MENU" msgid "Tags" msgstr "Etichetis" @@ -4991,7 +4990,7 @@ msgstr "" #. TRANS: Notice on group pages for anonymous users for StatusNet sites that accept no new registrations. #. TRANS: %s is the group name, %%%%site.name%%%% is the site name, #. TRANS: This message contains Markdown links. Ensure they are formatted correctly: [Description](link). -#, fuzzy, php-format +#, php-format msgid "" "**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5001,7 +5000,7 @@ msgstr "" "**%s** al è un grup di utents su %%site.name%%, un servizi di [microblogging]" "(http://en.wikipedia.org/wiki/Micro-blogging) basât sul imprest libar " "[StatusNet](http://status.net/). I siei membris a condividin messaçs curts " -"su la vite e i lôr interès. " +"su la vite e i lôr interès." #. TRANS: Client error displayed requesting a single message that does not exist. msgid "No such message." @@ -5269,7 +5268,7 @@ msgstr "" #. TRANS: %s is the invalid language code. #, php-format msgid "Unknown language \"%s\"." -msgstr "" +msgstr "Lenghe \"%s\" no cognossude." #. TRANS: Client error displayed trying to save site settings with a text limit below 0. msgid "Minimum text limit is 0 (unlimited)." @@ -5583,7 +5582,7 @@ msgstr "" #. TRANS: Input field label for snapshot report URL in admin panel for snapshots. msgid "Report URL" -msgstr "" +msgstr "Segnale URL" #. TRANS: Input field title for snapshot report URL in admin panel for snapshots. msgid "Snapshots will be sent to this URL." @@ -5717,7 +5716,7 @@ msgstr "Chestis a son lis personis che %s al seguìs." #. TRANS: This message contains Markdown URLs. The link description is between #. TRANS: square brackets, and the link between parentheses. Do not separate "](" #. TRANS: and do not change the URL part. -#, fuzzy, php-format +#, php-format msgid "" "You're not listening to anyone's notices right now, try subscribing to " "people you know. Try [people search](%%action.peoplesearch%%), look for " @@ -5727,8 +5726,7 @@ msgstr "" "No tu stâs seguint i avîs di nissun par cumò, prove a sotscrivi cualchidun " "che tu cognossis. Prove a [cirî int](%%action.peoplesearch%%), cjalâ i " "membris di grups che ti interessin e i [utents plui famôs](%%action.featured%" -"%). Se tu sês un [utent di Twitter](%%action.twittersettings%%), tu puedis " -"in automatic sotscriviti ae int che tu seguivis di là." +"%)." #. TRANS: Subscription list text when looking at the subscriptions for a of a user other #. TRANS: than the logged in user that has no subscriptions. %s is the user nickname. @@ -9218,20 +9216,20 @@ msgstr "Tu lu âs ripetût." #. TRANS: List message for when more than 4 people repeat something. #. TRANS: %%s is a list of users liking a notice, %d is the number over 4 that like the notice. #. TRANS: Plural is decided on the total number of users liking the notice (count of %%s + %d). -#, fuzzy, php-format +#, php-format msgid "%%s and %d other repeated this." msgid_plural "%%s and %d others repeated this." -msgstr[0] "I plâs a %%s e %d altris." -msgstr[1] "I plâs a %%s e %d altris." +msgstr[0] "Ripetût di %%s e %d altri." +msgstr[1] "Ripetût di %%s e %d altris." #. TRANS: List message for favoured notices. #. TRANS: %%s is a list of users liking a notice. #. TRANS: Plural is based on the number of of users that have favoured a notice. -#, fuzzy, php-format +#, php-format msgid "%%s repeated this." msgid_plural "%%s repeated this." -msgstr[0] "Chest i plâs a %%s." -msgstr[1] "Chest i plâs a %%s." +msgstr[0] "%%s lu à ripetût." +msgstr[1] "%%s lu àn ripetût." #. TRANS: Form legend. #, php-format diff --git a/locale/gl/LC_MESSAGES/statusnet.po b/locale/gl/LC_MESSAGES/statusnet.po index ba75fe8374..2a2a0e5e08 100644 --- a/locale/gl/LC_MESSAGES/statusnet.po +++ b/locale/gl/LC_MESSAGES/statusnet.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:50+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:41+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-core\n" @@ -6301,6 +6301,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6543,6 +6544,7 @@ msgstr "" "Vostede xa creou %d ou máis etiquetas, que é o número máximo permitido. " "Intente usar ou borrar algunha das que xa existen." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/he/LC_MESSAGES/statusnet.po b/locale/he/LC_MESSAGES/statusnet.po index 9b2195134f..0301216366 100644 --- a/locale/he/LC_MESSAGES/statusnet.po +++ b/locale/he/LC_MESSAGES/statusnet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:52+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:43+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-core\n" @@ -94,9 +94,8 @@ msgid "Closed" msgstr "סגורה" #. TRANS: Button title to save access settings in site admin panel. -#, fuzzy msgid "Save access settings." -msgstr "שמירת הגדרות גישה" +msgstr "שמירת הגדרות גישה." #. TRANS: Button text to save access settings in site admin panel. #. TRANS: Button label to save e-mail preferences. @@ -425,17 +424,15 @@ msgid "Unblock user failed." msgstr "הסרת החסימה ממשתמש נכשלה." #. TRANS: Client exception thrown when no conversation ID is given. -#, fuzzy msgid "No conversation ID." -msgstr "אין מזהה שיחה" +msgstr "אין מזהה שיחה." #. TRANS: Client exception thrown when referring to a non-existing conversation ID (%d). -#, fuzzy, php-format +#, php-format msgid "No conversation with ID %d." -msgstr "אין שיחה עם מזהה %d" +msgstr "אין שיחה עם מזהה %d." #. TRANS: Title for conversion timeline. -#, fuzzy msgctxt "TITLE" msgid "Conversation" msgstr "שיחה" @@ -1926,18 +1923,16 @@ msgctxt "MENU" msgid "Help" msgstr "עזרה" -#, fuzzy msgid "Getting started" -msgstr "ההגדרות נשמרו." +msgstr "תחילת עבודה" #. TRANS: Secondary navigation menu item leading to text about StatusNet site. msgctxt "MENU" msgid "About" msgstr "" -#, fuzzy msgid "About this site" -msgstr "לבטל חסימת משתמש" +msgstr "אודות האתר הזה" #. TRANS: Secondary navigation menu item leading to Frequently Asked Questions. msgctxt "MENU" @@ -1970,9 +1965,8 @@ msgctxt "MENU" msgid "Groups" msgstr "" -#, fuzzy msgid "Using groups" -msgstr "קבוצות %s" +msgstr "שימוש בקבוצות" msgctxt "MENU" msgid "API" diff --git a/locale/hsb/LC_MESSAGES/statusnet.po b/locale/hsb/LC_MESSAGES/statusnet.po index c506a0af77..61724e0eb8 100644 --- a/locale/hsb/LC_MESSAGES/statusnet.po +++ b/locale/hsb/LC_MESSAGES/statusnet.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:53+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:46+0000\n" "Language-Team: Upper Sorbian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hsb\n" "X-Message-Group: #out-statusnet-core\n" @@ -44,6 +44,8 @@ msgstr "Zmylk je wustupił." msgid "" "No configuration file found. Try running the installation program first." msgstr "" +"Žana konfiguraciska dataja njenamakana. Spytajće najprjedy instalaciski " +"program wuwjesć." #. TRANS: Error message displayed when trying to access a non-existing page. msgid "Unknown page" @@ -747,7 +749,7 @@ msgstr "Lisćina njenamakana." #. TRANS: Client error displayed when trying to update another user's list. msgid "You cannot update lists that do not belong to you." -msgstr "" +msgstr "Njemóžeš lisćiny aktualizować, kotrež ći njesłušeja." #. TRANS: Client error displayed when an unknown error occurs updating a list. #. TRANS: Client error displayed when an unknown error occurs viewing list members. @@ -758,7 +760,7 @@ msgstr "Zmylk je wustupił." #. TRANS: Client error displayed when trying to delete another user's list. msgid "You cannot delete lists that do not belong to you." -msgstr "" +msgstr "Njemóžeš lisćiny zhašeć, kotrež ći njesłušeja." #. TRANS: Client error displayed when referring to a non-list member. msgid "The specified user is not a member of this list." @@ -786,7 +788,7 @@ msgstr "Lisćina dyrbi mjeno měć." #. TRANS: Client error displayed when a membership check for a user is nagative. msgid "The specified user is not a subscriber of this list." -msgstr "" +msgstr "Podaty wužiwar njeje abonent tuteje lisćiny." #. TRANS: Client error displayed when trying to unsubscribe from a non-subscribed list. msgid "You are not subscribed to this list." @@ -802,7 +804,7 @@ msgstr "Njepłaćiwe přizjewjenske znamješka." #. TRANS: Client error given when no oauth_token was passed to the OAuth API. msgid "No oauth_token parameter provided." -msgstr "" +msgstr "Žadyn parameter ouath_token njepodaty." #. TRANS: Client error given when an invalid request token was passed to the OAuth API. msgid "Invalid request token." @@ -3375,7 +3377,7 @@ msgid "Only stream mode (no conversations) in timelines" msgstr "" msgid "Show conversation page as hierarchical trees" -msgstr "" +msgstr "Konwersacisku stronu jako hierarchiski štom pokazać" msgid "Show nicknames (not full names) in timelines" msgstr "" @@ -3956,7 +3958,7 @@ msgstr "Pytanske wuslědki" #. TRANS: Error message in case a search is shorter than three characters. msgid "The search string must be at least 3 characters long." -msgstr "" +msgstr "Pytanski wuraz dyrbi znajmjeńša 3 znamješka dołhe być." #. TRANS: Page title for profile settings. msgid "Profile settings" @@ -4456,7 +4458,7 @@ msgstr "Rozumju, zo wobsah a daty wot %1$s su priwatne a dowěrliwe." #. TRANS: %1$s is the license owner. #, php-format msgid "My text and files are copyright by %1$s." -msgstr "" +msgstr "%1$s ma awtorske prawo na mojim tekstom a mojimi datajemi." #. TRANS: Copyright checkbox label in registration dialog, for all rights reserved with ownership left to contributors. msgid "My text and files remain under my own copyright." @@ -5618,13 +5620,13 @@ msgstr "%1$s abonementow, strona %2$d" #. TRANS: Page notice for page with an overview of all subscriptions #. TRANS: of the logged in user's own profile. msgid "These are the people whose notices you listen to." -msgstr "" +msgstr "To su ludźo, kotrychž zdźělenki čitaš." #. TRANS: Page notice for page with an overview of all subscriptions of a user other #. TRANS: than the logged in user. %s is the user nickname. #, php-format msgid "These are the people whose notices %s listens to." -msgstr "" +msgstr "To su ludźo, kotrychž zdźělenki %s čita." #. TRANS: Subscription list text when the logged in user has no subscriptions. #. TRANS: This message contains Markdown URLs. The link description is between @@ -5792,7 +5794,7 @@ msgstr "[žadyn]" #. TRANS: Default value for URL shortening settings. msgid "[internal]" -msgstr "" +msgstr "[internal]" #. TRANS: Label for dropdown with URL shortener services. msgid "Shorten URLs with" @@ -6815,6 +6817,7 @@ msgstr "Popisujomny" #. TRANS: Form guide. msgid "Default access for this application: read-only, or read-write" msgstr "" +"Standardny přistup za tutón program: jenož čitajomny abo čitajomny-pisajomny" #. TRANS: Submit button title. msgid "Cancel application changes." @@ -6966,7 +6969,7 @@ msgstr "Tutón přikaz hišće njeje implementowany." #. TRANS: Command exception text shown when a user tries to nudge themselves. msgid "It does not make a lot of sense to nudge yourself!" -msgstr "" +msgstr "Je bjez zmysła, so samoho storčić!" #. TRANS: Message given having nudged another user. #. TRANS: %s is the nickname of the user that was nudged. @@ -7091,6 +7094,8 @@ msgid "" "%s is a remote profile; you can only send direct messages to users on the " "same server." msgstr "" +"%s je zdaleny profil; móžeš jenož wužiwarjam na samsnym serwerje direktne " +"powěsće pósłać." #. TRANS: Message given if content is too long. %1$sd is used for plural. #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters. @@ -7321,7 +7326,7 @@ msgstr "Direktna powěsć wužiwarjej" #. TRANS: Help message for IM/SMS command "get ". msgctxt "COMMANDHELP" msgid "get last notice from user" -msgstr "" +msgstr "poslednju zdźělenku wužiwarja wotwołać" #. TRANS: Help message for IM/SMS command "whois ". msgctxt "COMMANDHELP" @@ -7331,7 +7336,7 @@ msgstr "Profilowe informacije wo wužiwarju wotwołać" #. TRANS: Help message for IM/SMS command "lose ". msgctxt "COMMANDHELP" msgid "force user to stop following you" -msgstr "" +msgstr "wužiwarja nuzować, tebje wjace njeslědować" #. TRANS: Help message for IM/SMS command "fav ". msgctxt "COMMANDHELP" @@ -7346,7 +7351,7 @@ msgstr "" #. TRANS: Help message for IM/SMS command "repeat #". msgctxt "COMMANDHELP" msgid "repeat a notice with a given id" -msgstr "" +msgstr "zdźělenku z datym ID wospjetować" #. TRANS: Help message for IM/SMS command "repeat ". msgctxt "COMMANDHELP" @@ -7356,7 +7361,7 @@ msgstr "Poslednju zdźělenku wužiwarja wospjetować" #. TRANS: Help message for IM/SMS command "reply #". msgctxt "COMMANDHELP" msgid "reply to notice with a given id" -msgstr "" +msgstr "na zdźělenku z datym ID wotmołwić" #. TRANS: Help message for IM/SMS command "reply ". msgctxt "COMMANDHELP" @@ -7381,7 +7386,7 @@ msgstr "Skupinu wopušćić" #. TRANS: Help message for IM/SMS command "stats". msgctxt "COMMANDHELP" msgid "get your stats" -msgstr "" +msgstr "twoju statistiku wotwołać" #. TRANS: Help message for IM/SMS command "stop". #. TRANS: Help message for IM/SMS command "quit". @@ -7420,7 +7425,7 @@ msgstr "hišće njeimplementowany." #. TRANS: Help message for IM/SMS command "nudge ". msgctxt "COMMANDHELP" msgid "remind a user to update." -msgstr "" +msgstr "wužiwarja na aktualizaciju dopomnić." #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. msgid "No configuration file found." @@ -7562,7 +7567,7 @@ msgstr "Wšitcy čłonojo" #. TRANS: Header for mini list of users with a pending membership request on a group page (h2). msgid "Pending" -msgstr "" +msgstr "Njesčinjeny" #. TRANS: Header for mini list of users that are blocked in a group page (h2). msgid "Blocked" @@ -7630,6 +7635,8 @@ msgstr[3] "" msgid "" "New members must be approved by admin and all posts are forced to be private." msgstr "" +"Nowi čłonojo dyrbja so wot administratora akceptować a wšě powěsće su " +"priwatne." #. TRANS: Indicator in group members list that this user is a group administrator. msgctxt "GROUPADMIN" @@ -7765,7 +7772,7 @@ msgstr "" #. TRANS: Server exception thrown trying to initialise an IM plugin without a transport method. msgid "Transport cannot be null." -msgstr "" +msgstr "Transport njemóže prózdny być." #. TRANS: Title for inbox tag cloud section. msgctxt "TITLE" @@ -7884,6 +7891,8 @@ msgid "" "%1$s would like to listen to your notices on %2$s. You may approve or reject " "their subscription at %3$s" msgstr "" +"%1$s by rady twoje zdźělenki na %2$s slědował. Móžeš jeho abonement na %3$s " +"přiwzać abo wotpokazać" #. TRANS: Common footer block for StatusNet notification emails. #. TRANS: %1$s is the StatusNet sitename, @@ -9207,7 +9216,7 @@ msgstr "Pytać w" #. TRANS: Dropdown field title. msgid "Choose a field to search." -msgstr "" +msgstr "wubjerće polo za pytanje." #. TRANS: Form legend. #. TRANS: %1$s is a nickname, $2$s is a list. diff --git a/locale/hu/LC_MESSAGES/statusnet.po b/locale/hu/LC_MESSAGES/statusnet.po index 7f819ca766..70067246b9 100644 --- a/locale/hu/LC_MESSAGES/statusnet.po +++ b/locale/hu/LC_MESSAGES/statusnet.po @@ -14,14 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:48+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: hu\n" "X-Message-Group: #out-statusnet-core\n" @@ -4220,9 +4220,8 @@ msgid "Language" msgstr "Nyelv" #. TRANS: Tooltip for dropdown list label in form for profile settings. -#, fuzzy msgid "Preferred language." -msgstr "Előnyben részesített nyelv" +msgstr "Előnyben részesített nyelv." #. TRANS: Dropdownlist label in form for profile settings. msgid "Timezone" diff --git a/locale/ia/LC_MESSAGES/statusnet.po b/locale/ia/LC_MESSAGES/statusnet.po index 19ebdef71a..efbb36f8a8 100644 --- a/locale/ia/LC_MESSAGES/statusnet.po +++ b/locale/ia/LC_MESSAGES/statusnet.po @@ -9,13 +9,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:58+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:50+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-core\n" @@ -6267,6 +6267,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6507,6 +6508,7 @@ msgstr "" "Tu ha jam create %d o plus etiquettas, que es le numero maxime de etiquettas " "permittite. Tenta usar o deler alcun etiquettas existente." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/ko/LC_MESSAGES/statusnet.po b/locale/ko/LC_MESSAGES/statusnet.po index 94100463c7..6ccbd662bb 100644 --- a/locale/ko/LC_MESSAGES/statusnet.po +++ b/locale/ko/LC_MESSAGES/statusnet.po @@ -11,13 +11,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:05+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:58+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ko\n" "X-Message-Group: #out-statusnet-core\n" @@ -6427,6 +6427,7 @@ msgstr "" "이미 태그를 %d개 이상 만들었습니다. 태그 최대 개수입니다. 기존의 태그를 사용" "하거나 태그를 지우고 새로 만들어 보십시오." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/mk/LC_MESSAGES/statusnet.po b/locale/mk/LC_MESSAGES/statusnet.po index a5ceff6148..71f4b2f79f 100644 --- a/locale/mk/LC_MESSAGES/statusnet.po +++ b/locale/mk/LC_MESSAGES/statusnet.po @@ -10,13 +10,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:08+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:09:01+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-core\n" @@ -6289,6 +6289,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6537,6 +6538,7 @@ msgstr "" "Веќе имате создадено %d или повеќе ознаки, што претставува максималниот " "дозволен број на ознаки. Искористете или избришете некои постоечки ознаки." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/nl/LC_MESSAGES/statusnet.po b/locale/nl/LC_MESSAGES/statusnet.po index fe93fa6639..ac357b561f 100644 --- a/locale/nl/LC_MESSAGES/statusnet.po +++ b/locale/nl/LC_MESSAGES/statusnet.po @@ -13,13 +13,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:14+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:09:07+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-core\n" @@ -6329,6 +6329,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6584,6 +6585,7 @@ msgstr "" "U hebt %d of meer labels aangemaakt. Meer labels aanmaken is niet mogelijk. " "Verwijder bestaande labels om nieuwe labels aan te kunnen maken." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/pl/LC_MESSAGES/statusnet.po b/locale/pl/LC_MESSAGES/statusnet.po index 47157e2fd5..884e877df2 100644 --- a/locale/pl/LC_MESSAGES/statusnet.po +++ b/locale/pl/LC_MESSAGES/statusnet.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:16+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:09:09+0000\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" @@ -22,8 +22,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-core\n" @@ -6406,6 +6406,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have diff --git a/locale/pt_BR/LC_MESSAGES/statusnet.po b/locale/pt_BR/LC_MESSAGES/statusnet.po index 52b1ba906d..bd1d0b6173 100644 --- a/locale/pt_BR/LC_MESSAGES/statusnet.po +++ b/locale/pt_BR/LC_MESSAGES/statusnet.po @@ -16,14 +16,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:20+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:09:13+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-core\n" @@ -6344,6 +6344,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have diff --git a/locale/ru/LC_MESSAGES/statusnet.po b/locale/ru/LC_MESSAGES/statusnet.po index 09c59c2339..cc296edc43 100644 --- a/locale/ru/LC_MESSAGES/statusnet.po +++ b/locale/ru/LC_MESSAGES/statusnet.po @@ -19,13 +19,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:22+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:09:16+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-core\n" @@ -6316,6 +6316,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6564,6 +6565,7 @@ msgstr "" "тегов. Попробуйте воспользоваться уже существующим тегом или удалите " "некоторые старые теги." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/sv/LC_MESSAGES/statusnet.po b/locale/sv/LC_MESSAGES/statusnet.po index 4df8a037c1..2ab0430783 100644 --- a/locale/sv/LC_MESSAGES/statusnet.po +++ b/locale/sv/LC_MESSAGES/statusnet.po @@ -15,13 +15,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:24+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:09:18+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-core\n" @@ -6262,6 +6262,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6504,6 +6505,7 @@ msgstr "" "Du har redan skapat %d eller fler taggar som är det maximalt tillåtna " "antalet taggar. Försök använda eller stryka några befintliga taggar." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/tl/LC_MESSAGES/statusnet.po b/locale/tl/LC_MESSAGES/statusnet.po index 29fd0dcacb..7b0f7126dd 100644 --- a/locale/tl/LC_MESSAGES/statusnet.po +++ b/locale/tl/LC_MESSAGES/statusnet.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:28+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:09:23+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-core\n" @@ -6473,6 +6473,7 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6728,6 +6729,7 @@ msgstr "" "pinahihintulutang bilang ng mga tatak. Subukang gamitin o burahin ang ilan " "sa umiiral na mga tatak.}}" +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/uk/LC_MESSAGES/statusnet.po b/locale/uk/LC_MESSAGES/statusnet.po index 46d5a2ba93..38b2a19950 100644 --- a/locale/uk/LC_MESSAGES/statusnet.po +++ b/locale/uk/LC_MESSAGES/statusnet.po @@ -12,13 +12,13 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:30+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:09:25+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-core\n" @@ -6336,6 +6336,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6581,6 +6582,7 @@ msgstr "" "теґів. Спробуйте скористатися вже існуючим теґом або видаліть деякі старі " "теґи." +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/zh_CN/LC_MESSAGES/statusnet.po b/locale/zh_CN/LC_MESSAGES/statusnet.po index 5ec48eeeeb..326262f15a 100644 --- a/locale/zh_CN/LC_MESSAGES/statusnet.po +++ b/locale/zh_CN/LC_MESSAGES/statusnet.po @@ -5,6 +5,7 @@ # Author: Chenxiaoqino # Author: Happy # Author: Hydra +# Author: Hzy980512 # Author: March # Author: Shizhao # Author: Sweeite012f @@ -18,14 +19,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:32+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:09:27+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-core\n" @@ -102,9 +103,8 @@ msgid "Closed" msgstr "封闭(不允许新用户注册)" #. TRANS: Button title to save access settings in site admin panel. -#, fuzzy msgid "Save access settings." -msgstr "保存访问设置" +msgstr "保存访问设置。" #. TRANS: Button text to save access settings in site admin panel. #. TRANS: Button label to save e-mail preferences. @@ -308,7 +308,6 @@ msgstr "" #. TRANS: Button text for inviting more users to the StatusNet instance. #. TRANS: Less business/enterprise-oriented language for public sites. -#, fuzzy msgctxt "BUTTON" msgid "Send invite" msgstr "发送邀请。" @@ -429,14 +428,13 @@ msgid "Unblock user failed." msgstr "取消屏蔽用户失败。" #. TRANS: Client exception thrown when no conversation ID is given. -#, fuzzy msgid "No conversation ID." -msgstr "对话" +msgstr "对话。" #. TRANS: Client exception thrown when referring to a non-existing conversation ID (%d). -#, fuzzy, php-format +#, php-format msgid "No conversation with ID %d." -msgstr "对话" +msgstr "没有ID为%d的对话。" #. TRANS: Title for conversion timeline. #, fuzzy @@ -1961,7 +1959,7 @@ msgid "FAQ" msgstr "FAQ" msgid "Frequently asked questions" -msgstr "" +msgstr "常见问题" #. TRANS: Secondary navigation menu item leading to e-mail contact information on the #. TRANS: StatusNet site, where to report bugs, ... @@ -1994,7 +1992,7 @@ msgstr "用户小组" msgctxt "MENU" msgid "API" -msgstr "" +msgstr "API" msgid "RESTful API" msgstr "" @@ -3701,9 +3699,8 @@ msgid "Server to direct SSL requests to." msgstr "直接SSL请求的服务器" #. TRANS: Button title text to store form data in the Paths admin panel. -#, fuzzy msgid "Save path settings." -msgstr "保存网站设置。" +msgstr "保存路径设置。" #. TRANS: Instructions for the "People search" page. #. TRANS: %%site.name%% is the name of the StatusNet site. @@ -6106,6 +6103,7 @@ msgid "%1$d byte" msgid_plural "%1$d bytes" msgstr[0] "" +# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6333,6 +6331,7 @@ msgstr "" "你已经创建了 %d 条或更多的标签,达到了标签数量的上限。试下删掉一些已经创建的" "标签。" +# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" @@ -7377,7 +7376,7 @@ msgstr "将带有所给 id 的消息标记为“收藏”" #. TRANS: Help message for IM/SMS command "repeat #". msgctxt "COMMANDHELP" msgid "repeat a notice with a given id" -msgstr "" +msgstr "用已给id重复通知" #. TRANS: Help message for IM/SMS command "repeat ". msgctxt "COMMANDHELP" @@ -7387,7 +7386,7 @@ msgstr "转发用户的最后一条消息" #. TRANS: Help message for IM/SMS command "reply #". msgctxt "COMMANDHELP" msgid "reply to notice with a given id" -msgstr "" +msgstr "用已给出的id回复通知" #. TRANS: Help message for IM/SMS command "reply ". msgctxt "COMMANDHELP" @@ -7706,7 +7705,7 @@ msgstr "" #. TRANS: Menu item title in personal group navigation menu. #. TRANS: %s is a username. msgid "Back to top" -msgstr "" +msgstr "返回顶部" #. TRANS: Client exception 406 msgid "This page is not available in a media type you accept" @@ -8270,10 +8269,9 @@ msgid "Make Admin" msgstr "设置管理员" #. TRANS: Submit button title. -#, fuzzy msgctxt "TOOLTIP" msgid "Make this user an admin." -msgstr "将这个用户设为管理员" +msgstr "将此用户设为管理员" #. TRANS: Client exception thrown when a database error was thrown during a file upload operation. msgid "There was a database error while saving your file. Please try again." @@ -9294,7 +9292,7 @@ msgstr "" #. TRANS: Dropdown field label. msgctxt "LABEL" msgid "Search in" -msgstr "中搜索" +msgstr "搜索于" #. TRANS: Dropdown field title. msgid "Choose a field to search." @@ -9304,13 +9302,13 @@ msgstr "选择要搜索的字段。" #. TRANS: %1$s is a nickname, $2$s is a list. #, php-format msgid "Remove %1$s from list %2$s" -msgstr "删除 %1$s 从 %2$s 列表中" +msgstr "%2$s列表中删除%1$s" #. TRANS: Legend on form to add a profile to a list. #. TRANS: %1$s is a nickname, %2$s is a list. #, php-format msgid "Add %1$s to list %2$s" -msgstr "添加 %1$s 到 %2$s 列表中" +msgstr "添加%1$s到列表%2$s中" #. TRANS: Title for top posters section. msgid "Top posters" diff --git a/plugins/APC/locale/nb/LC_MESSAGES/APC.po b/plugins/APC/locale/nb/LC_MESSAGES/APC.po index 6644460e8d..2a5120f281 100644 --- a/plugins/APC/locale/nb/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/nb/LC_MESSAGES/APC.po @@ -1,4 +1,4 @@ -# Translation of StatusNet - APC to Norwegian (bokmål)‬ (‪Norsk (bokmål)‬) +# Translation of StatusNet - APC to Norwegian Bokmål (‪Norsk (bokmål)‬) # Exported from translatewiki.net # # Author: Nghtwlkr @@ -9,17 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" -"Language-Team: Norwegian (bokmål)‬ \n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:06:13+0000\n" +"Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-Language-Code: no\n" +"X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po b/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po index c00a8249cd..1f32bcbbe4 100644 --- a/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:07:11+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-blog\n" @@ -46,7 +46,7 @@ msgstr "" #. TRANS: Blog application title. msgctxt "TITLE" msgid "Blog" -msgstr "" +msgstr "Blog" #. TRANS: Exception thrown when there are too many activity objects. msgid "Too many activity objects." diff --git a/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po index 525719ed76..ed2906cd8b 100644 --- a/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:34+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:56+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po index f4e0743536..adbb0a1f9a 100644 --- a/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:34+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:56+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po index a9eca5bcdd..2f80e83ade 100644 --- a/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:34+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:56+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po index 74490ef0f4..ddedecc6d6 100644 --- a/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:34+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:56+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po index 4a0b39fedc..ba7e75a452 100644 --- a/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:35+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:56+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po index 92bdbe790e..515f1921f8 100644 --- a/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:35+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:56+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po index 21fd0e7390..af84f197a6 100644 --- a/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:47:04+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:57+0000\n" "Language-Team: Lithuanian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lt\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po index ea756b2b00..cfbddf7c4c 100644 --- a/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:35+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:57+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po index 105b6374a3..f170dcfd74 100644 --- a/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:35+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:57+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po index 5a57f9c76d..328737fee6 100644 --- a/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:35+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:57+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po index fc6fcf5c65..e556160bac 100644 --- a/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:35+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:08:57+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:19:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" diff --git a/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po b/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po new file mode 100644 index 0000000000..fe12fe9d07 --- /dev/null +++ b/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po @@ -0,0 +1,31 @@ +# Translation of StatusNet - Echo to Basque (Euskara) +# Exported from translatewiki.net +# +# Author: Artsuaga +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Echo\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:09:08+0000\n" +"Language-Team: Basque \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: eu\n" +"X-Message-Group: #out-statusnet-plugin-echo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"Use Echo to add commenting to notice " +"pages." +msgstr "" +"Erabili Echo oharren orriei iruzkinak " +"gehitzeko." diff --git a/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po new file mode 100644 index 0000000000..34da35e4cc --- /dev/null +++ b/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po @@ -0,0 +1,53 @@ +# Translation of StatusNet - EmailReminder to French (Français) +# Exported from translatewiki.net +# +# Author: Od1n +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - EmailReminder\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:09:43+0000\n" +"Language-Team: French \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Language-Code: fr\n" +"X-Message-Group: #out-statusnet-plugin-emailreminder\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. TRANS: Plugin description. +msgid "Send email reminders for various things." +msgstr "" + +#. TRANS: Server exception thrown when a reminder record could not be inserted into the database. +msgid "Database error inserting reminder record." +msgstr "" + +#. TRANS: Subject for reminder e-mail. +msgid "Reminder - please confirm your registration!" +msgstr "Rappel - veuillez confirmer votre inscription !" + +#. TRANS: Subject for reminder e-mail. +msgid "Second reminder - please confirm your registration!" +msgstr "Deuxième rappel - veuillez confirmer votre inscription !" + +#. TRANS: Subject for reminder e-mail. +msgid "Final reminder - please confirm your registration!" +msgstr "Dernier rappel - veuillez confirmer votre inscription !" + +#. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. +#, php-format +msgid "Reminder - You have been invited to join %s!" +msgstr "" + +#. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. +#, php-format +msgid "Final reminder - you have been invited to join %s!" +msgstr "" diff --git a/plugins/Event/locale/ar/LC_MESSAGES/Event.po b/plugins/Event/locale/ar/LC_MESSAGES/Event.po index b3425534e7..5d0f0c200b 100644 --- a/plugins/Event/locale/ar/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ar/LC_MESSAGES/Event.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:53+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:03+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/br/LC_MESSAGES/Event.po b/plugins/Event/locale/br/LC_MESSAGES/Event.po index a89c75e916..9aa2195e13 100644 --- a/plugins/Event/locale/br/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/br/LC_MESSAGES/Event.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:53+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/ca/LC_MESSAGES/Event.po b/plugins/Event/locale/ca/LC_MESSAGES/Event.po index 15d6fa897c..015edd937a 100644 --- a/plugins/Event/locale/ca/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ca/LC_MESSAGES/Event.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:54+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/de/LC_MESSAGES/Event.po b/plugins/Event/locale/de/LC_MESSAGES/Event.po index 32ac761ccc..f1eb6b6439 100644 --- a/plugins/Event/locale/de/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/de/LC_MESSAGES/Event.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:54+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/eu/LC_MESSAGES/Event.po b/plugins/Event/locale/eu/LC_MESSAGES/Event.po index 166c920794..3d8b7822df 100644 --- a/plugins/Event/locale/eu/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/eu/LC_MESSAGES/Event.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:54+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/fr/LC_MESSAGES/Event.po b/plugins/Event/locale/fr/LC_MESSAGES/Event.po index 6092b601e9..f6c68ecaf5 100644 --- a/plugins/Event/locale/fr/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/fr/LC_MESSAGES/Event.po @@ -14,14 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:47:21+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-event\n" @@ -41,11 +41,11 @@ msgstr "(1 heure)" #, php-format msgid "(%.1f hours)" -msgstr "" +msgstr "(%.1f heures)" #, php-format msgid "(%d hours)" -msgstr "" +msgstr "(%d heures)" #. TRANS: Client exception thrown when trying to create an event that already exists. msgid "Event already exists." diff --git a/plugins/Event/locale/gl/LC_MESSAGES/Event.po b/plugins/Event/locale/gl/LC_MESSAGES/Event.po index 46b07633e1..9afa86e1ae 100644 --- a/plugins/Event/locale/gl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/gl/LC_MESSAGES/Event.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:54+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/ia/LC_MESSAGES/Event.po b/plugins/Event/locale/ia/LC_MESSAGES/Event.po index 147b9376cd..52970174cd 100644 --- a/plugins/Event/locale/ia/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ia/LC_MESSAGES/Event.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:47:21+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/mk/LC_MESSAGES/Event.po b/plugins/Event/locale/mk/LC_MESSAGES/Event.po index 691cf50c02..1fc0006c92 100644 --- a/plugins/Event/locale/mk/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/mk/LC_MESSAGES/Event.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:05+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/ms/LC_MESSAGES/Event.po b/plugins/Event/locale/ms/LC_MESSAGES/Event.po index c9af816c54..bc86e9edbd 100644 --- a/plugins/Event/locale/ms/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ms/LC_MESSAGES/Event.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:05+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/nl/LC_MESSAGES/Event.po b/plugins/Event/locale/nl/LC_MESSAGES/Event.po index 0336c093fc..c123b134b5 100644 --- a/plugins/Event/locale/nl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/nl/LC_MESSAGES/Event.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:05+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/pt/LC_MESSAGES/Event.po b/plugins/Event/locale/pt/LC_MESSAGES/Event.po index a2385fee69..50a324fc85 100644 --- a/plugins/Event/locale/pt/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/pt/LC_MESSAGES/Event.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:05+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/tl/LC_MESSAGES/Event.po b/plugins/Event/locale/tl/LC_MESSAGES/Event.po index c8ca7b111d..3d5c67edbf 100644 --- a/plugins/Event/locale/tl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/tl/LC_MESSAGES/Event.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:05+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Event/locale/uk/LC_MESSAGES/Event.po b/plugins/Event/locale/uk/LC_MESSAGES/Event.po index 7b57bc7761..2a08a6ac92 100644 --- a/plugins/Event/locale/uk/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/uk/LC_MESSAGES/Event.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:10:05+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:46:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-event\n" diff --git a/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po index af042a2ab0..4f63e29791 100644 --- a/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:11:00+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" @@ -24,7 +24,7 @@ msgstr "" #. TRANS: Exception thrown when a geo names service is not used because of a recent timeout. msgid "Skipping due to recent web service timeout." -msgstr "" +msgstr "Web zerbitzua denboraz kanpo geratu delako salto egiten." #. TRANS: Exception thrown when a geo names service does not return an expected response. #. TRANS: %s is an HTTP error code. diff --git a/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po index 621f5f3efa..1ec8901598 100644 --- a/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po index 97d4e51cd6..3e827a202e 100644 --- a/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" "Language-Team: Chechen \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ce\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po index 3e6db87a7f..f734f45ebb 100644 --- a/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po index 5e02de8763..090f1b1901 100644 --- a/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:20+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po index 89460d2229..bc2726d49f 100644 --- a/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po index 2a26d7bde4..3f56c2c285 100644 --- a/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po index 4d6468f5e7..cf3588e6b2 100644 --- a/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:55+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po index dc4bea8224..0299448cf9 100644 --- a/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po index 6c1b61ddd9..5655b382b5 100644 --- a/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po index 1376b47cd9..22761f8fe6 100644 --- a/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po index 60153514a3..958afff8c6 100644 --- a/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:21+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po index 2cde177fe8..2b017ff938 100644 --- a/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po index 71df445dfd..9f5fd8d00f 100644 --- a/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po index 9276303b13..c6eb022531 100644 --- a/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po index f2b18fc46b..6fab88ec65 100644 --- a/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po index e2a6c2dfe9..d1d89597e7 100644 --- a/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po index 403337f545..e73c32692c 100644 --- a/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po @@ -10,15 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:56+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:55+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" diff --git a/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po index 5e2afc6e22..7e5e8fffb9 100644 --- a/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:59+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" diff --git a/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po index 4ac8da3395..36c67c136e 100644 --- a/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:59+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" diff --git a/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po index adfe4ed014..4b704af17e 100644 --- a/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po @@ -12,14 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:24+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" diff --git a/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po index b11c9b17ae..1f41f93606 100644 --- a/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" diff --git a/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po index c037f354fd..4517b23bdb 100644 --- a/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" diff --git a/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po index 7afa56a04d..3608907c77 100644 --- a/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" diff --git a/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po index ad66815939..76ffe94bad 100644 --- a/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" diff --git a/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po index 88fd9a31d7..94e3ca02f2 100644 --- a/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" diff --git a/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po index 0cf1ca84aa..6bd36768ed 100644 --- a/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:00+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:51:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" diff --git a/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po b/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po index 5796e9acf7..c8292581fa 100644 --- a/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po @@ -2,6 +2,7 @@ # Exported from translatewiki.net # # Author: Hashar +# Author: Od1n # -- # This file is distributed under the same license as the StatusNet package. # @@ -9,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-27 12:36+0000\n" -"PO-Revision-Date: 2011-04-27 12:37:46+0000\n" -"Language-Team: French \n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:13:49+0000\n" +"Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-03-26 16:22:40+0000\n" -"X-Generator: MediaWiki 1.18alpha (r87008); Translate extension (2011-04-26)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -35,11 +37,11 @@ msgstr "MSN" #. TRANS: Exception thrown when configuration for the MSN plugin is incomplete. msgid "Must specify a user." -msgstr "" +msgstr "Il faut spécifier un utilisateur." #. TRANS: Exception thrown when configuration for the MSN plugin is incomplete. msgid "Must specify a password." -msgstr "" +msgstr "Il faut spécifier un mot de passe." #. TRANS: Exception thrown when configuration for the MSN plugin is incomplete. msgid "Must specify a nickname." diff --git a/plugins/OMB/locale/br/LC_MESSAGES/OMB.po b/plugins/OMB/locale/br/LC_MESSAGES/OMB.po index 567b13ecd9..455c04cab4 100644 --- a/plugins/OMB/locale/br/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/br/LC_MESSAGES/OMB.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:14:01+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-omb\n" diff --git a/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po b/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po index f22601d73b..f322a68180 100644 --- a/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:14:01+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-omb\n" diff --git a/plugins/OMB/locale/de/LC_MESSAGES/OMB.po b/plugins/OMB/locale/de/LC_MESSAGES/OMB.po index a15afa1564..2b46dbb627 100644 --- a/plugins/OMB/locale/de/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/de/LC_MESSAGES/OMB.po @@ -1,6 +1,7 @@ # Translation of StatusNet - OMB to German (Deutsch) # Exported from translatewiki.net # +# Author: Alphakilo # Author: Marcel083 # Author: Tiin # -- @@ -10,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:14:01+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-omb\n" @@ -41,7 +42,7 @@ msgstr "Ablehnen" #. TRANS: Client error displayed trying to subscribe to an OMB 0.1 remote profile. msgid "You cannot subscribe to an OMB 0.1 remote profile with this action." -msgstr "" +msgstr "Sie können mit dieser Aktion kein OMB0.1 Profil abonnieren." #. TRANS: Client error displayed when trying to add an OMB 0.1 remote profile to a list. msgid "You cannot list an OMB 0.1 remote profile with this action." @@ -57,4 +58,4 @@ msgstr "" #. TRANS: Plugin description. msgid "A sample plugin to show basics of development for new hackers." -msgstr "" +msgstr "Ein Beispiel-Plugin Grundlagen der Entwicklung neuen Hacker zu zeigen." diff --git a/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po b/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po index e6281515cc..5d1b5322b3 100644 --- a/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po @@ -1,6 +1,7 @@ # Translation of StatusNet - OMB to Basque (Euskara) # Exported from translatewiki.net # +# Author: An13sa # Author: Artsuaga # -- # This file is distributed under the same license as the StatusNet package. @@ -9,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:14:01+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-omb\n" @@ -31,7 +32,7 @@ msgstr "Harpidetu" #. TRANS: Button text on Authorise Subscription page. msgctxt "BUTTON" msgid "Accept" -msgstr "Onartzu" +msgstr "Onartu" #. TRANS: Button text on Authorise Subscription page. msgctxt "BUTTON" diff --git a/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po b/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po index fabaa98731..03ad2c92a3 100644 --- a/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:32+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:14:01+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-omb\n" diff --git a/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po b/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po index 50856d3bee..f928b9077f 100644 --- a/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:14:02+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-omb\n" diff --git a/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po b/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po index 77ea8fae4e..a5f4677534 100644 --- a/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:14:02+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-omb\n" diff --git a/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po b/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po index 2b2dc55d9e..90af0638ca 100644 --- a/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:14:02+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-omb\n" diff --git a/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po b/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po index b05f2beb4d..3f198d015f 100644 --- a/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:08+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:14:02+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-08-15 14:12:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-omb\n" diff --git a/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po index ba3bdc11a1..0a9ac13a82 100644 --- a/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po @@ -1,6 +1,7 @@ # Translation of StatusNet - OStatus to German (Deutsch) # Exported from translatewiki.net # +# Author: Alphakilo # Author: Fujnky # Author: George Animal # Author: Giftpflanze @@ -13,14 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:02+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:14:58+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" @@ -102,7 +103,6 @@ msgid "Could not set up remote group membership." msgstr "Konnte Remotegruppenmitgliedschaft nicht einrichten." #. TRANS: Title for joining a remote groep. -#, fuzzy msgctxt "TITLE" msgid "Join" msgstr "Beitreten" @@ -118,7 +118,6 @@ msgid "Failed joining remote group." msgstr "Fehler beim Beitreten der Remotegruppe." #. TRANS: Title for leaving a remote group. -#, fuzzy msgctxt "TITLE" msgid "Leave" msgstr "Verlassen" @@ -146,20 +145,18 @@ msgid "%1$s is now following people listed in %2$s by %3$s." msgstr "%1$s folgt %2$s nicht mehr." #. TRANS: Exception thrown when subscription to remote list fails. -#, fuzzy msgid "Failed subscribing to remote list." msgstr "Fehler beim Beitreten der Remotegruppe." #. TRANS: Title for unfollowing a remote list. -#, fuzzy msgid "Unfollow list" -msgstr "Nicht mehr beachten" +msgstr "Liste nicht länger verfolgen" #. TRANS: Success message for remote list unfollow through OStatus. #. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's name. -#, fuzzy, php-format +#, php-format msgid "%1$s stopped following the list %2$s by %3$s." -msgstr "%1$s folgt %2$s nicht mehr." +msgstr "%1$s folgt %2$s von %3$s nicht länger." #. TRANS: Title for listing a remote profile. msgctxt "TITLE" @@ -168,18 +165,18 @@ msgstr "" #. TRANS: Success message for remote list addition through OStatus. #. TRANS: %1$s is the list creator's name, %2$s is the added list member, %3$s is the list name. -#, fuzzy, php-format +#, php-format msgid "%1$s listed %2$s in the list %3$s." -msgstr "%1$s folgt %2$s nicht mehr." +msgstr "%1$s folgt %2$s der Liste %3$s nicht länger." #. TRANS: Exception thrown when subscribing to a remote list fails. -#, fuzzy, php-format +#, php-format msgid "" "Could not complete subscription to remote profile's feed. List %s could not " "be saved." msgstr "" -"Konnte Abonnement für den Feed des entfernt liegenden Profils nicht " -"vollenden. Tag %s konnte nicht gespeichert werden." +"Konnte Abonnement für den Feed des Remoteprofils nicht vollenden. Tag %s " +"konnte nicht gespeichert werden." #. TRANS: Title for unlisting a remote profile. #, fuzzy diff --git a/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po index 6bcb012d2b..c4a6c250e7 100644 --- a/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:12+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:41+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/br/LC_MESSAGES/QnA.po b/plugins/QnA/locale/br/LC_MESSAGES/QnA.po index b571bb8cbb..0431de4a3c 100644 --- a/plugins/QnA/locale/br/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/br/LC_MESSAGES/QnA.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:13+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:41+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po index 318ecb1521..19ca93279f 100644 --- a/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:13+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:41+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/de/LC_MESSAGES/QnA.po b/plugins/QnA/locale/de/LC_MESSAGES/QnA.po index 2b8b06cece..4c14ca13a9 100644 --- a/plugins/QnA/locale/de/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/de/LC_MESSAGES/QnA.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:13+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:41+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po b/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po index 058cdd9ac1..12bdc0cf0d 100644 --- a/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:13+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:41+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po b/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po index caf84e5f05..c71502da76 100644 --- a/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po @@ -11,14 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:19+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-qna\n" @@ -205,10 +205,10 @@ msgid "No profile with ID %s" msgstr "" #. TRANS: %s is the number of answer revisions. -#, fuzzy, php-format +#, php-format msgid "%s revision" msgid_plural "%s revisions" -msgstr[0] "%s révisions" +msgstr[0] "%s révision" msgstr[1] "%s révisions" #. TRANS: Text for a question that was answered. @@ -228,10 +228,10 @@ msgstr "répondu « %s »" #. TRANS: Number of given answers to a question. #. TRANS: %s is the number of given answers. -#, fuzzy, php-format +#, php-format msgid "%s answer" msgid_plural "%s answers" -msgstr[0] "%s réponses" +msgstr[0] "%s réponse" msgstr[1] "%s réponses" #. TRANS: Notification that a question cannot be answered anymore because it is closed. diff --git a/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po index 73f6240f50..b26b651647 100644 --- a/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:14+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po index 06bacca1c4..7fe7f0c774 100644 --- a/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:14+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po index 50ab643444..8643c82e71 100644 --- a/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:14+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po b/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po index b906479b8c..ea540515d2 100644 --- a/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:14+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po index 2c39f464d7..6a21e07385 100644 --- a/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:15+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po index 36b547e2f4..c5db31ec23 100644 --- a/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:15+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po index 1fd1ab4592..1e8c4aa2d1 100644 --- a/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:15+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po b/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po index 7e78068863..1a6cc458a6 100644 --- a/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:15+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-18 16:20:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-qna\n" diff --git a/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po index 31b929e74d..db9826faf6 100644 --- a/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: af\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po index 063b7d2085..a4a3e9d0c1 100644 --- a/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po index 5688de7786..3b9b61372b 100644 --- a/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po index b36f05bc05..be423f4253 100644 --- a/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po index d1878a5009..49ac7848f3 100644 --- a/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po index bda9481279..f37cd947d3 100644 --- a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:22+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po index 0584e5acdd..a6d70192f5 100644 --- a/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:16+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po index 648940a4f6..02684b1db0 100644 --- a/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po index d29dd967e1..624a309ca6 100644 --- a/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" "Language-Team: Latvian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: lv\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po index 87d7e4c4ba..1435e4be1e 100644 --- a/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po index f6d294784a..00a1c88637 100644 --- a/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po @@ -10,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" "Language-Team: Nepali \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: ne\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po index fc55b9a724..59ee87d45d 100644 --- a/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po index 66e4d8b973..945a3bfa5a 100644 --- a/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po index 54f588a4bd..49a86ea5ae 100644 --- a/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po index f52a3713d2..8465b25537 100644 --- a/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po index 9b74f0afb6..9b4237ba37 100644 --- a/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po index d3c4e55a78..74247d80c4 100644 --- a/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po @@ -9,14 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:17+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" diff --git a/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po index 4b65846c6a..3bac472681 100644 --- a/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po @@ -1,6 +1,7 @@ # Translation of StatusNet - TwitterBridge to German (Deutsch) # Exported from translatewiki.net # +# Author: Alphakilo # Author: George Animal # Author: Giftpflanze # Author: Habi @@ -14,14 +15,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:04+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:18:26+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" @@ -359,7 +360,7 @@ msgstr "Ungültiges URL-Schema für den HTTP-Stream-Reader." #. TRANS: Exception thrown when input from an inexpected socket is encountered. msgid "Got input from unexpected socket!" -msgstr "" +msgstr "Eingabe erfolgte durch unerwarteten Socket" #. TRANS: Exception thrown when an invalid state is encountered in handleLine. #. TRANS: %s is the invalid state. diff --git a/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po index 0728b514fe..1ed97398b9 100644 --- a/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po @@ -12,14 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" +"POT-Creation-Date: 2012-01-20 18:05+0000\n" +"PO-Revision-Date: 2012-01-20 18:18:26+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" +"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" +"13)\n" "X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" @@ -69,7 +69,6 @@ msgstr "" "utiliser votre mot de passe %1$s pour vous connecter." #. TRANS: Button text for disconnecting a Twitter account. -#, fuzzy msgctxt "BUTTON" msgid "Disconnect" msgstr "Déconnecter" @@ -101,7 +100,6 @@ msgid "Save" msgstr "Enregistrer" #. TRANS: Button text for adding Twitter integration. -#, fuzzy msgctxt "BUTTON" msgid "Add" msgstr "Ajouter" @@ -231,7 +229,7 @@ msgstr "Mot de passe" #. TRANS: Fieldset legend. msgid "License" -msgstr "" +msgstr "Licence" #. TRANS: Text for license agreement checkbox. #. TRANS: %s is the license as configured for the StatusNet site. @@ -395,7 +393,7 @@ msgstr "" #. TRANS: %1$s is the response code, %2$s is the line. #, php-format msgid "Bad HTTP response code %1$s: %2$s." -msgstr "" +msgstr "Mauvais code de réponse HTTP %1$s : %2$s." #. TRANS: Menu item in login navigation. #. TRANS: Menu item in connection settings navigation. From b475c871a4a6b50e270a128fd16146893cbf68a7 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 21 Jan 2012 21:12:20 -0500 Subject: [PATCH 30/71] add displayName and targetUrl to activity JSON --- plugins/Bookmark/BookmarkPlugin.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/plugins/Bookmark/BookmarkPlugin.php b/plugins/Bookmark/BookmarkPlugin.php index ff68917bcc..319366c19b 100644 --- a/plugins/Bookmark/BookmarkPlugin.php +++ b/plugins/Bookmark/BookmarkPlugin.php @@ -572,4 +572,20 @@ class BookmarkPlugin extends MicroAppPlugin $notice->update($original); } } + + public function activityObjectOutputJson(ActivityObject $obj, array &$out) + { + assert($obj->type == ActivityObject::BOOKMARK); + + $bm = Bookmark::staticGet('uri', $obj->id); + + if (empty($bm)) { + throw new ServerException("Unknown bookmark: " . $obj->id); + } + + $out['displayName'] = $bm->title; + $out['targetUrl'] = $bm->url; + + return true; + } } From 23bafaba26fb30b1277863a1df00057bdef74ce2 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 26 Jan 2012 11:02:29 -0500 Subject: [PATCH 31/71] add canonical rel --- actions/public.php | 5 +++++ actions/showgroup.php | 8 ++++++++ actions/showstream.php | 5 +++++ 3 files changed, 18 insertions(+) diff --git a/actions/public.php b/actions/public.php index 7bcdd3fae2..8c72446636 100644 --- a/actions/public.php +++ b/actions/public.php @@ -159,6 +159,11 @@ class PublicAction extends Action $this->element('link', array('rel' => 'EditURI', 'type' => 'application/rsd+xml', 'href' => $rsd)); + + if ($this->page != 1) { + $this->element('link', array('rel' => 'canonical', + 'href' => common_local_url('public'))); + } } /** diff --git a/actions/showgroup.php b/actions/showgroup.php index eba3191f6f..10601e58b4 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -233,4 +233,12 @@ class ShowgroupAction extends GroupAction $this->raw(common_markup_to_html($m)); $this->elementEnd('div'); } + + function extraHead() + { + if ($this->page != 1) { + $this->element('link', array('rel' => 'canonical', + 'href' => $this->group->homeUrl())); + } + } } diff --git a/actions/showstream.php b/actions/showstream.php index a3b1794313..9e89b1b48c 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -212,6 +212,11 @@ class ShowstreamAction extends ProfileAction $this->element('link', array('rel' => 'EditURI', 'type' => 'application/rsd+xml', 'href' => $rsd)); + + if ($this->page != 1) { + $this->element('link', array('rel' => 'canonical', + 'href' => $this->profile->profileurl)); + } } function showEmptyListMessage() From d625364354171159ee82e51e77c82c2b681c9acc Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 27 Jan 2012 15:01:51 -0500 Subject: [PATCH 32/71] LOG_ERROR -> LOG_ERR for SubMirror --- plugins/SubMirror/classes/SubMirror.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/SubMirror/classes/SubMirror.php b/plugins/SubMirror/classes/SubMirror.php index 5a9d0be5d9..b36677e58a 100644 --- a/plugins/SubMirror/classes/SubMirror.php +++ b/plugins/SubMirror/classes/SubMirror.php @@ -157,7 +157,7 @@ class SubMirror extends Memcached_DataObject { $profile = Profile::staticGet('id', $this->subscriber); if (!$profile) { - common_log(LOG_ERROR, "SubMirror plugin skipping auto-repeat of notice $notice->id for missing user $profile->id"); + common_log(LOG_ERR, "SubMirror plugin skipping auto-repeat of notice $notice->id for missing user $profile->id"); return false; } From d28f726c5ccef559ff4bbe173786b232be52d5ba Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 27 Jan 2012 15:27:46 -0500 Subject: [PATCH 33/71] weird error with SubMirror --- plugins/SubMirror/SubMirrorPlugin.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/SubMirror/SubMirrorPlugin.php b/plugins/SubMirror/SubMirrorPlugin.php index 95fccabe9d..427153ab22 100644 --- a/plugins/SubMirror/SubMirrorPlugin.php +++ b/plugins/SubMirror/SubMirrorPlugin.php @@ -157,6 +157,10 @@ class SubMirrorPlugin extends Plugin */ function onOstatus_profileSubscriberCount($oprofile, &$count) { + if (empty($oprofile) || !($oprofile instanceof Ostatus_profile)) { + return true; + } + if ($oprofile->profile_id) { $mirror = new SubMirror(); $mirror->subscribed = $oprofile->profile_id; @@ -166,6 +170,7 @@ class SubMirrorPlugin extends Plugin } } } + return true; } From e4085087f13852412f0b97b5c3d2178796c0de7a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 27 Jan 2012 15:32:13 -0500 Subject: [PATCH 34/71] non-existent poco --- plugins/Blacklist/BlacklistPlugin.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/plugins/Blacklist/BlacklistPlugin.php b/plugins/Blacklist/BlacklistPlugin.php index babf703131..33d0bf430b 100644 --- a/plugins/Blacklist/BlacklistPlugin.php +++ b/plugins/Blacklist/BlacklistPlugin.php @@ -505,14 +505,16 @@ class BlacklistPlugin extends Plugin } } - $nickname = strtolower($actor->poco->preferredUsername); + if (!empty($actor->poco)) { + $nickname = strtolower($actor->poco->preferredUsername); - if (!empty($nickname)) { - if (!$this->_checkNickname($nickname)) { - // TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. - $msg = sprintf(_m("Notices from nickname \"%s\" disallowed."), - $nickname); - throw new ClientException($msg); + if (!empty($nickname)) { + if (!$this->_checkNickname($nickname)) { + // TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. + $msg = sprintf(_m("Notices from nickname \"%s\" disallowed."), + $nickname); + throw new ClientException($msg); + } } } From 5b6ecef24b85304661c6b33ae4b15bf8805ad6a2 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 27 Jan 2012 16:12:54 -0500 Subject: [PATCH 35/71] script to gc all feeds --- plugins/OStatus/scripts/gcfeeds.php | 41 +++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 plugins/OStatus/scripts/gcfeeds.php diff --git a/plugins/OStatus/scripts/gcfeeds.php b/plugins/OStatus/scripts/gcfeeds.php new file mode 100644 index 0000000000..59656aff9b --- /dev/null +++ b/plugins/OStatus/scripts/gcfeeds.php @@ -0,0 +1,41 @@ +#!/usr/bin/env php +. + */ + +define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..')); + +$helptext = <<fetch()) { + print $feedsub->uri . "(" . $feedsub->sub_state . ")"; + $result = $feedsub->garbageCollect(); + if ($result) { + print " INACTIVE\n"; + } else { + print " ACTIVE\n"; + } +} From 4a95a0bb6073bf9db71bd049b3e96fd860671be1 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 7 Feb 2012 16:26:51 +0100 Subject: [PATCH 36/71] scripts to join and leave groups --- scripts/joingroup.php | 58 ++++++++++++++++++++++++++++++++++++++++++ scripts/leavegroup.php | 58 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 116 insertions(+) create mode 100644 scripts/joingroup.php create mode 100644 scripts/leavegroup.php diff --git a/scripts/joingroup.php b/scripts/joingroup.php new file mode 100644 index 0000000000..658244db9d --- /dev/null +++ b/scripts/joingroup.php @@ -0,0 +1,58 @@ +. + */ + +define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); + +$shortoptions = 'i:n:g:G:'; +$longoptions = array('id=', 'nickname=', 'group=', 'group-id='); + +$helptext = <<group_id); + $user->joinGroup($group); + print "OK\n"; +} catch (Exception $e) { + print $e->getMessage()."\n"; + exit(1); +} diff --git a/scripts/leavegroup.php b/scripts/leavegroup.php new file mode 100644 index 0000000000..653c3b5aad --- /dev/null +++ b/scripts/leavegroup.php @@ -0,0 +1,58 @@ +. + */ + +define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); + +$shortoptions = 'i:n:g:G:'; +$longoptions = array('id=', 'nickname=', 'group=', 'group-id='); + +$helptext = <<group_id); + $user->leaveGroup($group); + print "OK\n"; +} catch (Exception $e) { + print $e->getMessage()."\n"; + exit(1); +} From 183ffce78f9c538cb8398d69eaca41214db86ecf Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 20 Feb 2012 10:58:56 -0500 Subject: [PATCH 37/71] check reply_to flag before sending replies to Facebook --- plugins/FacebookBridge/lib/facebookclient.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/FacebookBridge/lib/facebookclient.php b/plugins/FacebookBridge/lib/facebookclient.php index 00b313b6a4..d0eb18d079 100644 --- a/plugins/FacebookBridge/lib/facebookclient.php +++ b/plugins/FacebookBridge/lib/facebookclient.php @@ -176,7 +176,8 @@ class Facebookclient // If it's not a reply, or if the user WANTS to send @-replies, // then, yeah, it can go to Facebook. - if (!preg_match('/@[a-zA-Z0-9_]{1,15}\b/u', $this->notice->content) || + + if ((empty($notice->reply_to) && !preg_match('/^@[a-zA-Z0-9_]{1,15}\b/u', $notice->content)) || ($this->flink->noticesync & FOREIGN_NOTICE_SEND_REPLY)) { return true; } From aa14a14f86d613dd509bbdceb57991c4d854130a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 20 Feb 2012 11:29:49 -0500 Subject: [PATCH 38/71] using wrong rules for facebook replies --- plugins/FacebookBridge/lib/facebookclient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FacebookBridge/lib/facebookclient.php b/plugins/FacebookBridge/lib/facebookclient.php index d0eb18d079..26e21cbd6e 100644 --- a/plugins/FacebookBridge/lib/facebookclient.php +++ b/plugins/FacebookBridge/lib/facebookclient.php @@ -177,7 +177,7 @@ class Facebookclient // If it's not a reply, or if the user WANTS to send @-replies, // then, yeah, it can go to Facebook. - if ((empty($notice->reply_to) && !preg_match('/^@[a-zA-Z0-9_]{1,15}\b/u', $notice->content)) || + if (empty($this->notice->reply_to) || ($this->flink->noticesync & FOREIGN_NOTICE_SEND_REPLY)) { return true; } From be71f1e4e71557d142236e2d50de09000f2f1367 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 27 Feb 2012 15:56:35 +0100 Subject: [PATCH 39/71] Fix grammar. --- plugins/Blacklist/BlacklistPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Blacklist/BlacklistPlugin.php b/plugins/Blacklist/BlacklistPlugin.php index babf703131..58492d0dbb 100644 --- a/plugins/Blacklist/BlacklistPlugin.php +++ b/plugins/Blacklist/BlacklistPlugin.php @@ -510,7 +510,7 @@ class BlacklistPlugin extends Plugin if (!empty($nickname)) { if (!$this->_checkNickname($nickname)) { // TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. - $msg = sprintf(_m("Notices from nickname \"%s\" disallowed."), + $msg = sprintf(_m("Notices from nickname \"%s\" are disallowed."), $nickname); throw new ClientException($msg); } From f34a196e83257e41c79190b1be6cad264a9b7e3e Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 1 Mar 2012 17:22:45 +0100 Subject: [PATCH 40/71] Localisation updates from http://translatewiki.net. --- locale/ar/LC_MESSAGES/statusnet.po | 11 +- locale/be-tarask/LC_MESSAGES/statusnet.po | 291 ++-- locale/bg/LC_MESSAGES/statusnet.po | 11 +- locale/br/LC_MESSAGES/statusnet.po | 43 +- locale/ca/LC_MESSAGES/statusnet.po | 31 +- locale/cs/LC_MESSAGES/statusnet.po | 11 +- locale/de/LC_MESSAGES/statusnet.po | 35 +- locale/en_GB/LC_MESSAGES/statusnet.po | 11 +- locale/eo/LC_MESSAGES/statusnet.po | 11 +- locale/es/LC_MESSAGES/statusnet.po | 35 +- locale/eu/LC_MESSAGES/statusnet.po | 31 +- locale/fa/LC_MESSAGES/statusnet.po | 12 +- locale/fi/LC_MESSAGES/statusnet.po | 11 +- locale/fr/LC_MESSAGES/statusnet.po | 525 ++++--- locale/fur/LC_MESSAGES/statusnet.po | 11 +- locale/gl/LC_MESSAGES/statusnet.po | 27 +- locale/he/LC_MESSAGES/statusnet.po | 21 +- locale/hsb/LC_MESSAGES/statusnet.po | 41 +- locale/hu/LC_MESSAGES/statusnet.po | 11 +- locale/ia/LC_MESSAGES/statusnet.po | 31 +- locale/it/LC_MESSAGES/statusnet.po | 226 ++- locale/ja/LC_MESSAGES/statusnet.po | 11 +- locale/ka/LC_MESSAGES/statusnet.po | 11 +- locale/ko/LC_MESSAGES/statusnet.po | 12 +- locale/mk/LC_MESSAGES/statusnet.po | 25 +- locale/ml/LC_MESSAGES/statusnet.po | 11 +- locale/nb/LC_MESSAGES/statusnet.po | 11 +- locale/nl/LC_MESSAGES/statusnet.po | 33 +- locale/pl/LC_MESSAGES/statusnet.po | 1241 +++++++---------- locale/pt/LC_MESSAGES/statusnet.po | 11 +- locale/pt_BR/LC_MESSAGES/statusnet.po | 32 +- locale/ru/LC_MESSAGES/statusnet.po | 15 +- locale/sv/LC_MESSAGES/statusnet.po | 13 +- locale/te/LC_MESSAGES/statusnet.po | 11 +- locale/tl/LC_MESSAGES/statusnet.po | 13 +- locale/uk/LC_MESSAGES/statusnet.po | 16 +- locale/zh_CN/LC_MESSAGES/statusnet.po | 13 +- plugins/APC/locale/ast/LC_MESSAGES/APC.po | 9 +- .../APC/locale/be-tarask/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/br/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/de/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/es/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/fr/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/gl/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/he/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/ia/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/id/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/mk/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/ms/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/nb/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/nl/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/pl/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/pt/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/ru/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/tl/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/uk/LC_MESSAGES/APC.po | 9 +- plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po | 9 +- .../locale/af/LC_MESSAGES/AccountManager.po | 9 +- .../locale/ast/LC_MESSAGES/AccountManager.po | 9 +- .../locale/ca/LC_MESSAGES/AccountManager.po | 9 +- .../locale/de/LC_MESSAGES/AccountManager.po | 9 +- .../locale/es/LC_MESSAGES/AccountManager.po | 9 +- .../locale/eu/LC_MESSAGES/AccountManager.po | 9 +- .../locale/fi/LC_MESSAGES/AccountManager.po | 9 +- .../locale/fr/LC_MESSAGES/AccountManager.po | 9 +- .../locale/gl/LC_MESSAGES/AccountManager.po | 9 +- .../locale/he/LC_MESSAGES/AccountManager.po | 9 +- .../locale/ia/LC_MESSAGES/AccountManager.po | 9 +- .../locale/ja/LC_MESSAGES/AccountManager.po | 9 +- .../locale/mk/LC_MESSAGES/AccountManager.po | 9 +- .../locale/ms/LC_MESSAGES/AccountManager.po | 9 +- .../locale/nl/LC_MESSAGES/AccountManager.po | 9 +- .../locale/pl/LC_MESSAGES/AccountManager.po | 25 + .../locale/pt/LC_MESSAGES/AccountManager.po | 9 +- .../locale/ru/LC_MESSAGES/AccountManager.po | 9 +- .../locale/tl/LC_MESSAGES/AccountManager.po | 9 +- .../locale/uk/LC_MESSAGES/AccountManager.po | 9 +- .../locale/ar/LC_MESSAGES/Activity.po | 11 +- .../locale/ca/LC_MESSAGES/Activity.po | 11 +- .../locale/de/LC_MESSAGES/Activity.po | 11 +- .../locale/es/LC_MESSAGES/Activity.po | 11 +- .../locale/eu/LC_MESSAGES/Activity.po | 11 +- .../locale/fr/LC_MESSAGES/Activity.po | 114 ++ .../locale/gl/LC_MESSAGES/Activity.po | 11 +- .../locale/ia/LC_MESSAGES/Activity.po | 11 +- .../locale/lt/LC_MESSAGES/Activity.po | 11 +- .../locale/mk/LC_MESSAGES/Activity.po | 11 +- .../locale/nl/LC_MESSAGES/Activity.po | 11 +- .../locale/pl/LC_MESSAGES/Activity.po | 117 ++ .../locale/ru/LC_MESSAGES/Activity.po | 11 +- .../locale/be-tarask/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/br/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/ca/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/de/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/es/LC_MESSAGES/Adsense.po | 16 +- .../Adsense/locale/eu/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/fr/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/gl/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/ia/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/it/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/ka/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/lt/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/mk/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/ms/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/nb/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/nl/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/pt/LC_MESSAGES/Adsense.po | 9 +- .../locale/pt_BR/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/ru/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/sv/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/tl/LC_MESSAGES/Adsense.po | 9 +- .../Adsense/locale/uk/LC_MESSAGES/Adsense.po | 9 +- .../locale/zh_CN/LC_MESSAGES/Adsense.po | 9 +- plugins/Aim/locale/af/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/ca/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/de/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/es/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/eu/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/fi/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/fr/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/gl/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/ia/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/mk/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/ms/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/nl/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/pl/LC_MESSAGES/Aim.po | 43 + plugins/Aim/locale/pt/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/sv/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/tl/LC_MESSAGES/Aim.po | 9 +- plugins/Aim/locale/uk/LC_MESSAGES/Aim.po | 9 +- .../locale/ar/LC_MESSAGES/AnonymousFave.po | 9 +- .../be-tarask/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/br/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/ca/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/de/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/es/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/fr/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/gl/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/ia/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/mk/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/nl/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/pt/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/tl/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/uk/LC_MESSAGES/AnonymousFave.po | 9 +- .../locale/ast/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/de/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/es/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/fr/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/gl/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/he/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/ia/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/ksh/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/mk/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/ms/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/nl/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/pl/LC_MESSAGES/ApiLogger.po | 24 + .../locale/pt/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/tl/LC_MESSAGES/ApiLogger.po | 9 +- .../locale/uk/LC_MESSAGES/ApiLogger.po | 9 +- .../be-tarask/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/br/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/de/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/es/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/fr/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/gl/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/ia/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/mk/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/nl/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/pl/LC_MESSAGES/AutoSandbox.po | 45 + .../locale/ru/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/tl/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/uk/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/zh_CN/LC_MESSAGES/AutoSandbox.po | 9 +- .../locale/ar/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/ast/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/ca/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/de/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/es/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/eu/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/fr/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/gl/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/he/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/ia/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/lt/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/mk/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/ms/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/nl/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/pl/LC_MESSAGES/Autocomplete.po | 11 +- .../locale/sv/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/tl/LC_MESSAGES/Autocomplete.po | 9 +- .../locale/uk/LC_MESSAGES/Autocomplete.po | 9 +- .../be-tarask/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/de/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/es/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/fi/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/fr/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/gl/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/he/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/ia/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/mk/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/nl/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/pl/LC_MESSAGES/Awesomeness.po | 27 + .../locale/pt/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/ru/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/tl/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/uk/LC_MESSAGES/Awesomeness.po | 9 +- .../locale/be-tarask/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/ca/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/de/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/es/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/fr/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/fur/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/gl/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/ia/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/mk/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/nb/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/nl/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/ru/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/sv/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/tl/LC_MESSAGES/BitlyUrl.po | 9 +- .../locale/uk/LC_MESSAGES/BitlyUrl.po | 9 +- plugins/Blacklist/locale/Blacklist.pot | 4 +- .../locale/be-tarask/LC_MESSAGES/Blacklist.po | 11 +- .../locale/ca/LC_MESSAGES/Blacklist.po | 13 +- .../locale/de/LC_MESSAGES/Blacklist.po | 13 +- .../locale/es/LC_MESSAGES/Blacklist.po | 13 +- .../locale/fr/LC_MESSAGES/Blacklist.po | 13 +- .../locale/gl/LC_MESSAGES/Blacklist.po | 13 +- .../locale/ia/LC_MESSAGES/Blacklist.po | 13 +- .../locale/mk/LC_MESSAGES/Blacklist.po | 13 +- .../locale/nl/LC_MESSAGES/Blacklist.po | 13 +- .../locale/ru/LC_MESSAGES/Blacklist.po | 11 +- .../locale/sv/LC_MESSAGES/Blacklist.po | 15 +- .../locale/tl/LC_MESSAGES/Blacklist.po | 13 +- .../locale/uk/LC_MESSAGES/Blacklist.po | 13 +- .../locale/zh_CN/LC_MESSAGES/Blacklist.po | 11 +- .../BlankAd/locale/ast/LC_MESSAGES/BlankAd.po | 9 +- .../locale/be-tarask/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/br/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/de/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/es/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/fi/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/fr/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/gl/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/he/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/ia/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/mk/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/nb/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/nl/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/pt/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/ru/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/sv/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/tl/LC_MESSAGES/BlankAd.po | 9 +- .../BlankAd/locale/uk/LC_MESSAGES/BlankAd.po | 9 +- .../locale/zh_CN/LC_MESSAGES/BlankAd.po | 9 +- plugins/Blog/locale/ar/LC_MESSAGES/Blog.po | 11 +- plugins/Blog/locale/br/LC_MESSAGES/Blog.po | 11 +- plugins/Blog/locale/ca/LC_MESSAGES/Blog.po | 11 +- plugins/Blog/locale/de/LC_MESSAGES/Blog.po | 11 +- plugins/Blog/locale/es/LC_MESSAGES/Blog.po | 11 +- plugins/Blog/locale/eu/LC_MESSAGES/Blog.po | 11 +- plugins/Blog/locale/fr/LC_MESSAGES/Blog.po | 11 +- plugins/Blog/locale/gl/LC_MESSAGES/Blog.po | 11 +- plugins/Blog/locale/ia/LC_MESSAGES/Blog.po | 11 +- plugins/Blog/locale/lt/LC_MESSAGES/Blog.po | 11 +- plugins/Blog/locale/mk/LC_MESSAGES/Blog.po | 11 +- plugins/Blog/locale/nl/LC_MESSAGES/Blog.po | 11 +- plugins/Blog/locale/tr/LC_MESSAGES/Blog.po | 11 +- .../locale/de/LC_MESSAGES/BlogspamNet.po | 11 +- .../locale/es/LC_MESSAGES/BlogspamNet.po | 11 +- .../locale/fr/LC_MESSAGES/BlogspamNet.po | 11 +- .../locale/gl/LC_MESSAGES/BlogspamNet.po | 11 +- .../locale/ia/LC_MESSAGES/BlogspamNet.po | 11 +- .../locale/lt/LC_MESSAGES/BlogspamNet.po | 11 +- .../locale/mk/LC_MESSAGES/BlogspamNet.po | 11 +- .../locale/nb/LC_MESSAGES/BlogspamNet.po | 11 +- .../locale/nl/LC_MESSAGES/BlogspamNet.po | 11 +- .../locale/ru/LC_MESSAGES/BlogspamNet.po | 11 +- .../locale/tl/LC_MESSAGES/BlogspamNet.po | 11 +- .../locale/uk/LC_MESSAGES/BlogspamNet.po | 11 +- .../locale/ar/LC_MESSAGES/Bookmark.po | 9 +- .../locale/ca/LC_MESSAGES/Bookmark.po | 9 +- .../locale/de/LC_MESSAGES/Bookmark.po | 9 +- .../locale/es/LC_MESSAGES/Bookmark.po | 9 +- .../locale/eu/LC_MESSAGES/Bookmark.po | 9 +- .../locale/fr/LC_MESSAGES/Bookmark.po | 9 +- .../locale/gl/LC_MESSAGES/Bookmark.po | 9 +- .../locale/ia/LC_MESSAGES/Bookmark.po | 9 +- .../locale/ja/LC_MESSAGES/Bookmark.po | 9 +- .../locale/mk/LC_MESSAGES/Bookmark.po | 9 +- .../locale/nl/LC_MESSAGES/Bookmark.po | 9 +- .../locale/pl/LC_MESSAGES/Bookmark.po | 253 ++++ .../locale/sv/LC_MESSAGES/Bookmark.po | 9 +- .../locale/tl/LC_MESSAGES/Bookmark.po | 9 +- .../locale/uk/LC_MESSAGES/Bookmark.po | 9 +- .../locale/ast/LC_MESSAGES/CacheLog.po | 9 +- .../locale/be-tarask/LC_MESSAGES/CacheLog.po | 9 +- .../locale/br/LC_MESSAGES/CacheLog.po | 9 +- .../locale/de/LC_MESSAGES/CacheLog.po | 9 +- .../locale/es/LC_MESSAGES/CacheLog.po | 9 +- .../locale/fr/LC_MESSAGES/CacheLog.po | 9 +- .../locale/gl/LC_MESSAGES/CacheLog.po | 9 +- .../locale/he/LC_MESSAGES/CacheLog.po | 9 +- .../locale/ia/LC_MESSAGES/CacheLog.po | 9 +- .../locale/mk/LC_MESSAGES/CacheLog.po | 9 +- .../locale/nb/LC_MESSAGES/CacheLog.po | 9 +- .../locale/nl/LC_MESSAGES/CacheLog.po | 9 +- .../locale/pt/LC_MESSAGES/CacheLog.po | 9 +- .../locale/ru/LC_MESSAGES/CacheLog.po | 9 +- .../locale/tl/LC_MESSAGES/CacheLog.po | 9 +- .../locale/uk/LC_MESSAGES/CacheLog.po | 9 +- .../locale/zh_CN/LC_MESSAGES/CacheLog.po | 9 +- .../LC_MESSAGES/CasAuthentication.po | 9 +- .../br/LC_MESSAGES/CasAuthentication.po | 9 +- .../ca/LC_MESSAGES/CasAuthentication.po | 9 +- .../de/LC_MESSAGES/CasAuthentication.po | 9 +- .../es/LC_MESSAGES/CasAuthentication.po | 9 +- .../eu/LC_MESSAGES/CasAuthentication.po | 9 +- .../fr/LC_MESSAGES/CasAuthentication.po | 9 +- .../gl/LC_MESSAGES/CasAuthentication.po | 9 +- .../hu/LC_MESSAGES/CasAuthentication.po | 9 +- .../ia/LC_MESSAGES/CasAuthentication.po | 9 +- .../mk/LC_MESSAGES/CasAuthentication.po | 9 +- .../nl/LC_MESSAGES/CasAuthentication.po | 9 +- .../pt_BR/LC_MESSAGES/CasAuthentication.po | 9 +- .../ru/LC_MESSAGES/CasAuthentication.po | 9 +- .../tl/LC_MESSAGES/CasAuthentication.po | 9 +- .../uk/LC_MESSAGES/CasAuthentication.po | 9 +- .../zh_CN/LC_MESSAGES/CasAuthentication.po | 9 +- .../LC_MESSAGES/ClientSideShorten.po | 9 +- .../de/LC_MESSAGES/ClientSideShorten.po | 9 +- .../es/LC_MESSAGES/ClientSideShorten.po | 9 +- .../eu/LC_MESSAGES/ClientSideShorten.po | 9 +- .../fr/LC_MESSAGES/ClientSideShorten.po | 9 +- .../gl/LC_MESSAGES/ClientSideShorten.po | 9 +- .../he/LC_MESSAGES/ClientSideShorten.po | 9 +- .../ia/LC_MESSAGES/ClientSideShorten.po | 9 +- .../id/LC_MESSAGES/ClientSideShorten.po | 9 +- .../mk/LC_MESSAGES/ClientSideShorten.po | 9 +- .../nb/LC_MESSAGES/ClientSideShorten.po | 9 +- .../nl/LC_MESSAGES/ClientSideShorten.po | 9 +- .../ru/LC_MESSAGES/ClientSideShorten.po | 9 +- .../tl/LC_MESSAGES/ClientSideShorten.po | 9 +- .../uk/LC_MESSAGES/ClientSideShorten.po | 9 +- .../zh_CN/LC_MESSAGES/ClientSideShorten.po | 9 +- plugins/Comet/locale/de/LC_MESSAGES/Comet.po | 9 +- plugins/Comet/locale/es/LC_MESSAGES/Comet.po | 9 +- plugins/Comet/locale/fr/LC_MESSAGES/Comet.po | 9 +- plugins/Comet/locale/gl/LC_MESSAGES/Comet.po | 9 +- plugins/Comet/locale/he/LC_MESSAGES/Comet.po | 9 +- plugins/Comet/locale/ia/LC_MESSAGES/Comet.po | 9 +- plugins/Comet/locale/mk/LC_MESSAGES/Comet.po | 9 +- plugins/Comet/locale/nb/LC_MESSAGES/Comet.po | 9 +- plugins/Comet/locale/nl/LC_MESSAGES/Comet.po | 9 +- plugins/Comet/locale/ru/LC_MESSAGES/Comet.po | 9 +- plugins/Comet/locale/tl/LC_MESSAGES/Comet.po | 9 +- plugins/Comet/locale/uk/LC_MESSAGES/Comet.po | 9 +- .../ast/LC_MESSAGES/DirectionDetector.po | 9 +- .../LC_MESSAGES/DirectionDetector.po | 9 +- .../br/LC_MESSAGES/DirectionDetector.po | 9 +- .../de/LC_MESSAGES/DirectionDetector.po | 9 +- .../es/LC_MESSAGES/DirectionDetector.po | 9 +- .../fi/LC_MESSAGES/DirectionDetector.po | 9 +- .../fr/LC_MESSAGES/DirectionDetector.po | 9 +- .../gl/LC_MESSAGES/DirectionDetector.po | 9 +- .../he/LC_MESSAGES/DirectionDetector.po | 9 +- .../ia/LC_MESSAGES/DirectionDetector.po | 9 +- .../id/LC_MESSAGES/DirectionDetector.po | 9 +- .../ja/LC_MESSAGES/DirectionDetector.po | 9 +- .../lb/LC_MESSAGES/DirectionDetector.po | 9 +- .../mk/LC_MESSAGES/DirectionDetector.po | 9 +- .../nb/LC_MESSAGES/DirectionDetector.po | 9 +- .../nl/LC_MESSAGES/DirectionDetector.po | 9 +- .../pt/LC_MESSAGES/DirectionDetector.po | 9 +- .../ru/LC_MESSAGES/DirectionDetector.po | 9 +- .../tl/LC_MESSAGES/DirectionDetector.po | 9 +- .../uk/LC_MESSAGES/DirectionDetector.po | 9 +- .../zh_CN/LC_MESSAGES/DirectionDetector.po | 9 +- .../locale/ar/LC_MESSAGES/Directory.po | 9 +- .../locale/ca/LC_MESSAGES/Directory.po | 9 +- .../locale/de/LC_MESSAGES/Directory.po | 9 +- .../locale/es/LC_MESSAGES/Directory.po | 9 +- .../locale/eu/LC_MESSAGES/Directory.po | 9 +- .../locale/fi/LC_MESSAGES/Directory.po | 9 +- .../locale/fr/LC_MESSAGES/Directory.po | 9 +- .../locale/gl/LC_MESSAGES/Directory.po | 9 +- .../locale/ia/LC_MESSAGES/Directory.po | 9 +- .../locale/ja/LC_MESSAGES/Directory.po | 9 +- .../locale/mk/LC_MESSAGES/Directory.po | 9 +- .../locale/nl/LC_MESSAGES/Directory.po | 9 +- .../locale/sv/LC_MESSAGES/Directory.po | 9 +- .../locale/tl/LC_MESSAGES/Directory.po | 9 +- .../locale/uk/LC_MESSAGES/Directory.po | 9 +- .../locale/be-tarask/LC_MESSAGES/DiskCache.po | 9 +- .../locale/br/LC_MESSAGES/DiskCache.po | 9 +- .../locale/ca/LC_MESSAGES/DiskCache.po | 9 +- .../locale/de/LC_MESSAGES/DiskCache.po | 9 +- .../locale/es/LC_MESSAGES/DiskCache.po | 9 +- .../locale/fi/LC_MESSAGES/DiskCache.po | 9 +- .../locale/fr/LC_MESSAGES/DiskCache.po | 9 +- .../locale/gl/LC_MESSAGES/DiskCache.po | 9 +- .../locale/he/LC_MESSAGES/DiskCache.po | 9 +- .../locale/ia/LC_MESSAGES/DiskCache.po | 9 +- .../locale/id/LC_MESSAGES/DiskCache.po | 9 +- .../locale/mk/LC_MESSAGES/DiskCache.po | 9 +- .../locale/nb/LC_MESSAGES/DiskCache.po | 9 +- .../locale/nl/LC_MESSAGES/DiskCache.po | 9 +- .../locale/pt/LC_MESSAGES/DiskCache.po | 9 +- .../locale/pt_BR/LC_MESSAGES/DiskCache.po | 9 +- .../locale/ru/LC_MESSAGES/DiskCache.po | 9 +- .../locale/sv/LC_MESSAGES/DiskCache.po | 9 +- .../locale/tl/LC_MESSAGES/DiskCache.po | 9 +- .../locale/uk/LC_MESSAGES/DiskCache.po | 9 +- .../locale/zh_CN/LC_MESSAGES/DiskCache.po | 9 +- .../locale/be-tarask/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/br/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/ca/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/de/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/es/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/fr/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/gl/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/ia/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/mk/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/nb/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/nl/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/pl/LC_MESSAGES/Disqus.po | 46 + .../Disqus/locale/pt/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/ru/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/tl/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/uk/LC_MESSAGES/Disqus.po | 9 +- .../Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po | 9 +- .../de/LC_MESSAGES/DomainStatusNetwork.po | 9 +- .../es/LC_MESSAGES/DomainStatusNetwork.po | 9 +- .../fr/LC_MESSAGES/DomainStatusNetwork.po | 9 +- .../gl/LC_MESSAGES/DomainStatusNetwork.po | 9 +- .../he/LC_MESSAGES/DomainStatusNetwork.po | 9 +- .../ia/LC_MESSAGES/DomainStatusNetwork.po | 9 +- .../mk/LC_MESSAGES/DomainStatusNetwork.po | 9 +- .../nb/LC_MESSAGES/DomainStatusNetwork.po | 9 +- .../nl/LC_MESSAGES/DomainStatusNetwork.po | 9 +- .../tl/LC_MESSAGES/DomainStatusNetwork.po | 9 +- .../uk/LC_MESSAGES/DomainStatusNetwork.po | 9 +- .../locale/ar/LC_MESSAGES/DomainWhitelist.po | 9 +- .../locale/ca/LC_MESSAGES/DomainWhitelist.po | 9 +- .../locale/de/LC_MESSAGES/DomainWhitelist.po | 9 +- .../locale/es/LC_MESSAGES/DomainWhitelist.po | 9 +- .../locale/gl/LC_MESSAGES/DomainWhitelist.po | 9 +- .../locale/ia/LC_MESSAGES/DomainWhitelist.po | 9 +- .../locale/lt/LC_MESSAGES/DomainWhitelist.po | 9 +- .../locale/mk/LC_MESSAGES/DomainWhitelist.po | 9 +- .../locale/nl/LC_MESSAGES/DomainWhitelist.po | 9 +- .../locale/tl/LC_MESSAGES/DomainWhitelist.po | 9 +- .../locale/uk/LC_MESSAGES/DomainWhitelist.po | 9 +- plugins/Echo/locale/ar/LC_MESSAGES/Echo.po | 9 +- .../Echo/locale/be-tarask/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/br/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/de/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/es/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/eu/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/fi/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/fr/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/gl/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/he/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/ia/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/id/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/lb/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/mk/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/nb/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/nl/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/pl/LC_MESSAGES/Echo.po | 28 + plugins/Echo/locale/pt/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/ru/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/tl/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/uk/LC_MESSAGES/Echo.po | 9 +- plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po | 9 +- .../LC_MESSAGES/EmailAuthentication.po | 9 +- .../br/LC_MESSAGES/EmailAuthentication.po | 9 +- .../ca/LC_MESSAGES/EmailAuthentication.po | 9 +- .../de/LC_MESSAGES/EmailAuthentication.po | 9 +- .../es/LC_MESSAGES/EmailAuthentication.po | 9 +- .../eu/LC_MESSAGES/EmailAuthentication.po | 9 +- .../fi/LC_MESSAGES/EmailAuthentication.po | 9 +- .../fr/LC_MESSAGES/EmailAuthentication.po | 9 +- .../gl/LC_MESSAGES/EmailAuthentication.po | 9 +- .../he/LC_MESSAGES/EmailAuthentication.po | 9 +- .../ia/LC_MESSAGES/EmailAuthentication.po | 9 +- .../id/LC_MESSAGES/EmailAuthentication.po | 9 +- .../ja/LC_MESSAGES/EmailAuthentication.po | 9 +- .../mk/LC_MESSAGES/EmailAuthentication.po | 9 +- .../nb/LC_MESSAGES/EmailAuthentication.po | 9 +- .../nl/LC_MESSAGES/EmailAuthentication.po | 9 +- .../pl/LC_MESSAGES/EmailAuthentication.po | 28 + .../pt/LC_MESSAGES/EmailAuthentication.po | 9 +- .../pt_BR/LC_MESSAGES/EmailAuthentication.po | 9 +- .../ru/LC_MESSAGES/EmailAuthentication.po | 9 +- .../tl/LC_MESSAGES/EmailAuthentication.po | 9 +- .../uk/LC_MESSAGES/EmailAuthentication.po | 9 +- .../zh_CN/LC_MESSAGES/EmailAuthentication.po | 9 +- .../ar/LC_MESSAGES/EmailRegistration.po | 9 +- .../br/LC_MESSAGES/EmailRegistration.po | 9 +- .../ca/LC_MESSAGES/EmailRegistration.po | 11 +- .../de/LC_MESSAGES/EmailRegistration.po | 9 +- .../es/LC_MESSAGES/EmailRegistration.po | 17 +- .../eu/LC_MESSAGES/EmailRegistration.po | 9 +- .../fr/LC_MESSAGES/EmailRegistration.po | 18 +- .../gl/LC_MESSAGES/EmailRegistration.po | 9 +- .../hu/LC_MESSAGES/EmailRegistration.po | 9 +- .../ia/LC_MESSAGES/EmailRegistration.po | 9 +- .../mk/LC_MESSAGES/EmailRegistration.po | 9 +- .../nl/LC_MESSAGES/EmailRegistration.po | 9 +- .../ru/LC_MESSAGES/EmailRegistration.po | 9 +- .../sv/LC_MESSAGES/EmailRegistration.po | 9 +- .../tl/LC_MESSAGES/EmailRegistration.po | 9 +- .../uk/LC_MESSAGES/EmailRegistration.po | 9 +- .../locale/ar/LC_MESSAGES/EmailReminder.po | 9 +- .../locale/ca/LC_MESSAGES/EmailReminder.po | 49 + .../locale/de/LC_MESSAGES/EmailReminder.po | 9 +- .../locale/es/LC_MESSAGES/EmailReminder.po | 9 +- .../locale/eu/LC_MESSAGES/EmailReminder.po | 9 +- .../locale/fr/LC_MESSAGES/EmailReminder.po | 16 +- .../locale/gl/LC_MESSAGES/EmailReminder.po | 9 +- .../locale/ia/LC_MESSAGES/EmailReminder.po | 9 +- .../locale/mk/LC_MESSAGES/EmailReminder.po | 9 +- .../locale/nl/LC_MESSAGES/EmailReminder.po | 9 +- .../locale/pt/LC_MESSAGES/EmailReminder.po | 9 +- .../locale/ca/LC_MESSAGES/EmailSummary.po | 11 +- .../locale/de/LC_MESSAGES/EmailSummary.po | 9 +- .../locale/es/LC_MESSAGES/EmailSummary.po | 15 +- .../locale/eu/LC_MESSAGES/EmailSummary.po | 9 +- .../locale/fr/LC_MESSAGES/EmailSummary.po | 43 +- .../locale/gl/LC_MESSAGES/EmailSummary.po | 9 +- .../locale/ia/LC_MESSAGES/EmailSummary.po | 9 +- .../locale/mk/LC_MESSAGES/EmailSummary.po | 9 +- .../locale/nl/LC_MESSAGES/EmailSummary.po | 9 +- .../locale/tl/LC_MESSAGES/EmailSummary.po | 9 +- .../locale/uk/LC_MESSAGES/EmailSummary.po | 9 +- plugins/Event/locale/ar/LC_MESSAGES/Event.po | 9 +- plugins/Event/locale/br/LC_MESSAGES/Event.po | 9 +- plugins/Event/locale/ca/LC_MESSAGES/Event.po | 9 +- plugins/Event/locale/de/LC_MESSAGES/Event.po | 9 +- plugins/Event/locale/es/LC_MESSAGES/Event.po | 419 ++++++ plugins/Event/locale/eu/LC_MESSAGES/Event.po | 9 +- plugins/Event/locale/fr/LC_MESSAGES/Event.po | 11 +- plugins/Event/locale/gl/LC_MESSAGES/Event.po | 9 +- plugins/Event/locale/ia/LC_MESSAGES/Event.po | 9 +- plugins/Event/locale/mk/LC_MESSAGES/Event.po | 9 +- plugins/Event/locale/ms/LC_MESSAGES/Event.po | 9 +- plugins/Event/locale/nl/LC_MESSAGES/Event.po | 9 +- plugins/Event/locale/pt/LC_MESSAGES/Event.po | 9 +- plugins/Event/locale/tl/LC_MESSAGES/Event.po | 9 +- plugins/Event/locale/uk/LC_MESSAGES/Event.po | 9 +- .../locale/ar/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/br/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/ca/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/de/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/es/LC_MESSAGES/ExtendedProfile.po | 231 +++ .../locale/eu/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/fr/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/gl/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/ia/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/ja/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/mk/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/nl/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/pl/LC_MESSAGES/ExtendedProfile.po | 229 +++ .../locale/sv/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/te/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/tl/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/uk/LC_MESSAGES/ExtendedProfile.po | 9 +- .../locale/ar/LC_MESSAGES/FacebookBridge.po | 9 +- .../locale/br/LC_MESSAGES/FacebookBridge.po | 9 +- .../locale/ca/LC_MESSAGES/FacebookBridge.po | 11 +- .../locale/de/LC_MESSAGES/FacebookBridge.po | 9 +- .../locale/fr/LC_MESSAGES/FacebookBridge.po | 9 +- .../locale/fur/LC_MESSAGES/FacebookBridge.po | 9 +- .../locale/gl/LC_MESSAGES/FacebookBridge.po | 9 +- .../locale/ia/LC_MESSAGES/FacebookBridge.po | 9 +- .../locale/mg/LC_MESSAGES/FacebookBridge.po | 9 +- .../locale/mk/LC_MESSAGES/FacebookBridge.po | 9 +- .../locale/nl/LC_MESSAGES/FacebookBridge.po | 9 +- .../locale/tl/LC_MESSAGES/FacebookBridge.po | 9 +- .../locale/uk/LC_MESSAGES/FacebookBridge.po | 9 +- .../zh_CN/LC_MESSAGES/FacebookBridge.po | 9 +- .../FirePHP/locale/ca/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/de/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/es/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/fi/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/fr/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/gl/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/he/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/ia/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/id/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/ja/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/mk/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/nb/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/nl/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/pt/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/ru/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/tl/LC_MESSAGES/FirePHP.po | 9 +- .../FirePHP/locale/uk/LC_MESSAGES/FirePHP.po | 9 +- .../locale/zh_CN/LC_MESSAGES/FirePHP.po | 9 +- .../locale/br/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/ca/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/de/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/es/LC_MESSAGES/FollowEveryone.po | 28 + .../locale/eu/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/fi/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/fr/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/gl/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/he/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/ia/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/mk/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/nl/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/pl/LC_MESSAGES/FollowEveryone.po | 30 + .../locale/pt/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/ru/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/tl/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/uk/LC_MESSAGES/FollowEveryone.po | 9 +- .../locale/br/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/ca/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/de/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/es/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/fr/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/gl/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/he/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/ia/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/id/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/mk/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/nl/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/pt/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/te/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/tl/LC_MESSAGES/ForceGroup.po | 9 +- .../locale/uk/LC_MESSAGES/ForceGroup.po | 9 +- .../GeoURL/locale/ca/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/de/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/eo/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/es/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/eu/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/fi/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/fr/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/gl/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/he/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/ia/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/id/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/mk/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/nb/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/nl/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/pl/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/pt/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/ru/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/sv/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/tl/LC_MESSAGES/GeoURL.po | 9 +- .../GeoURL/locale/uk/LC_MESSAGES/GeoURL.po | 9 +- .../locale/ca/LC_MESSAGES/Geonames.po | 9 +- .../locale/de/LC_MESSAGES/Geonames.po | 9 +- .../locale/es/LC_MESSAGES/Geonames.po | 19 +- .../locale/eu/LC_MESSAGES/Geonames.po | 9 +- .../locale/fi/LC_MESSAGES/Geonames.po | 9 +- .../locale/fr/LC_MESSAGES/Geonames.po | 9 +- .../locale/gl/LC_MESSAGES/Geonames.po | 9 +- .../locale/ia/LC_MESSAGES/Geonames.po | 9 +- .../locale/mk/LC_MESSAGES/Geonames.po | 9 +- .../locale/nl/LC_MESSAGES/Geonames.po | 9 +- .../locale/sv/LC_MESSAGES/Geonames.po | 9 +- .../locale/tl/LC_MESSAGES/Geonames.po | 9 +- .../locale/uk/LC_MESSAGES/Geonames.po | 9 +- .../locale/br/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/ca/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/de/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/es/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/fi/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/fr/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/gl/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/he/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/ia/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/id/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/mk/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/nb/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/nl/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/pt/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../pt_BR/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/ru/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/sv/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/tl/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/uk/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../zh_CN/LC_MESSAGES/GoogleAnalytics.po | 9 +- .../locale/ca/LC_MESSAGES/Gravatar.po | 9 +- .../locale/de/LC_MESSAGES/Gravatar.po | 9 +- .../locale/es/LC_MESSAGES/Gravatar.po | 9 +- .../locale/eu/LC_MESSAGES/Gravatar.po | 9 +- .../locale/fr/LC_MESSAGES/Gravatar.po | 9 +- .../locale/gl/LC_MESSAGES/Gravatar.po | 9 +- .../locale/he/LC_MESSAGES/Gravatar.po | 9 +- .../locale/ia/LC_MESSAGES/Gravatar.po | 9 +- .../locale/mk/LC_MESSAGES/Gravatar.po | 9 +- .../locale/nl/LC_MESSAGES/Gravatar.po | 9 +- .../locale/pl/LC_MESSAGES/Gravatar.po | 9 +- .../locale/pt/LC_MESSAGES/Gravatar.po | 9 +- .../locale/sv/LC_MESSAGES/Gravatar.po | 9 +- .../locale/tl/LC_MESSAGES/Gravatar.po | 9 +- .../locale/uk/LC_MESSAGES/Gravatar.po | 9 +- .../locale/zh_CN/LC_MESSAGES/Gravatar.po | 9 +- .../locale/ar/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/br/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/ca/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/de/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/es/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/eu/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/fr/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/gl/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/ia/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/mk/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/nl/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/ru/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/te/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/tl/LC_MESSAGES/GroupFavorited.po | 9 +- .../locale/uk/LC_MESSAGES/GroupFavorited.po | 9 +- .../ar/LC_MESSAGES/GroupPrivateMessage.po | 9 +- .../ca/LC_MESSAGES/GroupPrivateMessage.po | 9 +- .../de/LC_MESSAGES/GroupPrivateMessage.po | 9 +- .../eu/LC_MESSAGES/GroupPrivateMessage.po | 9 +- .../fr/LC_MESSAGES/GroupPrivateMessage.po | 9 +- .../gl/LC_MESSAGES/GroupPrivateMessage.po | 9 +- .../ia/LC_MESSAGES/GroupPrivateMessage.po | 9 +- .../mk/LC_MESSAGES/GroupPrivateMessage.po | 9 +- .../nl/LC_MESSAGES/GroupPrivateMessage.po | 9 +- .../sv/LC_MESSAGES/GroupPrivateMessage.po | 9 +- .../tl/LC_MESSAGES/GroupPrivateMessage.po | 9 +- .../uk/LC_MESSAGES/GroupPrivateMessage.po | 9 +- plugins/Imap/locale/br/LC_MESSAGES/Imap.po | 9 +- plugins/Imap/locale/ca/LC_MESSAGES/Imap.po | 11 +- plugins/Imap/locale/de/LC_MESSAGES/Imap.po | 9 +- plugins/Imap/locale/es/LC_MESSAGES/Imap.po | 58 + plugins/Imap/locale/eu/LC_MESSAGES/Imap.po | 12 +- plugins/Imap/locale/fr/LC_MESSAGES/Imap.po | 9 +- plugins/Imap/locale/gl/LC_MESSAGES/Imap.po | 9 +- plugins/Imap/locale/ia/LC_MESSAGES/Imap.po | 9 +- plugins/Imap/locale/mk/LC_MESSAGES/Imap.po | 9 +- plugins/Imap/locale/nb/LC_MESSAGES/Imap.po | 9 +- plugins/Imap/locale/nl/LC_MESSAGES/Imap.po | 9 +- plugins/Imap/locale/ru/LC_MESSAGES/Imap.po | 9 +- plugins/Imap/locale/sv/LC_MESSAGES/Imap.po | 9 +- plugins/Imap/locale/tl/LC_MESSAGES/Imap.po | 9 +- plugins/Imap/locale/uk/LC_MESSAGES/Imap.po | 9 +- plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po | 9 +- .../locale/de/LC_MESSAGES/InProcessCache.po | 9 +- .../locale/es/LC_MESSAGES/InProcessCache.po | 23 + .../locale/fr/LC_MESSAGES/InProcessCache.po | 9 +- .../locale/gl/LC_MESSAGES/InProcessCache.po | 9 +- .../locale/he/LC_MESSAGES/InProcessCache.po | 9 +- .../locale/ia/LC_MESSAGES/InProcessCache.po | 9 +- .../locale/mk/LC_MESSAGES/InProcessCache.po | 9 +- .../locale/nl/LC_MESSAGES/InProcessCache.po | 9 +- .../locale/pt/LC_MESSAGES/InProcessCache.po | 9 +- .../locale/ru/LC_MESSAGES/InProcessCache.po | 9 +- .../locale/tl/LC_MESSAGES/InProcessCache.po | 9 +- .../locale/uk/LC_MESSAGES/InProcessCache.po | 9 +- .../zh_CN/LC_MESSAGES/InProcessCache.po | 9 +- .../locale/de/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/es/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/eu/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/fr/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/gl/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/he/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/ia/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/id/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/ja/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/mk/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/nb/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/nl/LC_MESSAGES/InfiniteScroll.po | 9 +- .../pt_BR/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/ru/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/tl/LC_MESSAGES/InfiniteScroll.po | 9 +- .../locale/uk/LC_MESSAGES/InfiniteScroll.po | 9 +- .../zh_CN/LC_MESSAGES/InfiniteScroll.po | 9 +- plugins/Irc/locale/ca/LC_MESSAGES/Irc.po | 9 +- plugins/Irc/locale/de/LC_MESSAGES/Irc.po | 9 +- plugins/Irc/locale/es/LC_MESSAGES/Irc.po | 84 ++ plugins/Irc/locale/fr/LC_MESSAGES/Irc.po | 9 +- plugins/Irc/locale/gl/LC_MESSAGES/Irc.po | 9 +- plugins/Irc/locale/ia/LC_MESSAGES/Irc.po | 9 +- plugins/Irc/locale/mk/LC_MESSAGES/Irc.po | 9 +- plugins/Irc/locale/nl/LC_MESSAGES/Irc.po | 9 +- plugins/Irc/locale/sv/LC_MESSAGES/Irc.po | 9 +- plugins/Irc/locale/tl/LC_MESSAGES/Irc.po | 9 +- plugins/Irc/locale/tr/LC_MESSAGES/Irc.po | 9 +- plugins/Irc/locale/uk/LC_MESSAGES/Irc.po | 9 +- .../de/LC_MESSAGES/LdapAuthentication.po | 9 +- .../es/LC_MESSAGES/LdapAuthentication.po | 17 +- .../fr/LC_MESSAGES/LdapAuthentication.po | 9 +- .../gl/LC_MESSAGES/LdapAuthentication.po | 9 +- .../ia/LC_MESSAGES/LdapAuthentication.po | 9 +- .../mk/LC_MESSAGES/LdapAuthentication.po | 9 +- .../nl/LC_MESSAGES/LdapAuthentication.po | 9 +- .../tl/LC_MESSAGES/LdapAuthentication.po | 9 +- .../uk/LC_MESSAGES/LdapAuthentication.po | 9 +- .../de/LC_MESSAGES/LdapAuthorization.po | 9 +- .../es/LC_MESSAGES/LdapAuthorization.po | 15 +- .../fr/LC_MESSAGES/LdapAuthorization.po | 9 +- .../gl/LC_MESSAGES/LdapAuthorization.po | 9 +- .../ia/LC_MESSAGES/LdapAuthorization.po | 9 +- .../mk/LC_MESSAGES/LdapAuthorization.po | 9 +- .../nl/LC_MESSAGES/LdapAuthorization.po | 9 +- .../tl/LC_MESSAGES/LdapAuthorization.po | 9 +- .../uk/LC_MESSAGES/LdapAuthorization.po | 9 +- .../locale/ca/LC_MESSAGES/LdapCommon.po | 9 +- .../locale/de/LC_MESSAGES/LdapCommon.po | 9 +- .../locale/es/LC_MESSAGES/LdapCommon.po | 43 + .../locale/fr/LC_MESSAGES/LdapCommon.po | 9 +- .../locale/gl/LC_MESSAGES/LdapCommon.po | 9 +- .../locale/ia/LC_MESSAGES/LdapCommon.po | 9 +- .../locale/mk/LC_MESSAGES/LdapCommon.po | 9 +- .../locale/nl/LC_MESSAGES/LdapCommon.po | 9 +- .../locale/tl/LC_MESSAGES/LdapCommon.po | 9 +- .../locale/uk/LC_MESSAGES/LdapCommon.po | 9 +- .../LilUrl/locale/ca/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/de/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/es/LC_MESSAGES/LilUrl.po | 31 + .../LilUrl/locale/eu/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/fr/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/gl/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/he/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/ia/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/id/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/ja/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/mk/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/nb/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/nl/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/ru/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/sv/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/tl/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/uk/LC_MESSAGES/LilUrl.po | 9 +- .../LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po | 9 +- .../locale/ca/LC_MESSAGES/LinkPreview.po | 9 +- .../locale/de/LC_MESSAGES/LinkPreview.po | 9 +- .../locale/es/LC_MESSAGES/LinkPreview.po | 39 + .../locale/fr/LC_MESSAGES/LinkPreview.po | 9 +- .../locale/gl/LC_MESSAGES/LinkPreview.po | 9 +- .../locale/ia/LC_MESSAGES/LinkPreview.po | 9 +- .../locale/mk/LC_MESSAGES/LinkPreview.po | 9 +- .../locale/nl/LC_MESSAGES/LinkPreview.po | 9 +- .../locale/sv/LC_MESSAGES/LinkPreview.po | 9 +- .../locale/tl/LC_MESSAGES/LinkPreview.po | 9 +- .../locale/uk/LC_MESSAGES/LinkPreview.po | 9 +- .../locale/ar/LC_MESSAGES/Linkback.po | 9 +- .../locale/ca/LC_MESSAGES/Linkback.po | 9 +- .../locale/de/LC_MESSAGES/Linkback.po | 9 +- .../locale/es/LC_MESSAGES/Linkback.po | 12 +- .../locale/fi/LC_MESSAGES/Linkback.po | 9 +- .../locale/fr/LC_MESSAGES/Linkback.po | 9 +- .../locale/gl/LC_MESSAGES/Linkback.po | 9 +- .../locale/he/LC_MESSAGES/Linkback.po | 9 +- .../locale/ia/LC_MESSAGES/Linkback.po | 9 +- .../locale/id/LC_MESSAGES/Linkback.po | 9 +- .../locale/mk/LC_MESSAGES/Linkback.po | 9 +- .../locale/nb/LC_MESSAGES/Linkback.po | 9 +- .../locale/nl/LC_MESSAGES/Linkback.po | 9 +- .../locale/pt/LC_MESSAGES/Linkback.po | 9 +- .../locale/ru/LC_MESSAGES/Linkback.po | 9 +- .../locale/tl/LC_MESSAGES/Linkback.po | 9 +- .../locale/uk/LC_MESSAGES/Linkback.po | 9 +- .../locale/zh_CN/LC_MESSAGES/Linkback.po | 9 +- .../locale/de/LC_MESSAGES/LogFilter.po | 9 +- .../locale/es/LC_MESSAGES/LogFilter.po | 25 + .../locale/fi/LC_MESSAGES/LogFilter.po | 9 +- .../locale/fr/LC_MESSAGES/LogFilter.po | 9 +- .../locale/gl/LC_MESSAGES/LogFilter.po | 9 +- .../locale/he/LC_MESSAGES/LogFilter.po | 9 +- .../locale/ia/LC_MESSAGES/LogFilter.po | 9 +- .../locale/mk/LC_MESSAGES/LogFilter.po | 9 +- .../locale/nl/LC_MESSAGES/LogFilter.po | 9 +- .../locale/pt/LC_MESSAGES/LogFilter.po | 9 +- .../locale/ru/LC_MESSAGES/LogFilter.po | 9 +- .../locale/tl/LC_MESSAGES/LogFilter.po | 9 +- .../locale/uk/LC_MESSAGES/LogFilter.po | 9 +- .../locale/zh_CN/LC_MESSAGES/LogFilter.po | 9 +- .../locale/br/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/ca/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/de/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/es/LC_MESSAGES/Mapstraction.po | 51 +- .../locale/fi/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/fr/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/fur/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/gl/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/hu/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/ia/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/lb/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/mk/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/nb/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/nl/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/ru/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/sv/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/ta/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/te/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/tl/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/uk/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/zh_CN/LC_MESSAGES/Mapstraction.po | 9 +- .../locale/de/LC_MESSAGES/Memcache.po | 9 +- .../locale/es/LC_MESSAGES/Memcache.po | 9 +- .../locale/fi/LC_MESSAGES/Memcache.po | 9 +- .../locale/fr/LC_MESSAGES/Memcache.po | 9 +- .../locale/gl/LC_MESSAGES/Memcache.po | 9 +- .../locale/he/LC_MESSAGES/Memcache.po | 9 +- .../locale/ia/LC_MESSAGES/Memcache.po | 9 +- .../locale/mk/LC_MESSAGES/Memcache.po | 9 +- .../locale/nb/LC_MESSAGES/Memcache.po | 9 +- .../locale/nl/LC_MESSAGES/Memcache.po | 9 +- .../locale/pt/LC_MESSAGES/Memcache.po | 9 +- .../locale/pt_BR/LC_MESSAGES/Memcache.po | 9 +- .../locale/ru/LC_MESSAGES/Memcache.po | 9 +- .../locale/sv/LC_MESSAGES/Memcache.po | 9 +- .../locale/tl/LC_MESSAGES/Memcache.po | 9 +- .../locale/uk/LC_MESSAGES/Memcache.po | 9 +- .../locale/zh_CN/LC_MESSAGES/Memcache.po | 9 +- .../locale/de/LC_MESSAGES/Memcached.po | 9 +- .../locale/es/LC_MESSAGES/Memcached.po | 9 +- .../locale/fi/LC_MESSAGES/Memcached.po | 9 +- .../locale/fr/LC_MESSAGES/Memcached.po | 9 +- .../locale/gl/LC_MESSAGES/Memcached.po | 9 +- .../locale/he/LC_MESSAGES/Memcached.po | 9 +- .../locale/ia/LC_MESSAGES/Memcached.po | 9 +- .../locale/id/LC_MESSAGES/Memcached.po | 9 +- .../locale/ja/LC_MESSAGES/Memcached.po | 9 +- .../locale/mk/LC_MESSAGES/Memcached.po | 9 +- .../locale/nb/LC_MESSAGES/Memcached.po | 9 +- .../locale/nl/LC_MESSAGES/Memcached.po | 9 +- .../locale/pt/LC_MESSAGES/Memcached.po | 9 +- .../locale/ru/LC_MESSAGES/Memcached.po | 9 +- .../locale/sv/LC_MESSAGES/Memcached.po | 9 +- .../locale/tl/LC_MESSAGES/Memcached.po | 9 +- .../locale/uk/LC_MESSAGES/Memcached.po | 9 +- .../locale/zh_CN/LC_MESSAGES/Memcached.po | 9 +- .../Meteor/locale/de/LC_MESSAGES/Meteor.po | 9 +- .../Meteor/locale/es/LC_MESSAGES/Meteor.po | 35 + .../Meteor/locale/fr/LC_MESSAGES/Meteor.po | 9 +- .../Meteor/locale/gl/LC_MESSAGES/Meteor.po | 9 +- .../Meteor/locale/ia/LC_MESSAGES/Meteor.po | 9 +- .../Meteor/locale/mk/LC_MESSAGES/Meteor.po | 9 +- .../Meteor/locale/nb/LC_MESSAGES/Meteor.po | 9 +- .../Meteor/locale/nl/LC_MESSAGES/Meteor.po | 9 +- .../Meteor/locale/tl/LC_MESSAGES/Meteor.po | 9 +- .../Meteor/locale/uk/LC_MESSAGES/Meteor.po | 9 +- .../Minify/locale/de/LC_MESSAGES/Minify.po | 9 +- .../Minify/locale/es/LC_MESSAGES/Minify.po | 39 + .../Minify/locale/fr/LC_MESSAGES/Minify.po | 9 +- .../Minify/locale/gl/LC_MESSAGES/Minify.po | 9 +- .../Minify/locale/ia/LC_MESSAGES/Minify.po | 9 +- .../Minify/locale/mk/LC_MESSAGES/Minify.po | 9 +- .../Minify/locale/nb/LC_MESSAGES/Minify.po | 9 +- .../Minify/locale/nl/LC_MESSAGES/Minify.po | 9 +- .../Minify/locale/ru/LC_MESSAGES/Minify.po | 9 +- .../Minify/locale/sv/LC_MESSAGES/Minify.po | 9 +- .../Minify/locale/tl/LC_MESSAGES/Minify.po | 9 +- .../Minify/locale/uk/LC_MESSAGES/Minify.po | 9 +- .../Minify/locale/zh_CN/LC_MESSAGES/Minify.po | 9 +- .../locale/ca/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/ce/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/de/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/es/LC_MESSAGES/MobileProfile.po | 12 +- .../locale/eu/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/fr/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/fur/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/gl/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/ia/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/mk/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/nb/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/nl/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/ru/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/sv/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/tl/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/uk/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/zh_CN/LC_MESSAGES/MobileProfile.po | 9 +- .../locale/de/LC_MESSAGES/ModHelper.po | 9 +- .../locale/es/LC_MESSAGES/ModHelper.po | 9 +- .../locale/fr/LC_MESSAGES/ModHelper.po | 9 +- .../locale/gl/LC_MESSAGES/ModHelper.po | 9 +- .../locale/he/LC_MESSAGES/ModHelper.po | 9 +- .../locale/ia/LC_MESSAGES/ModHelper.po | 9 +- .../locale/mk/LC_MESSAGES/ModHelper.po | 9 +- .../locale/nl/LC_MESSAGES/ModHelper.po | 9 +- .../locale/pt/LC_MESSAGES/ModHelper.po | 9 +- .../locale/ru/LC_MESSAGES/ModHelper.po | 9 +- .../locale/tl/LC_MESSAGES/ModHelper.po | 9 +- .../locale/uk/LC_MESSAGES/ModHelper.po | 9 +- .../ModPlus/locale/ca/LC_MESSAGES/ModPlus.po | 9 +- .../ModPlus/locale/de/LC_MESSAGES/ModPlus.po | 9 +- .../ModPlus/locale/es/LC_MESSAGES/ModPlus.po | 58 + .../ModPlus/locale/fr/LC_MESSAGES/ModPlus.po | 9 +- .../ModPlus/locale/gl/LC_MESSAGES/ModPlus.po | 9 +- .../ModPlus/locale/ia/LC_MESSAGES/ModPlus.po | 9 +- .../ModPlus/locale/mk/LC_MESSAGES/ModPlus.po | 9 +- .../ModPlus/locale/nl/LC_MESSAGES/ModPlus.po | 9 +- .../ModPlus/locale/tl/LC_MESSAGES/ModPlus.po | 9 +- .../ModPlus/locale/uk/LC_MESSAGES/ModPlus.po | 9 +- .../Mollom/locale/ca/LC_MESSAGES/Mollom.po | 9 +- .../Mollom/locale/de/LC_MESSAGES/Mollom.po | 9 +- .../Mollom/locale/es/LC_MESSAGES/Mollom.po | 23 + .../Mollom/locale/fr/LC_MESSAGES/Mollom.po | 9 +- .../Mollom/locale/gl/LC_MESSAGES/Mollom.po | 9 +- .../Mollom/locale/he/LC_MESSAGES/Mollom.po | 9 +- .../Mollom/locale/ia/LC_MESSAGES/Mollom.po | 9 +- .../Mollom/locale/mk/LC_MESSAGES/Mollom.po | 9 +- .../Mollom/locale/nl/LC_MESSAGES/Mollom.po | 9 +- .../Mollom/locale/sv/LC_MESSAGES/Mollom.po | 9 +- .../Mollom/locale/tl/LC_MESSAGES/Mollom.po | 9 +- .../Mollom/locale/uk/LC_MESSAGES/Mollom.po | 9 +- plugins/Msn/locale/ar/LC_MESSAGES/Msn.po | 9 +- plugins/Msn/locale/ca/LC_MESSAGES/Msn.po | 11 +- plugins/Msn/locale/de/LC_MESSAGES/Msn.po | 9 +- plugins/Msn/locale/es/LC_MESSAGES/Msn.po | 23 +- plugins/Msn/locale/eu/LC_MESSAGES/Msn.po | 9 +- plugins/Msn/locale/fr/LC_MESSAGES/Msn.po | 9 +- plugins/Msn/locale/gl/LC_MESSAGES/Msn.po | 9 +- plugins/Msn/locale/ia/LC_MESSAGES/Msn.po | 9 +- plugins/Msn/locale/mk/LC_MESSAGES/Msn.po | 9 +- plugins/Msn/locale/nl/LC_MESSAGES/Msn.po | 9 +- plugins/Msn/locale/sv/LC_MESSAGES/Msn.po | 9 +- plugins/Msn/locale/tl/LC_MESSAGES/Msn.po | 9 +- plugins/Msn/locale/uk/LC_MESSAGES/Msn.po | 9 +- .../locale/ar/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/br/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/ca/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/de/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/es/LC_MESSAGES/NoticeTitle.po | 38 + .../locale/eu/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/fr/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/gl/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/he/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/ia/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/mk/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/nb/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/ne/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/nl/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/ru/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/sv/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/tl/LC_MESSAGES/NoticeTitle.po | 9 +- .../locale/uk/LC_MESSAGES/NoticeTitle.po | 9 +- plugins/OMB/locale/br/LC_MESSAGES/OMB.po | 9 +- plugins/OMB/locale/ca/LC_MESSAGES/OMB.po | 9 +- plugins/OMB/locale/de/LC_MESSAGES/OMB.po | 9 +- plugins/OMB/locale/es/LC_MESSAGES/OMB.po | 57 + plugins/OMB/locale/eu/LC_MESSAGES/OMB.po | 9 +- plugins/OMB/locale/fr/LC_MESSAGES/OMB.po | 9 +- plugins/OMB/locale/gl/LC_MESSAGES/OMB.po | 9 +- plugins/OMB/locale/ia/LC_MESSAGES/OMB.po | 9 +- plugins/OMB/locale/mk/LC_MESSAGES/OMB.po | 9 +- plugins/OMB/locale/nl/LC_MESSAGES/OMB.po | 9 +- .../OStatus/locale/ca/LC_MESSAGES/OStatus.po | 12 +- .../OStatus/locale/de/LC_MESSAGES/OStatus.po | 9 +- .../OStatus/locale/fr/LC_MESSAGES/OStatus.po | 9 +- .../OStatus/locale/gl/LC_MESSAGES/OStatus.po | 9 +- .../OStatus/locale/ia/LC_MESSAGES/OStatus.po | 11 +- .../OStatus/locale/ko/LC_MESSAGES/OStatus.po | 9 +- .../OStatus/locale/mk/LC_MESSAGES/OStatus.po | 9 +- .../OStatus/locale/nl/LC_MESSAGES/OStatus.po | 9 +- .../OStatus/locale/tl/LC_MESSAGES/OStatus.po | 9 +- .../OStatus/locale/uk/LC_MESSAGES/OStatus.po | 9 +- .../ar/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../ca/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../de/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../es/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../fr/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../gl/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../he/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../ia/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../mk/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../nb/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../nl/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../pt/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../ru/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../tl/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../uk/LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../LC_MESSAGES/OpenExternalLinkTarget.po | 9 +- .../OpenID/locale/ar/LC_MESSAGES/OpenID.po | 9 +- .../OpenID/locale/ca/LC_MESSAGES/OpenID.po | 9 +- .../OpenID/locale/de/LC_MESSAGES/OpenID.po | 9 +- .../OpenID/locale/eu/LC_MESSAGES/OpenID.po | 9 +- .../OpenID/locale/fr/LC_MESSAGES/OpenID.po | 10 +- .../OpenID/locale/gl/LC_MESSAGES/OpenID.po | 9 +- .../OpenID/locale/ia/LC_MESSAGES/OpenID.po | 9 +- .../OpenID/locale/ko/LC_MESSAGES/OpenID.po | 9 +- .../OpenID/locale/mk/LC_MESSAGES/OpenID.po | 9 +- .../OpenID/locale/nl/LC_MESSAGES/OpenID.po | 9 +- .../OpenID/locale/sv/LC_MESSAGES/OpenID.po | 9 +- .../OpenID/locale/tl/LC_MESSAGES/OpenID.po | 9 +- .../OpenID/locale/uk/LC_MESSAGES/OpenID.po | 9 +- plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po | 9 +- plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po | 9 +- plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po | 9 +- plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po | 9 +- plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po | 9 +- plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po | 9 +- plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po | 9 +- plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po | 9 +- plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po | 9 +- .../Orbited/locale/de/LC_MESSAGES/Orbited.po | 9 +- .../Orbited/locale/es/LC_MESSAGES/Orbited.po | 28 + .../Orbited/locale/fr/LC_MESSAGES/Orbited.po | 9 +- .../Orbited/locale/gl/LC_MESSAGES/Orbited.po | 9 +- .../Orbited/locale/ia/LC_MESSAGES/Orbited.po | 9 +- .../Orbited/locale/mk/LC_MESSAGES/Orbited.po | 9 +- .../Orbited/locale/nl/LC_MESSAGES/Orbited.po | 9 +- .../Orbited/locale/tl/LC_MESSAGES/Orbited.po | 9 +- .../Orbited/locale/uk/LC_MESSAGES/Orbited.po | 9 +- .../locale/de/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/es/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/fr/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/gl/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/he/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/ia/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/id/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/mk/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/nb/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/nl/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/pt/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../pt_BR/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/ru/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/tl/LC_MESSAGES/PiwikAnalytics.po | 9 +- .../locale/uk/LC_MESSAGES/PiwikAnalytics.po | 9 +- plugins/Poll/locale/ar/LC_MESSAGES/Poll.po | 9 +- plugins/Poll/locale/ca/LC_MESSAGES/Poll.po | 9 +- plugins/Poll/locale/de/LC_MESSAGES/Poll.po | 9 +- plugins/Poll/locale/eu/LC_MESSAGES/Poll.po | 9 +- plugins/Poll/locale/fr/LC_MESSAGES/Poll.po | 9 +- plugins/Poll/locale/fur/LC_MESSAGES/Poll.po | 9 +- plugins/Poll/locale/gl/LC_MESSAGES/Poll.po | 9 +- plugins/Poll/locale/ia/LC_MESSAGES/Poll.po | 9 +- plugins/Poll/locale/ja/LC_MESSAGES/Poll.po | 9 +- plugins/Poll/locale/mk/LC_MESSAGES/Poll.po | 9 +- plugins/Poll/locale/nl/LC_MESSAGES/Poll.po | 9 +- plugins/Poll/locale/tl/LC_MESSAGES/Poll.po | 9 +- plugins/Poll/locale/uk/LC_MESSAGES/Poll.po | 9 +- .../locale/de/LC_MESSAGES/PostDebug.po | 9 +- .../locale/es/LC_MESSAGES/PostDebug.po | 9 +- .../locale/fi/LC_MESSAGES/PostDebug.po | 9 +- .../locale/fr/LC_MESSAGES/PostDebug.po | 9 +- .../locale/gl/LC_MESSAGES/PostDebug.po | 9 +- .../locale/he/LC_MESSAGES/PostDebug.po | 9 +- .../locale/ia/LC_MESSAGES/PostDebug.po | 9 +- .../locale/id/LC_MESSAGES/PostDebug.po | 9 +- .../locale/ja/LC_MESSAGES/PostDebug.po | 9 +- .../locale/mk/LC_MESSAGES/PostDebug.po | 9 +- .../locale/nb/LC_MESSAGES/PostDebug.po | 9 +- .../locale/nl/LC_MESSAGES/PostDebug.po | 9 +- .../locale/pt/LC_MESSAGES/PostDebug.po | 9 +- .../locale/pt_BR/LC_MESSAGES/PostDebug.po | 9 +- .../locale/ru/LC_MESSAGES/PostDebug.po | 9 +- .../locale/tl/LC_MESSAGES/PostDebug.po | 9 +- .../locale/uk/LC_MESSAGES/PostDebug.po | 9 +- .../af/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../br/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../ca/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../de/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../es/LC_MESSAGES/PoweredByStatusNet.po | 29 +- .../eu/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../fr/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../gl/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../he/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../ia/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../mk/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../nl/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../pt/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../ru/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../sv/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../tl/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../uk/LC_MESSAGES/PoweredByStatusNet.po | 9 +- .../PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po | 12 +- .../PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po | 9 +- .../locale/pt_BR/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po | 9 +- .../PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po | 9 +- plugins/QnA/locale/ar/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/br/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/ca/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/de/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/eu/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/fr/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/gl/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/ia/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/ja/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/mk/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/nl/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/pl/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/tl/LC_MESSAGES/QnA.po | 9 +- plugins/QnA/locale/uk/LC_MESSAGES/QnA.po | 9 +- .../locale/de/LC_MESSAGES/RSSCloud.po | 9 +- .../locale/fr/LC_MESSAGES/RSSCloud.po | 9 +- .../locale/gl/LC_MESSAGES/RSSCloud.po | 9 +- .../locale/ia/LC_MESSAGES/RSSCloud.po | 9 +- .../locale/mk/LC_MESSAGES/RSSCloud.po | 9 +- .../locale/nl/LC_MESSAGES/RSSCloud.po | 9 +- .../locale/tl/LC_MESSAGES/RSSCloud.po | 9 +- .../locale/uk/LC_MESSAGES/RSSCloud.po | 9 +- .../locale/af/LC_MESSAGES/Realtime.po | 9 +- .../locale/ar/LC_MESSAGES/Realtime.po | 9 +- .../locale/br/LC_MESSAGES/Realtime.po | 9 +- .../locale/ca/LC_MESSAGES/Realtime.po | 9 +- .../locale/de/LC_MESSAGES/Realtime.po | 9 +- .../locale/fr/LC_MESSAGES/Realtime.po | 9 +- .../locale/gl/LC_MESSAGES/Realtime.po | 9 +- .../locale/ia/LC_MESSAGES/Realtime.po | 9 +- .../locale/lv/LC_MESSAGES/Realtime.po | 9 +- .../locale/mk/LC_MESSAGES/Realtime.po | 9 +- .../locale/ne/LC_MESSAGES/Realtime.po | 9 +- .../locale/nl/LC_MESSAGES/Realtime.po | 9 +- .../locale/pl/LC_MESSAGES/Realtime.po | 9 +- .../locale/sv/LC_MESSAGES/Realtime.po | 9 +- .../locale/tl/LC_MESSAGES/Realtime.po | 9 +- .../locale/tr/LC_MESSAGES/Realtime.po | 9 +- .../locale/uk/LC_MESSAGES/Realtime.po | 9 +- .../locale/ca/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/de/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/es/LC_MESSAGES/Recaptcha.po | 35 + .../locale/fr/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/fur/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/gl/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/ia/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/mk/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/nb/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/nl/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/pl/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/pt/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/ru/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/sv/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/tl/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/uk/LC_MESSAGES/Recaptcha.po | 9 +- .../locale/ca/LC_MESSAGES/RegisterThrottle.po | 9 +- .../locale/de/LC_MESSAGES/RegisterThrottle.po | 12 +- .../locale/es/LC_MESSAGES/RegisterThrottle.po | 35 + .../locale/fr/LC_MESSAGES/RegisterThrottle.po | 9 +- .../locale/gl/LC_MESSAGES/RegisterThrottle.po | 9 +- .../locale/ia/LC_MESSAGES/RegisterThrottle.po | 9 +- .../locale/mk/LC_MESSAGES/RegisterThrottle.po | 9 +- .../locale/nl/LC_MESSAGES/RegisterThrottle.po | 9 +- .../locale/tl/LC_MESSAGES/RegisterThrottle.po | 9 +- .../locale/uk/LC_MESSAGES/RegisterThrottle.po | 9 +- .../ar/LC_MESSAGES/RequireValidatedEmail.po | 9 +- .../br/LC_MESSAGES/RequireValidatedEmail.po | 9 +- .../ca/LC_MESSAGES/RequireValidatedEmail.po | 9 +- .../de/LC_MESSAGES/RequireValidatedEmail.po | 9 +- .../fr/LC_MESSAGES/RequireValidatedEmail.po | 9 +- .../gl/LC_MESSAGES/RequireValidatedEmail.po | 9 +- .../ia/LC_MESSAGES/RequireValidatedEmail.po | 9 +- .../mk/LC_MESSAGES/RequireValidatedEmail.po | 9 +- .../nl/LC_MESSAGES/RequireValidatedEmail.po | 9 +- .../pl/LC_MESSAGES/RequireValidatedEmail.po | 9 +- .../tl/LC_MESSAGES/RequireValidatedEmail.po | 9 +- .../uk/LC_MESSAGES/RequireValidatedEmail.po | 9 +- .../ReverseUsernameAuthentication.po | 9 +- .../ReverseUsernameAuthentication.po | 29 + .../ReverseUsernameAuthentication.po | 9 +- .../ReverseUsernameAuthentication.po | 9 +- .../ReverseUsernameAuthentication.po | 9 +- .../ReverseUsernameAuthentication.po | 9 +- .../ReverseUsernameAuthentication.po | 9 +- .../ReverseUsernameAuthentication.po | 9 +- .../ReverseUsernameAuthentication.po | 9 +- .../ReverseUsernameAuthentication.po | 9 +- .../ReverseUsernameAuthentication.po | 9 +- .../ReverseUsernameAuthentication.po | 9 +- .../ReverseUsernameAuthentication.po | 9 +- .../ReverseUsernameAuthentication.po | 9 +- .../locale/de/LC_MESSAGES/SQLProfile.po | 9 +- .../locale/fr/LC_MESSAGES/SQLProfile.po | 9 +- .../locale/gl/LC_MESSAGES/SQLProfile.po | 9 +- .../locale/he/LC_MESSAGES/SQLProfile.po | 9 +- .../locale/ia/LC_MESSAGES/SQLProfile.po | 9 +- .../locale/mk/LC_MESSAGES/SQLProfile.po | 9 +- .../locale/nl/LC_MESSAGES/SQLProfile.po | 9 +- .../locale/pt/LC_MESSAGES/SQLProfile.po | 9 +- .../locale/ru/LC_MESSAGES/SQLProfile.po | 9 +- .../locale/tl/LC_MESSAGES/SQLProfile.po | 9 +- .../locale/uk/LC_MESSAGES/SQLProfile.po | 9 +- .../locale/de/LC_MESSAGES/SQLStats.po | 9 +- .../locale/fr/LC_MESSAGES/SQLStats.po | 9 +- .../locale/gl/LC_MESSAGES/SQLStats.po | 9 +- .../locale/he/LC_MESSAGES/SQLStats.po | 9 +- .../locale/ia/LC_MESSAGES/SQLStats.po | 9 +- .../locale/ksh/LC_MESSAGES/SQLStats.po | 9 +- .../locale/mk/LC_MESSAGES/SQLStats.po | 9 +- .../locale/nl/LC_MESSAGES/SQLStats.po | 9 +- .../locale/tl/LC_MESSAGES/SQLStats.po | 9 +- .../locale/uk/LC_MESSAGES/SQLStats.po | 9 +- .../Sample/locale/af/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/ar/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/br/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/ca/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/de/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/fr/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/gl/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/ia/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/lb/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/mk/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/nl/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/pdc/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/ru/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/tl/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/uk/LC_MESSAGES/Sample.po | 9 +- .../Sample/locale/zh_CN/LC_MESSAGES/Sample.po | 9 +- .../locale/ca/LC_MESSAGES/SearchSub.po | 9 +- .../locale/de/LC_MESSAGES/SearchSub.po | 9 +- .../locale/fr/LC_MESSAGES/SearchSub.po | 9 +- .../locale/gl/LC_MESSAGES/SearchSub.po | 9 +- .../locale/ia/LC_MESSAGES/SearchSub.po | 9 +- .../locale/mk/LC_MESSAGES/SearchSub.po | 9 +- .../locale/nl/LC_MESSAGES/SearchSub.po | 9 +- .../locale/tl/LC_MESSAGES/SearchSub.po | 9 +- .../locale/uk/LC_MESSAGES/SearchSub.po | 9 +- .../locale/ar/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/br/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/ca/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/de/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/fi/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/fr/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/gl/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/ia/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/mk/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/nl/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/pl/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/te/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/tl/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/tr/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/uk/LC_MESSAGES/ShareNotice.po | 9 +- .../locale/br/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/de/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/es/LC_MESSAGES/SimpleUrl.po | 12 +- .../locale/fi/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/fr/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/gl/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/he/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/ia/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/id/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/ja/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/mk/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/nb/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/nl/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/pt/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/ru/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/tl/LC_MESSAGES/SimpleUrl.po | 9 +- .../locale/uk/LC_MESSAGES/SimpleUrl.po | 9 +- .../Sitemap/locale/br/LC_MESSAGES/Sitemap.po | 9 +- .../Sitemap/locale/de/LC_MESSAGES/Sitemap.po | 9 +- .../Sitemap/locale/fr/LC_MESSAGES/Sitemap.po | 9 +- .../Sitemap/locale/gl/LC_MESSAGES/Sitemap.po | 9 +- .../Sitemap/locale/ia/LC_MESSAGES/Sitemap.po | 9 +- .../Sitemap/locale/mk/LC_MESSAGES/Sitemap.po | 9 +- .../Sitemap/locale/nl/LC_MESSAGES/Sitemap.po | 9 +- .../Sitemap/locale/ru/LC_MESSAGES/Sitemap.po | 9 +- .../Sitemap/locale/tl/LC_MESSAGES/Sitemap.po | 9 +- .../Sitemap/locale/uk/LC_MESSAGES/Sitemap.po | 9 +- .../locale/de/LC_MESSAGES/SlicedFavorites.po | 9 +- .../locale/es/LC_MESSAGES/SlicedFavorites.po | 28 + .../locale/fr/LC_MESSAGES/SlicedFavorites.po | 9 +- .../locale/gl/LC_MESSAGES/SlicedFavorites.po | 9 +- .../locale/he/LC_MESSAGES/SlicedFavorites.po | 9 +- .../locale/ia/LC_MESSAGES/SlicedFavorites.po | 9 +- .../locale/id/LC_MESSAGES/SlicedFavorites.po | 9 +- .../locale/mk/LC_MESSAGES/SlicedFavorites.po | 9 +- .../locale/nl/LC_MESSAGES/SlicedFavorites.po | 9 +- .../locale/ru/LC_MESSAGES/SlicedFavorites.po | 9 +- .../locale/tl/LC_MESSAGES/SlicedFavorites.po | 9 +- .../locale/uk/LC_MESSAGES/SlicedFavorites.po | 9 +- .../locale/de/LC_MESSAGES/SphinxSearch.po | 9 +- .../locale/es/LC_MESSAGES/SphinxSearch.po | 31 + .../locale/fr/LC_MESSAGES/SphinxSearch.po | 9 +- .../locale/gl/LC_MESSAGES/SphinxSearch.po | 9 +- .../locale/ia/LC_MESSAGES/SphinxSearch.po | 9 +- .../locale/mk/LC_MESSAGES/SphinxSearch.po | 9 +- .../locale/nl/LC_MESSAGES/SphinxSearch.po | 9 +- .../locale/ru/LC_MESSAGES/SphinxSearch.po | 9 +- .../locale/tl/LC_MESSAGES/SphinxSearch.po | 9 +- .../locale/uk/LC_MESSAGES/SphinxSearch.po | 9 +- .../Spotify/locale/de/LC_MESSAGES/Spotify.po | 9 +- .../Spotify/locale/es/LC_MESSAGES/Spotify.po | 24 + .../Spotify/locale/gl/LC_MESSAGES/Spotify.po | 9 +- .../Spotify/locale/he/LC_MESSAGES/Spotify.po | 9 +- .../Spotify/locale/ia/LC_MESSAGES/Spotify.po | 9 +- .../Spotify/locale/mk/LC_MESSAGES/Spotify.po | 9 +- .../Spotify/locale/nl/LC_MESSAGES/Spotify.po | 9 +- .../Spotify/locale/sv/LC_MESSAGES/Spotify.po | 9 +- .../de/LC_MESSAGES/StrictTransportSecurity.po | 9 +- .../fr/LC_MESSAGES/StrictTransportSecurity.po | 9 +- .../gl/LC_MESSAGES/StrictTransportSecurity.po | 9 +- .../he/LC_MESSAGES/StrictTransportSecurity.po | 9 +- .../ia/LC_MESSAGES/StrictTransportSecurity.po | 9 +- .../mk/LC_MESSAGES/StrictTransportSecurity.po | 9 +- .../nl/LC_MESSAGES/StrictTransportSecurity.po | 9 +- .../ru/LC_MESSAGES/StrictTransportSecurity.po | 9 +- .../tl/LC_MESSAGES/StrictTransportSecurity.po | 9 +- .../uk/LC_MESSAGES/StrictTransportSecurity.po | 9 +- .../locale/ca/LC_MESSAGES/SubMirror.po | 9 +- .../locale/de/LC_MESSAGES/SubMirror.po | 9 +- .../locale/fr/LC_MESSAGES/SubMirror.po | 9 +- .../locale/gl/LC_MESSAGES/SubMirror.po | 9 +- .../locale/ia/LC_MESSAGES/SubMirror.po | 9 +- .../locale/mk/LC_MESSAGES/SubMirror.po | 9 +- .../locale/nl/LC_MESSAGES/SubMirror.po | 9 +- .../locale/tl/LC_MESSAGES/SubMirror.po | 9 +- .../locale/uk/LC_MESSAGES/SubMirror.po | 9 +- .../ca/LC_MESSAGES/SubscriptionThrottle.po | 9 +- .../de/LC_MESSAGES/SubscriptionThrottle.po | 9 +- .../fr/LC_MESSAGES/SubscriptionThrottle.po | 9 +- .../gl/LC_MESSAGES/SubscriptionThrottle.po | 9 +- .../he/LC_MESSAGES/SubscriptionThrottle.po | 9 +- .../ia/LC_MESSAGES/SubscriptionThrottle.po | 9 +- .../mk/LC_MESSAGES/SubscriptionThrottle.po | 9 +- .../ms/LC_MESSAGES/SubscriptionThrottle.po | 9 +- .../nl/LC_MESSAGES/SubscriptionThrottle.po | 9 +- .../tl/LC_MESSAGES/SubscriptionThrottle.po | 9 +- .../uk/LC_MESSAGES/SubscriptionThrottle.po | 9 +- .../locale/br/LC_MESSAGES/TabFocus.po | 9 +- .../locale/de/LC_MESSAGES/TabFocus.po | 9 +- .../locale/es/LC_MESSAGES/TabFocus.po | 9 +- .../locale/fr/LC_MESSAGES/TabFocus.po | 9 +- .../locale/gl/LC_MESSAGES/TabFocus.po | 9 +- .../locale/he/LC_MESSAGES/TabFocus.po | 9 +- .../locale/ia/LC_MESSAGES/TabFocus.po | 9 +- .../locale/id/LC_MESSAGES/TabFocus.po | 9 +- .../locale/mk/LC_MESSAGES/TabFocus.po | 9 +- .../locale/nb/LC_MESSAGES/TabFocus.po | 9 +- .../locale/nl/LC_MESSAGES/TabFocus.po | 9 +- .../locale/nn/LC_MESSAGES/TabFocus.po | 9 +- .../locale/ru/LC_MESSAGES/TabFocus.po | 9 +- .../locale/tl/LC_MESSAGES/TabFocus.po | 9 +- .../locale/uk/LC_MESSAGES/TabFocus.po | 9 +- .../TagSub/locale/ar/LC_MESSAGES/TagSub.po | 9 +- .../TagSub/locale/ca/LC_MESSAGES/TagSub.po | 9 +- .../TagSub/locale/de/LC_MESSAGES/TagSub.po | 9 +- .../TagSub/locale/gl/LC_MESSAGES/TagSub.po | 9 +- .../TagSub/locale/ia/LC_MESSAGES/TagSub.po | 9 +- .../TagSub/locale/mk/LC_MESSAGES/TagSub.po | 12 +- .../TagSub/locale/nl/LC_MESSAGES/TagSub.po | 9 +- .../TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po | 11 +- .../TagSub/locale/te/LC_MESSAGES/TagSub.po | 9 +- .../TagSub/locale/tl/LC_MESSAGES/TagSub.po | 9 +- .../TagSub/locale/uk/LC_MESSAGES/TagSub.po | 9 +- .../locale/de/LC_MESSAGES/TightUrl.po | 9 +- .../locale/es/LC_MESSAGES/TightUrl.po | 9 +- .../locale/fr/LC_MESSAGES/TightUrl.po | 9 +- .../locale/gl/LC_MESSAGES/TightUrl.po | 9 +- .../locale/he/LC_MESSAGES/TightUrl.po | 9 +- .../locale/ia/LC_MESSAGES/TightUrl.po | 9 +- .../locale/id/LC_MESSAGES/TightUrl.po | 9 +- .../locale/ja/LC_MESSAGES/TightUrl.po | 9 +- .../locale/mk/LC_MESSAGES/TightUrl.po | 9 +- .../locale/ms/LC_MESSAGES/TightUrl.po | 9 +- .../locale/nb/LC_MESSAGES/TightUrl.po | 9 +- .../locale/nl/LC_MESSAGES/TightUrl.po | 9 +- .../locale/pt/LC_MESSAGES/TightUrl.po | 9 +- .../locale/pt_BR/LC_MESSAGES/TightUrl.po | 9 +- .../locale/ru/LC_MESSAGES/TightUrl.po | 9 +- .../locale/tl/LC_MESSAGES/TightUrl.po | 9 +- .../locale/uk/LC_MESSAGES/TightUrl.po | 9 +- .../TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po | 9 +- .../locale/pt_BR/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po | 9 +- .../TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po | 9 +- .../locale/ar/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/ca/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/de/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/fr/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/fur/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/gl/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/ia/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/ko/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/mk/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/ms/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/nl/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/tl/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/tr/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/uk/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/zh_CN/LC_MESSAGES/TwitterBridge.po | 9 +- .../locale/ar/LC_MESSAGES/UserFlag.po | 9 +- .../locale/ca/LC_MESSAGES/UserFlag.po | 9 +- .../locale/de/LC_MESSAGES/UserFlag.po | 9 +- .../locale/fr/LC_MESSAGES/UserFlag.po | 9 +- .../locale/gl/LC_MESSAGES/UserFlag.po | 9 +- .../locale/ia/LC_MESSAGES/UserFlag.po | 9 +- .../locale/mk/LC_MESSAGES/UserFlag.po | 11 +- .../locale/nl/LC_MESSAGES/UserFlag.po | 9 +- .../locale/pt/LC_MESSAGES/UserFlag.po | 9 +- .../locale/ru/LC_MESSAGES/UserFlag.po | 9 +- .../locale/tl/LC_MESSAGES/UserFlag.po | 9 +- .../locale/uk/LC_MESSAGES/UserFlag.po | 9 +- .../locale/br/LC_MESSAGES/UserLimit.po | 9 +- .../locale/de/LC_MESSAGES/UserLimit.po | 9 +- .../locale/es/LC_MESSAGES/UserLimit.po | 9 +- .../locale/fa/LC_MESSAGES/UserLimit.po | 9 +- .../locale/fi/LC_MESSAGES/UserLimit.po | 9 +- .../locale/fr/LC_MESSAGES/UserLimit.po | 9 +- .../locale/gl/LC_MESSAGES/UserLimit.po | 9 +- .../locale/he/LC_MESSAGES/UserLimit.po | 9 +- .../locale/ia/LC_MESSAGES/UserLimit.po | 9 +- .../locale/id/LC_MESSAGES/UserLimit.po | 9 +- .../locale/lb/LC_MESSAGES/UserLimit.po | 9 +- .../locale/lv/LC_MESSAGES/UserLimit.po | 9 +- .../locale/mk/LC_MESSAGES/UserLimit.po | 9 +- .../locale/ms/LC_MESSAGES/UserLimit.po | 9 +- .../locale/nb/LC_MESSAGES/UserLimit.po | 9 +- .../locale/nl/LC_MESSAGES/UserLimit.po | 9 +- .../locale/pt/LC_MESSAGES/UserLimit.po | 9 +- .../locale/pt_BR/LC_MESSAGES/UserLimit.po | 9 +- .../locale/ru/LC_MESSAGES/UserLimit.po | 9 +- .../locale/tl/LC_MESSAGES/UserLimit.po | 9 +- .../locale/tr/LC_MESSAGES/UserLimit.po | 9 +- .../locale/uk/LC_MESSAGES/UserLimit.po | 9 +- .../locale/de/LC_MESSAGES/WikiHashtags.po | 9 +- .../locale/gl/LC_MESSAGES/WikiHashtags.po | 9 +- .../locale/ia/LC_MESSAGES/WikiHashtags.po | 9 +- .../locale/mk/LC_MESSAGES/WikiHashtags.po | 9 +- .../locale/ms/LC_MESSAGES/WikiHashtags.po | 9 +- .../locale/nl/LC_MESSAGES/WikiHashtags.po | 9 +- .../locale/tl/LC_MESSAGES/WikiHashtags.po | 9 +- .../locale/uk/LC_MESSAGES/WikiHashtags.po | 9 +- .../locale/de/LC_MESSAGES/WikiHowProfile.po | 9 +- .../locale/fr/LC_MESSAGES/WikiHowProfile.po | 9 +- .../locale/gl/LC_MESSAGES/WikiHowProfile.po | 9 +- .../locale/ia/LC_MESSAGES/WikiHowProfile.po | 9 +- .../locale/mk/LC_MESSAGES/WikiHowProfile.po | 9 +- .../locale/ms/LC_MESSAGES/WikiHowProfile.po | 9 +- .../locale/nl/LC_MESSAGES/WikiHowProfile.po | 9 +- .../locale/ru/LC_MESSAGES/WikiHowProfile.po | 9 +- .../locale/tl/LC_MESSAGES/WikiHowProfile.po | 9 +- .../locale/tr/LC_MESSAGES/WikiHowProfile.po | 9 +- .../locale/uk/LC_MESSAGES/WikiHowProfile.po | 9 +- .../XCache/locale/ast/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/br/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/de/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/es/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/fi/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/fr/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/gl/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/he/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/ia/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/id/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/mk/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/ms/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/nb/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/nl/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/pl/LC_MESSAGES/XCache.po | 28 + .../XCache/locale/pt/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/pt_BR/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/ru/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/tl/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/tr/LC_MESSAGES/XCache.po | 9 +- .../XCache/locale/uk/LC_MESSAGES/XCache.po | 9 +- plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po | 9 +- plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po | 9 +- plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po | 9 +- plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po | 9 +- plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po | 9 +- plugins/Xmpp/locale/pl/LC_MESSAGES/Xmpp.po | 94 ++ .../locale/br/LC_MESSAGES/YammerImport.po | 9 +- .../locale/de/LC_MESSAGES/YammerImport.po | 9 +- .../locale/fr/LC_MESSAGES/YammerImport.po | 9 +- .../locale/gl/LC_MESSAGES/YammerImport.po | 9 +- .../locale/ia/LC_MESSAGES/YammerImport.po | 9 +- .../locale/mk/LC_MESSAGES/YammerImport.po | 9 +- .../locale/nl/LC_MESSAGES/YammerImport.po | 9 +- .../locale/pl/LC_MESSAGES/YammerImport.po | 348 +++++ .../locale/tl/LC_MESSAGES/YammerImport.po | 9 +- .../locale/tr/LC_MESSAGES/YammerImport.po | 9 +- .../locale/uk/LC_MESSAGES/YammerImport.po | 9 +- 1590 files changed, 10493 insertions(+), 9344 deletions(-) create mode 100644 plugins/AccountManager/locale/pl/LC_MESSAGES/AccountManager.po create mode 100644 plugins/Activity/locale/fr/LC_MESSAGES/Activity.po create mode 100644 plugins/Activity/locale/pl/LC_MESSAGES/Activity.po create mode 100644 plugins/Aim/locale/pl/LC_MESSAGES/Aim.po create mode 100644 plugins/ApiLogger/locale/pl/LC_MESSAGES/ApiLogger.po create mode 100644 plugins/AutoSandbox/locale/pl/LC_MESSAGES/AutoSandbox.po create mode 100644 plugins/Awesomeness/locale/pl/LC_MESSAGES/Awesomeness.po create mode 100644 plugins/Bookmark/locale/pl/LC_MESSAGES/Bookmark.po create mode 100644 plugins/Disqus/locale/pl/LC_MESSAGES/Disqus.po create mode 100644 plugins/Echo/locale/pl/LC_MESSAGES/Echo.po create mode 100644 plugins/EmailAuthentication/locale/pl/LC_MESSAGES/EmailAuthentication.po create mode 100644 plugins/EmailReminder/locale/ca/LC_MESSAGES/EmailReminder.po create mode 100644 plugins/Event/locale/es/LC_MESSAGES/Event.po create mode 100644 plugins/ExtendedProfile/locale/es/LC_MESSAGES/ExtendedProfile.po create mode 100644 plugins/ExtendedProfile/locale/pl/LC_MESSAGES/ExtendedProfile.po create mode 100644 plugins/FollowEveryone/locale/es/LC_MESSAGES/FollowEveryone.po create mode 100644 plugins/FollowEveryone/locale/pl/LC_MESSAGES/FollowEveryone.po create mode 100644 plugins/Imap/locale/es/LC_MESSAGES/Imap.po create mode 100644 plugins/InProcessCache/locale/es/LC_MESSAGES/InProcessCache.po create mode 100644 plugins/Irc/locale/es/LC_MESSAGES/Irc.po create mode 100644 plugins/LdapCommon/locale/es/LC_MESSAGES/LdapCommon.po create mode 100644 plugins/LilUrl/locale/es/LC_MESSAGES/LilUrl.po create mode 100644 plugins/LinkPreview/locale/es/LC_MESSAGES/LinkPreview.po create mode 100644 plugins/LogFilter/locale/es/LC_MESSAGES/LogFilter.po create mode 100644 plugins/Meteor/locale/es/LC_MESSAGES/Meteor.po create mode 100644 plugins/Minify/locale/es/LC_MESSAGES/Minify.po create mode 100644 plugins/ModPlus/locale/es/LC_MESSAGES/ModPlus.po create mode 100644 plugins/Mollom/locale/es/LC_MESSAGES/Mollom.po create mode 100644 plugins/NoticeTitle/locale/es/LC_MESSAGES/NoticeTitle.po create mode 100644 plugins/OMB/locale/es/LC_MESSAGES/OMB.po create mode 100644 plugins/Orbited/locale/es/LC_MESSAGES/Orbited.po create mode 100644 plugins/Recaptcha/locale/es/LC_MESSAGES/Recaptcha.po create mode 100644 plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po create mode 100644 plugins/ReverseUsernameAuthentication/locale/es/LC_MESSAGES/ReverseUsernameAuthentication.po create mode 100644 plugins/SlicedFavorites/locale/es/LC_MESSAGES/SlicedFavorites.po create mode 100644 plugins/SphinxSearch/locale/es/LC_MESSAGES/SphinxSearch.po create mode 100644 plugins/Spotify/locale/es/LC_MESSAGES/Spotify.po create mode 100644 plugins/XCache/locale/pl/LC_MESSAGES/XCache.po create mode 100644 plugins/Xmpp/locale/pl/LC_MESSAGES/Xmpp.po create mode 100644 plugins/YammerImport/locale/pl/LC_MESSAGES/YammerImport.po diff --git a/locale/ar/LC_MESSAGES/statusnet.po b/locale/ar/LC_MESSAGES/statusnet.po index 5165df27f1..1f64e29b11 100644 --- a/locale/ar/LC_MESSAGES/statusnet.po +++ b/locale/ar/LC_MESSAGES/statusnet.po @@ -15,20 +15,19 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " "2) ? 2 : ( (n%100 >= 3 && n%100 <= 10) ? 3 : ( (n%100 >= 11 && n%100 <= " "99) ? 4 : 5 ) ) ) );\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/be-tarask/LC_MESSAGES/statusnet.po b/locale/be-tarask/LC_MESSAGES/statusnet.po index 1ef04c8c81..7cb07a212d 100644 --- a/locale/be-tarask/LC_MESSAGES/statusnet.po +++ b/locale/be-tarask/LC_MESSAGES/statusnet.po @@ -12,16 +12,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:36+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -6292,15 +6291,14 @@ msgstr "Робін лічыць, што гэта немагчыма." #, php-format msgid "%1$d byte" msgid_plural "%1$d bytes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$d байт" +msgstr[1] "%1$d байты" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have #. TRANS: gettext support multiple plurals in the same message, unfortunately... -#, fuzzy, php-format +#, php-format msgid "" "No file may be larger than %1$d byte and the file you sent was %2$s. Try to " "upload a smaller version." @@ -6308,11 +6306,11 @@ msgid_plural "" "No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " "upload a smaller version." msgstr[0] "" -"Файл ня можа быць болей %1$d байта, а дасланы Вамі файл ўтрымлівае %2$d " -"байт. Паспрабуйце загрузіць меншую вэрсію." +"Файл ня можа быць болей %1$d байта, а дасланы Вамі файл ўтрымлівае %2$s. " +"Паспрабуйце загрузіць меншую вэрсію." msgstr[1] "" -"Файл ня можа быць болей %1$d байты, а дасланы Вамі файл ўтрымлівае %2$d " -"байтаў. Паспрабуйце загрузіць меншую вэрсію." +"Файл ня можа быць болей %1$d байты, а дасланы Вамі файл ўтрымлівае %2$s. " +"Паспрабуйце загрузіць меншую вэрсію." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. @@ -6536,15 +6534,15 @@ msgstr "" "Вы ўжо стварылі %d ці болей тэгаў, што зьяўляецца дазволенай колькасьцю " "тэгаў. Паспрабуйце выкарыстаць ці выдаліць некаторыя існуючыя тэгі." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, fuzzy, php-format +#, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " "allowed number. Try unlisting others first." msgstr "" -"Вы ўжо маеце %1$d ці болей людзей у сьпісе %2$s, што зьяўляецца дазволенай " -"колькасьцю. Паспрабуйце выдаліць каго-небудзь са сьпісу." +"Вы ўжо маеце %1$d ці болей людзей у сьпісе %2$s, што зьяўляецца максымальна " +"дазволенай колькасьцю. Паспрабуйце, спачатку, выдаліць каго-небудзь са " +"сьпісу." #. TRANS: Exception thrown when inserting a list subscription in the database fails. msgid "Adding list subscription failed." @@ -6879,312 +6877,314 @@ msgstr "Пакуль яшчэ немагчыма апрацоўваць убуд #. TRANS: Client exception thrown when base64 encoded content is found that cannot be processed yet. msgid "Can't handle embedded Base64 content yet." -msgstr "" +msgstr "Пакуль яшчэ немагчыма апрацоўваць убудаваны зьмест Base64." #. TRANS: Client error message thrown when a user tries to change admin settings but has no access rights. msgid "You cannot make changes to this site." -msgstr "" +msgstr "Вы ня можаце зьмяняць гэты сайт." #. TRANS: Client error message throw when a certain panel's settings cannot be changed. msgid "Changes to that panel are not allowed." -msgstr "" +msgstr "Зьмены для гэтай панэлі не дазволеныя." #. TRANS: Client error message. msgid "showForm() not implemented." -msgstr "" +msgstr "showForm() не рэалізаваная." #. TRANS: Client error message msgid "saveSettings() not implemented." -msgstr "" +msgstr "saveSettings() не рэалізаваная." #. TRANS: Header in administrator navigation panel. msgctxt "HEADER" msgid "Home" -msgstr "" +msgstr "Галоўная старонка" #. TRANS: Header in administrator navigation panel. msgctxt "HEADER" msgid "Admin" -msgstr "" +msgstr "Адміністратар" #. TRANS: Menu item title in administrator navigation panel. msgid "Basic site configuration" -msgstr "" +msgstr "Асноўная канфігурацыя сайта" #. TRANS: Menu item in administrator navigation panel. msgctxt "MENU" msgid "Site" -msgstr "" +msgstr "Сайт" #. TRANS: Menu item title in administrator navigation panel. msgid "User configuration" -msgstr "" +msgstr "Канфігурацыя карыстальніка" #. TRANS: Menu item in administrator navigation panel. msgctxt "MENU" msgid "User" -msgstr "" +msgstr "Карыстальнік" #. TRANS: Menu item title in administrator navigation panel. msgid "Access configuration" -msgstr "" +msgstr "Канфігурацыя доступу" #. TRANS: Menu item in administrator navigation panel. msgctxt "MENU" msgid "Access" -msgstr "" +msgstr "Доступ" #. TRANS: Menu item title in administrator navigation panel. msgid "Paths configuration" -msgstr "" +msgstr "Канфігурацыя шляхоў" #. TRANS: Menu item in administrator navigation panel. msgctxt "MENU" msgid "Paths" -msgstr "" +msgstr "Шляхі" #. TRANS: Menu item title in administrator navigation panel. msgid "Sessions configuration" -msgstr "" +msgstr "Канфігурацыя сэсіяў" #. TRANS: Menu item in administrator navigation panel. msgctxt "MENU" msgid "Sessions" -msgstr "" +msgstr "Сэсіі" #. TRANS: Menu item title in administrator navigation panel. msgid "Edit site notice" -msgstr "" +msgstr "Рэдагаваць паведамленьне сайту" #. TRANS: Menu item in administrator navigation panel. msgctxt "MENU" msgid "Site notice" -msgstr "" +msgstr "Паведамленьне сайта" #. TRANS: Menu item title in administrator navigation panel. msgid "Snapshots configuration" -msgstr "" +msgstr "Канфігурацыя здымкаў" #. TRANS: Menu item in administrator navigation panel. msgctxt "MENU" msgid "Snapshots" -msgstr "" +msgstr "Здымкі" #. TRANS: Menu item title in administrator navigation panel. msgid "Set site license" -msgstr "" +msgstr "Устанавіць ліцэнзію сайта" #. TRANS: Menu item in administrator navigation panel. msgctxt "MENU" msgid "License" -msgstr "" +msgstr "Ліцэнзія" #. TRANS: Menu item title in administrator navigation panel. msgid "Plugins configuration" -msgstr "" +msgstr "Канфігурацыя дапаўненьняў" #. TRANS: Menu item in administrator navigation panel. msgctxt "MENU" msgid "Plugins" -msgstr "" +msgstr "Дапаўненьні" #. TRANS: Client error 401. msgid "API resource requires read-write access, but you only have read access." msgstr "" +"API патрабуе доступ для чытаньня і запісу, але Вы маеце толькі доступ для " +"чытаньня." #. TRANS: OAuth exception thrown when no application is found for a given consumer key. msgid "No application for that consumer key." -msgstr "" +msgstr "Няма дастасаваньня да гэтага спажывецкага ключа." #. TRANS: Authorization exception thrown when a user without API access tries to access the API. msgid "Not allowed to use API." -msgstr "" +msgstr "Не дазволена выкарыстоўваць API." #. TRANS: OAuth exception given when an incorrect access token was given for a user. msgid "Bad access token." -msgstr "" +msgstr "Няслушны ключ доступу." #. TRANS: OAuth exception given when no user was found for a given token (no token was found). msgid "No user for that token." -msgstr "" +msgstr "Няма карыстальніка для гэтага ключа." #. TRANS: Client error thrown when authentication fails becaus a user clicked "Cancel". #. TRANS: Client error thrown when authentication fails. msgid "Could not authenticate you." -msgstr "" +msgstr "Немагчыма Вас аўтэнтыфікаваць." #. TRANS: Form input field label for application icon. msgid "Icon" -msgstr "" +msgstr "Мініятура" #. TRANS: Form guide. msgid "Icon for this application" -msgstr "" +msgstr "Мініятура для гэтага дастасаваньня" #. TRANS: Form input field label for application name. msgid "Name" -msgstr "" +msgstr "Назва" #. TRANS: Form input field instructions. #. TRANS: %d is the number of available characters for the description. #, php-format msgid "Describe your application in %d character" msgid_plural "Describe your application in %d characters" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Апішыце Вашае дастасаваньне %d сымбалем" +msgstr[1] "Апішыце Вашае дастасаваньне %d сымбалямі" #. TRANS: Form input field instructions. msgid "Describe your application" -msgstr "" +msgstr "Апішыце Вашае дастасаваньне" #. TRANS: Form input field label. #. TRANS: Text area label on group edit form; contains description of group. #. TRANS: Field label for description of list. #. TRANS: Dropdown option for searching in profiles. msgid "Description" -msgstr "" +msgstr "Апісаньне" #. TRANS: Form input field instructions. msgid "URL of the homepage of this application" -msgstr "" +msgstr "URL-адрас хатняй старонкі гэтага дастасаваньня" #. TRANS: Form input field label. msgid "Source URL" -msgstr "" +msgstr "URL-адрас крыніцы" #. TRANS: Form input field instructions. msgid "Organization responsible for this application" -msgstr "" +msgstr "Арганізацыя адказная за гэтае дастасаваньне" #. TRANS: Form input field label. msgid "Organization" -msgstr "" +msgstr "Арганізацыя" #. TRANS: Form input field instructions. msgid "URL for the homepage of the organization" -msgstr "" +msgstr "URL-адрас хатняй старонкі арганізацыі" #. TRANS: Form input field instructions. msgid "URL to redirect to after authentication" -msgstr "" +msgstr "URL-адрас для перанакіраваньня пасьля аўтэнтыфікацыі" #. TRANS: Radio button label for application type msgid "Browser" -msgstr "" +msgstr "Браўзэр" #. TRANS: Radio button label for application type msgid "Desktop" -msgstr "" +msgstr "Працоўны стол" #. TRANS: Form guide. msgid "Type of application, browser or desktop" -msgstr "" +msgstr "Тып дастасаваньня, браўзэр ці апэрацыйная сыстэма" #. TRANS: Radio button label for access type. msgid "Read-only" -msgstr "" +msgstr "Толькі чытаньне" #. TRANS: Radio button label for access type. msgid "Read-write" -msgstr "" +msgstr "Чытаньне і запіс" #. TRANS: Form guide. msgid "Default access for this application: read-only, or read-write" msgstr "" +"Доступ па змоўчваньні для гэтага дастасаваньня: толькі чытаньне ці чытаньне " +"і запіс" #. TRANS: Submit button title. -#, fuzzy msgid "Cancel application changes." -msgstr "Далучаныя дастасаваньні" +msgstr "Скасаваць зьмены дастасаваньня." #. TRANS: Submit button title. -#, fuzzy msgid "Save application changes." -msgstr "Новае дастасаваньне" +msgstr "Захаваць зьмены дастасаваньня." #. TRANS: Name for an anonymous application in application list. msgid "Unknown application" -msgstr "" +msgstr "Невядомае дастасаваньне" #. TRANS: Message has a leading space and a trailing space. Used in application list. #. TRANS: Before this message the application name is put, behind it the organisation that manages it. msgid " by " -msgstr "" +msgstr " ад " #. TRANS: Application access type msgid "read-write" -msgstr "" +msgstr "чытаньне і запіс" #. TRANS: Application access type msgid "read-only" -msgstr "" +msgstr "толькі чытаньне" #. TRANS: Used in application list. %1$s is a modified date, %2$s is access type ("read-write" or "read-only") #, php-format msgid "Approved %1$s - \"%2$s\" access." -msgstr "" +msgstr "Пацьверджаны доступ %1$s — «%2$s»." #. TRANS: Access token in the application list. #. TRANS: %s are the first 7 characters of the access token. #, php-format msgid "Access token starting with: %s" -msgstr "" +msgstr "Ключ доступу пачынаецца з: %s" #. TRANS: Button label in application list to revoke access to user data. msgctxt "BUTTON" msgid "Revoke" -msgstr "" +msgstr "Адклікаць" #. TRANS: Submit button text to accept a group membership request on approve group form. #. TRANS: Submit button text to accept a subscription request on approve sub form. msgctxt "BUTTON" msgid "Accept" -msgstr "" +msgstr "Прыняць" #. TRANS: Submit button text to reject a group membership request on approve group form. #. TRANS: Submit button text to reject a subscription request on approve sub form. msgctxt "BUTTON" msgid "Reject" -msgstr "" +msgstr "Адмовіцца" #. TRANS: Atom feed exception thrown when an author element does not contain a name element. msgid "Author element must contain a name element." -msgstr "" +msgstr "Элемэнт «author» павінен утрымліваць элемэнт «name»." #. TRANS: Server exception thrown when using the method setActivitySubject() in the class Atom10Feed. msgid "Do not use this method!" -msgstr "" +msgstr "Не выкарыстоўвайце гэты мэтад!" #. TRANS: Title in atom list notice feed. %1$s is a list name, %2$s is a tagger's nickname. #, php-format msgid "Timeline for people in list %1$s by %2$s" -msgstr "" +msgstr "Лента запісаў для людзей са сьпісу %1$s карыстальніка %2$s" #. TRANS: Message is used as a subtitle in atom list notice feed. #. TRANS: %1$s is a tagger's nickname, %2$s is a list name, %3$s is a site name. #, php-format msgid "Updates from %1$s's list %2$s on %3$s!" -msgstr "" +msgstr "Абнаўленьні сьпісу %2$s карыстальніка %1$s на %3$s!" #. TRANS: Title. msgid "Notices where this attachment appears" -msgstr "" +msgstr "Паведамленьні, дзе зьяўляецца гэтае далучэньне" #. TRANS: Title. msgid "Tags for this attachment" -msgstr "" +msgstr "Тэгі для гэтага далучэньня" #. TRANS: Exception thrown when a password change fails. msgid "Password changing failed." -msgstr "" +msgstr "Немагчыма зьмяніць пароль." #. TRANS: Exception thrown when a password change attempt fails because it is not allowed. msgid "Password changing is not allowed." -msgstr "" +msgstr "Зьмена паролю не дазволеная." #. TRANS: Title for the form to block a user. msgid "Block" -msgstr "" +msgstr "Заблякаваць" #. TRANS: Description of the form to block a user. msgid "Block this user" @@ -7193,64 +7193,64 @@ msgstr "Заблякаваць гэтага карыстальніка" #. TRANS: Submit button text on form to cancel group join request. msgctxt "BUTTON" msgid "Cancel join request" -msgstr "" +msgstr "Скасаваць запыт да далучэньне" #. TRANS: Button text for form action to cancel a subscription request. msgctxt "BUTTON" msgid "Cancel subscription request" -msgstr "" +msgstr "Скасаваць запыт на падпіску" #. TRANS: Title for command results. msgid "Command results" -msgstr "" +msgstr "Вынікі каманды" #. TRANS: Title for command results. msgid "AJAX error" -msgstr "" +msgstr "Памылка AJAX" #. TRANS: E-mail subject when a command has completed. #. TRANS: E-mail subject for reply to an e-mail command. msgid "Command complete" -msgstr "" +msgstr "Каманда выкананая" #. TRANS: E-mail subject when a command has failed. msgid "Command failed" -msgstr "" +msgstr "Каманда ня выкананая" #. TRANS: Command exception text shown when a notice ID is requested that does not exist. msgid "Notice with that id does not exist." -msgstr "" +msgstr "Запіс з такім ідэнтыфікатарам не існуе." #. TRANS: Command exception text shown when a last user notice is requested and it does not exist. #. TRANS: Error text shown when a last user notice is requested and it does not exist. msgid "User has no last notice." -msgstr "" +msgstr "Карыстальнік ня мае апошняга запісу." #. TRANS: Message given requesting a profile for a non-existing user. #. TRANS: %s is the nickname of the user for which the profile could not be found. #, php-format msgid "Could not find a user with nickname %s." -msgstr "" +msgstr "Немагчыма знайсьці карыстальніка з іменем %s." #. TRANS: Message given getting a non-existing user. #. TRANS: %s is the nickname of the user that could not be found. #, php-format msgid "Could not find a local user with nickname %s." -msgstr "" +msgstr "Немагчыма знайсьці лякальнага карыстальніка з іменем %s." #. TRANS: Error text shown when an unimplemented command is given. msgid "Sorry, this command is not yet implemented." -msgstr "" +msgstr "Прабачце, функцыянальнасьць гэтай каманды яшчэ ня створаная." #. TRANS: Command exception text shown when a user tries to nudge themselves. msgid "It does not make a lot of sense to nudge yourself!" -msgstr "" +msgstr "Няма сэнсу падштурхоўваць самога сябе!" #. TRANS: Message given having nudged another user. #. TRANS: %s is the nickname of the user that was nudged. #, php-format msgid "Nudge sent to %s." -msgstr "" +msgstr "Штуршок дасланы %s." #. TRANS: User statistics text. #. TRANS: %1$s is the number of other user the user is subscribed to. @@ -7262,32 +7262,35 @@ msgid "" "Subscribers: %2$s\n" "Notices: %3$s" msgstr "" +"Падпісаны: %1$s\n" +"Падпісаных: %2$s\n" +"Запісаў: %3$s" #. TRANS: Error message text shown when a favorite could not be set because it has already been favorited. msgid "Could not create favorite: Already favorited." -msgstr "" +msgstr "Немагчыма дадаць да ўлюблёных: ужо да іх адносіцца." #. TRANS: Text shown when a notice has been marked as favourite successfully. msgid "Notice marked as fave." -msgstr "" +msgstr "Запіс пазначаны як улюблёны." #. TRANS: Message given having added a user to a group. #. TRANS: %1$s is the nickname of the user, %2$s is the nickname of the group. #, php-format msgid "%1$s joined group %2$s." -msgstr "" +msgstr "%1$s далучыўся да групы %2$s." #. TRANS: Message given having removed a user from a group. #. TRANS: %1$s is the nickname of the user, %2$s is the nickname of the group. #, php-format msgid "%1$s left group %2$s." -msgstr "" +msgstr "%1$s пакінуў групу %2$s" #. TRANS: Error displayed if tagging a user fails. #. TRANS: %1$s is the tagged user, %2$s is the error message (no punctuation). #, php-format msgid "Error tagging %1$s: %2$s" -msgstr "" +msgstr "Немагчыма дадаць тэг %1$s: %2$s" #. TRANS: Succes message displayed if tagging a user succeeds. #. TRANS: %1$s is the tagged user's nickname, %2$s is a list of tags. @@ -7295,25 +7298,25 @@ msgstr "" #, php-format msgid "%1$s was tagged %2$s" msgid_plural "%1$s was tagged %2$s" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$s дадаў тэг %2$s" +msgstr[1] "%1$s дадаў тэгі %2$s" #. TRANS: Separator for list of tags. #. TRANS: Separator in list of user names like "Jim, Bob, Mary". msgid ", " -msgstr "" +msgstr ", " #. TRANS: Error displayed if a given tag is invalid. #. TRANS: %s is the invalid tag. #, php-format msgid "Invalid tag: \"%s\"" -msgstr "" +msgstr "Няслушны тэг: «%s»" #. TRANS: Error displayed if untagging a user fails. #. TRANS: %1$s is the untagged user, %2$s is the error message (no punctuation). #, php-format msgid "Error untagging %1$s: %2$s" -msgstr "" +msgstr "Немагчыма выдаліць тэг %1$s: %2$s" #. TRANS: Succes message displayed if untagging a user succeeds. #. TRANS: %1$s is the untagged user's nickname, %2$s is a list of tags. @@ -7321,39 +7324,39 @@ msgstr "" #, php-format msgid "The following tag was removed from user %1$s: %2$s." msgid_plural "The following tags were removed from user %1$s: %2$s." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Наступны тэг быў выдалены з карыстальніка %1$s: %2$s." +msgstr[1] "Наступныя тэгі былі выдалены з карыстальніка %1$s: %2$s." #. TRANS: Whois output. #. TRANS: %1$s nickname of the queried user, %2$s is their profile URL. #, php-format msgctxt "WHOIS" msgid "%1$s (%2$s)" -msgstr "" +msgstr "%1$s (%2$s)" #. TRANS: Whois output. %s is the full name of the queried user. #, php-format msgid "Fullname: %s" -msgstr "" +msgstr "Поўнае імя: %s" #. TRANS: Whois output. %s is the location of the queried user. #. TRANS: Profile info line in notification e-mail. #. TRANS: %s is a location. #, php-format msgid "Location: %s" -msgstr "" +msgstr "Месцазнаходжаньне: %s" #. TRANS: Whois output. %s is the homepage of the queried user. #. TRANS: Profile info line in notification e-mail. #. TRANS: %s is a homepage. #, php-format msgid "Homepage: %s" -msgstr "" +msgstr "Хатняя старонка: %s" #. TRANS: Whois output. %s is the bio information of the queried user. #, php-format msgid "About: %s" -msgstr "" +msgstr "Пра: %s" #. TRANS: Command exception text shown when trying to send a direct message to a remote user (a user not registered at the current server). #. TRANS: %s is a remote profile. @@ -7362,6 +7365,8 @@ msgid "" "%s is a remote profile; you can only send direct messages to users on the " "same server." msgstr "" +"%s гэта аддалены профіль; Вы можаце толькі даслаць прамое паведамленьне " +"ўдзельнікам на тым за самым сэрвэры." #. TRANS: Message given if content is too long. %1$sd is used for plural. #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters. @@ -7371,118 +7376,122 @@ msgstr "" msgid "Message too long - maximum is %1$d character, you sent %2$d." msgid_plural "Message too long - maximum is %1$d characters, you sent %2$d." msgstr[0] "" +"Паведамленьне занадта вялікае - максымум %1$d сымбаль, Вы даслалі %2$d." msgstr[1] "" +"Паведамленьне занадта вялікае - максымум %1$d сымбалі, Вы даслалі %2$d." #. TRANS: Error text shown when trying to send a direct message to a user without a mutual subscription (each user must be subscribed to the other). msgid "You can't send a message to this user." -msgstr "" +msgstr "Вы ня можаце дасылаць паведамленьні гэтаму карыстальніку." #. TRANS: Error text shown sending a direct message fails with an unknown reason. msgid "Error sending direct message." -msgstr "" +msgstr "Памылка адпраўкі прамога паведамленьня." #. TRANS: Message given having repeated a notice from another user. #. TRANS: %s is the name of the user for which the notice was repeated. #, php-format msgid "Notice from %s repeated." -msgstr "" +msgstr "Запіс з %s паўтораны." #. TRANS: Message given if content of a notice for a reply is too long. %1$d is used for plural. #. TRANS: %1$d is the maximum number of characters, %2$d is the number of submitted characters. #, php-format msgid "Notice too long - maximum is %1$d character, you sent %2$d." msgid_plural "Notice too long - maximum is %1$d characters, you sent %2$d." -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Запіс занадта вялікі - максымум %1$d сымбаль, Вы даслалі %2$d." +msgstr[1] "Запіс занадта вялікі - максымум %1$d сымбалі, Вы даслалі %2$d." #. TRANS: Text shown having sent a reply to a notice successfully. #. TRANS: %s is the nickname of the user of the notice the reply was sent to. #, php-format msgid "Reply to %s sent." -msgstr "" +msgstr "Адказ %s дасланы." #. TRANS: Error text shown when a reply to a notice fails with an unknown reason. msgid "Error saving notice." -msgstr "" +msgstr "Памылка захаваньня запісу." #. TRANS: Error text shown when no username was provided when issuing a subscribe command. msgid "Specify the name of the user to subscribe to." -msgstr "" +msgstr "Пазначце імя ўдзельніка для падпіскі." #. TRANS: Command exception text shown when trying to subscribe to an OMB profile using the subscribe command. msgid "Can't subscribe to OMB profiles by command." -msgstr "" +msgstr "Немагчыма падпісацца камандай на OMB-профілі." #. TRANS: Text shown after having subscribed to another user successfully. #. TRANS: %s is the name of the user the subscription was requested for. #, php-format msgid "Subscribed to %s." -msgstr "" +msgstr "Падпісаны на %s." #. TRANS: Error text shown when no username was provided when issuing an unsubscribe command. #. TRANS: Error text shown when no username was provided when issuing the command. msgid "Specify the name of the user to unsubscribe from." -msgstr "" +msgstr "Пазначце імя ўдзельніка для адпіскі." #. TRANS: Text shown after having unsubscribed from another user successfully. #. TRANS: %s is the name of the user the unsubscription was requested for. #, php-format msgid "Unsubscribed from %s." -msgstr "" +msgstr "Адпісаны ад %s." #. TRANS: Error text shown when issuing the command "off" with a setting which has not yet been implemented. #. TRANS: Error text shown when issuing the command "on" with a setting which has not yet been implemented. msgid "Command not yet implemented." -msgstr "" +msgstr "Каманда яшчэ ня выкананая." #. TRANS: Text shown when issuing the command "off" successfully. msgid "Notification off." -msgstr "" +msgstr "Абвяшчэньне адключанае." #. TRANS: Error text shown when the command "off" fails for an unknown reason. msgid "Can't turn off notification." -msgstr "" +msgstr "Не магчыма адключыць абвяшчэньне." #. TRANS: Text shown when issuing the command "on" successfully. msgid "Notification on." -msgstr "" +msgstr "Абвяшчэньне ўключанае." #. TRANS: Error text shown when the command "on" fails for an unknown reason. msgid "Can't turn on notification." -msgstr "" +msgstr "Не магчыма ўключыць абвяшчэньне." #. TRANS: Error text shown when issuing the login command while login is disabled. msgid "Login command is disabled." -msgstr "" +msgstr "Каманда ўваходу ў сыстэму адключаная." #. TRANS: Text shown after issuing the login command successfully. #. TRANS: %s is a logon link.. #, php-format msgid "This link is useable only once and is valid for only 2 minutes: %s." msgstr "" +"Гэтую спасылку можна выкарыстаць толькі адзін раз і яна дзейная толькі 2 " +"хвіліны: %s." #. TRANS: Text shown after issuing the lose command successfully (stop another user from following the current user). #. TRANS: %s is the name of the user the unsubscription was requested for. #, php-format msgid "Unsubscribed %s." -msgstr "" +msgstr "Падпаска %s скасаваная." #. TRANS: Text shown after requesting other users a user is subscribed to without having any subscriptions. msgid "You are not subscribed to anyone." -msgstr "" +msgstr "Вы не падпісаны ні на нікога." #. TRANS: Text shown after requesting other users a user is subscribed to. #. TRANS: This message supports plural forms. This message is followed by a #. TRANS: hard coded space and a comma separated list of subscribed users. msgid "You are subscribed to this person:" msgid_plural "You are subscribed to these people:" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Вы падпісаны на гэтага чалавека:" +msgstr[1] "Вы падпісаны на гэтых людзей:" #. TRANS: Text shown after requesting other users that are subscribed to a user #. TRANS: (followers) without having any subscribers. msgid "No one is subscribed to you." -msgstr "" +msgstr "Ніхто на Вас не падпісаны." #. TRANS: Text shown after requesting other users that are subscribed to a user (followers). #. TRANS: This message supports plural forms. This message is followed by a diff --git a/locale/bg/LC_MESSAGES/statusnet.po b/locale/bg/LC_MESSAGES/statusnet.po index e7ea8c0798..ce3e9e5f14 100644 --- a/locale/bg/LC_MESSAGES/statusnet.po +++ b/locale/bg/LC_MESSAGES/statusnet.po @@ -11,18 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Bulgarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: bg\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/br/LC_MESSAGES/statusnet.po b/locale/br/LC_MESSAGES/statusnet.po index 3327c13bb8..7a8b944b10 100644 --- a/locale/br/LC_MESSAGES/statusnet.po +++ b/locale/br/LC_MESSAGES/statusnet.po @@ -12,18 +12,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -226,15 +225,14 @@ msgid "No such user." msgstr "N'eus ket eus an implijer-se." #. TRANS: Title of a user's own start page. -#, fuzzy msgid "Home timeline" -msgstr "Oberezhioù %s" +msgstr "Degemer - neudennad" #. TRANS: Title of another user's start page. #. TRANS: %s is the other user's name. -#, fuzzy, php-format +#, php-format msgid "%s's home timeline" -msgstr "Oberezhioù %s" +msgstr "Neudennad oberezhioù %s" #. TRANS: %s is user nickname. #. TRANS: Feed title. @@ -762,42 +760,36 @@ msgid "You cannot delete lists that do not belong to you." msgstr "" #. TRANS: Client error displayed when referring to a non-list member. -#, fuzzy msgid "The specified user is not a member of this list." msgstr "N'eo ket an implijer-mañ ezel eus ur strollad." #. TRANS: Client error displayed when trying to add members to a list without having the right to do so. -#, fuzzy msgid "You are not allowed to add members to this list." -msgstr "N'oc'h ket ezel eus ar strollad-mañ." +msgstr "N'och ket aotreet da ouzhpennañ izili d'ar roll-mañ." #. TRANS: Client error displayed when trying to modify list members without specifying them. -#, fuzzy msgid "You must specify a member." -msgstr "Mankout a ra ar profil." +msgstr "Rankout a rit spisaat un ezel." #. TRANS: Client error displayed when trying to remove members from a list without having the right to do so. -#, fuzzy msgid "You are not allowed to remove members from this list." -msgstr "N'oc'h ket ezel eus ar strollad-mañ." +msgstr "N'och ket aotreet da zilemel izili deus ar roll-mañ." #. TRANS: Client error displayed when trying to remove a list member that is not part of a list. msgid "The user you are trying to remove from the list is not a member." -msgstr "" +msgstr "An implijer a glaskit dilemel n'eo ket ezel deus ar roll." #. TRANS: Client error displayed when trying to create a list without a name. -#, fuzzy msgid "A list must have a name." -msgstr "Ne c'hell ket an alias bezañ ar memes hini eget al lesanv." +msgstr "Ur roll a rank kaout un anv." #. TRANS: Client error displayed when a membership check for a user is nagative. msgid "The specified user is not a subscriber of this list." -msgstr "" +msgstr "N'eo ket an implijer-mañ koumanantet d'ar roll." #. TRANS: Client error displayed when trying to unsubscribe from a non-subscribed list. -#, fuzzy msgid "You are not subscribed to this list." -msgstr "N'oc'h ket koumanantet d'ar profil-se." +msgstr "N'oc'h ket koumanantet d'ar roll-mañ." #. TRANS: Client error displayed when uploading a media file has failed. msgid "Upload failed." @@ -973,7 +965,7 @@ msgstr "N'eo ket skoret an hentenn HTTP." #. TRANS: Exception thrown requesting an unsupported notice output format. #. TRANS: %s is the requested output format. -#, fuzzy, php-format +#, php-format msgid "Unsupported format: %s." msgstr "Diembreget eo ar furmad : %s" @@ -1600,9 +1592,8 @@ msgid "Yes" msgstr "Ya" #. TRANS: Submit button title for 'Yes' when blocking a user. -#, fuzzy msgid "Block this user." -msgstr "Stankañ an implijer-mañ" +msgstr "Stankañ an implijer-mañ." #. TRANS: Server error displayed when blocking a user fails. msgid "Failed to save block information." diff --git a/locale/ca/LC_MESSAGES/statusnet.po b/locale/ca/LC_MESSAGES/statusnet.po index 252e03edcc..57653d6402 100644 --- a/locale/ca/LC_MESSAGES/statusnet.po +++ b/locale/ca/LC_MESSAGES/statusnet.po @@ -16,18 +16,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -6291,15 +6290,14 @@ msgstr "El Robin pensa que quelcom és impossible." #, php-format msgid "%1$d byte" msgid_plural "%1$d bytes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$d byte" +msgstr[1] "%1$d bytes" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have #. TRANS: gettext support multiple plurals in the same message, unfortunately... -#, fuzzy, php-format +#, php-format msgid "" "No file may be larger than %1$d byte and the file you sent was %2$s. Try to " "upload a smaller version." @@ -6307,11 +6305,11 @@ msgid_plural "" "No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " "upload a smaller version." msgstr[0] "" -"Cap fitxer pot ser major de %1$d byte i el fitxer que heu enviat era de %2$d " -"bytes. Proveu de pujar una versió de mida menor." +"Cap fitxer pot ser major de %1$d byte i el fitxer que heu enviat n'era d'%2" +"$s. Proveu de pujar una versió de mida menor." msgstr[1] "" -"Cap fitxer pot ser major de %1$d bytes i el fitxer que heu enviat era de %2" -"$d bytes. Proveu de pujar una versió de mida menor." +"Cap fitxer pot ser major de %1$d bytes i el fitxer que heu enviat n'era de %2" +"$s bytes. Proveu de pujar una versió de mida menor." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. @@ -6540,15 +6538,14 @@ msgstr "" "Ja heu creat %d o més etiquetes, que és el màxim nombre d'etiquetes permès. " "Proveu de reemplaçar o eliminar etiquetes que ja existeixen." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, fuzzy, php-format +#, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " "allowed number. Try unlisting others first." msgstr "" "Ja teniu %1$d o més persones a la llista %2$s, que és el nombre màxim " -"permès. Proveu de treure'n de la llista uns quants primer." +"permès. Proveu de treure'n de la llista uns altres primer." #. TRANS: Exception thrown when inserting a list subscription in the database fails. msgid "Adding list subscription failed." diff --git a/locale/cs/LC_MESSAGES/statusnet.po b/locale/cs/LC_MESSAGES/statusnet.po index a881b31327..87922bf339 100644 --- a/locale/cs/LC_MESSAGES/statusnet.po +++ b/locale/cs/LC_MESSAGES/statusnet.po @@ -14,19 +14,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:44+0000\n" "Language-Team: Czech \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: cs\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n >= 2 && n <= 4) ? 1 : " "2 );\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/de/LC_MESSAGES/statusnet.po b/locale/de/LC_MESSAGES/statusnet.po index 24e219f86c..61e5697ba7 100644 --- a/locale/de/LC_MESSAGES/statusnet.po +++ b/locale/de/LC_MESSAGES/statusnet.po @@ -35,18 +35,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:22+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:47+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -4768,7 +4767,7 @@ msgstr "Antworten an %1$s, Seite %2$d" #. TRANS: %s is a user nickname. #, php-format msgid "Replies feed for %s (Activity Streams JSON)" -msgstr "Feed der Nachrichten von %s (Activity Streams JSON)" +msgstr "Feed der Antworten von %s (Activity Streams JSON)" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. @@ -5390,7 +5389,7 @@ msgstr "" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5398,7 +5397,7 @@ msgid "" msgstr "" "**%s** hat ein Konto auf %%%%site.name%%%%, einem [Mikroblogging](http://de." "wikipedia.org/wiki/Mikroblogging)-Dienst basierend auf der freien Software " -"[StatusNet](http://status.net/). " +"[StatusNet](http://status.net/)." #. TRANS: Link to the author of a repeated notice. %s is a linked nickname. #, php-format @@ -5799,9 +5798,10 @@ msgstr "%s Mitglieder warten auf Bestätigung" #. TRANS: Title of all but the first page showing pending subscribersmembers still awaiting approval. #. TRANS: %1$s is the name of the user, %2$d is the page number of the members list. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribers awaiting approval, page %2$d" -msgstr "%1$s Gruppen-Mitglieder, Seite %2$d" +msgstr "" +"Abonnenten von %1$s, die auf die Aufnahmebestätigung warten, Seite %2$d" #. TRANS: Page notice for group members page. msgid "A list of users awaiting approval to subscribe to you." @@ -5924,9 +5924,9 @@ msgid "%s is not listening to anyone." msgstr "%s hat niemanden abonniert." #. TRANS: Atom feed title. %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "Subscription feed for %s (Atom)" -msgstr "Feed der Nachrichten von %s (Atom)" +msgstr "Feed der Abonnementen von %s (Atom)" #. TRANS: Checkbox label for enabling IM messages for a profile in a subscriptions list. msgctxt "LABEL" @@ -5945,9 +5945,9 @@ msgstr "Mit „%1$s“ getaggte Nachrichten, Seite %2$d" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. -#, fuzzy, php-format +#, php-format msgid "Notice feed for tag %s (Activity Streams JSON)" -msgstr "Nachrichten-Feed des Tags „%s“ (Atom)" +msgstr "Feed der Nachrichten für den Tag %s (Activity Streams JSON)" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. @@ -6000,10 +6000,9 @@ msgid "List user" msgstr "Limit" #. TRANS: Field label on list form. -#, fuzzy msgctxt "LABEL" msgid "Lists" -msgstr "Limit" +msgstr "Listen" #. TRANS: Field title on list form. #, fuzzy @@ -6333,7 +6332,6 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6589,7 +6587,6 @@ msgstr "" "Du hast bereits %d oder mehr Tags erstellt, was die maximal zulässige Anzahl " "von Tags ist. Benutze oder lösche einige bereits vorhandene Tags." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/en_GB/LC_MESSAGES/statusnet.po b/locale/en_GB/LC_MESSAGES/statusnet.po index 5c1e1ac3a5..33dcb0e77e 100644 --- a/locale/en_GB/LC_MESSAGES/statusnet.po +++ b/locale/en_GB/LC_MESSAGES/statusnet.po @@ -16,19 +16,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:48+0000\n" "Language-Team: British English \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: en-gb\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/eo/LC_MESSAGES/statusnet.po b/locale/eo/LC_MESSAGES/statusnet.po index a231d232a5..0853a48af3 100644 --- a/locale/eo/LC_MESSAGES/statusnet.po +++ b/locale/eo/LC_MESSAGES/statusnet.po @@ -17,18 +17,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:50+0000\n" "Language-Team: Esperanto \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eo\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/es/LC_MESSAGES/statusnet.po b/locale/es/LC_MESSAGES/statusnet.po index 8be3318dda..921f10d19f 100644 --- a/locale/es/LC_MESSAGES/statusnet.po +++ b/locale/es/LC_MESSAGES/statusnet.po @@ -2,6 +2,7 @@ # Exported from translatewiki.net # # Author: ArkBlitz +# Author: Armando-Martin # Author: Barucomx # Author: Brion # Author: Crazymadlover @@ -18,6 +19,7 @@ # Author: Peter17 # Author: Plaxed # Author: Translationista +# Author: Xuacu # -- # This file is distributed under the same license as the StatusNet package. # @@ -25,18 +27,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -1080,7 +1081,7 @@ msgstr "No se pudo crear el canal para la lista - %s" #. TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname. #, php-format msgid "%1$s / Updates mentioning %2$s" -msgstr "%1$s / Actualizaciones que mencionan %2$s" +msgstr "%1$s / Mensaxes que mencionen a %2$s" #. TRANS: Subtitle for timeline of most recent mentions of a user. #. TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname, @@ -6300,15 +6301,14 @@ msgstr " Robin piensa que algo es imposible." #, php-format msgid "%1$d byte" msgid_plural "%1$d bytes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$d byte" +msgstr[1] "%1$d bytes" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have #. TRANS: gettext support multiple plurals in the same message, unfortunately... -#, fuzzy, php-format +#, php-format msgid "" "No file may be larger than %1$d byte and the file you sent was %2$s. Try to " "upload a smaller version." @@ -6316,11 +6316,11 @@ msgid_plural "" "No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " "upload a smaller version." msgstr[0] "" -"Ningún archivo puede ser de tamaño mayor a %1$d bytes y el archivo que " -"enviaste es de %2$d bytes. Trata de subir una versión más pequeña." +"Ningún archivo puede ser de tamaño mayor a %1$d byte y el archivo que " +"enviaste es de %2$s bytes. Trata de subir una versión más pequeña." msgstr[1] "" "Ningún archivo puede ser de tamaño mayor a %1$d bytes y el archivo que " -"enviaste es de %2$d bytes. Trata de subir una versión más pequeña." +"enviaste es de %2$s bytes. Trata de subir una versión más pequeña." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. @@ -6547,15 +6547,14 @@ msgstr "" "Ya ha creado %d o más etiquetas que el máximo permitido de etiquetas. " "Intente utilizar o eliminar algunas etiquetas existentes." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, fuzzy, php-format +#, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " "allowed number. Try unlisting others first." msgstr "" -"Ya tienes %1$d o más personas en lista de %2$s , que es el máximo " -"permitido. Pruebe a eliminar algunos primero." +"Ya tienes %1$d o más personas en la lista %2$s, que es el máximo permitido. " +"Pruebe a eliminar algunos primero." #. TRANS: Exception thrown when inserting a list subscription in the database fails. msgid "Adding list subscription failed." diff --git a/locale/eu/LC_MESSAGES/statusnet.po b/locale/eu/LC_MESSAGES/statusnet.po index 565b2e6786..d9cff7882e 100644 --- a/locale/eu/LC_MESSAGES/statusnet.po +++ b/locale/eu/LC_MESSAGES/statusnet.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -89,7 +88,7 @@ msgstr "Izena emateko gonbidapena soilik." #. TRANS: Checkbox label for configuring site as invite only. msgid "Invite only" -msgstr "Gonbidatu soilik" +msgstr "Gonbidapen bidez soilik" #. TRANS: Checkbox instructions for admin setting "Closed" (no new registrations). msgid "Disable new registrations." @@ -1525,7 +1524,7 @@ msgstr "Avatarra ezabatua." #. TRANS: Title for backup account page. #. TRANS: Option in profile settings to create a backup of the account of the currently logged in user. msgid "Backup account" -msgstr "Babeskopia-kontua" +msgstr "Kontuaren babeskopia egin" #. TRANS: Client exception thrown when trying to backup an account while not logged in. msgid "Only logged-in users can backup their account." @@ -2086,7 +2085,7 @@ msgstr "Erakundea luzeegia da (gehienez 255 karaktere)." #. TRANS: Form validation error show when an organisation name has not been provided in the edit application form. #. TRANS: Form validation error show when an organisation name has not been provided in the new application form. msgid "Organization homepage is required." -msgstr "Erakundearen orri nagusia derrigorrezkoa da." +msgstr "Erakundearen webgunea derrigorrezkoa da." #. TRANS: Validation error shown when providing too long a callback URL in the "Edit application" form. #. TRANS: Validation error shown when providing too long a callback URL in the "New application" form. @@ -3200,7 +3199,7 @@ msgstr "Erabili formulario hau aplikazio berri bat erregistratzeko." #. TRANS: Validation error shown when not providing a source URL in the "New application" form. msgid "Source URL is required." -msgstr "Sorburu URLa ezinbestekoa da." +msgstr "Iturburu URLa ezinbestekoa da." #. TRANS: Server error displayed when an application could not be registered in the database through the "New application" form. msgid "Could not create application." @@ -3673,7 +3672,7 @@ msgstr "Itxurentzako zerbitzaria." #. TRANS: Tooltip for field label in Paths admin panel. msgid "Web path to themes." -msgstr "Itzurentzako web bidea." +msgstr "Itxurentzako web bidea." #. TRANS: Field label in Paths admin panel. msgid "SSL server" @@ -4258,7 +4257,7 @@ msgstr "Ezin izan dira etiketak gorde." #. TRANS: Option in profile settings to restore the account of the currently logged in user from a backup. #. TRANS: Page title for page where a user account can be restored from backup. msgid "Restore account" -msgstr "Leheneratu kontua" +msgstr "Leheneratu babeskopiatik" #. TRANS: Client error displayed when requesting a public timeline page beyond the page limit. #. TRANS: %s is the page limit. @@ -6106,7 +6105,7 @@ msgstr "Erabiltzaile berriak" #. TRANS: Field label in user admin panel for setting new user welcome text. msgid "New user welcome" -msgstr "Erabiltzaile berriaren ongi etorria" +msgstr "Erabiltzaile berriari ongi etorria" #. TRANS: Tooltip in user admin panel for setting new user welcome text. msgid "Welcome text for new users (maximum 255 characters)." @@ -6118,7 +6117,7 @@ msgstr "Harpidetza lehenetsia" #. TRANS: Tooltip in user admin panel for setting default subscription for new users. msgid "Automatically subscribe new users to this user." -msgstr "Erabiltzaile berriak erabiltzaile honi harpidetu automatikoki." +msgstr "Erabiltzaile berriak beste hauetara harpidetu automatikoki." #. TRANS: Form legend in user admin panel. msgid "Invitations" @@ -6276,7 +6275,6 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6521,7 +6519,6 @@ msgstr "" "kopurura iritsi zara. Saiatu etiketa batzuk ezabatzen edo existitzen direnak " "erabiltzen." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" @@ -9609,7 +9606,7 @@ msgstr "Kendu erabiltzaile honekiko harpidetza" #. TRANS: Button text for unsubscribing from a list. msgctxt "BUTTON" msgid "Unsubscribe" -msgstr "Kendu harpidetza" +msgstr "Harpidetza kendu" #. TRANS: Button title on unsubscribe form. msgid "Unsubscribe from this user." diff --git a/locale/fa/LC_MESSAGES/statusnet.po b/locale/fa/LC_MESSAGES/statusnet.po index a009ee8853..0dac4ef7d5 100644 --- a/locale/fa/LC_MESSAGES/statusnet.po +++ b/locale/fa/LC_MESSAGES/statusnet.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Last-Translator: Ahmad Sufi Mahmudi\n" "Language-Team: Persian \n" "MIME-Version: 1.0\n" @@ -29,10 +29,9 @@ msgstr "" "X-Language-Code: fa\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -7315,7 +7314,6 @@ msgstr "لغو کردن" #. TRANS: Submit button text to accept a group membership request on approve group form. #. TRANS: Submit button text to accept a subscription request on approve sub form. -#, fuzzy msgctxt "BUTTON" msgid "Accept" msgstr "پذیرفتن" diff --git a/locale/fi/LC_MESSAGES/statusnet.po b/locale/fi/LC_MESSAGES/statusnet.po index e3be81995b..09672ec6cf 100644 --- a/locale/fi/LC_MESSAGES/statusnet.po +++ b/locale/fi/LC_MESSAGES/statusnet.po @@ -18,18 +18,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:58+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, fuzzy, php-format diff --git a/locale/fr/LC_MESSAGES/statusnet.po b/locale/fr/LC_MESSAGES/statusnet.po index ba3310bfe3..214169156e 100644 --- a/locale/fr/LC_MESSAGES/statusnet.po +++ b/locale/fr/LC_MESSAGES/statusnet.po @@ -6,17 +6,20 @@ # Author: Brunoperel # Author: Crochet.david # Author: DavidL +# Author: Gomoko # Author: Hashar # Author: IAlex # Author: Iketsi # Author: Isoph # Author: Jean-Frédéric +# Author: Joshuajohnlee # Author: Julien C # Author: Lockal # Author: McDutchie # Author: Netantho # Author: Notafish # Author: Od1n +# Author: OngolaBoy # Author: Otourly # Author: Patcito # Author: Peter17 @@ -32,18 +35,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -269,7 +271,7 @@ msgstr "Fil d'activité de %s" #. TRANS: %s is tagger's nickname. #, php-format msgid "Feed for friends of %s (Activity Streams JSON)" -msgstr "Flux pour les amis de %s (flux d'activités JSON)" +msgstr "Flux des amis de %s (flux d’activité JSON)" #. TRANS: %s is user nickname. #, php-format @@ -1349,24 +1351,22 @@ msgstr "Abonnement annulé." #. TRANS: Subtitle for Atom favorites feed. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "Notices %1$s has favorited on %2$s" -msgstr "Statuts de %1$s et ses amis dans %2$s!" +msgstr "Les annonces de %1$s ont été favorisées dans %2$s" #. TRANS: Client exception thrown when trying to set a favorite for another user. #. TRANS: Client exception thrown when trying to subscribe another user. -#, fuzzy msgid "Cannot add someone else's subscription." -msgstr "Impossible d’insérer un nouvel abonnement." +msgstr "Impossible d’ajouter un autre abonnement." #. TRANS: Client exception thrown when trying use an incorrect activity verb for the Atom pub method. msgid "Can only handle favorite activities." msgstr "Peut gérer seulement les activités favorites." #. TRANS: Client exception thrown when trying favorite an object that is not a notice. -#, fuzzy msgid "Can only fave notices." -msgstr "Ne peut gérer que les activités de publication." +msgstr "Seules les annonces peuvent être favorisées." #. TRANS: Client exception thrown when trying favorite a notice without content. msgid "Unknown notice." @@ -1393,9 +1393,8 @@ msgid "Cannot add someone else's membership." msgstr "Impossible d'ajouter l'adhésion de quelqu'un d'autre." #. TRANS: Client error displayed when not using the join verb. -#, fuzzy msgid "Can only handle join activities." -msgstr "Ne peut gérer que les activités de publication." +msgstr "Seules les activités de jointure peuvent être gérées." #. TRANS: Client exception thrown when trying to subscribe to a non-existing group. msgid "Unknown group." @@ -1448,7 +1447,6 @@ msgid "People %1$s has subscribed to on %2$s" msgstr "%1$s s'est abonné à %2$s" #. TRANS: Client error displayed when not using the follow verb. -#, fuzzy msgid "Can only handle Follow activities." msgstr "Ne peut gérer que les activités de publication." @@ -1750,9 +1748,8 @@ msgid "Could not update user IM preferences." msgstr "Impossible de mettre à jour les préférences de messagerie instantanée." #. TRANS: Server error displayed when adding IM preferences fails. -#, fuzzy msgid "Could not insert user IM preferences." -msgstr "Impossible d’insérer un nouvel abonnement." +msgstr "Impossible d'insérer les préférences IM de l'utilisateur." #. TRANS: Server error displayed when an address confirmation code deletion from the #. TRANS: database fails in the contact address confirmation action. @@ -1775,15 +1772,13 @@ msgstr "Conversation" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (Activity Streams JSON)" -msgstr "Flux des avis de %s (Atom)" +msgstr "Flux de conversation (Flux d'activité JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (RSS 2.0)" -msgstr "Flux des avis de %s (RSS 2.0)" +msgstr "Flux de conversation (RSS 2.0)" #. TRANS: Title for conversation page. #. TRANS: Title for page that shows a notice. @@ -2189,14 +2184,13 @@ msgstr "Supprimer la liste %s" #. TRANS: %s is a list. #. TRANS: Form legend for list edit form. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Edit list %s" -msgstr "Cette marque est invalide : %s." +msgstr "Liste de modification %s" #. TRANS: Error message displayed when trying to perform an action that requires a tagging user or ID. -#, fuzzy msgid "No tagger or ID." -msgstr "Aucun pseudo ou ID." +msgstr "Aucun balisage ou ID." #. TRANS: Client error displayed when referring to non-local user. msgid "Not a local user." @@ -2219,6 +2213,8 @@ msgid "" "Deleting this tag will permanantly remove all its subscription and " "membership records. Do you still want to continue?" msgstr "" +"L'effacement de cette marque effacera définitivement toutes ses données " +"d'abonnement et d’adhésion. Souhaitez-vous vraiment continuer?" #. TRANS: Form validation error displayed if a given tag is invalid. msgid "Invalid tag." @@ -2235,6 +2231,8 @@ msgid "" "Setting a public tag as private will permanently remove all the existing " "subscriptions to it. Do you still want to continue?" msgstr "" +"Définir une étiquette publique comme privée supprimera définitivement tous " +"les abonnements existants. Voulez-vous toujours continuer ?" #. TRANS: Server error displayed when updating a list fails. msgid "Could not update list." @@ -2520,9 +2518,9 @@ msgid "Featured users, page %d" msgstr "Utilisateurs en vedette - page %d" #. TRANS: Description on page displaying featured users. -#, fuzzy, php-format +#, php-format msgid "A selection of some great users on %s." -msgstr "Une sélection d’utilisateurs à ne pas manquer dans %s" +msgstr "Une sélection d’utilisateurs importants sur %s." #. TRANS: Client error displayed when no notice ID was given trying do display a file. msgid "No notice ID." @@ -2765,13 +2763,13 @@ msgstr "Aucun résultat." #. TRANS: Additional text on page where groups can be searched if no results were found for a query for a logged in user. #. TRANS: This message contains Markdown links in the form [link text](link). -#, fuzzy, php-format +#, php-format msgid "" "If you cannot find the group you're looking for, you can [create it](%%" "action.newgroup%%) yourself." msgstr "" -"Si vous ne trouvez pas le groupe que vous recherchez, vous pouvez [le créer]" -"(%%action.newgroup%%) vous-même." +"Si vous ne trouvez pas le groupe que vous cherchez pour, vous pouvez le " +"[créer] (%%action.newgroup%%) vous-même." #. TRANS: Additional text on page where groups can be searched if no results were found for a query for a not logged in user. #. TRANS: This message contains Markdown links in the form [link text](link). @@ -2803,14 +2801,13 @@ msgstr "Paramètres de messagerie instantanée" #. TRANS: Instant messaging settings page instructions. #. TRANS: [instant messages] is link text, "(%%doc.im%%)" is the link. #. TRANS: the order and formatting of link text and link should remain unchanged. -#, fuzzy, php-format +#, php-format msgid "" "You can send and receive notices through [instant messaging](%%doc.im%%). " "Configure your addresses and settings below." msgstr "" -"Vous pouvez envoyer et recevoir des messages via [la messagerie instantanée]" -"(%%doc.im%%) Jabber/GTalk. Configurez votre adresse et vos paramètres ci-" -"dessous." +"Vous pouvez envoyer et recevoir des annonces via [la messagerie instantanée]" +"(%%doc.im%%). Configurez votre adresse et vos paramètres ci-dessous." #. TRANS: Message given in the IM settings if IM is not enabled on the site. msgid "IM is not available." @@ -2823,13 +2820,13 @@ msgstr "Adresse %s actuellement confirmée." #. TRANS: Form note in IM settings form. #. TRANS: %s is the IM service name, %2$s is the IM address set. -#, fuzzy, php-format +#, php-format msgid "" "Awaiting confirmation on this address. Check your %1$s account for a message " "with further instructions. (Did you add %2$s to your buddy list?)" msgstr "" -"En attente d’une confirmation pour cette adresse. Vérifiez votre compte " -"Jabber/GTalk pour recevoir de nouvelles instructions. (Avez-vous ajouté %s à " +"En attente d’une confirmation pour cette adresse. Vérifiez votre compte %1$s " +"pour un message avec la suite des instructions. (Avez-vous ajouté %2$s à " "votre liste de contacts ?)" #. TRANS: Field label for IM address. @@ -2846,9 +2843,8 @@ msgid "IM Preferences" msgstr "Préférences de messagerie instantanée" #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Send me notices" -msgstr "Envoyer un avis" +msgstr "M’envoyer un avis" #. TRANS: Checkbox label in IM preferences form. msgid "Post a notice when my status changes." @@ -2860,9 +2856,8 @@ msgstr "" "Envoyez-moi des réponses de gens auprès desquels je ne suis pas abonné." #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Publish a MicroID" -msgstr "Publier un MicroID pour mon adresse courriel." +msgstr "Publier un MicroID" #. TRANS: Server error thrown on database error updating IM preferences. msgid "Could not update IM preferences." @@ -2878,19 +2873,16 @@ msgid "No screenname." msgstr "Aucun pseudo." #. TRANS: Form validation error when no transport is available setting an IM address. -#, fuzzy msgid "No transport." -msgstr "Aucun avis." +msgstr "Aucun transport." #. TRANS: Message given saving IM address that cannot be normalised. -#, fuzzy msgid "Cannot normalize that screenname." -msgstr "Impossible d’utiliser cet identifiant Jabber" +msgstr "Impossible de normaliser ce nom d'écran." #. TRANS: Message given saving IM address that not valid. -#, fuzzy msgid "Not a valid screenname." -msgstr "Pseudo invalide." +msgstr "Nom d'écran non valide." #. TRANS: Message given saving IM address that is already set for another user. msgid "Screenname already belongs to another user." @@ -3038,9 +3030,8 @@ msgid "%1$s joined group %2$s" msgstr "%1$s a rejoint le groupe %2$s" #. TRANS: Exception thrown when there is an unknown error joining a group. -#, fuzzy msgid "Unknown error joining group." -msgstr "Inconnu" +msgstr "Erreur inconnue en rejoignant le groupe." #. TRANS: Client error displayed when trying to join a group while already a member. #. TRANS: Error text shown when trying to leave an existing group the user is not a member of. @@ -3110,7 +3101,6 @@ msgid "Type" msgstr "Type" #. TRANS: Dropdown field instructions in the license admin panel. -#, fuzzy msgid "Select a license." msgstr "Sélectionner une licence" @@ -3151,9 +3141,8 @@ msgid "URL for an image to display with the license." msgstr "URL d’une image à afficher avec la licence." #. TRANS: Button title in the license admin panel. -#, fuzzy msgid "Save license settings." -msgstr "Enregistrer les paramètres de licence" +msgstr "Enregistrer les paramètres de licence." #. TRANS: Form validation error displayed when trying to log in with incorrect credentials. msgid "Incorrect username or password." @@ -3175,9 +3164,8 @@ msgid "Login to site" msgstr "Ouverture de session" #. TRANS: Field label on login page. -#, fuzzy msgid "Username or email address" -msgstr "Pseudo ou adresse de courriel" +msgstr "Nom d’utilisateur ou adresse courriel" #. TRANS: Checkbox label label on login page. #. TRANS: Checkbox label on account registration page. @@ -3192,10 +3180,9 @@ msgstr "" "ordinateurs publics ou partagés)" #. TRANS: Button text for log in on login page. -#, fuzzy msgctxt "BUTTON" msgid "Login" -msgstr "Ouvrir une session" +msgstr "Se connecter" #. TRANS: Link text for link to "reset password" on login page. msgid "Lost or forgotten password?" @@ -3274,9 +3261,8 @@ msgid "Could not create application." msgstr "Impossible de créer l’application." #. TRANS: Form validation error messages displayed when uploading an invalid application logo. -#, fuzzy msgid "Invalid image." -msgstr "Taille incorrecte." +msgstr "Image non valide." #. TRANS: Title for form to create a group. msgid "New group" @@ -3330,7 +3316,6 @@ msgstr "Erreur Ajax" #. TRANS: Page title for sending a new notice. #. TRANS: Title for form to send a new notice. -#, fuzzy msgctxt "TITLE" msgid "New notice" msgstr "Nouvel avis" @@ -3387,9 +3372,9 @@ msgstr "Mises à jour avec « %s »" #. TRANS: RSS notice search feed description. #. TRANS: %1$s is the query, %2$s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "Updates matching search term \"%1$s\" on %2$s." -msgstr "mises à jour correspondant au(x) terme(s) « %1$s » sur %2$s !" +msgstr "Mises à jour correspondant au critère de recherche \"%1$s\" sur %2$s." #. TRANS: Client error displayed trying to nudge a user that cannot be nudged. msgid "" @@ -3520,13 +3505,12 @@ msgid "Not a supported data format." msgstr "Format de données non supporté." #. TRANS: Page title for profile settings. -#, fuzzy msgid "Old school UI settings" -msgstr "Paramètres de messagerie instantanée" +msgstr "Paramètres d'IHM ancienne école" #. TRANS: Usage instructions for profile settings. msgid "If you like it \"the old way\", you can set that here." -msgstr "" +msgstr "Si vous préfèrez \"l'ancien style\", vous pouvez le définir ici" #. TRANS: Confirmation shown when user profile settings are saved. #. TRANS: Message after successful saving of administrative settings. @@ -3535,12 +3519,13 @@ msgstr "Préférences enregistrées." msgid "Only stream mode (no conversations) in timelines" msgstr "" +"Mode fil de l'eau uniquement (pas de conversations) dans les chronologies" msgid "Show conversation page as hierarchical trees" -msgstr "" +msgstr "Afficher la page de conversation sous forme d'arbres hiérarchiques" msgid "Show nicknames (not full names) in timelines" -msgstr "" +msgstr "Montrer les surnoms (et non les noms complets) dans les flux" #. TRANS: Button text to save a list. msgid "Save" @@ -3854,9 +3839,8 @@ msgid "Server to direct SSL requests to." msgstr "Serveur vers lequel diriger les requêtes SSL." #. TRANS: Button title text to store form data in the Paths admin panel. -#, fuzzy msgid "Save path settings." -msgstr "Sauvegarder les paramètres du site" +msgstr "Sauvegarder les paramètres du chemin." #. TRANS: Instructions for the "People search" page. #. TRANS: %%site.name%% is the name of the StatusNet site. @@ -3887,17 +3871,18 @@ msgstr "Liste publique %1$s, page %2$d" #. TRANS: Message for anonymous users on list page. #. TRANS: This message contains Markdown links in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Lists are how you sort similar people on %%site.name%%, a [micro-blogging]" "(http://en.wikipedia.org/wiki/Micro-blogging) service based on the Free " "Software [StatusNet](http://status.net/) tool. You can then easily keep " "track of what they are doing by subscribing to the list's timeline." msgstr "" -"**%s** est un groupe d’utilisateurs sur %%%%site.name%%%%, un service de " -"[micro-blogging](http://fr.wikipedia.org/wiki/Microblog) basé sur le " -"logiciel libre [StatusNet](http://status.net/). Ses membres partagent des " -"messages courts à propos de leur vie et leurs intérêts. " +"Les listes sont la manière dont vous triez des personnes similaires sur %%" +"site.name%%, un service de [micro-blogging](http://en.wikipedia.org/wiki/" +"Micro-blogging) basé sur l'outil libre [StatusNet](http://status.net/). Vous " +"pouvez alors facilement garder trace de ce qu'elles font en s'abonnant à la " +"chronologie de la liste." #. TRANS: Client error displayed when a tagger is expected but not provided. msgid "No tagger." @@ -3925,14 +3910,12 @@ msgid "Private lists by you" msgstr "Listes privées par vous" #. TRANS: Title for lists by a user page for a public tag. -#, fuzzy msgid "Public lists by you" -msgstr "Nuage de marques public" +msgstr "Listes publiques de votre part" #. TRANS: Title for lists by a user page. -#, fuzzy msgid "Lists by you" -msgstr "Modifier le groupe %s" +msgstr "Listes de votre part" #. TRANS: Title for lists by a user page. #. TRANS: %s is a user nickname. @@ -3942,9 +3925,9 @@ msgstr "Listes de %s" #. TRANS: Title for lists by a user page. #. TRANS: %1$s is a user nickname, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists by %1$s, page %2$d" -msgstr "Avis marqués avec %1$s, page %2$d" +msgstr "Listes par %1$s, page %2$d" #. TRANS: Client error displayed when trying view another user's private lists. msgid "You cannot view others' private lists" @@ -3974,9 +3957,8 @@ msgid "Public" msgstr "Public" #. TRANS: Checkbox title. -#, fuzzy msgid "Show public tags." -msgstr "Cette marque n’existe pas." +msgstr "Afficher les balises publics." #. TRANS: Submit button text for tag filter form. #. TRANS: Submit button text on gallery action page. @@ -3987,7 +3969,7 @@ msgstr "Aller" #. TRANS: Message displayed for anonymous users on page that displays lists by a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists created by **%s**. Lists are how you sort similar people on %" "%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-" @@ -3995,33 +3977,33 @@ msgid "" "tool. You can easily keep track of what they are doing by subscribing to the " "list's timeline." msgstr "" -"**%s** est un groupe d’utilisateurs sur %%%%site.name%%%%, un service de " -"[micro-blogging](http://fr.wikipedia.org/wiki/Microblog) basé sur le " -"logiciel libre [StatusNet](http://status.net/). Ses membres partagent des " -"messages courts à propos de leur vie et leurs intérêts. " +"Voici les listes créées par **%s**. Les listes sont la manière dont vous " +"triez les gens semblables sur %%%%site.name%%%%, un service de [micro-" +"blogging](http://en.wikipedia.org/wiki/Micro-blogging) basé sur l'outil " +"libre [StatusNet](http://status.net/). Vous pouvez facilement garder trace " +"de ce qu'elles font en vous abonnant à la chronologie de la liste." #. TRANS: Message displayed on page that displays lists by a user when there are none. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%s has not created any [lists](%%%%doc.lists%%%%) yet." -msgstr "" -"Personne n’a encore posté d’avis avec une [marque (hashtag)](%%doc.tags%%)." +msgstr "%s n'a encore créé aucune [liste](%%%%doc.lists%%%%)." #. TRANS: Page title. %s is a tagged user's nickname. #, php-format msgid "Lists with %s in them" -msgstr "" +msgstr "Listes contenant %s" #. TRANS: Page title. %1$s is a tagged user's nickname, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists with %1$s, page %2$d" -msgstr "Avis marqués avec %1$s, page %2$d" +msgstr "Listes avec %1$s, page %2$d" #. TRANS: Message displayed for anonymous users on page that displays lists for a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists for **%s**. lists are how you sort similar people on %%%%" "site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-" @@ -4029,47 +4011,48 @@ msgid "" "tool. You can easily keep track of what they are doing by subscribing to the " "list's timeline." msgstr "" -"**%s** est un groupe d’utilisateurs sur %%%%site.name%%%%, un service de " -"[micro-blogging](http://fr.wikipedia.org/wiki/Microblog) basé sur le " -"logiciel libre [StatusNet](http://status.net/). Ses membres partagent des " -"messages courts à propos de leur vie et leurs intérêts. " +"Voici les listes pour ** %s **. Les listes sont la manière dont vous triez " +"les gens semblables sur %%%%site.name%%%%, un service de [micro-blogging]" +"(http://en.wikipedia.org/wiki/Micro-blogging) basé sur l'outil libre " +"[StatusNet](http://status.net/). Vous pouvez facilement garder trace de ce " +"qu'elles font en vous abonnant à la chronologie de la liste." #. TRANS: Message displayed on page that displays lists a user was added to when there are none. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s has not been [listed](%%%%doc.lists%%%%) by anyone yet." msgstr "" -"Personne n’a encore posté d’avis avec une [marque (hashtag)](%%doc.tags%%)." +"%s n'a pas encore été [ajouté à la liste](%%%%doc.lists%%%%) par quelqu'un." #. TRANS: Page title for list of list subscribers. #. TRANS: %1$s is a list, %2$s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Subscribers to list %1$s by %2$s" -msgstr "Abonné à %s." +msgstr "Abonnés à la liste %1$s par %2$s" #. TRANS: Page title for list of list subscribers. #. TRANS: %1$s is a list, %2$s is a user nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Subscribers to list %1$s by %2$s, page %3$d" -msgstr "%1$s a marqué « %2$s » la page %3$d" +msgstr "Abonnés à la liste %1$s par %2$s, page %3$d" #. TRANS: Title for page that displays lists subscribed to by a user. #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "Lists subscribed to by %s" -msgstr "Abonné à %s." +msgstr "Listes auxquelles s'est abonné %s" #. TRANS: Title for page that displays lists subscribed to by a user. #. TRANS: %1$s is a profile nickname, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists subscribed to by %1$s, page %2$d" -msgstr "Abonnements de %1$s - page %2$d" +msgstr "Listes auxquelles s'est abonné %1$s, page %2$d" #. TRANS: Message displayed for anonymous users on page that displays lists subscribed to by a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists subscribed to by **%s**. Lists are how you sort similar " "people on %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/" @@ -4077,10 +4060,11 @@ msgid "" "net/) tool. You can easily keep track of what they are doing by subscribing " "to the list's timeline." msgstr "" -"**%s** est un groupe d’utilisateurs sur %%%%site.name%%%%, un service de " -"[micro-blogging](http://fr.wikipedia.org/wiki/Microblog) basé sur le " -"logiciel libre [StatusNet](http://status.net/). Ses membres partagent des " -"messages courts à propos de leur vie et leurs intérêts. " +"Voici les listes auxquelles a souscrit **%s**. Les listes sont la manière " +"dont vous triez les gens semblables sur %%%%site.name%%%%, un service de " +"[micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) basé sur " +"l'outil libre [StatusNet](http://status.net/). Vous pouvez facilement garder " +"trace de ce qu'elles font en vous abonnant à la chronologie de la liste." #. TRANS: Page title for AJAX form return when a disabling a plugin. msgctxt "plugin" @@ -4096,9 +4080,8 @@ msgid "This action only accepts POST requests." msgstr "Cette action n'accepte que les requêtes de type POST." #. TRANS: Client error displayed when trying to enable or disable a plugin without access rights. -#, fuzzy msgid "You cannot administer plugins." -msgstr "Vous ne pouvez pas supprimer des utilisateurs." +msgstr "Vous ne pouvez pas gérer les modules complémentaires." #. TRANS: Client error displayed when trying to enable or disable a non-existing plugin. msgid "No such plugin." @@ -4120,6 +4103,9 @@ msgid "" "\"http://status.net/wiki/Plugins\">online plugin documentation for more " "details." msgstr "" +"Des plugins additionnels peuvent être activés et configurés manuellement. " +"Consultez la documentation du " +"plugin en ligne pour plus de détails." #. TRANS: Admin form section header msgid "Default plugins" @@ -4129,12 +4115,14 @@ msgstr "Extensions par défaut" msgid "" "All default plugins have been disabled from the site's configuration file." msgstr "" +"Tous les plugins par défaut ont été désactivés depuis le fichier de " +"configuration du site." #. TRANS: Client error displayed when trying to add an unindentified field to profile. #. TRANS: %s is a field name. #, php-format msgid "Unidentified field %s." -msgstr "" +msgstr "Champ non identifié %s ." #. TRANS: Page title. msgctxt "TITLE" @@ -4143,7 +4131,7 @@ msgstr "Résultats de la recherche" #. TRANS: Error message in case a search is shorter than three characters. msgid "The search string must be at least 3 characters long." -msgstr "" +msgstr "Le terme recherché doit avoir au moins 3 caractères." #. TRANS: Page title for profile settings. msgid "Profile settings" @@ -4217,9 +4205,8 @@ msgstr "Emplacement" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Field title on account registration page. -#, fuzzy msgid "Where you are, like \"City, State (or Region), Country\"." -msgstr "Indiquez votre emplacement, ex.: « Ville, État (ou région), Pays »" +msgstr "Où vous habitez, par exemple \"Ville, État (ou Région), Pays\"." #. TRANS: Checkbox label in form for profile settings. msgid "Share my current location when posting notices" @@ -4232,12 +4219,11 @@ msgid "Tags" msgstr "Balises" #. TRANS: Tooltip for field label in form for profile settings. -#, fuzzy msgid "" "Tags for yourself (letters, numbers, -, ., and _), comma- or space- " "separated." msgstr "" -"Marques pour vous-même (lettres, chiffres, -, ., et _), séparées par des " +"Balises pour vous-même (lettres, chiffres, -, ., et _), séparées par des " "virgules ou des espaces" #. TRANS: Dropdownlist label in form for profile settings. @@ -4257,12 +4243,11 @@ msgid "What timezone are you normally in?" msgstr "Quel est votre fuseau horaire habituel ?" #. TRANS: Checkbox label in form for profile settings. -#, fuzzy msgid "" "Automatically subscribe to whoever subscribes to me (best for non-humans)." msgstr "" -"M’abonner automatiquement à tous ceux qui s’abonnent à moi (recommandé pour " -"les utilisateurs non-humains)" +"S’abonner automatiquement à tous ceux qui s’abonnent à moi (recommandé pour " +"les utilisateurs non-humains)." #. TRANS: Dropdown field label on profile settings, for what policies to apply when someone else tries to subscribe to your updates. msgid "Subscription policy" @@ -4312,18 +4297,18 @@ msgstr "La langue est trop longue (limitée à 50 caractères maximum)." #. TRANS: %s is the invalid tag. #. TRANS: Error displayed if a given tag is invalid. #. TRANS: %s is the invalid tag. -#, fuzzy, php-format +#, php-format msgid "Invalid tag: \"%s\"." -msgstr "Marque invalide : « %s »" +msgstr "Balise invalide: \"%s\"." #. TRANS: Server error thrown when user profile settings could not be updated to #. TRANS: automatically subscribe to any subscriber. -#, fuzzy msgid "Could not update user for autosubscribe or subscribe_policy." -msgstr "Impossible de mettre à jour l’auto-abonnement." +msgstr "" +"Impossible de mettre à jour l’utilisateur pour s'abonner automatiquement ou " +"pour subscribe_policy." #. TRANS: Server error thrown when user profile location preference settings could not be updated. -#, fuzzy msgid "Could not save location prefs." msgstr "Impossible d’enregistrer les préférences de localisation." @@ -4343,9 +4328,8 @@ msgid "Beyond the page limit (%s)." msgstr "Au-delà de la limite de page (%s)." #. TRANS: Server error displayed when a public timeline cannot be retrieved. -#, fuzzy msgid "Could not retrieve public timeline." -msgstr "Impossible de récupérer le flux public." +msgstr "Impossible de récupérer la chronologie publique." #. TRANS: Title for all public timeline pages but the first. #. TRANS: %d is the page number. @@ -4742,7 +4726,7 @@ msgstr "" #. TRANS: Client error displayed when an unknown error occurs while delisting a user. #. TRANS: %s is a username. -#, fuzzy, php-format +#, php-format msgid "There was an unexpected error while delisting %s." msgstr "Une erreur inattendue est survenue lors du listage de %s." @@ -4753,6 +4737,8 @@ msgid "" "There was a problem listing %s. The remote server is probably not responding " "correctly, please try retrying later." msgstr "" +"Il y a eu un problème pour faire apparaitre %s. Le serveur distant ne répond " +"probablement pas correctement; veuillez réessayer plus tard." #. TRANS: Title after removing a user from a list. msgid "Unlisted" @@ -4793,9 +4779,9 @@ msgstr "Réponses à %1$s, page %2$d" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Replies feed for %s (Activity Streams JSON)" -msgstr "Flux des réponses pour %s (Atom)" +msgstr "Flux des réponses pour %s (Flux d'activité JSON)" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. @@ -4854,20 +4840,17 @@ msgid "Replies to %1$s on %2$s." msgstr "Réponses à %1$s sur %2$s !" #. TRANS: Client exception displayed when trying to restore an account while not logged in. -#, fuzzy msgid "Only logged-in users can restore their account." -msgstr "Seuls les utilisateurs identifiés peuvent reprendre des avis." +msgstr "Seuls les utilisateurs connectés peuvent reprendre leur compte." #. TRANS: Client exception displayed when trying to restore an account without having restore rights. -#, fuzzy msgid "You may not restore your account." -msgstr "Vous n’avez encore enregistré aucune application." +msgstr "Vous ne pouvez pas restaurer votre compte." #. TRANS: Client exception displayed trying to restore an account while something went wrong uploading a file. #. TRANS: Client exception. No file; probably just a non-AJAX submission. -#, fuzzy msgid "No uploaded file." -msgstr "Importer un fichier" +msgstr "Aucun fichier chargé." #. TRANS: Client exception thrown when an uploaded file is larger than set in php.ini. msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." @@ -4913,16 +4896,21 @@ msgid "" "Feed has been restored. Your old posts should now appear in search and your " "profile page." msgstr "" +"Le fil a été restauré. Vos anciens messages devraient maintenant apparaître " +"dans la recherche et la page de votre profil." #. TRANS: Message when a feed restore is in progress. msgid "Feed will be restored. Please wait a few minutes for results." msgstr "" +"Le fil sera restauré. Veuillez patienter quelques minutes pour les résultats." #. TRANS: Form instructions for feed restore. msgid "" "You can upload a backed-up timeline in Activity Streams format." msgstr "" +"Vous pouvez télécharger une chronologie sauvegardée au format Flux d'activité." #. TRANS: Title for submit button to confirm upload of a user backup file for account restore. msgid "Upload the file" @@ -4953,9 +4941,9 @@ msgstr "L’utilisateur est déjà dans le bac à sable." #. TRANS: Client error displayed when trying to list a profile with an invalid list. #. TRANS: %s is the invalid list name. -#, fuzzy, php-format +#, php-format msgid "Not a valid list: %s." -msgstr "Cette marque est invalide : %s." +msgstr "Cette liste est invalide : %s." #. TRANS: Page title for page showing self tags. #. TRANS: %1$s is a tag, %2$d is a page number. @@ -4997,9 +4985,8 @@ msgid "Enable debugging output for sessions." msgstr "Activer la sortie de débogage pour les sessions." #. TRANS: Title for submit button on the sessions administration panel. -#, fuzzy msgid "Save session settings" -msgstr "Sauvegarder les paramètres d’accès" +msgstr "Enregistrer les paramètres de session" #. TRANS: Client error displayed trying to display an OAuth application while not logged in. msgid "You must be logged in to view an application." @@ -5012,11 +4999,11 @@ msgstr "Profil de l’application" #. TRANS: Information output on an OAuth application page. #. TRANS: %1$s is the application creator, %2$s is "read-only" or "read-write", #. TRANS: %3$d is the number of users using the OAuth application. -#, fuzzy, php-format +#, php-format msgid "Created by %1$s - %2$s access by default - %3$d user" msgid_plural "Created by %1$s - %2$s access by default - %3$d users" -msgstr[0] "Créé par %1$s - accès %2$s par défaut - %3$d utilisateurs" -msgstr[1] "Créé par %1$s - accès %2$s par défaut - %3$d utilisateurs" +msgstr[0] "Créé par %1$s, accès %2$s par défaut, %3$d utilisateur" +msgstr[1] "Créé par %1$s, accès %2$s par défaut, %3$d utilisateurs" #. TRANS: Header on the OAuth application page. msgid "Application actions" @@ -5079,9 +5066,9 @@ msgid "Could not retrieve favorite notices." msgstr "Impossible d’afficher les favoris." #. TRANS: Feed link text. %s is a username. -#, fuzzy, php-format +#, php-format msgid "Feed for favorites of %s (Activity Streams JSON)" -msgstr "Flux pour les amis de %s (Atom)" +msgstr "Flux des favoris de %s (flux d’activité JSON)" #. TRANS: Feed link text. %s is a username. #, php-format @@ -5146,9 +5133,9 @@ msgid "%1$s group, page %2$d" msgstr "Groupe %1$s, page %2$d" #. TRANS: Tooltip for feed link. %s is a group nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s group (Activity Streams JSON)" -msgstr "Fil des avis du groupe %s (Atom)" +msgstr "Flux des avis du groupe %s (flux d’activité JSON)" #. TRANS: Tooltip for feed link. %s is a group nickname. #, php-format @@ -5192,7 +5179,7 @@ msgstr "" #. TRANS: Notice on group pages for anonymous users for StatusNet sites that accept no new registrations. #. TRANS: %s is the group name, %%%%site.name%%%% is the site name, #. TRANS: This message contains Markdown links. Ensure they are formatted correctly: [Description](link). -#, fuzzy, php-format +#, php-format msgid "" "**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5200,9 +5187,9 @@ msgid "" "their life and interests." msgstr "" "**%s** est un groupe d’utilisateurs sur %%%%site.name%%%%, un service de " -"[micro-blogging](http://fr.wikipedia.org/wiki/Microblog) basé sur le " +"[microblogging](http://fr.wikipedia.org/wiki/Microblog) basé sur le " "logiciel libre [StatusNet](http://status.net/). Ses membres partagent des " -"messages courts à propos de leur vie et leurs intérêts. " +"messages courts au sujet de de leur vie et de leurs intérêts." #. TRANS: Client error displayed requesting a single message that does not exist. msgid "No such message." @@ -5236,75 +5223,74 @@ msgstr "Avis supprimé." #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Private timeline for %1$s list by you, page %2$d" -msgstr "Utilisateurs marqués par eux-mêmes avec %1$s - page %2$d" +msgstr "Fil d’actualités privé de votre liste « %1$s », page %2$d" #. TRANS: Title for public list timeline where the viewer is the tagger. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by you, page %2$d" -msgstr "Utilisateurs marqués par eux-mêmes avec %1$s - page %2$d" +msgstr "Fil d’actualités de votre liste « %1$s », page %2$d" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s, page %3$d" -msgstr "%1$s a marqué « %2$s » la page %3$d" +msgstr "Fil d’actualités de la liste « %1$s » de %2$s, page %3$d" #. TRANS: Title for private list timeline. #. TRANS: %s is a list. #, php-format msgid "Private timeline of %s list by you" -msgstr "" +msgstr "Fil d’actualités privé de votre liste %s" #. TRANS: Title for public list timeline where the viewer is the tagger. #. TRANS: %s is a list. #, php-format msgid "Timeline for %s list by you" -msgstr "" +msgstr "Fil d’actualités de votre liste « %s »" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s" -msgstr "Réponses à %1$s sur %2$s !" +msgstr "Fil d’actualités de la liste « %1$s » de %2$s" #. TRANS: Feed title. #. TRANS: %1$s is a list, %2$s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for %1$s list by %2$s (Atom)" -msgstr "Flux pour les amis de %s (Atom)" +msgstr "Flux de la liste « %1$s » de %2$s (Atom)" #. TRANS: Empty list message for list timeline. #. TRANS: %1$s is a list, %2$s is a tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "" "This is the timeline for %1$s list by %2$s but no one has posted anything " "yet." msgstr "" -"Ceci est le flux pour %s et ses amis mais personne n’a rien posté pour le " -"moment." +"Ceci est de fil d’actualités de la liste « %1$s » de %2$s, mais personne n’y " +"a rien posté pour le moment." #. TRANS: Additional empty list message for list timeline for currently logged in user tagged tags. msgid "Try tagging more people." -msgstr "" +msgstr "Essayez de marquer davantage de personnes." #. TRANS: Additional empty list message for list timeline. #. TRANS: This message contains Markdown links in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Why not [register an account](%%%%action.register%%%%) and start following " "this timeline!" msgstr "" -"Pourquoi ne pas [créer un compte](%%action.register%%) et être le premier à " -"en poster un !" +"Pourquoi ne pas [créer un compte](%%action.register%%) et commencer à suivre " +"ce fil d’actualités !" #. TRANS: Header on show list page. #. TRANS: Link description for link to list of users tagged with a tag (so part of a list). -#, fuzzy msgid "Listed" -msgstr "Licence" +msgstr "Listé" #. TRANS: Content of "Listed" page if there are no listed users. #. TRANS: Content of "People following tag x" if there are no subscribed users. @@ -5329,21 +5315,21 @@ msgstr "Abonnés" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s" -msgstr "%1$s a marqué « %2$s »" +msgstr "Avis de %1$s marqués « %2$s »" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag, %3$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s, page %3$d" -msgstr "%1$s a marqué « %2$s » la page %3$d" +msgstr "Avis de %1$s marqués « %2$s », page %3$d" #. TRANS: Extended page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s, page %2$d" -msgstr "Avis marqués avec %1$s, page %2$d" +msgstr "Avis de %1$s, page %2$d" #. TRANS: Title for link to notice feed. #. TRANS: %1$s is a user nickname, %2$s is a hashtag. @@ -5353,9 +5339,9 @@ msgstr "Fil des avis pour %1$s marqués %2$s (RSS 1.0)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s (Activity Streams JSON)" -msgstr "Flux des avis de %s (Atom)" +msgstr "Flux des avis de %s (flux d’activités JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. @@ -5422,15 +5408,15 @@ msgstr "" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " "[StatusNet](http://status.net/) tool." msgstr "" -"**%s** est inscrit à %%%%site.name%%%%, service de [microblogging](http://fr." -"wikipedia.org/wiki/Microblog) basé sur le logiciel libre [StatusNet](http://" -"status.net/). " +"**%s** est inscrit à %%%%site.name%%%%, un service de [microblogging](http://" +"fr.wikipedia.org/wiki/Microblog) basé sur le logiciel libre [StatusNet]" +"(http://status.net/)." #. TRANS: Link to the author of a repeated notice. %s is a linked nickname. #, php-format @@ -5496,36 +5482,36 @@ msgid "Site name" msgstr "Nom du site" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "The name of your site, like \"Yourcompany Microblog\"." -msgstr "Le nom de votre site, comme « Microblog de votre compagnie »" +msgstr "Le nom de votre site, tel que « Microblog de VotreSociété »." #. TRANS: Field label on site settings panel. msgid "Brought by" msgstr "Apporté par" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Text used for credits link in footer of each page." -msgstr "Texte utilisé pour le lien de crédits au bas de chaque page" +msgstr "" +"Texte utilisé pour le lien vers les attributions de crédit en bas de chaque " +"page." #. TRANS: Field label on site settings panel. msgid "Brought by URL" msgstr "Apporté par URL" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "URL used for credits link in footer of each page." -msgstr "URL utilisée pour le lien de crédits au bas de chaque page" +msgstr "" +"URL utilisée pour le lien vers les attributions de crédits en bas de chaque " +"page" #. TRANS: Field label on site settings panel. msgid "Email" msgstr "Courriel" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Contact email address for your site." -msgstr "Adresse de courriel de contact de votre site" +msgstr "Adresse de courriel de contact de votre site." #. TRANS: Fieldset legend on site settings panel. msgctxt "LEGEND" @@ -5545,12 +5531,11 @@ msgid "Default language" msgstr "Langue par défaut" #. TRANS: Dropdown title on site settings panel. -#, fuzzy msgid "" "The site language when autodetection from browser settings is not available." msgstr "" "Langue du site lorsque la détection automatique des paramètres du navigateur " -"n'est pas disponible" +"n’est pas disponible." #. TRANS: Fieldset legend on site settings panel. msgctxt "LEGEND" @@ -5588,9 +5573,8 @@ msgid "SSL logo" msgstr "Logo SSL" #. TRANS: Button title for saving site settings. -#, fuzzy msgid "Save the site settings." -msgstr "Sauvegarder les paramètres du site" +msgstr "Enregistrer les paramètres du site." #. TRANS: Page title for site-wide notice tab in admin panel. msgid "Site Notice" @@ -5621,9 +5605,8 @@ msgstr "" "autorisé)" #. TRANS: Button title to save site notice in admin panel. -#, fuzzy msgid "Save site notice." -msgstr "Enregistrer l'avis du site" +msgstr "Enregistrer l’avis du site." #. TRANS: Title for SMS settings. msgid "SMS settings" @@ -5721,7 +5704,6 @@ msgid "That is the wrong confirmation number." msgstr "Ce code de confirmation est incorrect." #. TRANS: Server error thrown on database error canceling SMS phone number confirmation. -#, fuzzy msgid "Could not delete SMS confirmation." msgstr "Impossible de supprimer la confirmation de messagerie instantanée." @@ -5800,32 +5782,28 @@ msgid "Data snapshots" msgstr "Instantanés de données" #. TRANS: Dropdown title for snapshot method in admin panel for snapshots. -#, fuzzy msgid "When to send statistical data to status.net servers." -msgstr "Quand envoyer des données statistiques aux serveurs status.net" +msgstr "Quand envoyer des données statistiques aux serveurs status.net." #. TRANS: Input field label for snapshot frequency in admin panel for snapshots. msgid "Frequency" msgstr "Fréquence" #. TRANS: Input field title for snapshot frequency in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent once every N web hits." -msgstr "Les instantanés seront envoyés une fois tous les N requêtes" +msgstr "Des instantanés seront envoyés une fois toutes les N visites du site." #. TRANS: Input field label for snapshot report URL in admin panel for snapshots. msgid "Report URL" msgstr "URL de rapport" #. TRANS: Input field title for snapshot report URL in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent to this URL." -msgstr "Les instantanés seront envoyés à cette URL" +msgstr "Des instantanés seront envoyés à cette URL." #. TRANS: Button title to save snapshot settings. -#, fuzzy msgid "Save snapshot settings." -msgstr "Sauvegarder les paramètres des instantanés" +msgstr "Enregistrer les paramètres des instantanés." #. TRANS: Client error displayed trying a change a subscription for a non-subscribed profile. msgid "You are not subscribed to that profile." @@ -5842,46 +5820,45 @@ msgstr "Vous ne pouvez approuver que vos propres abonnements en attente." #. TRANS: Title of the first page showing pending subscribers still awaiting approval. #. TRANS: %s is the name of the user. -#, fuzzy, php-format +#, php-format msgid "%s subscribers awaiting approval" -msgstr "Membres du groupe %s" +msgstr "Abonnés au groupe « %s » en attente d’approbation" #. TRANS: Title of all but the first page showing pending subscribersmembers still awaiting approval. #. TRANS: %1$s is the name of the user, %2$d is the page number of the members list. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribers awaiting approval, page %2$d" -msgstr "Membres du groupe %1$s - page %2$d" +msgstr "Abonnés au groupe « %1$s » en attente d’approbation, page %2$d" #. TRANS: Page notice for group members page. -#, fuzzy msgid "A list of users awaiting approval to subscribe to you." -msgstr "Liste des utilisateurs inscrits à ce groupe." +msgstr "" +"Liste des utilisateurs en attente d’approbation pour s’abonner à votre fil " +"d’actualité." #. TRANS: Page title when subscription succeeded. msgid "Subscribed" msgstr "Abonné" #. TRANS: Client error displayed when trying to perform an action while not logged in. -#, fuzzy msgid "You must be logged in to unsubscribe from a list." -msgstr "Vous devez ouvrir une session pour créer un groupe." +msgstr "Vous devez vous connecter pour vous désabonner d’une liste." #. TRANS: Client error displayed when trying to perform an action without providing an ID. -#, fuzzy msgid "No ID given." -msgstr "Aucun argument d’identifiant." +msgstr "Aucun identifiant fourni." #. TRANS: Server error displayed subscribing to a list fails. #. TRANS: %1$s is a user nickname, %2$s is a list, %3$s is the error message (no period). -#, fuzzy, php-format +#, php-format msgid "Could not subscribe user %1$s to list %2$s: %3$s" -msgstr "Impossible d’inscrire l’utilisateur %1$s au groupe %2$s." +msgstr "Impossible d’abonner l’utilisateur %1$s à la liste « %2$s » : %3$s" #. TRANS: Title of form to subscribe to a list. #. TRANS: %1%s is a user nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribed to list %2$s by %3$s" -msgstr "Abonnés à %1$s - page %2$d" +msgstr "%1$s s’est abonné à la liste « %2$s » de %3$s" #. TRANS: Header for list of subscribers for a user (first page). #. TRANS: %s is the user's nickname. @@ -5954,7 +5931,7 @@ msgstr "Les avis de ces personnes sont suivis par %s." #. TRANS: This message contains Markdown URLs. The link description is between #. TRANS: square brackets, and the link between parentheses. Do not separate "](" #. TRANS: and do not change the URL part. -#, fuzzy, php-format +#, php-format msgid "" "You're not listening to anyone's notices right now, try subscribing to " "people you know. Try [people search](%%action.peoplesearch%%), look for " @@ -5962,11 +5939,9 @@ msgid "" "featured%%)." msgstr "" "Vous ne suivez les avis de personne pour le moment, essayez de vous abonnez " -"à des gens que vous connaissez. Essayez la [recherche de personnes](%%action." -"peoplesearch%%), cherchez les membres de groupes auquels vous vous " -"intéressez et nos [utilisateurs en vedette](%%action.featured%%). Si vous " -"êtes un [utilisateur de Twitter](%%action.twittersettings%%), vous pouvez " -"vous abonner automatiquement aux gens auquels vous êtes déjà abonné là-bas." +"à des personnes que vous connaissez. Essayez la [recherche de personnes](%%" +"action.peoplesearch%%), cherchez les membres de groupes auxquels vous vous " +"intéressez et nos [utilisateurs en vedette](%%action.featured%%)." #. TRANS: Subscription list text when looking at the subscriptions for a of a user other #. TRANS: than the logged in user that has no subscriptions. %s is the user nickname. @@ -5977,15 +5952,14 @@ msgid "%s is not listening to anyone." msgstr "%s ne suit actuellement personne." #. TRANS: Atom feed title. %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "Subscription feed for %s (Atom)" -msgstr "Flux des avis de %s (Atom)" +msgstr "Flux d’abonnement de %s (Atom)" #. TRANS: Checkbox label for enabling IM messages for a profile in a subscriptions list. -#, fuzzy msgctxt "LABEL" msgid "IM" -msgstr "IM" +msgstr "Messagerie instantanée" #. TRANS: Checkbox label for enabling SMS messages for a profile in a subscriptions list. msgid "SMS" @@ -5999,9 +5973,9 @@ msgstr "Avis marqués avec %1$s, page %2$d" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. -#, fuzzy, php-format +#, php-format msgid "Notice feed for tag %s (Activity Streams JSON)" -msgstr "Flux des avis pour la marque %s (Atom)" +msgstr "Flux des avis pour la marque %s (flux d’activités JSON)" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. @@ -6024,21 +5998,19 @@ msgstr "Flux des avis pour la marque %s (Atom)" #. TRANS: Client error displayed when trying to tag a user that cannot be tagged. #. TRANS: Client exception thrown trying to set a tag for a user that cannot be tagged. #. TRANS: Error displayed when trying to tag a user that cannot be tagged. -#, fuzzy msgid "You cannot tag this user." -msgstr "Vous ne pouvez pas envoyer de messages à cet utilisateur." +msgstr "Vous ne pouvez pas marquer cet utilisateur." #. TRANS: Title for list form when not on a profile page. -#, fuzzy msgid "List a profile" -msgstr "Profil de l’utilisateur" +msgstr "Lister un profil" #. TRANS: Title for list form when on a profile page. #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgctxt "ADDTOLIST" msgid "List %s" -msgstr "Limites" +msgstr "Liste « %s »" #. TRANS: Title for list form when an error has occurred. msgctxt "TITLE" @@ -6050,9 +6022,8 @@ msgid "User profile" msgstr "Profil de l’utilisateur" #. TRANS: Fieldset legend for list form. -#, fuzzy msgid "List user" -msgstr "Limites" +msgstr "Liste utilisateur" #. TRANS: Field label on list form. msgctxt "LABEL" @@ -6060,30 +6031,27 @@ msgid "Lists" msgstr "Listes" #. TRANS: Field title on list form. -#, fuzzy msgid "" "Lists for this user (letters, numbers, -, ., and _), comma- or space- " "separated." msgstr "" -"Marques pour vous-même (lettres, chiffres, -, ., et _), séparées par des " -"virgules ou des espaces" +"Listes de cet utilisateur (lettres, chiffres, -, ., et _) séparées par des " +"virgules ou des espaces." #. TRANS: Title for personal tag cloud section. -#, fuzzy msgctxt "TITLE" msgid "Tags" msgstr "Balises" #. TRANS: Success message if lists are saved. -#, fuzzy msgid "Lists saved." -msgstr "Mot de passe enregistré." +msgstr "Listes enregistrées." #. TRANS: Page notice. -#, fuzzy msgid "Use this form to add your subscribers or subscriptions to lists." msgstr "" -"Remplissez les champs suivants pour marquer vos abonnés ou vos abonnements." +"Remplissez ce formulaire pour ajouter vos abonnés ou vos abonnements aux " +"listes." #. TRANS: Client error when requesting a tag feed for a non-existing tag. msgid "No such tag." @@ -6107,14 +6075,13 @@ msgstr "Désabonné" #. TRANS: Page title for form that allows unsubscribing from a list. #. TRANS: %1$s is a nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s unsubscribed from list %2$s by %3$s" -msgstr "Abonnés à %1$s - page %2$d" +msgstr "%1$s s’est désabonné de la liste « %2$s » de %3$s" #. TRANS: Title of URL settings tab in profile settings. -#, fuzzy msgid "URL settings" -msgstr "Paramètres de messagerie instantanée" +msgstr "Paramètres des URL" #. TRANS: Instructions for tab "Other" in user profile settings. msgid "Manage various other options." @@ -6149,8 +6116,8 @@ msgstr "URL plus longue que" #. TRANS: Field title in URL settings in profile. msgid "URLs longer than this will be shortened, 0 means always shorten." msgstr "" -"Les URL plus longues que cela seront raccourcies, 0 signifie toujours " -"raccourcir." +"Les URL dans les avis plus longues que ceci seront raccourcies, 0 signifie " +"toujours raccourcir." #. TRANS: Field label in URL settings in profile. msgid "Text longer than" @@ -6160,24 +6127,26 @@ msgstr "Texte plus long que" msgid "" "URLs in notices longer than this will be shortened, 0 means always shorten." msgstr "" +"Les URL dans les avis plus longues que ceci seront raccourcies, 0 signifie " +"toujours raccourcir." #. TRANS: Form validation error for form "Other settings" in user profile. msgid "URL shortening service is too long (maximum 50 characters)." msgstr "Le service de réduction d’URL est trop long (50 caractères maximum)." #. TRANS: Client exception thrown when the maximum URL settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum URL length." -msgstr "Contenu de l’avis invalide." +msgstr "Nombre non valide pour la longueur maximale des URL." #. TRANS: Client exception thrown when the maximum notice length settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum notice length." -msgstr "Contenu de l’avis invalide." +msgstr "Nombre non valide pour la longueur maximale des avis." #. TRANS: Server exception thrown in profile URL settings when preferences could not be saved. msgid "Error saving user URL shortening preferences." msgstr "" +"Erreur lors de l’enregistrement des préférences de raccourcissement des URL " +"de l’utilisateur." #. TRANS: User admin panel title. msgctxt "TITLE" @@ -6198,9 +6167,9 @@ msgstr "Texte de bienvenue invalide. La taille maximale est de 255 caractères." #. TRANS: Client error displayed when trying to set a non-existing user as default subscription for new #. TRANS: users in user admin panel. %1$s is the invalid nickname. -#, fuzzy, php-format +#, php-format msgid "Invalid default subscripton: \"%1$s\" is not a user." -msgstr "Abonnement par défaut invalide : « %1$s » n’est pas un utilisateur." +msgstr "Abonnement par défaut non valide : « %1$s » n’est pas un utilisateur." #. TRANS: Fieldset legend in user administration panel. msgctxt "LEGEND" @@ -6250,9 +6219,8 @@ msgstr "" "S’il faut autoriser les utilisateurs à inviter de nouveaux utilisateurs." #. TRANS: Button title to save user settings in user admin panel. -#, fuzzy msgid "Save user settings." -msgstr "Sauvegarder les paramètres utilisateur" +msgstr "Enregistrer les paramètres utilisateur." #. TRANS: Page title for all but the first page of groups for a user. #. TRANS: %1$s is a nickname, %2$d is a page number. @@ -6294,12 +6262,12 @@ msgstr "StatusNet %s" #. TRANS: Content part of StatusNet version page. #. TRANS: %1$s is the engine name (StatusNet) and %2$s is the StatusNet version. -#, fuzzy, php-format +#, php-format msgid "" "This site is powered by %1$s version %2$s, Copyright 2008-2011 StatusNet, " "Inc. and contributors." msgstr "" -"Ce site est propulsé par %1$s, version %2$s, Copyright 2008-2010 StatusNet, " +"Ce site est propulsé par %1$s version %2$s. Copyright 2008–2010 StatusNet, " "Inc. et ses contributeurs." #. TRANS: Header for StatusNet contributors section on the version page. @@ -6311,7 +6279,6 @@ msgid "License" msgstr "Licence" #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "StatusNet is free software: you can redistribute it and/or modify it under " "the terms of the GNU Affero General Public License as published by the Free " @@ -6319,12 +6286,11 @@ msgid "" "any later version." msgstr "" "StatusNet est un logiciel libre : vous pouvez le redistribuer et/ou le " -"modifier en respectant les termes de la licence Licence Publique Générale " -"GNU Affero telle qu’elle a été publiée par la Free Software Foundation, dans " -"sa version 3 ou (comme vous le souhaitez) toute version plus récente. " +"modifier en respectant les termes de la Licence Publique Générale GNU Affero " +"telle qu’elle a été publiée par la Free Software Foundation, dans sa version " +"3 ou (à votre convenance) toute version ultérieure." #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " @@ -6332,9 +6298,9 @@ msgid "" "for more details." msgstr "" "Ce programme est distribué dans l’espoir qu’il sera utile, mais SANS AUCUNE " -"GARANTIE ; sans même la garantie implicite de COMMERCIALISATION ou " -"D’ADAPTATION À UN BUT PARTICULIER. Pour plus de détails, voir la Licence " -"Publique Générale GNU Affero." +"GARANTIE ; sans même la garantie implicite de COMMERCIALISABILITÉ ni " +"d’ADAPTATION À UN BUT PARTICULIER. Consultez la Licence Publique Générale " +"GNU Affero pour plus de détails." #. TRANS: Content part of StatusNet version page. #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html". @@ -6395,10 +6361,9 @@ msgstr "Robin pense que quelque chose est impossible." #, php-format msgid "%1$d byte" msgid_plural "%1$d bytes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$d octet" +msgstr[1] " %1$d octets" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -9433,7 +9398,7 @@ msgstr "Raccourcisseurs d’URL" #. TRANS: Menu item in settings navigation panel. msgctxt "MENU" msgid "IM" -msgstr "IM" +msgstr "Messagerie instantanée" #. TRANS: Menu item title in settings navigation panel. msgid "Updates by instant messenger (IM)" diff --git a/locale/fur/LC_MESSAGES/statusnet.po b/locale/fur/LC_MESSAGES/statusnet.po index 32041910c4..272a6cd448 100644 --- a/locale/fur/LC_MESSAGES/statusnet.po +++ b/locale/fur/LC_MESSAGES/statusnet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/locale/gl/LC_MESSAGES/statusnet.po b/locale/gl/LC_MESSAGES/statusnet.po index 2a2a0e5e08..0e35d61e1d 100644 --- a/locale/gl/LC_MESSAGES/statusnet.po +++ b/locale/gl/LC_MESSAGES/statusnet.po @@ -12,18 +12,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:05+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -6298,15 +6297,14 @@ msgstr "Robin pensa que algo é imposible." #, php-format msgid "%1$d byte" msgid_plural "%1$d bytes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$d byte" +msgstr[1] "%1$d bytes" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have #. TRANS: gettext support multiple plurals in the same message, unfortunately... -#, fuzzy, php-format +#, php-format msgid "" "No file may be larger than %1$d byte and the file you sent was %2$s. Try to " "upload a smaller version." @@ -6315,10 +6313,10 @@ msgid_plural "" "upload a smaller version." msgstr[0] "" "Ningún ficheiro pode superar o tamaño de %1$d byte e o que enviou ocupaba %2" -"$d bytes. Probe a subir un ficheiro máis pequeno." +"$s. Probe a subir un ficheiro máis pequeno." msgstr[1] "" -"Ningún ficheiro pode superar os %1$d bytes e o que enviou ocupaba %2$d " -"bytes. Probe a subir un ficheiro máis pequeno." +"Ningún ficheiro pode superar os %1$d bytes e o que enviou ocupaba %2$s. " +"Probe a subir un ficheiro máis pequeno." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. @@ -6544,9 +6542,8 @@ msgstr "" "Vostede xa creou %d ou máis etiquetas, que é o número máximo permitido. " "Intente usar ou borrar algunha das que xa existen." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, fuzzy, php-format +#, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " "allowed number. Try unlisting others first." diff --git a/locale/he/LC_MESSAGES/statusnet.po b/locale/he/LC_MESSAGES/statusnet.po index 0301216366..2d1a331210 100644 --- a/locale/he/LC_MESSAGES/statusnet.po +++ b/locale/he/LC_MESSAGES/statusnet.po @@ -10,18 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:07+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -484,7 +483,7 @@ msgstr "לא ניתן לשלוח הודעות ישירות למשתמשים שא #. TRANS: Error text shown when trying to send a direct message to self. msgid "" "Do not send a message to yourself; just say it to yourself quietly instead." -msgstr "" +msgstr "אל תשלח לעצמך הודעה; פשוט אמור את זה לעצמך בשקט." #. TRANS: Client error displayed when requesting a status with a non-existing ID. #. TRANS: Client error displayed when trying to remove a favourite with an invalid ID. @@ -8283,18 +8282,16 @@ msgid " " msgstr "" #. TRANS: Link title in notice list item to reply to a notice. -#, fuzzy msgid "Reply to this notice." -msgstr "להדהד את העדכון הזה." +msgstr "להגיב לעדכון הזה।" #. TRANS: Link text in notice list item to reply to a notice. msgid "Reply" msgstr "תגובות" #. TRANS: Link title in notice list item to delete a notice. -#, fuzzy msgid "Delete this notice from the timeline." -msgstr "למחוק את העדכון הזה." +msgstr "למחוק את העדכון הזה מציר הזמן." #. TRANS: Title for repeat form status in notice list when a notice has been repeated. msgid "Notice repeated." @@ -8302,7 +8299,7 @@ msgstr "העדכון הודהד." #. TRANS: Field label for notice text. msgid "Update your status..." -msgstr "" +msgstr "עדכון מצב॥।" #. TRANS: Form legend of form to nudge/ping another user. msgid "Nudge this user" diff --git a/locale/hsb/LC_MESSAGES/statusnet.po b/locale/hsb/LC_MESSAGES/statusnet.po index 61724e0eb8..edb1153a96 100644 --- a/locale/hsb/LC_MESSAGES/statusnet.po +++ b/locale/hsb/LC_MESSAGES/statusnet.po @@ -12,19 +12,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Upper Sorbian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: hsb\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : (n%100==3 || " "n%100==4) ? 2 : 3)\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -132,7 +131,7 @@ msgstr "Składować" #. TRANS: Client error displayed when the session token is not okay. #. TRANS: Client error displayed when the session token does not match or is not given. msgid "There was a problem with your session token. Try again, please." -msgstr "" +msgstr "Bě problem z twojim posedźenskim tokenom. Spytaj prošu hišće raz." #. TRANS: Error message displayed when trying to perform an action that requires a logged in user. msgid "Not logged in." @@ -157,7 +156,7 @@ msgstr "Lisćina njeeksistuje." #. TRANS: %s is a username. #, php-format msgid "There was an unexpected error while listing %s." -msgstr "" +msgstr "Při listowanju %s je njewočakowany zmylk wustupił." #. TRANS: Client error displayed when an unknown error occurs when adding a user to a list. #. TRANS: %s is a profile URL. @@ -3688,7 +3687,7 @@ msgstr "SSL wužiwać" #. TRANS: Tooltip for field label in Paths admin panel. msgid "When to use SSL." -msgstr "" +msgstr "Hdy ma so SSL wužiwać." #. TRANS: Tooltip for field label in Paths admin panel. msgid "Server to direct SSL requests to." @@ -3909,7 +3908,7 @@ msgstr "Znjemóžnjeny" #. TRANS: Do not translate POST. #. TRANS: Client error displayed when trying to use another method than POST. msgid "This action only accepts POST requests." -msgstr "" +msgstr "Tuta akcija jenož POST-naprašowanja akceptuje." #. TRANS: Client error displayed when trying to enable or disable a plugin without access rights. msgid "You cannot administer plugins." @@ -4257,6 +4256,8 @@ msgid "" "Why not [register an account](%%action.register%%) and be the first to post " "one!" msgstr "" +"Čehodla [njeregistruješ konto](%%action.register%%) a sy prěni, kiž powěsć " +"wotpósćele!" #. TRANS: Client error displayed trying to recover password while already logged in. msgid "You are already logged in!" @@ -5213,7 +5214,7 @@ msgstr "Mjeno twojeho sydła, kaž \"TwojePředewzaće - Mikroblog\"." #. TRANS: Field label on site settings panel. msgid "Brought by" -msgstr "" +msgstr "Dodaty wot" #. TRANS: Field title on site settings panel. msgid "Text used for credits link in footer of each page." @@ -5221,7 +5222,7 @@ msgstr "" #. TRANS: Field label on site settings panel. msgid "Brought by URL" -msgstr "" +msgstr "Dodaty wot URL" #. TRANS: Field title on site settings panel. msgid "URL used for credits link in footer of each page." @@ -5279,6 +5280,8 @@ msgstr "Limit duplikatow" #. TRANS: Field title on site settings panel. msgid "How long users must wait (in seconds) to post the same thing again." msgstr "" +"Kak dołho wužiwar dyrbi čakać (w sekundach), zo by móhł samsnu powěsć hišće " +"raz pósłać." #. TRANS: Fieldset legend for form to change logo. msgid "Logo" @@ -5332,7 +5335,7 @@ msgstr "SMS-nastajenja" #. TRANS: %%site.name%% is the name of the site. #, php-format msgid "You can receive SMS messages through email from %%site.name%%." -msgstr "" +msgstr "Móžeš SMS-powěsće přez e-mejl wot %%site.name%% přijeć." #. TRANS: Message given in the SMS settings if SMS is not enabled on the site. msgid "SMS is not available." @@ -5903,7 +5906,7 @@ msgstr "Přeprošenja zmóžnjene" #. TRANS: Tooltip for checkbox in user admin panel for allowing users to invite friend using site e-mail. msgid "Whether to allow users to invite new users." -msgstr "" +msgstr "Hač je dowolene, nowych wužiwarjow přeprosyć." #. TRANS: Button title to save user settings in user admin panel. msgid "Save user settings." @@ -6034,10 +6037,10 @@ msgstr "Robin měni, zo něšto je njemóžno." #, php-format msgid "%1$d byte" msgid_plural "%1$d bytes" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "%1$d bajt" +msgstr[1] "%1$d bajtaj" +msgstr[2] "%1d bajty" +msgstr[3] "%1$d bajtow" #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, @@ -8997,7 +9000,7 @@ msgstr "Ludźo, kotřiž su %s abonowali." #, php-format msgctxt "MENU" msgid "Pending (%d)" -msgstr "" +msgstr "Njesčinjeny (%d)" #. TRANS: Menu item title in local navigation menu. #, php-format diff --git a/locale/hu/LC_MESSAGES/statusnet.po b/locale/hu/LC_MESSAGES/statusnet.po index 70067246b9..dc1b4d90f7 100644 --- a/locale/hu/LC_MESSAGES/statusnet.po +++ b/locale/hu/LC_MESSAGES/statusnet.po @@ -14,15 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: hu\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/locale/ia/LC_MESSAGES/statusnet.po b/locale/ia/LC_MESSAGES/statusnet.po index efbb36f8a8..1970497d7f 100644 --- a/locale/ia/LC_MESSAGES/statusnet.po +++ b/locale/ia/LC_MESSAGES/statusnet.po @@ -9,18 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:13+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -3903,7 +3902,7 @@ msgstr "Monstrar etiquettas public." #. TRANS: Submit button text on gallery action page. msgctxt "BUTTON" msgid "Go" -msgstr "Ir" +msgstr "Va" #. TRANS: Message displayed for anonymous users on page that displays lists by a user. #. TRANS: This message contains Markdown links in the form [description](links). @@ -6264,15 +6263,14 @@ msgstr "Robin pensa que alique es impossibile." #, php-format msgid "%1$d byte" msgid_plural "%1$d bytes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$d byte" +msgstr[1] "%1$d bytes" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have #. TRANS: gettext support multiple plurals in the same message, unfortunately... -#, fuzzy, php-format +#, php-format msgid "" "No file may be larger than %1$d byte and the file you sent was %2$s. Try to " "upload a smaller version." @@ -6281,10 +6279,10 @@ msgid_plural "" "upload a smaller version." msgstr[0] "" "Nulle file pote esser plus grande que %1$d byte e le file que tu inviava ha %" -"2$d bytes. Tenta incargar un version minus grande." +"2$s. Tenta incargar un version minus grande." msgstr[1] "" "Nulle file pote esser plus grande que %1$d bytes e le file que tu inviava ha " -"%2$d bytes. Tenta incargar un version minus grande." +"%2$s. Tenta incargar un version minus grande." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. @@ -6508,15 +6506,14 @@ msgstr "" "Tu ha jam create %d o plus etiquettas, que es le numero maxime de etiquettas " "permittite. Tenta usar o deler alcun etiquettas existente." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, fuzzy, php-format +#, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " "allowed number. Try unlisting others first." msgstr "" -"Il ha jam %1$d o plus personas in le lista %2$s, que es le numero maxime " -"permittite. Tenta primo remover alteres del lista." +"Il ha jam %1$d o plus personas in le lista %2$s, que es le maximo " +"permittite. Remove alteres del lista primo." #. TRANS: Exception thrown when inserting a list subscription in the database fails. msgid "Adding list subscription failed." diff --git a/locale/it/LC_MESSAGES/statusnet.po b/locale/it/LC_MESSAGES/statusnet.po index 9a66eb9cdd..cb47d6c786 100644 --- a/locale/it/LC_MESSAGES/statusnet.po +++ b/locale/it/LC_MESSAGES/statusnet.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Core to Italian (Italiano) # Exported from translatewiki.net # +# Author: Gianfranco # Author: HalphaZ # Author: Milocasagrande # Author: Mpitt @@ -15,18 +16,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:15+0000\n" "Language-Team: Italian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: it\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -104,9 +104,8 @@ msgid "Closed" msgstr "Chiuso" #. TRANS: Button title to save access settings in site admin panel. -#, fuzzy msgid "Save access settings." -msgstr "Salva impostazioni di accesso" +msgstr "Salva le impostazioni di accesso." #. TRANS: Button text to save access settings in site admin panel. #. TRANS: Button label to save e-mail preferences. @@ -240,22 +239,21 @@ msgid "No such user." msgstr "Utente inesistente." #. TRANS: Title of a user's own start page. -#, fuzzy msgid "Home timeline" -msgstr "Attività di %s" +msgstr "Timeline della Home" #. TRANS: Title of another user's start page. #. TRANS: %s is the other user's name. -#, fuzzy, php-format +#, php-format msgid "%s's home timeline" -msgstr "Attività di %s" +msgstr "Timeline della Home di %s" #. TRANS: %s is user nickname. #. TRANS: Feed title. #. TRANS: %s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for friends of %s (Activity Streams JSON)" -msgstr "Feed degli amici di %s (Atom)" +msgstr "Feed per gli amici di %s (Activity Streams JSON)" #. TRANS: %s is user nickname. #, php-format @@ -316,10 +314,9 @@ msgstr "Perché non [crei un accout](%%action.register%%) e ne scrivi uno tu!" #. TRANS: Button text for inviting more users to the StatusNet instance. #. TRANS: Less business/enterprise-oriented language for public sites. -#, fuzzy msgctxt "BUTTON" msgid "Send invite" -msgstr "Inviti" +msgstr "Manda un invito" #. TRANS: Message is used as link title. %s is a user nickname. #. TRANS: Title of API timeline for a user and friends. @@ -382,7 +379,7 @@ msgstr "Impossibile salvare il profilo." #. TRANS: Client error displayed when the number of bytes in a POST request exceeds a limit. #. TRANS: %s is the number of bytes of the CONTENT_LENGTH. -#, fuzzy, php-format +#, php-format msgid "" "The server was unable to handle that much POST data (%s byte) due to its " "current configuration." @@ -390,11 +387,11 @@ msgid_plural "" "The server was unable to handle that much POST data (%s bytes) due to its " "current configuration." msgstr[0] "" -"Il server non è in grado di gestire tutti quei dati POST (%s byte) con la " -"configurazione attuale." +"Il server non è stato in grado di gestire tutti quei dati di POST (%s byte) " +"per la sua attuale configurazione." msgstr[1] "" -"Il server non è in grado di gestire tutti quei dati POST (%s byte) con la " -"configurazione attuale." +"Il server non è stato in grado di gestire tutti quei dati di POST (%s byte) " +"per la sua attuale configurazione." #. TRANS: Title for Atom feed. msgctxt "ATOM" @@ -426,9 +423,9 @@ msgid "%s favorites" msgstr "Preferiti di %s" #. TRANS: Title for Atom feed with a user's memberships. %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s memberships" -msgstr "Membri del gruppo %s" +msgstr "Membri di %s" #. TRANS: Client error displayed when users try to block themselves. msgid "You cannot block yourself!" @@ -452,7 +449,6 @@ msgid "No conversation with ID %d." msgstr "Nessuna conversazione con ID %d." #. TRANS: Title for conversion timeline. -#, fuzzy msgctxt "TITLE" msgid "Conversation" msgstr "Conversazione" @@ -628,9 +624,8 @@ msgstr[1] "La descrizione è troppo lunga (massimo %d caratteri)." #. TRANS: Group create form validation error. #. TRANS: Validation error in form for profile settings. #. TRANS: Form validation error displayed when trying to register with a too long location. -#, fuzzy msgid "Location is too long (maximum 255 characters)." -msgstr "Ubicazione troppo lunga (max 255 caratteri)." +msgstr "L'indirizzo è troppo lungo (max 255 caratteri)." #. TRANS: Client error shown when providing too many aliases during group creation. #. TRANS: %d is the maximum number of allowed aliases. @@ -809,12 +804,11 @@ msgstr "Una lista deve avere un nome." #. TRANS: Client error displayed when a membership check for a user is nagative. msgid "The specified user is not a subscriber of this list." -msgstr "" +msgstr "L'utente indicato non fa parte di questa lista." #. TRANS: Client error displayed when trying to unsubscribe from a non-subscribed list. -#, fuzzy msgid "You are not subscribed to this list." -msgstr "Non hai una abbonamento a quel profilo." +msgstr "Non sei iscritto a questa lista." #. TRANS: Client error displayed when uploading a media file has failed. msgid "Upload failed." @@ -1029,11 +1023,11 @@ msgstr "Il client deve fornire un parametro \"status\" con un valore." #. TRANS: Client error displayed when the parameter "status" is missing. #. TRANS: %d is the maximum number of character for a notice. #. TRANS: Error message in incoming mail handler used when an incoming e-mail contains too many characters. -#, fuzzy, php-format +#, php-format msgid "That's too long. Maximum notice size is %d character." msgid_plural "That's too long. Maximum notice size is %d characters." -msgstr[0] "È troppo lungo. Lunghezza massima %d carattere." -msgstr[1] "È troppo lungo. Lunghezza massima %d caratteri." +msgstr[0] "Troppo lungo. La massima lunghezza consentita è di %d carattere." +msgstr[1] "Troppo lungo. La massima lunghezza consentita è di %d caratteri." #. TRANS: Client error displayed when replying to a non-existing notice. msgid "Parent notice not found." @@ -1065,9 +1059,9 @@ msgstr "%1$s / Preferiti da %2$s" #. TRANS: Subtitle for timeline of most recent favourite notices by a user. #. TRANS: %1$s is the StatusNet sitename, %2$s is a user's full name, #. TRANS: %3$s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s updates favorited by %2$s / %3$s." -msgstr "%1$s aggiornamenti preferiti da %2$s / %3$s" +msgstr "%1$s aggiornamenti favoriti da %2$s / %3$s." #. TRANS: Server error displayed whe trying to get a timeline fails. #. TRANS: %s is the error message. @@ -1143,9 +1137,8 @@ msgid "Updates tagged with %1$s on %2$s!" msgstr "Messaggi etichettati con %1$s su %2$s!" #. TRANS: Client error displayed trying to add a notice to another user's timeline. -#, fuzzy msgid "Only the user can add to their own timeline." -msgstr "Solo l'utente può leggere la propria casella di posta." +msgstr "Solo l'utente può aggiungere alla propria timeline." #. TRANS: Client error displayed when using another format than AtomPub. msgid "Only accept AtomPub for Atom feeds." @@ -1153,7 +1146,7 @@ msgstr "" #. TRANS: Client error displayed attempting to post an empty API notice. msgid "Atom post must not be empty." -msgstr "" +msgstr "Un post Atom non può essere vuoto." #. TRANS: Client error displayed attempting to post an API that is not well-formed XML. msgid "Atom post must be well-formed XML." @@ -1175,15 +1168,15 @@ msgstr "" #. TRANS: Client error displayed when posting a notice without content through the API. #. TRANS: %d is the notice ID (number). -#, fuzzy, php-format +#, php-format msgid "No content for notice %d." -msgstr "Trova contenuto dei messaggi" +msgstr "Nessun contenuto per avviso di %d." #. TRANS: Client error displayed when using another format than AtomPub. #. TRANS: %s is the notice URI. -#, fuzzy, php-format +#, php-format msgid "Notice with URI \"%s\" already exists." -msgstr "Un messaggio con quel ID non esiste." +msgstr "Un avviso con URI \"%s\" esiste già." #. TRANS: Server error for unfinished API method showTrends. msgid "API method under construction." @@ -1247,30 +1240,34 @@ msgstr "Devi prima effettuare l'accesso." #. TRANS: being a group administrator. msgid "Only group admin can approve or cancel join requests." msgstr "" +"Solo gli admin di gruppo possono approvare o respingere le richieste di " +"adesione." #. TRANS: Client error displayed trying to approve group membership without specifying a profile to approve. #. TRANS: Client error displayed trying to approve subscriptionswithout specifying a profile to approve. -#, fuzzy msgid "Must specify a profile." -msgstr "Profilo mancante." +msgstr "Devi specificare un profilo." #. TRANS: Client error displayed trying to approve group membership for a non-existing request. #. TRANS: %s is a nickname. #. TRANS: Client error displayed when trying to approve a non-existing group join request. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s is not in the moderation queue for this group." -msgstr "Un elenco degli utenti in questo gruppo." +msgstr "%s non è nella coda di moderazione per questo gruppo." #. TRANS: Client error displayed trying to approve/deny group membership. #. TRANS: Client error displayed trying to approve/deny subscription. msgid "Internal error: received neither cancel nor abort." msgstr "" +"Errore interno: non è stato ricevuto comando né di cancellazione né di " +"annullamento." #. TRANS: Client error displayed trying to approve/deny group membership. #. TRANS: Client error displayed trying to approve/deny subscription msgid "Internal error: received both cancel and abort." msgstr "" +"Errore interno: ricevuti comandi sia di cancellazione che di interruzione." #. TRANS: Server error displayed when cancelling a queued group join request fails. #. TRANS: %1$s is the leaving user's nickname, $2$s is the group nickname for which the leave failed. @@ -1328,9 +1325,8 @@ msgstr "Messaggi da %1$s e amici su %2$s!" #. TRANS: Client exception thrown when trying to set a favorite for another user. #. TRANS: Client exception thrown when trying to subscribe another user. -#, fuzzy msgid "Cannot add someone else's subscription." -msgstr "Impossibile inserire un nuovo abbonamento." +msgstr "Non è possibile aggiungere una sottoscrizione di qualcun altro." #. TRANS: Client exception thrown when trying use an incorrect activity verb for the Atom pub method. #, fuzzy @@ -1343,9 +1339,8 @@ msgid "Can only fave notices." msgstr "Trova contenuto dei messaggi" #. TRANS: Client exception thrown when trying favorite a notice without content. -#, fuzzy msgid "Unknown notice." -msgstr "Sconosciuto" +msgstr "Avviso sconosciuto." #. TRANS: Client exception thrown when trying favorite an already favorited notice. msgid "Already a favorite." @@ -1386,14 +1381,12 @@ msgid "Blocked by admin." msgstr "Bloccato da un admin." #. TRANS: Client exception thrown when referencing a non-existing favorite. -#, fuzzy msgid "No such favorite." -msgstr "Nessun file." +msgstr "Quel preferito non esiste." #. TRANS: Client exception thrown when trying to remove a favorite notice of another user. -#, fuzzy msgid "Cannot delete someone else's favorite." -msgstr "Impossibile eliminare un preferito." +msgstr "Impossibile eliminare un preferito altrui." #. TRANS: Client exception thrown when trying to show membership of a non-subscribed group msgid "Not a member." @@ -1406,9 +1399,9 @@ msgstr "Impossibile salvare l'abbonamento." #. TRANS: Client exception thrown when trying to display a subscription for a non-existing profile ID. #. TRANS: %d is the non-existing profile ID number. -#, fuzzy, php-format +#, php-format msgid "No such profile id: %d." -msgstr "Nessun profilo." +msgstr "Non esiste quell'id di profilo: %d." #. TRANS: Client exception thrown when trying to display a subscription for a non-subscribed profile ID. #. TRANS: %1$d is the non-existing subscriber ID number, $2$d is the ID of the profile that was not subscribed to. @@ -1417,9 +1410,8 @@ msgid "Profile %1$d not subscribed to profile %2$d." msgstr "Non hai una abbonamento a quel profilo." #. TRANS: Client exception thrown when trying to delete a subscription of another user. -#, fuzzy msgid "Cannot delete someone else's subscription." -msgstr "Impossibile salvare l'abbonamento." +msgstr "Non è possibile eliminare la sottoscrizione di qualcun altro." #. TRANS: Subtitle for Atom subscription feed. #. TRANS: %1$s is a user nickname, %s$s is the StatusNet sitename. @@ -1437,15 +1429,15 @@ msgstr "" #. TRANS: Client exception thrown when subscribing to a non-existing profile. #. TRANS: %s is the unknown profile ID. -#, fuzzy, php-format +#, php-format msgid "Unknown profile %s." -msgstr "Tipo di file sconosciuto" +msgstr "Profilo sconosciuto %s." #. TRANS: Client error displayed trying to subscribe to an already subscribed profile. #. TRANS: %s is the profile the user already has a subscription on. -#, fuzzy, php-format +#, php-format msgid "Already subscribed to %s." -msgstr "Hai già l'abbonamento!" +msgstr "Già iscritto a %s." #. TRANS: Client error displayed trying to get a non-existing attachment. msgid "No such attachment." @@ -1505,10 +1497,9 @@ msgstr "Anteprima" #. TRANS: Submit button text the OAuth application page to delete an application. #. TRANS: Button text for deleting a group. #. TRANS: Button text to delete a list. -#, fuzzy msgctxt "BUTTON" msgid "Delete" -msgstr "Elimina" +msgstr "Cancella" #. TRANS: Button on avatar upload page to upload an avatar. #. TRANS: Submit button to confirm upload of a user backup file for account restore. @@ -1550,7 +1541,7 @@ msgstr "Immagine eliminata." #. TRANS: Title for backup account page. #. TRANS: Option in profile settings to create a backup of the account of the currently logged in user. msgid "Backup account" -msgstr "" +msgstr "Fai un backup dell'account" #. TRANS: Client exception thrown when trying to backup an account while not logged in. #, fuzzy @@ -1559,7 +1550,7 @@ msgstr "Solo gli utenti collegati possono ripetere i messaggi." #. TRANS: Client exception thrown when trying to backup an account without having backup rights. msgid "You may not backup your account." -msgstr "" +msgstr "Non puoi effettuare il backup tuo account." #. TRANS: Information displayed on the backup account page. msgid "" @@ -1764,10 +1755,9 @@ msgstr "Feed dei messaggi per %s (RSS 2.0)" #. TRANS: Title for conversation page. #. TRANS: Title for page that shows a notice. -#, fuzzy msgctxt "TITLE" msgid "Notice" -msgstr "Messaggi" +msgstr "Avviso" #. TRANS: Client exception displayed trying to delete a user account while not logged in. #, fuzzy @@ -1781,7 +1771,7 @@ msgstr "Non puoi eliminare utenti." #. TRANS: Confirmation text for user deletion. The user has to type this exactly the same, including punctuation. msgid "I am sure." -msgstr "" +msgstr "Sono sicuro." #. TRANS: Notification for user about the text that must be input to be able to delete a user account. #. TRANS: %s is the text that needs to be input. @@ -1790,15 +1780,13 @@ msgid "You must write \"%s\" exactly in the box." msgstr "" #. TRANS: Confirmation that a user account has been deleted. -#, fuzzy msgid "Account deleted." -msgstr "Immagine eliminata." +msgstr "Account eliminato." #. TRANS: Page title for page on which a user account can be deleted. #. TRANS: Option in profile settings to delete the account of the currently logged in user. -#, fuzzy msgid "Delete account" -msgstr "Crea un account" +msgstr "Elimina account" #. TRANS: Form text for user deletion form. msgid "" @@ -1823,14 +1811,14 @@ msgstr "Conferma" #. TRANS: Input title for the delete account field. #. TRANS: %s is the text that needs to be input. -#, fuzzy, php-format +#, php-format msgid "Enter \"%s\" to confirm that you want to delete your account." -msgstr "Non puoi eliminare utenti." +msgstr "" +"Immetti \"%s\" per confermare che davvero desideri cancellare il tuo account." #. TRANS: Button title for user account deletion. -#, fuzzy msgid "Permanently delete your account." -msgstr "Elimina definitivamente il tuo account" +msgstr "Elimina definitivamente il tuo account." #. TRANS: Client error displayed trying to delete an application while not logged in. msgid "You must be logged in to delete an application." @@ -1909,14 +1897,12 @@ msgstr "" "dell'utente dal database, senza una copia di sicurezza." #. TRANS: Submit button title for 'No' when deleting a group. -#, fuzzy msgid "Do not delete this group." -msgstr "Non eliminare il messaggio" +msgstr "Non eliminare questo gruppo." #. TRANS: Submit button title for 'Yes' when deleting a group. -#, fuzzy msgid "Delete this group." -msgstr "Elimina questo utente" +msgstr "Elimina questo gruppo." #. TRANS: Instructions for deleting a notice. msgid "" @@ -1954,7 +1940,6 @@ msgid "You can only delete local users." msgstr "Puoi eliminare solo gli utenti locali." #. TRANS: Title of delete user page. -#, fuzzy msgctxt "TITLE" msgid "Delete user" msgstr "Elimina utente" @@ -1977,9 +1962,8 @@ msgid "Do not delete this user." msgstr "Non eliminare il messaggio" #. TRANS: Submit button title for 'Yes' when deleting a user. -#, fuzzy msgid "Delete this user." -msgstr "Elimina questo utente" +msgstr "Elimina questo utente." #. TRANS: Client error displayed when trying to remove favorite status for a notice that is not a favorite. msgid "This notice is not a favorite!" @@ -1998,10 +1982,9 @@ msgstr "Nessun documento \"%s\"" #. TRANS: Menu item in administrator navigation panel. #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Home" -msgstr "Pagina web" +msgstr "Home" msgctxt "MENU" msgid "Docs" @@ -2012,18 +1995,16 @@ msgctxt "MENU" msgid "Help" msgstr "Aiuto" -#, fuzzy msgid "Getting started" -msgstr "Impostazioni salvate." +msgstr "Guida introduttiva" #. TRANS: Secondary navigation menu item leading to text about StatusNet site. msgctxt "MENU" msgid "About" msgstr "Informazioni" -#, fuzzy msgid "About this site" -msgstr "Sblocca questo utente" +msgstr "A proposito di questo sito" #. TRANS: Secondary navigation menu item leading to Frequently Asked Questions. msgctxt "MENU" @@ -2031,7 +2012,7 @@ msgid "FAQ" msgstr "FAQ" msgid "Frequently asked questions" -msgstr "" +msgstr "Domande frequenti" #. TRANS: Secondary navigation menu item leading to e-mail contact information on the #. TRANS: StatusNet site, where to report bugs, ... @@ -2039,29 +2020,25 @@ msgctxt "MENU" msgid "Contact" msgstr "Contattaci" -#, fuzzy msgid "Contact info" -msgstr "Contattaci" +msgstr "Info di contatto" -#, fuzzy msgctxt "MENU" msgid "Tags" -msgstr "Etichette" +msgstr "Tag" msgid "Using tags" -msgstr "" +msgstr "Uso dei Tag" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Groups" msgstr "Gruppi" -#, fuzzy msgid "Using groups" -msgstr "Gruppi dell'utente" +msgstr "Uso dei gruppi" msgctxt "MENU" msgid "API" @@ -2176,9 +2153,9 @@ msgstr "Opzioni salvate." #. TRANS: Title for edit list page after deleting a tag. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Delete %s list" -msgstr "Elimina questo utente" +msgstr "Elimina la lista %s" #. TRANS: Title for edit list page. #. TRANS: %s is a list. @@ -2198,9 +2175,8 @@ msgid "Not a local user." msgstr "Utente inesistente." #. TRANS: Client error displayed when reting to edit a tag that was not self-created. -#, fuzzy msgid "You must be the creator of the tag to edit it." -msgstr "Devi essere amministratore per modificare il gruppo." +msgstr "Devi essere il creatore del tag per poterlo modificare." #. TRANS: Form instruction for edit list form. #, fuzzy @@ -2208,9 +2184,8 @@ msgid "Use this form to edit the list." msgstr "Usa questo modulo per modificare il gruppo." #. TRANS: Form validation error displayed if the form data for deleting a tag was incorrect. -#, fuzzy msgid "Delete aborted." -msgstr "Elimina messaggio" +msgstr "Eliminazione interrotta." #. TRANS: Text in confirmation dialog for deleting a tag. msgid "" @@ -2219,15 +2194,14 @@ msgid "" msgstr "" #. TRANS: Form validation error displayed if a given tag is invalid. -#, fuzzy msgid "Invalid tag." -msgstr "Dimensione non valida." +msgstr "Tag non valido." #. TRANS: Form validation error displayed if a given tag is already present. #. TRANS: %s is the already present tag. -#, fuzzy, php-format +#, php-format msgid "You already have a tag named %s." -msgstr "Hai già ripetuto quel messaggio." +msgstr "Hai già un tag chiamato %s." #. TRANS: Text in confirmation dialog for setting a tag from public to private. msgid "" @@ -2388,9 +2362,8 @@ msgstr "Quell'indirizzo email appartiene già a un altro utente." #. TRANS: Server error thrown on database error adding e-mail confirmation code. #. TRANS: Server error thrown on database error adding Instant Messaging confirmation code. #. TRANS: Server error thrown on database error adding SMS confirmation code. -#, fuzzy msgid "Could not insert confirmation code." -msgstr "Impossibile inserire il codice di conferma." +msgstr "Impossibile inserire codice di conferma." #. TRANS: Message given saving valid e-mail address that is to be confirmed. msgid "" @@ -2690,7 +2663,7 @@ msgstr "Un elenco degli utenti in questo gruppo." #. TRANS: Client error displayed when trying to approve group applicants without being a group administrator. msgid "Only the group admin may approve users." -msgstr "" +msgstr "Solo gli admin del gruppo possono approvare gli utenti." #. TRANS: Title of the first page showing pending group members still awaiting approval to join the group. #. TRANS: %s is the name of the group. @@ -2715,7 +2688,6 @@ msgid "Updates from members of %1$s on %2$s!" msgstr "Messaggi dai membri di %1$s su %2$s!" #. TRANS: Title for first page of the groups list. -#, fuzzy msgctxt "TITLE" msgid "Groups" msgstr "Gruppi" @@ -2849,14 +2821,12 @@ msgid "%s screenname." msgstr "Soprannome di %s." #. TRANS: Header for IM preferences form. -#, fuzzy msgid "IM Preferences" -msgstr "Preferenze messaggistica" +msgstr "Preferenze IM" #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Send me notices" -msgstr "Invia un messaggio" +msgstr "Inviami gli avvisi" #. TRANS: Checkbox label in IM preferences form. #, fuzzy @@ -2889,9 +2859,8 @@ msgid "No screenname." msgstr "Nessun soprannome." #. TRANS: Form validation error when no transport is available setting an IM address. -#, fuzzy msgid "No transport." -msgstr "Nessun messaggio." +msgstr "Nessun trasporto." #. TRANS: Message given saving IM address that cannot be normalised. #, fuzzy @@ -2968,9 +2937,9 @@ msgstr "Devi eseguire l'accesso per invitare altri utenti a usare %s." #. TRANS: Form validation message when providing an e-mail address that does not validate. #. TRANS: %s is an invalid e-mail address. -#, fuzzy, php-format +#, php-format msgid "Invalid email address: %s." -msgstr "Indirizzo email non valido: %s" +msgstr "Indirizzo email non valido: %s." #. TRANS: Page title when invitations have been sent. #, fuzzy @@ -3053,9 +3022,8 @@ msgid "%1$s joined group %2$s" msgstr "%1$s fa ora parte del gruppo %2$s" #. TRANS: Exception thrown when there is an unknown error joining a group. -#, fuzzy msgid "Unknown error joining group." -msgstr "Sconosciuto" +msgstr "Errore sconosciuto nell'adesione al gruppo." #. TRANS: Client error displayed when trying to join a group while already a member. #. TRANS: Error text shown when trying to leave an existing group the user is not a member of. @@ -3167,9 +3135,8 @@ msgid "URL for an image to display with the license." msgstr "Indirizzo di un'immagine da visualizzare con la licenza." #. TRANS: Button title in the license admin panel. -#, fuzzy msgid "Save license settings." -msgstr "Salva impostazioni licenza" +msgstr "Salva le impostazioni di licenza." #. TRANS: Form validation error displayed when trying to log in with incorrect credentials. msgid "Incorrect username or password." @@ -3262,7 +3229,6 @@ msgid "No current status." msgstr "Nessun messaggio corrente." #. TRANS: This is the title of the form for adding a new application. -#, fuzzy msgid "New application" msgstr "Nuova applicazione" @@ -3283,18 +3249,16 @@ msgid "Could not create application." msgstr "Impossibile creare l'applicazione." #. TRANS: Form validation error messages displayed when uploading an invalid application logo. -#, fuzzy msgid "Invalid image." -msgstr "Dimensione non valida." +msgstr "Immagine non valida." #. TRANS: Title for form to create a group. msgid "New group" msgstr "Nuovo gruppo" #. TRANS: Client exception thrown when a user tries to create a group while banned. -#, fuzzy msgid "You are not allowed to create groups on this site." -msgstr "Non fai parte di questo gruppo." +msgstr "Non sei autorizzato a creare gruppi su questo sito." #. TRANS: Form instructions for group create form. msgid "Use this form to create a new group." @@ -3307,7 +3271,6 @@ msgstr "Nuovo messaggio" #. TRANS: Client error displayed trying to send a direct message to a user while sender and #. TRANS: receiver are not subscribed to each other. -#, fuzzy msgid "You cannot send a message to this user." msgstr "Non puoi inviare un messaggio a questo utente." @@ -3341,10 +3304,9 @@ msgstr "Errore di Ajax" #. TRANS: Page title for sending a new notice. #. TRANS: Title for form to send a new notice. -#, fuzzy msgctxt "TITLE" msgid "New notice" -msgstr "Nuovo messaggio" +msgstr "Nuovo avviso" #. TRANS: Page title after sending a notice. msgid "Notice posted" diff --git a/locale/ja/LC_MESSAGES/statusnet.po b/locale/ja/LC_MESSAGES/statusnet.po index 0dfe66b826..94c46a7dac 100644 --- a/locale/ja/LC_MESSAGES/statusnet.po +++ b/locale/ja/LC_MESSAGES/statusnet.po @@ -15,18 +15,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:17+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/ka/LC_MESSAGES/statusnet.po b/locale/ka/LC_MESSAGES/statusnet.po index 99a7adb985..0228bfb038 100644 --- a/locale/ka/LC_MESSAGES/statusnet.po +++ b/locale/ka/LC_MESSAGES/statusnet.po @@ -9,18 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: Georgian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ka\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/ko/LC_MESSAGES/statusnet.po b/locale/ko/LC_MESSAGES/statusnet.po index 6ccbd662bb..164d75edcb 100644 --- a/locale/ko/LC_MESSAGES/statusnet.po +++ b/locale/ko/LC_MESSAGES/statusnet.po @@ -11,18 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ko\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -6427,7 +6426,6 @@ msgstr "" "이미 태그를 %d개 이상 만들었습니다. 태그 최대 개수입니다. 기존의 태그를 사용" "하거나 태그를 지우고 새로 만들어 보십시오." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/mk/LC_MESSAGES/statusnet.po b/locale/mk/LC_MESSAGES/statusnet.po index 71f4b2f79f..816f7cedd0 100644 --- a/locale/mk/LC_MESSAGES/statusnet.po +++ b/locale/mk/LC_MESSAGES/statusnet.po @@ -10,18 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:09:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -6286,15 +6285,14 @@ msgstr "Робин мисли дека нешто е невозможно." #, php-format msgid "%1$d byte" msgid_plural "%1$d bytes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$d бајт" +msgstr[1] "%1$d бајти" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have #. TRANS: gettext support multiple plurals in the same message, unfortunately... -#, fuzzy, php-format +#, php-format msgid "" "No file may be larger than %1$d byte and the file you sent was %2$s. Try to " "upload a smaller version." @@ -6303,10 +6301,10 @@ msgid_plural "" "upload a smaller version." msgstr[0] "" "Податотеките не смеат да бидат поголеми од %1$d бајт, а вие испративте " -"податотека од %2$d бајти. Подигнете помала верзија." +"податотека од %2$s бајти. Подигнете помала верзија." msgstr[1] "" "Податотеките не смеат да бидат поголеми од %1$d бајти, а вие испративте " -"податотека од %2$d бајти. Подигнете помала верзија." +"податотека од %2$s бајти. Подигнете помала верзија." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. @@ -6538,9 +6536,8 @@ msgstr "" "Веќе имате создадено %d или повеќе ознаки, што претставува максималниот " "дозволен број на ознаки. Искористете или избришете некои постоечки ознаки." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, fuzzy, php-format +#, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " "allowed number. Try unlisting others first." diff --git a/locale/ml/LC_MESSAGES/statusnet.po b/locale/ml/LC_MESSAGES/statusnet.po index 3352f9f6c0..cf886fc08b 100644 --- a/locale/ml/LC_MESSAGES/statusnet.po +++ b/locale/ml/LC_MESSAGES/statusnet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Malayalam \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ml\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/locale/nb/LC_MESSAGES/statusnet.po b/locale/nb/LC_MESSAGES/statusnet.po index 455fd9b0b5..165856f1b1 100644 --- a/locale/nb/LC_MESSAGES/statusnet.po +++ b/locale/nb/LC_MESSAGES/statusnet.po @@ -13,18 +13,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/nl/LC_MESSAGES/statusnet.po b/locale/nl/LC_MESSAGES/statusnet.po index ac357b561f..79fc1a2463 100644 --- a/locale/nl/LC_MESSAGES/statusnet.po +++ b/locale/nl/LC_MESSAGES/statusnet.po @@ -13,18 +13,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:09:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:30+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -2006,7 +2005,7 @@ msgstr "Documentatie" #. TRANS: Secondary navigation menu item leading to help on StatusNet. msgctxt "MENU" msgid "Help" -msgstr "Help" +msgstr "Hulp" msgid "Getting started" msgstr "Aan de slag" @@ -6326,15 +6325,14 @@ msgstr "Robin denkt dat iets onmogelijk is." #, php-format msgid "%1$d byte" msgid_plural "%1$d bytes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%1$d byte" +msgstr[1] "%1$d bytes" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have #. TRANS: gettext support multiple plurals in the same message, unfortunately... -#, fuzzy, php-format +#, php-format msgid "" "No file may be larger than %1$d byte and the file you sent was %2$s. Try to " "upload a smaller version." @@ -6342,11 +6340,11 @@ msgid_plural "" "No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " "upload a smaller version." msgstr[0] "" -"Bestanden mogen niet groter zijn dan %1$d byte, en uw bestand was %2$d " -"bytes. Probeer een kleinere versie te uploaden." +"Bestanden mogen niet groter zijn dan %1$d byte, en uw bestand was %2$s. " +"Probeer een kleinere versie te uploaden." msgstr[1] "" -"Bestanden mogen niet groter zijn dan %1$d bytes, en uw bestand was %2$d " -"bytes. Probeer een kleinere versie te uploaden." +"Bestanden mogen niet groter zijn dan %1$d bytes, en uw bestand was %2$s. " +"Probeer een kleinere versie te uploaden." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. @@ -6585,9 +6583,8 @@ msgstr "" "U hebt %d of meer labels aangemaakt. Meer labels aanmaken is niet mogelijk. " "Verwijder bestaande labels om nieuwe labels aan te kunnen maken." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. -#, fuzzy, php-format +#, php-format msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " "allowed number. Try unlisting others first." @@ -8205,7 +8202,7 @@ msgstr "" #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename. #, php-format msgid "%1$s is now following you on %2$s." -msgstr "%1$s volt u nu op %2$s." +msgstr "%1$s volgt u nu op %2$s." #. TRANS: Subject of pending new-subscriber notification e-mail. #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. diff --git a/locale/pl/LC_MESSAGES/statusnet.po b/locale/pl/LC_MESSAGES/statusnet.po index 884e877df2..b47ebf2c1b 100644 --- a/locale/pl/LC_MESSAGES/statusnet.po +++ b/locale/pl/LC_MESSAGES/statusnet.po @@ -2,6 +2,7 @@ # Exported from translatewiki.net # # Author: Bartek50003 +# Author: BeginaFelicysym # Author: McDutchie # Author: Raven # Author: Sp5uhe @@ -13,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:09:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" @@ -22,12 +23,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " "(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-core\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -51,6 +51,8 @@ msgstr "Wystąpił błąd." msgid "" "No configuration file found. Try running the installation program first." msgstr "" +"Nie znaleziono pliku konfiguracyjnego. Spróbuj najpierw uruchomić program " +"instalacyjny." #. TRANS: Error message displayed when trying to access a non-existing page. msgid "Unknown page" @@ -162,7 +164,7 @@ msgstr "Brak takiej listy." #. TRANS: %s is a username. #, php-format msgid "There was an unexpected error while listing %s." -msgstr "" +msgstr "Wystąpił nieoczekiwany błąd podczas wyświetlania %s." #. TRANS: Client error displayed when an unknown error occurs when adding a user to a list. #. TRANS: %s is a profile URL. @@ -171,6 +173,8 @@ msgid "" "There was a problem listing %s. The remote server is probably not responding " "correctly. Please try retrying later." msgstr "" +"Istnieje problem z wyświetleniem %s. Serwer zdalny prawdopodobnie nie " +"odpowiada poprawnie. Spróbuj ponownie później." #. TRANS: Title after adding a user to a list. msgctxt "TITLE" @@ -438,9 +442,8 @@ msgid "Unblock user failed." msgstr "Odblokowanie użytkownika nie powiodło się." #. TRANS: Client exception thrown when no conversation ID is given. -#, fuzzy msgid "No conversation ID." -msgstr "Rozmowa" +msgstr "Brak identyfikatora konwersacji." #. TRANS: Client exception thrown when referring to a non-existing conversation ID (%d). #, php-format @@ -764,7 +767,7 @@ msgstr "Nie odnaleziono listy." #. TRANS: Client error displayed when trying to update another user's list. msgid "You cannot update lists that do not belong to you." -msgstr "" +msgstr "Nie możesz zaktualizować list, które nie należą do Ciebie." #. TRANS: Client error displayed when an unknown error occurs updating a list. #. TRANS: Client error displayed when an unknown error occurs viewing list members. @@ -775,7 +778,7 @@ msgstr "Wystąpił błąd." #. TRANS: Client error displayed when trying to delete another user's list. msgid "You cannot delete lists that do not belong to you." -msgstr "" +msgstr "Nie możesz usunąć list, które nie należą do Ciebie." #. TRANS: Client error displayed when referring to a non-list member. msgid "The specified user is not a member of this list." @@ -795,7 +798,7 @@ msgstr "Nie masz uprawnień do usuwania członków z listy." #. TRANS: Client error displayed when trying to remove a list member that is not part of a list. msgid "The user you are trying to remove from the list is not a member." -msgstr "" +msgstr "Użytkownika, którego próbujesz usunąć z listy nie jest jej członkiem." #. TRANS: Client error displayed when trying to create a list without a name. msgid "A list must have a name." @@ -803,12 +806,11 @@ msgstr "Lista musi mieć nazwę." #. TRANS: Client error displayed when a membership check for a user is nagative. msgid "The specified user is not a subscriber of this list." -msgstr "" +msgstr "Wskazany użytkownik nie jest członkiem listy." #. TRANS: Client error displayed when trying to unsubscribe from a non-subscribed list. -#, fuzzy msgid "You are not subscribed to this list." -msgstr "Nie jesteś subskrybowany do tego profilu." +msgstr "Nie subskrybujesz tej listy." #. TRANS: Client error displayed when uploading a media file has failed. msgid "Upload failed." @@ -1068,9 +1070,9 @@ msgstr "Użytkownik %1$s aktualizuje ulubione według %2$s/%3$s." #. TRANS: Server error displayed whe trying to get a timeline fails. #. TRANS: %s is the error message. -#, fuzzy, php-format +#, php-format msgid "Could not generate feed for list - %s" -msgstr "Nie można utworzyć tokenów loginów dla %s" +msgstr "Nie można utworzyć kanału dla listy - %s" #. TRANS: Title for timeline of most recent mentions of a user. #. TRANS: %1$s is the StatusNet sitename, %2$s is a user nickname. @@ -1107,9 +1109,9 @@ msgstr "Powtórzone dla %s" #. TRANS: Subtitle for API action that shows most recent notices that are repeats in user's inbox. #. TRANS: %1$s is the sitename, %2$s is a user nickname, %3$s is a user profile name. -#, fuzzy, php-format +#, php-format msgid "%1$s notices that were to repeated to %2$s / %3$s." -msgstr "%1$s aktualizuje tę odpowiedź na aktualizacje od %2$s/%3$s." +msgstr "Ogłoszenia %1$s powtórzone dla %2$s / %3$s." #. TRANS: Title of list of repeated notices of the logged in user. #. TRANS: %s is the nickname of the logged in user. @@ -1119,9 +1121,9 @@ msgstr "Powtórzenia %s" #. TRANS: Subtitle of API time with retweets of me. #. TRANS: %1$s is the StatusNet sitename, %2$s is the user nickname, %3$s is the user profile name. -#, fuzzy, php-format +#, php-format msgid "%1$s notices that %2$s / %3$s has repeated." -msgstr "Użytkownik %1$s oznaczył wpis %2$s jako ulubiony." +msgstr "Ogłoszenia %1$s, które powtórzył %2$s / %3$s." #. TRANS: Title for timeline with lastest notices with a given tag. #. TRANS: %s is the tag. @@ -1243,6 +1245,7 @@ msgstr "Musisz być zalogowany." #. TRANS: being a group administrator. msgid "Only group admin can approve or cancel join requests." msgstr "" +"Tylko administrator grupy może zatwierdzić lub anulować żądania dołączenia." #. TRANS: Client error displayed trying to approve group membership without specifying a profile to approve. #. TRANS: Client error displayed trying to approve subscriptionswithout specifying a profile to approve. @@ -1253,64 +1256,66 @@ msgstr "Należy określić profil." #. TRANS: %s is a nickname. #. TRANS: Client error displayed when trying to approve a non-existing group join request. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s is not in the moderation queue for this group." -msgstr "Lista użytkowników znajdujących się w tej grupie." +msgstr "%s nie znajduje się w kolejce moderacji dla tej grupy." #. TRANS: Client error displayed trying to approve/deny group membership. #. TRANS: Client error displayed trying to approve/deny subscription. msgid "Internal error: received neither cancel nor abort." -msgstr "" +msgstr "Błąd wewnętrzny: nie otrzymano ani wycofania ani przerwania." #. TRANS: Client error displayed trying to approve/deny group membership. #. TRANS: Client error displayed trying to approve/deny subscription msgid "Internal error: received both cancel and abort." -msgstr "" +msgstr "Błąd wewnętrzny: otrzymano jednocześnie wycofanie i przerwanie." #. TRANS: Server error displayed when cancelling a queued group join request fails. #. TRANS: %1$s is the leaving user's nickname, $2$s is the group nickname for which the leave failed. -#, fuzzy, php-format +#, php-format msgid "Could not cancel request for user %1$s to join group %2$s." -msgstr "Nie można dołączyć użytkownika %1$s do grupy %2$s." +msgstr "" +"Nie można anulować żądania użytkownika %1$s by przyłączyć się do grupy %2$s ." #. TRANS: Title for leave group page after group join request is approved/disapproved. #. TRANS: %1$s is the user nickname, %2$s is the group nickname. -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "%1$s's request for %2$s" -msgstr "Stan użytkownika %1$s na %2$s" +msgstr "Żądanie użytkownika %1$s by %2$s" #. TRANS: Message on page for group admin after approving a join request. msgid "Join request approved." -msgstr "" +msgstr "Żądanie dołączenia zatwierdzone." #. TRANS: Message on page for group admin after rejecting a join request. msgid "Join request canceled." -msgstr "" +msgstr "Żądanie dołączenia anulowane." #. TRANS: Client error displayed trying to approve subscription for a non-existing request. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s is not in the moderation queue for your subscriptions." -msgstr "Lista użytkowników znajdujących się w tej grupie." +msgstr "%s nie jest w kolejce moderacji twojej subskrypcji." #. TRANS: Server error displayed when cancelling a queued subscription request fails. #. TRANS: %1$s is the leaving user's nickname, $2$s is the nickname for which the leave failed. -#, fuzzy, php-format +#, php-format msgid "Could not cancel or approve request for user %1$s to join group %2$s." -msgstr "Nie można dołączyć użytkownika %1$s do grupy %2$s." +msgstr "" +"Nie można anulować ani zatwierdzić żądania dołączenia użytkownika %1$s do " +"grupy %2$s." #. TRANS: Title for subscription approval ajax return #. TRANS: %1$s is the approved user's nickname -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "%1$s's request" -msgstr "Stan użytkownika %1$s na %2$s" +msgstr "żądanie użytkownika %1$s" #. TRANS: Message on page for user after approving a subscription request. -#, fuzzy msgid "Subscription approved." -msgstr "Upoważniono subskrypcję" +msgstr "Zatwierdzono subskrypcję." #. TRANS: Message on page for user after rejecting a subscription request. msgid "Subscription canceled." @@ -1318,9 +1323,9 @@ msgstr "Subskrypcja anulowana." #. TRANS: Subtitle for Atom favorites feed. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "Notices %1$s has favorited on %2$s" -msgstr "Aktualizacje z %1$s i przyjaciół na %2$s." +msgstr "Ogłoszenia z %1$s i zaliczono do ulubionych na %2$s" #. TRANS: Client exception thrown when trying to set a favorite for another user. #. TRANS: Client exception thrown when trying to subscribe another user. @@ -1336,9 +1341,8 @@ msgid "Can only fave notices." msgstr "Można tylko dodawać wpisy do ulubionych." #. TRANS: Client exception thrown when trying favorite a notice without content. -#, fuzzy msgid "Unknown notice." -msgstr "Nieznany wpis." +msgstr "Nieznane ogłoszenie." #. TRANS: Client exception thrown when trying favorite an already favorited notice. msgid "Already a favorite." @@ -1346,15 +1350,15 @@ msgstr "Jest już ulubiony." #. TRANS: Title for group membership feed. #. TRANS: %s is a username. -#, fuzzy, php-format +#, php-format msgid "Group memberships of %s" -msgstr "%s członków grupy" +msgstr "Przynależność użytkownika %s do grupy" #. TRANS: Subtitle for group membership feed. #. TRANS: %1$s is a username, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "Groups %1$s is a member of on %2$s" -msgstr "Grupy %s są członkiem" +msgstr "Grupy, do których przynależy %1$s na %2$s" #. TRANS: Client exception thrown when trying subscribe someone else to a group. msgid "Cannot add someone else's membership." @@ -1410,9 +1414,9 @@ msgstr "Nie można usunąć subskrypcji innej osoby." #. TRANS: Subtitle for Atom subscription feed. #. TRANS: %1$s is a user nickname, %s$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "People %1$s has subscribed to on %2$s" -msgstr "Osoby subskrybowane do %s" +msgstr "Osoba %1$s subskrybowana do %2$s" #. TRANS: Client error displayed when not using the follow verb. msgid "Can only handle Follow activities." @@ -1511,9 +1515,8 @@ msgid "No file uploaded." msgstr "Nie wysłano pliku." #. TRANS: Avatar upload form instruction after uploading a file. -#, fuzzy msgid "Pick a square area of the image to be your avatar." -msgstr "Wybierz kwadratowy obszar obrazu do awatara" +msgstr "Wybierz kwadratowy obszar obrazu, który stanie się awatarem." #. TRANS: Server error displayed if an avatar upload went wrong somehow server side. #. TRANS: Server error displayed trying to crop an uploaded group logo that is no longer present. @@ -1567,9 +1570,8 @@ msgid "Backup" msgstr "Kopia zapasowa" #. TRANS: Title for submit button to backup an account on the backup account page. -#, fuzzy msgid "Backup your account." -msgstr "Wykonuje kopię zapasową konta" +msgstr "Kopia zapasowa Twojego konta." #. TRANS: Client error displayed when blocking a user that has already been blocked. msgid "You already blocked that user." @@ -1713,14 +1715,12 @@ msgstr "Ten adres został już potwierdzony." #. TRANS: Server error displayed when updating IM preferences fails. #. TRANS: Server error thrown on database error removing a registered IM address. -#, fuzzy msgid "Could not update user IM preferences." -msgstr "Nie można zaktualizować wpisu użytkownika." +msgstr "Nie można zaktualizować preferencji IM użytkownika." #. TRANS: Server error displayed when adding IM preferences fails. -#, fuzzy msgid "Could not insert user IM preferences." -msgstr "Nie można wprowadzić nowej subskrypcji." +msgstr "Nie można wstawić preferencji IM użytkownika." #. TRANS: Server error displayed when an address confirmation code deletion from the #. TRANS: database fails in the contact address confirmation action. @@ -1743,22 +1743,19 @@ msgstr "Rozmowa" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (Activity Streams JSON)" -msgstr "Kanał wpisów dla %s (Atom)" +msgstr "Kanał konwersacji (Activity Streams JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy msgid "Conversation feed (RSS 2.0)" -msgstr "Kanał wpisów dla %s (RSS 2.0)" +msgstr "Kanał konwersacji (RSS 2.0)" #. TRANS: Title for conversation page. #. TRANS: Title for page that shows a notice. -#, fuzzy msgctxt "TITLE" msgid "Notice" -msgstr "Wpisy" +msgstr "Ogłoszenie" #. TRANS: Client exception displayed trying to delete a user account while not logged in. msgid "Only logged-in users can delete their account." @@ -1896,9 +1893,8 @@ msgstr "" "widoczne na konkretnych osiach czasu." #. TRANS: Submit button title for 'No' when deleting a group. -#, fuzzy msgid "Do not delete this group." -msgstr "Nie usuwaj tej grupy" +msgstr "Nie usuwaj tej grupy." #. TRANS: Submit button title for 'Yes' when deleting a group. msgid "Delete this group." @@ -1922,12 +1918,10 @@ msgid "Are you sure you want to delete this notice?" msgstr "Jesteś pewien, że chcesz usunąć ten wpis?" #. TRANS: Submit button title for 'No' when deleting a notice. -#, fuzzy msgid "Do not delete this notice." -msgstr "Nie usuwaj tego wpisu" +msgstr "Nie usuwaj tego ogłoszenia." #. TRANS: Submit button title for 'Yes' when deleting a notice. -#, fuzzy msgid "Delete this notice." msgstr "Usuń ten wpis" @@ -1981,80 +1975,70 @@ msgstr "Nie ma takiego dokumentu \\\"%s\\\"." #. TRANS: Menu item in administrator navigation panel. #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Home" -msgstr "Strona domowa" +msgstr "Strona główna" msgctxt "MENU" msgid "Docs" -msgstr "" +msgstr "Dokumentacja" #. TRANS: Secondary navigation menu item leading to help on StatusNet. msgctxt "MENU" msgid "Help" msgstr "Pomoc" -#, fuzzy msgid "Getting started" -msgstr "Zapisano ustawienia." +msgstr "Pierwsze kroki" #. TRANS: Secondary navigation menu item leading to text about StatusNet site. -#, fuzzy msgctxt "MENU" msgid "About" msgstr "O usłudze" -#, fuzzy msgid "About this site" -msgstr "Odblokuj tego użytkownika" +msgstr "O stronie" #. TRANS: Secondary navigation menu item leading to Frequently Asked Questions. -#, fuzzy msgctxt "MENU" msgid "FAQ" msgstr "FAQ" msgid "Frequently asked questions" -msgstr "" +msgstr "Często zadawane pytania" #. TRANS: Secondary navigation menu item leading to e-mail contact information on the #. TRANS: StatusNet site, where to report bugs, ... -#, fuzzy msgctxt "MENU" msgid "Contact" msgstr "Kontakt" -#, fuzzy msgid "Contact info" -msgstr "Kontakt" +msgstr "Informacje o kontakcie" -#, fuzzy msgctxt "MENU" msgid "Tags" msgstr "Znaczniki" msgid "Using tags" -msgstr "" +msgstr "Używanie zniaczników" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Groups" msgstr "Grupy" -#, fuzzy msgid "Using groups" -msgstr "Grupy użytkowników" +msgstr "Korzystanie z grup" msgctxt "MENU" msgid "API" -msgstr "" +msgstr "API" msgid "RESTful API" -msgstr "" +msgstr "API RESTful" #. TRANS: Title for "Edit application" form. #. TRANS: Form legend. @@ -2160,20 +2144,19 @@ msgstr "Zapisano opcje." #. TRANS: Title for edit list page after deleting a tag. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Delete %s list" -msgstr "Usuń tego użytkownika" +msgstr "Usuń listę %s" #. TRANS: Title for edit list page. #. TRANS: %s is a list. #. TRANS: Form legend for list edit form. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Edit list %s" -msgstr "Nieprawidłowy znacznik osób: %s." +msgstr "Edytuj listę %s" #. TRANS: Error message displayed when trying to perform an action that requires a tagging user or ID. -#, fuzzy msgid "No tagger or ID." msgstr "Brak pseudonimu lub identyfikatora." @@ -2182,14 +2165,12 @@ msgid "Not a local user." msgstr "Brak takiego użytkownika." #. TRANS: Client error displayed when reting to edit a tag that was not self-created. -#, fuzzy msgid "You must be the creator of the tag to edit it." -msgstr "Musisz być administratorem, aby zmodyfikować grupę." +msgstr "Musi być twórcą znacznika by go edytować." #. TRANS: Form instruction for edit list form. -#, fuzzy msgid "Use this form to edit the list." -msgstr "Użyj tego formularza, aby zmodyfikować grupę." +msgstr "Użyj tego formularza, aby zmodyfikować listę." #. TRANS: Form validation error displayed if the form data for deleting a tag was incorrect. msgid "Delete aborted." @@ -2200,28 +2181,30 @@ msgid "" "Deleting this tag will permanantly remove all its subscription and " "membership records. Do you still want to continue?" msgstr "" +"Usunięcie tego tagu spowoduje trwałe usunięcie wszystkich jego subskrypcji i " +"zapisów przynależności. Czy nadal chcesz kontynuować?" #. TRANS: Form validation error displayed if a given tag is invalid. -#, fuzzy msgid "Invalid tag." -msgstr "Nieprawidłowy rozmiar." +msgstr "Nieprawidłowy znacznik." #. TRANS: Form validation error displayed if a given tag is already present. #. TRANS: %s is the already present tag. -#, fuzzy, php-format +#, php-format msgid "You already have a tag named %s." -msgstr "Już powtórzono ten wpis." +msgstr "Masz już znacznik o nazwie %s." #. TRANS: Text in confirmation dialog for setting a tag from public to private. msgid "" "Setting a public tag as private will permanently remove all the existing " "subscriptions to it. Do you still want to continue?" msgstr "" +"Ustawienie znacznika publicznego jako prywatnego spowoduje trwałe usunięcie " +"wszystkich istniejących jego subskrypcji. Czy nadal chcesz kontynuować?" #. TRANS: Server error displayed when updating a list fails. -#, fuzzy msgid "Could not update list." -msgstr "Nie można zaktualizować użytkownika." +msgstr "Nie można zaktualizować listy." #. TRANS: Title for e-mail settings. msgid "Email settings" @@ -2347,9 +2330,8 @@ msgid "No email address." msgstr "Brak adresu e-mail." #. TRANS: Message given saving e-mail address that cannot be normalised. -#, fuzzy msgid "Cannot normalize that email address." -msgstr "Nie można znormalizować tego adresu e-mail" +msgstr "Nie można znormalizować tego adresu e-mail." #. TRANS: Message given saving e-mail address that not valid. #. TRANS: Form validation error displayed when trying to register without a valid e-mail address. @@ -2432,7 +2414,6 @@ msgid "This notice is already a favorite!" msgstr "Ten wpis jest już ulubiony." #. TRANS: Page title for page on which favorite notices can be unfavourited. -#, fuzzy msgid "Disfavor favorite." msgstr "Usuń wpis z ulubionych" @@ -2505,7 +2486,7 @@ msgid "Featured users, page %d" msgstr "Znani użytkownicy, strona %d" #. TRANS: Description on page displaying featured users. -#, fuzzy, php-format +#, php-format msgid "A selection of some great users on %s." msgstr "Wybór znanych użytkowników w serwisie %s" @@ -2596,12 +2577,10 @@ msgstr "" "grupy w przyszłości." #. TRANS: Submit button title for 'No' when blocking a user from a group. -#, fuzzy msgid "Do not block this user from this group." -msgstr "Nie blokuj tego użytkownika w tej grupie" +msgstr "Nie blokuj tego użytkownika z tej grupy." #. TRANS: Submit button title for 'Yes' when blocking a user from a group. -#, fuzzy msgid "Block this user from this group." msgstr "Zablokuj tego użytkownika w tej grupie" @@ -2665,19 +2644,19 @@ msgstr "Lista użytkowników znajdujących się w tej grupie." #. TRANS: Client error displayed when trying to approve group applicants without being a group administrator. msgid "Only the group admin may approve users." -msgstr "" +msgstr "Tylko administrator grupy może zatwierdzać użytkowników." #. TRANS: Title of the first page showing pending group members still awaiting approval to join the group. #. TRANS: %s is the name of the group. -#, fuzzy, php-format +#, php-format msgid "%s group members awaiting approval" -msgstr "%s członków grupy" +msgstr "członkowie grupy %s oczekują na zatwierdzenie" #. TRANS: Title of all but the first page showing pending group members still awaiting approval to join the group. #. TRANS: %1$s is the name of the group, %2$d is the page number of the members list. -#, fuzzy, php-format +#, php-format msgid "%1$s group members awaiting approval, page %2$d" -msgstr "Członkowie grupy %1$s, strona %2$d" +msgstr "Członkowie grupy %1$s oczekujący na zatwierdzenie, strona %2$d" #. TRANS: Page notice for group members page. msgid "A list of users awaiting approval to join this group." @@ -2696,7 +2675,7 @@ msgstr "Grupy" #. TRANS: Title for all but the first page of the groups list. #. TRANS: %d is the page number. -#, fuzzy, php-format +#, php-format msgctxt "TITLE" msgid "Groups, page %d" msgstr "Grupy, strona %d" @@ -2704,7 +2683,7 @@ msgstr "Grupy, strona %d" #. TRANS: Page notice of group list. %%%%site.name%%%% is the StatusNet site name, #. TRANS: %%%%action.groupsearch%%%% and %%%%action.newgroup%%%% are URLs. Do not change them. #. TRANS: This message contains Markdown links in the form [link text](link). -#, fuzzy, php-format +#, php-format msgid "" "%%%%site.name%%%% groups let you find and talk with people of similar " "interests. After you join a group you can send messages to all other members " @@ -2746,13 +2725,13 @@ msgstr "Brak wyników." #. TRANS: Additional text on page where groups can be searched if no results were found for a query for a logged in user. #. TRANS: This message contains Markdown links in the form [link text](link). -#, fuzzy, php-format +#, php-format msgid "" "If you cannot find the group you're looking for, you can [create it](%%" "action.newgroup%%) yourself." msgstr "" -"Jeśli nie można odnaleźć grupy, której szukasz, można samemu [ją utworzyć](%%" -"action.newgroup%%)." +"Jeśli nie można odnaleźć grupy, której szukasz, możesz samodzielnie [ją " +"utworzyć](%%action.newgroup%%)." #. TRANS: Additional text on page where groups can be searched if no results were found for a query for a not logged in user. #. TRANS: This message contains Markdown links in the form [link text](link). @@ -2784,32 +2763,32 @@ msgstr "Ustawienia komunikatora" #. TRANS: Instant messaging settings page instructions. #. TRANS: [instant messages] is link text, "(%%doc.im%%)" is the link. #. TRANS: the order and formatting of link text and link should remain unchanged. -#, fuzzy, php-format +#, php-format msgid "" "You can send and receive notices through [instant messaging](%%doc.im%%). " "Configure your addresses and settings below." msgstr "" -"Można wysyłać i odbierać wpisy przez [komunikator](%%doc.im%%) Jabber/GTalk. " -"Skonfiguruj adres i ustawienia poniżej." +"Możesz wysyłać i odbierać wpisy przez [komunikator](%%doc.im%%) Jabber/" +"GTalk. Skonfiguruj adres i ustawienia poniżej." #. TRANS: Message given in the IM settings if IM is not enabled on the site. msgid "IM is not available." msgstr "Komunikator nie jest dostępny." #. TRANS: Form note in IM settings form. %s is the type of IM address that was confirmed. -#, fuzzy, php-format +#, php-format msgid "Current confirmed %s address." -msgstr "Obecnie potwierdzone adresy e-mail." +msgstr "Obecnie potwierdzony adres %s." #. TRANS: Form note in IM settings form. #. TRANS: %s is the IM service name, %2$s is the IM address set. -#, fuzzy, php-format +#, php-format msgid "" "Awaiting confirmation on this address. Check your %1$s account for a message " "with further instructions. (Did you add %2$s to your buddy list?)" msgstr "" -"Oczekiwanie na potwierdzenie tego adresu. Sprawdź swoje konto Jabber/GTalk, " -"czy otrzymałeś wiadomość z dalszymi instrukcjami (dodałeś %s do listy " +"Oczekiwanie na potwierdzenie tego adresu. Sprawdź swoje konto %1$s, czy jest " +"nowa wiadomość wiadomość z dalszymi instrukcjami (dodałeś %2$s do listy " "znajomych?)." #. TRANS: Field label for IM address. @@ -2826,29 +2805,24 @@ msgid "IM Preferences" msgstr "Preferencje komunikatora" #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Send me notices" -msgstr "Wyślij wpis" +msgstr "Wysyłaj do mnie wpisy" #. TRANS: Checkbox label in IM preferences form. msgid "Post a notice when my status changes." msgstr "Wyślij powiadomienie gdy zmieni się mój status." #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Send me replies from people I'm not subscribed to." -msgstr "" -"Wyślij mi odpowiedzi przez Jabber/GTalk od osób, których nie subskrybuję." +msgstr "Wyślij mi odpowiedzi od osób, których nie subskrybcjuję." #. TRANS: Checkbox label in IM preferences form. -#, fuzzy msgid "Publish a MicroID" msgstr "Opublikuj MicroID adresu e-mail." #. TRANS: Server error thrown on database error updating IM preferences. -#, fuzzy msgid "Could not update IM preferences." -msgstr "Nie można zaktualizować użytkownika." +msgstr "Nie można zaktualizować preferencji komunikatorów." #. TRANS: Confirmation message for successful IM preferences save. #. TRANS: Confirmation message after saving preferences. @@ -2856,45 +2830,36 @@ msgid "Preferences saved." msgstr "Zapisano preferencje." #. TRANS: Message given saving IM address without having provided one. -#, fuzzy msgid "No screenname." msgstr "Brak pseudonimu." #. TRANS: Form validation error when no transport is available setting an IM address. -#, fuzzy msgid "No transport." -msgstr "Brak wpisu." +msgstr "Brak transportu." #. TRANS: Message given saving IM address that cannot be normalised. -#, fuzzy msgid "Cannot normalize that screenname." msgstr "Nie można znormalizować tego identyfikatora Jabbera" #. TRANS: Message given saving IM address that not valid. -#, fuzzy msgid "Not a valid screenname." msgstr "To nie jest prawidłowy pseudonim." #. TRANS: Message given saving IM address that is already set for another user. -#, fuzzy msgid "Screenname already belongs to another user." -msgstr "Identyfikator Jabbera należy już do innego użytkownika." +msgstr "Pseudonim należy już do innego użytkownika." #. TRANS: Message given saving valid IM address that is to be confirmed. -#, fuzzy msgid "A confirmation code was sent to the IM address you added." -msgstr "" -"Kod potwierdzający został wysłany na dodany adres komunikatora. Należy " -"zaakceptować otrzymywanie wiadomości od %s." +msgstr "Kod potwierdzający został wysłany na dodany adres komunikatora." #. TRANS: Message given canceling IM address confirmation for the wrong IM address. msgid "That is the wrong IM address." msgstr "To jest błędny adres komunikatora." #. TRANS: Server error thrown on database error canceling IM address confirmation. -#, fuzzy msgid "Could not delete confirmation." -msgstr "Nie można usunąć potwierdzenia komunikatora." +msgstr "Nie można usunąć potwierdzenia." #. TRANS: Message given after successfully canceling IM address confirmation. msgid "IM confirmation cancelled." @@ -2902,9 +2867,8 @@ msgstr "Anulowano potwierdzenie komunikatora." #. TRANS: Message given trying to remove an IM address that is not #. TRANS: registered for the active user. -#, fuzzy msgid "That is not your screenname." -msgstr "To nie jest twój numer telefonu." +msgstr "To nie jest twój pseudonim." #. TRANS: Message given after successfully removing a registered Instant Messaging address. msgid "The IM address was removed." @@ -3026,9 +2990,8 @@ msgid "%1$s joined group %2$s" msgstr "Użytkownik %1$s dołączył do grupy %2$s" #. TRANS: Exception thrown when there is an unknown error joining a group. -#, fuzzy msgid "Unknown error joining group." -msgstr "Nieznana grupa." +msgstr "Nieznany błąd dołączenia do grupy." #. TRANS: Client error displayed when trying to join a group while already a member. #. TRANS: Error text shown when trying to leave an existing group the user is not a member of. @@ -3138,7 +3101,6 @@ msgid "URL for an image to display with the license." msgstr "Adres URL obrazu do wyświetlenia z licencją." #. TRANS: Button title in the license admin panel. -#, fuzzy msgid "Save license settings." msgstr "Zapisz ustawienia licencji" @@ -3160,7 +3122,6 @@ msgid "Login to site" msgstr "Zaloguj się na witrynie" #. TRANS: Field label on login page. -#, fuzzy msgid "Username or email address" msgstr "Pseudonim lub adres e-mail" @@ -3255,9 +3216,8 @@ msgid "Could not create application." msgstr "Nie można utworzyć aplikacji." #. TRANS: Form validation error messages displayed when uploading an invalid application logo. -#, fuzzy msgid "Invalid image." -msgstr "Nieprawidłowy rozmiar." +msgstr "Nieprawidłowa grafika." #. TRANS: Title for form to create a group. msgid "New group" @@ -3278,9 +3238,8 @@ msgstr "Nowa wiadomość" #. TRANS: Client error displayed trying to send a direct message to a user while sender and #. TRANS: receiver are not subscribed to each other. -#, fuzzy msgid "You cannot send a message to this user." -msgstr "Nie można wysłać wiadomości do tego użytkownika." +msgstr "Nie możesz wysłać wiadomości do tego użytkownika." #. TRANS: Form validator error displayed trying to send a direct message without content. #. TRANS: Client error displayed trying to send a notice without content. @@ -3312,7 +3271,6 @@ msgstr "Błąd AJAX" #. TRANS: Page title for sending a new notice. #. TRANS: Title for form to send a new notice. -#, fuzzy msgctxt "TITLE" msgid "New notice" msgstr "Nowy wpis" @@ -3369,9 +3327,9 @@ msgstr "Aktualizacje z \"%s\"" #. TRANS: RSS notice search feed description. #. TRANS: %1$s is the query, %2$s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "Updates matching search term \"%1$s\" on %2$s." -msgstr "Aktualizacje pasujące do wyszukiwanego terminu \"%1$s\" na %2$s." +msgstr "Aktualizacje pasujące do wyszukiwanego wyrażenia \"%1$s\" na %2$s." #. TRANS: Client error displayed trying to nudge a user that cannot be nudged. msgid "" @@ -3457,9 +3415,9 @@ msgstr "Nie znaleziono \"%s\"." #. TRANS: Server error displayed in oEmbed action when notice not found. #. TRANS: %s is a notice. -#, fuzzy, php-format +#, php-format msgid "Notice %s not found." -msgstr "Nie odnaleziono wpisu nadrzędnego." +msgstr "Nie odnaleziono wpisu %s." #. TRANS: Server error displayed in oEmbed action when notice has not profile. #. TRANS: Server error displayed trying to show a notice without a connected profile. @@ -3483,7 +3441,7 @@ msgstr "Nie znaleziono załącznika %s." #. TRANS: %s is a path. #, php-format msgid "\"%s\" not supported for oembed requests." -msgstr "" +msgstr "\"%s\" nie jest obsługiwana dla żądań oembed." #. TRANS: Error message displaying attachments. %s is a raw MIME type (eg 'image/png') #, php-format @@ -3501,13 +3459,12 @@ msgid "Not a supported data format." msgstr "To nie jest obsługiwany format danych." #. TRANS: Page title for profile settings. -#, fuzzy msgid "Old school UI settings" -msgstr "Ustawienia komunikatora" +msgstr "Ustawienia interfejsu w starym stylu" #. TRANS: Usage instructions for profile settings. msgid "If you like it \"the old way\", you can set that here." -msgstr "" +msgstr "Jeśli podobał ci się \"stary sposób\", możesz ustawić to tutaj." #. TRANS: Confirmation shown when user profile settings are saved. #. TRANS: Message after successful saving of administrative settings. @@ -3515,13 +3472,13 @@ msgid "Settings saved." msgstr "Zapisano ustawienia." msgid "Only stream mode (no conversations) in timelines" -msgstr "" +msgstr "Tylko tryb strumienia (bez konwersacji) na osiach czasu" msgid "Show conversation page as hierarchical trees" -msgstr "" +msgstr "Pokaż stronę konwersacji jako drzewa hierarchiczne" msgid "Show nicknames (not full names) in timelines" -msgstr "" +msgstr "Pokaż pseudonimy (nie pełne nazwy) na osiach czasu" #. TRANS: Button text to save a list. msgid "Save" @@ -3615,7 +3572,6 @@ msgid "Same as password above." msgstr "Takie samo jak powyższe hasło." #. TRANS: Button text on page where to change password. -#, fuzzy msgctxt "BUTTON" msgid "Change" msgstr "Zmień" @@ -3627,12 +3583,10 @@ msgstr "Hasło musi mieć sześć lub więcej znaków." #. TRANS: Form validation error on password change when password confirmation does not match. #. TRANS: Form validation error displayed when trying to register with non-matching passwords. -#, fuzzy msgid "Passwords do not match." -msgstr "Hasła nie pasują do siebie." +msgstr "Hasła nie są identyczne" #. TRANS: Form validation error on page where to change password. -#, fuzzy msgid "Incorrect old password." msgstr "Niepoprawne poprzednie hasło" @@ -3714,14 +3668,12 @@ msgid "Fancy URLs" msgstr "Eleganckie adresu URL" #. TRANS: Field title in Paths admin panel. -#, fuzzy msgid "Use fancy URLs (more readable and memorable)?" msgstr "" "Używać eleganckich (bardziej czytelnych i łatwiejszych do zapamiętania) " "adresów URL?" #. TRANS: Fieldset legend in Paths admin panel. -#, fuzzy msgctxt "LEGEND" msgid "Theme" msgstr "Motyw" @@ -3861,92 +3813,87 @@ msgstr "Wyszukiwanie osób" #. TRANS: Title for list page. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Public list %s" -msgstr "Publiczna chmura znaczników" +msgstr "Publiczna lista %s" #. TRANS: Title for list page. #. TRANS: %1$s is a list, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Public list %1$s, page %2$d" -msgstr "odpowiedzi dla użytkownika %1$s, strona %2$s" +msgstr "Publiczna lista %1$s , strona %2$d" #. TRANS: Message for anonymous users on list page. #. TRANS: This message contains Markdown links in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Lists are how you sort similar people on %%site.name%%, a [micro-blogging]" "(http://en.wikipedia.org/wiki/Micro-blogging) service based on the Free " "Software [StatusNet](http://status.net/) tool. You can then easily keep " "track of what they are doing by subscribing to the list's timeline." msgstr "" -"**%s** jest grupą użytkowników na %%%%site.name%%%%, usłudze " -"[mikroblogowania](http://pl.wikipedia.org/wiki/Mikroblog) opartej na wolnym " -"narzędziu [StatusNet](http://status.net/). Jej członkowie dzielą się " -"krótkimi wiadomościami o swoim życiu i zainteresowaniach. " +"Listy są sposobem grupowania podobnych użytkowników na %%site.name%%, " +"usłudze [mikroblogowania](http://en.wikipedia.org/wiki/Micro-blogging) " +"opartej na wolnym narzędziu [StatusNet](http://status.net/). Możesz w prosty " +"sposób śledzić co robią subskrybując oś czasową listy." #. TRANS: Client error displayed when a tagger is expected but not provided. -#, fuzzy msgid "No tagger." msgstr "Nie ma takiego znacznika." #. TRANS: Title for list of people listed by the user. #. TRANS: %1$s is a list, %2$s is a username. -#, fuzzy, php-format +#, php-format msgid "People listed in %1$s by %2$s" -msgstr "odpowiedzi dla użytkownika %1$s na %2$s." +msgstr "Osoby wymienione w %1$s na %2$s." #. TRANS: Title for list of people listed by the user. #. TRANS: %1$s is a list, %2$s is a username, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "People listed in %1$s by %2$s, page %3$d" -msgstr "odpowiedzi dla użytkownika %1$s, strona %2$s" +msgstr "Osoby wymienione w %1$s przez %2$s, strona %3$d" #. TRANS: Addition in tag membership list for creator of a tag. #. TRANS: Addition in tag subscribers list for creator of a tag. -#, fuzzy msgid "Creator" -msgstr "Utworzono" +msgstr "Twórca" #. TRANS: Title for lists by a user page for a private tag. -#, fuzzy msgid "Private lists by you" -msgstr "Zmodyfikuj grupę %s" +msgstr "Twoje prywatne listy" #. TRANS: Title for lists by a user page for a public tag. -#, fuzzy msgid "Public lists by you" msgstr "Publiczna chmura znaczników" #. TRANS: Title for lists by a user page. -#, fuzzy msgid "Lists by you" -msgstr "Zmodyfikuj grupę %s" +msgstr "Twoje listy" #. TRANS: Title for lists by a user page. #. TRANS: %s is a user nickname. #, php-format msgid "Lists by %s" -msgstr "" +msgstr "Listy użytkownika %s" #. TRANS: Title for lists by a user page. #. TRANS: %1$s is a user nickname, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists by %1$s, page %2$d" -msgstr "Wpisy ze znacznikiem %1$s, strona %2$d" +msgstr "Listy użytkownika %1$s, strona %2$d" #. TRANS: Client error displayed when trying view another user's private lists. msgid "You cannot view others' private lists" -msgstr "" +msgstr "Nie można wyświetlić prywatnych list innych użytkowników" #. TRANS: Mode selector label. msgid "Mode" msgstr "Tryb" #. TRANS: Link text to show lists for user %s. -#, fuzzy, php-format +#, php-format msgid "Lists for %s" -msgstr "Wysłane wiadomości użytkownika %s" +msgstr "Listy dla użytkownika %s" #. TRANS: Fieldset legend. #. TRANS: Fieldset legend on gallery action page. @@ -3955,7 +3902,7 @@ msgstr "Wybierz znacznik do filtrowania" #. TRANS: Checkbox title. msgid "Show private tags." -msgstr "" +msgstr "Pokaż prywatne znaczniki." #. TRANS: Checkbox label to show public tags. msgctxt "LABEL" @@ -3963,13 +3910,11 @@ msgid "Public" msgstr "Publiczny" #. TRANS: Checkbox title. -#, fuzzy msgid "Show public tags." -msgstr "Nie ma takiego znacznika." +msgstr "Pokaż publiczne znaczniki." #. TRANS: Submit button text for tag filter form. #. TRANS: Submit button text on gallery action page. -#, fuzzy msgctxt "BUTTON" msgid "Go" msgstr "Przejdź" @@ -3977,7 +3922,7 @@ msgstr "Przejdź" #. TRANS: Message displayed for anonymous users on page that displays lists by a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists created by **%s**. Lists are how you sort similar people on %" "%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-" @@ -3985,33 +3930,35 @@ msgid "" "tool. You can easily keep track of what they are doing by subscribing to the " "list's timeline." msgstr "" -"**%s** jest grupą użytkowników na %%%%site.name%%%%, usłudze " -"[mikroblogowania](http://pl.wikipedia.org/wiki/Mikroblog) opartej na wolnym " -"narzędziu [StatusNet](http://status.net/). Jej członkowie dzielą się " -"krótkimi wiadomościami o swoim życiu i zainteresowaniach. " +"Oto listy utworzone przez użytkownika **%s**. Listy są sposobem grupowania " +"podobnych użytkowników na %%%%site.name%%%%, usłudze [mikroblogowania]" +"(http://pl.wikipedia.org/wiki/Mikroblog) opartej na wolnym narzędziu " +"[StatusNet](http://status.net/). Możesz w prosty sposób śledzić co robią " +"subskrybując oś czasową listy." #. TRANS: Message displayed on page that displays lists by a user when there are none. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%s has not created any [lists](%%%%doc.lists%%%%) yet." msgstr "" -"Nikt jeszcze nie wysłał wpisu za pomocą [znacznika mieszania](%%doc.tags%%)." +"%s {{GENDER:%s|nie utworzył|nie utworzyła}} jeszcze żadnych [list](%%doc.tags" +"%%)." #. TRANS: Page title. %s is a tagged user's nickname. #, php-format msgid "Lists with %s in them" -msgstr "" +msgstr "Listy zawierające %s" #. TRANS: Page title. %1$s is a tagged user's nickname, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists with %1$s, page %2$d" -msgstr "Wpisy ze znacznikiem %1$s, strona %2$d" +msgstr "Listy zawierające użytkownika %1$s, strona %2$d" #. TRANS: Message displayed for anonymous users on page that displays lists for a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists for **%s**. lists are how you sort similar people on %%%%" "site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-" @@ -4019,47 +3966,47 @@ msgid "" "tool. You can easily keep track of what they are doing by subscribing to the " "list's timeline." msgstr "" -"**%s** jest grupą użytkowników na %%%%site.name%%%%, usłudze " -"[mikroblogowania](http://pl.wikipedia.org/wiki/Mikroblog) opartej na wolnym " -"narzędziu [StatusNet](http://status.net/). Jej członkowie dzielą się " -"krótkimi wiadomościami o swoim życiu i zainteresowaniach. " +"Oto listy dla użytkownika **%s**. Listy są sposobem grupowania podobnych " +"użytkowników na %%%%site.name%%%%, usłudze [mikroblogowania](http://en." +"wikipedia.org/wiki/Micro-blogging) opartej na wolnym narzędziu [StatusNet]" +"(http://status.net/). Możesz w prosty sposób śledzić co robią subskrybując " +"oś czasową listy." #. TRANS: Message displayed on page that displays lists a user was added to when there are none. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "%s has not been [listed](%%%%doc.lists%%%%) by anyone yet." -msgstr "" -"Nikt jeszcze nie wysłał wpisu za pomocą [znacznika mieszania](%%doc.tags%%)." +msgstr "%s nie znajduje się jeszcze na niczyich [listach](%%doc.tags%%)." #. TRANS: Page title for list of list subscribers. #. TRANS: %1$s is a list, %2$s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Subscribers to list %1$s by %2$s" -msgstr "Subskrybowano użytkownika %s." +msgstr "Subskrybenci listy %1$s użytkownika %2$s." #. TRANS: Page title for list of list subscribers. #. TRANS: %1$s is a list, %2$s is a user nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Subscribers to list %1$s by %2$s, page %3$d" -msgstr "%1$s nadał etykietę %2$s, strona %3$d" +msgstr "Subskrybenci listy %1$s użytkownika %2$s, strona %3$d" #. TRANS: Title for page that displays lists subscribed to by a user. #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "Lists subscribed to by %s" -msgstr "Subskrybowano użytkownika %s." +msgstr "Listy subskrybowane przez użytkownika %s" #. TRANS: Title for page that displays lists subscribed to by a user. #. TRANS: %1$s is a profile nickname, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Lists subscribed to by %1$s, page %2$d" -msgstr "Subskrypcje użytkownika %1$s, strona %2$d" +msgstr "Listy subskrybowane przez użytkownika %1$s, strona %2$d" #. TRANS: Message displayed for anonymous users on page that displays lists subscribed to by a user. #. TRANS: This message contains Markdown links in the form [description](links). #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgid "" "These are lists subscribed to by **%s**. Lists are how you sort similar " "people on %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/" @@ -4067,10 +4014,11 @@ msgid "" "net/) tool. You can easily keep track of what they are doing by subscribing " "to the list's timeline." msgstr "" -"**%s** jest grupą użytkowników na %%%%site.name%%%%, usłudze " +"Oto listy subskrybowane przez użytkownika **%s**. Listy są sposobem " +"grupowania podobnych użytkowników na %%%%site.name%%%%, usłudze " "[mikroblogowania](http://pl.wikipedia.org/wiki/Mikroblog) opartej na wolnym " -"narzędziu [StatusNet](http://status.net/). Jej członkowie dzielą się " -"krótkimi wiadomościami o swoim życiu i zainteresowaniach. " +"narzędziu [StatusNet](http://status.net/). Możesz w prosty sposób śledzić co " +"robią subskrybując oś czasową listy." #. TRANS: Page title for AJAX form return when a disabling a plugin. msgctxt "plugin" @@ -4086,9 +4034,8 @@ msgid "This action only accepts POST requests." msgstr "Ta czynność przyjmuje tylko żądania POST." #. TRANS: Client error displayed when trying to enable or disable a plugin without access rights. -#, fuzzy msgid "You cannot administer plugins." -msgstr "Nie można usuwać użytkowników." +msgstr "Nie możesz administrować wtyczkami." #. TRANS: Client error displayed when trying to enable or disable a non-existing plugin. msgid "No such plugin." @@ -4100,7 +4047,6 @@ msgid "Enabled" msgstr "Włączone" #. TRANS: Tab and title for plugins admin panel. -#, fuzzy msgctxt "TITLE" msgid "Plugins" msgstr "Wtyczki" @@ -4113,20 +4059,20 @@ msgid "" msgstr "" #. TRANS: Admin form section header -#, fuzzy msgid "Default plugins" -msgstr "Domyślny język" +msgstr "Domyślne wtyczki" #. TRANS: Text displayed on plugin admin page when no plugin are enabled. msgid "" "All default plugins have been disabled from the site's configuration file." msgstr "" +"Wszystkie domyślne wtyczki zostały wyłączone w pliku konfiguracji witryny." #. TRANS: Client error displayed when trying to add an unindentified field to profile. #. TRANS: %s is a field name. #, php-format msgid "Unidentified field %s." -msgstr "" +msgstr "Niezidentyfikowane pole %s." #. TRANS: Page title. msgctxt "TITLE" @@ -4135,7 +4081,7 @@ msgstr "Wyniki wyszukiwania" #. TRANS: Error message in case a search is shorter than three characters. msgid "The search string must be at least 3 characters long." -msgstr "" +msgstr "Wyszukiwany ciąg znaków musi mieć co najmniej 3 znaki." #. TRANS: Page title for profile settings. msgid "Profile settings" @@ -4182,18 +4128,17 @@ msgstr "Adres URL strony domowej, bloga lub profilu na innej witrynie." #. TRANS: Text area title in form for account registration. Plural #. TRANS: is decided by the number of characters available for the #. TRANS: biography (%d). -#, fuzzy, php-format +#, php-format msgid "Describe yourself and your interests in %d character." msgid_plural "Describe yourself and your interests in %d characters." -msgstr[0] "Opisz siebie i swoje zainteresowania w %d znaku" -msgstr[1] "Opisz siebie i swoje zainteresowania w %d znakach" -msgstr[2] "Opisz siebie i swoje zainteresowania w %d znakach" +msgstr[0] "Opisz siebie i swoje zainteresowania w %d znaku." +msgstr[1] "Opisz siebie i swoje zainteresowania w %d znakach." +msgstr[2] "Opisz siebie i swoje zainteresowania w %d znakach." #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Text area title on account registration page. -#, fuzzy msgid "Describe yourself and your interests." -msgstr "Opisz się i swoje zainteresowania" +msgstr "Opisz siebie i swoje zainteresowania." #. TRANS: Text area label in form for profile settings where users can provide #. TRANS: their biography. @@ -4210,9 +4155,8 @@ msgstr "Położenie" #. TRANS: Tooltip for field label in form for profile settings. #. TRANS: Field title on account registration page. -#, fuzzy msgid "Where you are, like \"City, State (or Region), Country\"." -msgstr "Gdzie jesteś, np. \"miasto, województwo (lub region), kraj\"" +msgstr "Gdzie jesteś, np. \"miasto, województwo (lub region), kraj\"." #. TRANS: Checkbox label in form for profile settings. msgid "Share my current location when posting notices" @@ -4225,13 +4169,12 @@ msgid "Tags" msgstr "Znaczniki" #. TRANS: Tooltip for field label in form for profile settings. -#, fuzzy msgid "" "Tags for yourself (letters, numbers, -, ., and _), comma- or space- " "separated." msgstr "" "Znaczniki dla siebie (litery, liczby, -, . i _), oddzielone przecinkami lub " -"spacjami" +"spacjami." #. TRANS: Dropdownlist label in form for profile settings. msgid "Language" @@ -4250,32 +4193,32 @@ msgid "What timezone are you normally in?" msgstr "W jakiej strefie czasowej zwykle się znajdujesz?" #. TRANS: Checkbox label in form for profile settings. -#, fuzzy msgid "" "Automatically subscribe to whoever subscribes to me (best for non-humans)." msgstr "" -"Automatycznie subskrybuj każdego, kto mnie subskrybuje (najlepsze dla botów)" +"Automatycznie subskrybuj każdego, kto mnie subskrybuje (najlepsze dla botów)." #. TRANS: Dropdown field label on profile settings, for what policies to apply when someone else tries to subscribe to your updates. msgid "Subscription policy" msgstr "Polityka subskrypcji" #. TRANS: Dropdown field option for following policy. -#, fuzzy msgid "Let anyone follow me" -msgstr "Można obserwować tylko osoby." +msgstr "Pozwól wszystkim mnie obserwować" #. TRANS: Dropdown field option for following policy. msgid "Ask me first" -msgstr "" +msgstr "Najpierw mnie zapytaj" #. TRANS: Dropdown field title on group edit form. msgid "Whether other users need your permission to follow your updates." msgstr "" +"Czy inni użytkownicy potrzebują Twojej zgody na śledzenie twoich " +"aktualizacji." #. TRANS: Checkbox label in profile settings. msgid "Make updates visible only to my followers" -msgstr "" +msgstr "Uwidacznianie aktualizacji tylko dla śledzących mnie" #. TRANS: Validation error in form for profile settings. #. TRANS: Plural form is used based on the maximum number of allowed @@ -4304,13 +4247,12 @@ msgstr "Język jest za długi (maksymalnie 50 znaków)." #. TRANS: %s is the invalid tag. #. TRANS: Error displayed if a given tag is invalid. #. TRANS: %s is the invalid tag. -#, fuzzy, php-format +#, php-format msgid "Invalid tag: \"%s\"." -msgstr "Nieprawidłowy znacznik: \"%s\"" +msgstr "Nieprawidłowy znacznik: \"%s\"." #. TRANS: Server error thrown when user profile settings could not be updated to #. TRANS: automatically subscribe to any subscriber. -#, fuzzy msgid "Could not update user for autosubscribe or subscribe_policy." msgstr "Nie można zaktualizować użytkownika do automatycznej subskrypcji." @@ -4334,7 +4276,6 @@ msgid "Beyond the page limit (%s)." msgstr "Poza ograniczeniem strony (%s)." #. TRANS: Server error displayed when a public timeline cannot be retrieved. -#, fuzzy msgid "Could not retrieve public timeline." msgstr "Nie można pobrać publicznego strumienia." @@ -4350,22 +4291,18 @@ msgid "Public timeline" msgstr "Publiczna oś czasu" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Activity Streams JSON)" -msgstr "Kanał publicznego strumienia (Atom)" +msgstr "Kanał publicznego strumienia (Activity Streams JSON)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 1.0)" msgstr "Kanał publicznego strumienia (RSS 1.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (RSS 2.0)" msgstr "Kanał publicznego strumienia (RSS 2.0)" #. TRANS: Link description for public timeline feed. -#, fuzzy msgid "Public Timeline Feed (Atom)" msgstr "Kanał publicznego strumienia (Atom)" @@ -4416,9 +4353,9 @@ msgstr "" "Mikroblog) oparta na wolnym narzędziu [StatusNet](http://status.net/)." #. TRANS: Public RSS feed description. %s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "%s updates from everyone." -msgstr "Użytkownik %s aktualizuje od każdego." +msgstr "Aktualizacje %s od wszystkich." #. TRANS: Title for public tag cloud. msgid "Public tag cloud" @@ -4531,7 +4468,6 @@ msgid "Password recovery requested" msgstr "Zażądano przywracania hasła" #. TRANS: Title for password recovery page in password saved mode. -#, fuzzy msgid "Password saved" msgstr "Zapisano hasło." @@ -4578,7 +4514,6 @@ msgid "New password successfully saved. You are now logged in." msgstr "Pomyślnie zapisano nowe hasło. Jesteś teraz zalogowany." #. TRANS: Client exception thrown when no ID parameter was provided. -#, fuzzy msgid "No id parameter." msgstr "Brak parametru identyfikatora." @@ -4610,10 +4545,9 @@ msgid "Registration not allowed." msgstr "Rejestracja nie jest dozwolona." #. TRANS: Form validation error displayed when trying to register without agreeing to the site license. -#, fuzzy msgid "You cannot register if you do not agree to the license." msgstr "" -"Nie można się zarejestrować, jeśli nie zgadzasz się z warunkami licencji." +"Nie możesz się zarejestrować, jeśli nie zgadzasz się z warunkami licencji." #. TRANS: Form validation error displayed when trying to register with an already registered e-mail address. msgid "Email address already exists." @@ -4624,38 +4558,32 @@ msgid "Invalid username or password." msgstr "Nieprawidłowa nazwa użytkownika lub hasło." #. TRANS: Page notice on registration page. -#, fuzzy msgid "" "With this form you can create a new account. You can then post notices and " "link up to friends and colleagues." msgstr "" "Za pomocą tego formularza można utworzyć nowe konto. Można wtedy wysyłać " -"wpisy i połączyć się z przyjaciółmi i kolegami. " +"wpisy i połączyć się z przyjaciółmi i kolegami." #. TRANS: Field label on account registration page. In this field the password has to be entered a second time. -#, fuzzy msgctxt "PASSWORD" msgid "Confirm" msgstr "Potwierdź" #. TRANS: Field label on account registration page. -#, fuzzy msgctxt "LABEL" msgid "Email" msgstr "E-mail" #. TRANS: Field title on account registration page. -#, fuzzy msgid "Used only for updates, announcements, and password recovery." msgstr "Używane tylko do aktualizacji, ogłoszeń i przywracania hasła" #. TRANS: Field title on account registration page. -#, fuzzy msgid "Longer name, preferably your \"real\" name." msgstr "Dłuższa nazwa, najlepiej twoje \"prawdziwe\" imię i nazwisko" #. TRANS: Button text to register a user on account registration page. -#, fuzzy msgctxt "BUTTON" msgid "Register" msgstr "Zarejestruj się" @@ -4738,7 +4666,7 @@ msgstr "" #. TRANS: %s is a username. #, php-format msgid "There was an unexpected error while delisting %s." -msgstr "" +msgstr "Wystąpił nieoczekiwany błąd podczas skreślenia %s ." #. TRANS: Client error displayed when an unknown error occurs while listing a user. #. TRANS: %s is a profile URL. @@ -4747,11 +4675,12 @@ msgid "" "There was a problem listing %s. The remote server is probably not responding " "correctly, please try retrying later." msgstr "" +"Istnieje problem z wyświetleniem %s. Serwer zdalny prawdopodobnie nie " +"odpowiada poprawnie, spróbuj ponownie później." #. TRANS: Title after removing a user from a list. -#, fuzzy msgid "Unlisted" -msgstr "Licencja" +msgstr "Nienotowane" #. TRANS: Client error displayed when trying to repeat a notice while not logged in. msgid "Only logged-in users can repeat notices." @@ -4788,9 +4717,9 @@ msgstr "odpowiedzi dla użytkownika %1$s, strona %2$s" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Replies feed for %s (Activity Streams JSON)" -msgstr "Kanał odpowiedzi dla użytkownika %s (Atom)" +msgstr "Kanał odpowiedzi dla użytkownika %s (Strumienie aktywności JSON)" #. TRANS: Link for feed with replies for a user. #. TRANS: %s is a user nickname. @@ -4842,9 +4771,9 @@ msgstr "" #. TRANS: RSS reply feed description. #. TRANS: %1$s is a user nickname, %2$s is the StatusNet site name. -#, fuzzy, php-format +#, php-format msgid "Replies to %1$s on %2$s." -msgstr "odpowiedzi dla użytkownika %1$s na %2$s." +msgstr "Odpowiedzi dla użytkownika %1$s na %2$s." #. TRANS: Client exception displayed when trying to restore an account while not logged in. msgid "Only logged-in users can restore their account." @@ -4910,7 +4839,6 @@ msgid "Feed will be restored. Please wait a few minutes for results." msgstr "Kanał zostanie przywrócony. Proszę poczekać kilka minut na wyniki." #. TRANS: Form instructions for feed restore. -#, fuzzy msgid "" "You can upload a backed-up timeline in Activity Streams format." @@ -4927,7 +4855,6 @@ msgid "You cannot revoke user roles on this site." msgstr "Nie można unieważnić rol użytkowników na tej witrynie." #. TRANS: Client error displayed when trying to revoke a role that is not set. -#, fuzzy msgid "User does not have this role." msgstr "Użytkownik nie ma tej roli." @@ -4947,18 +4874,17 @@ msgstr "Użytkownik jest już ograniczony." #. TRANS: Client error displayed when trying to list a profile with an invalid list. #. TRANS: %s is the invalid list name. -#, fuzzy, php-format +#, php-format msgid "Not a valid list: %s." -msgstr "Nieprawidłowy znacznik osób: %s." +msgstr "Nieprawidłowa lista: %s." #. TRANS: Page title for page showing self tags. #. TRANS: %1$s is a tag, %2$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Users self-tagged with %1$s, page %2$d" -msgstr "Użytkownicy używający znacznika %1$s - strona %2$d" +msgstr "Użytkownicy samootagowani znacznikiem %1$s, strona %2$d" #. TRANS: Title for the sessions administration panel. -#, fuzzy msgctxt "TITLE" msgid "Sessions" msgstr "Sesje" @@ -4968,7 +4894,6 @@ msgid "Session settings for this StatusNet site" msgstr "Ustawienia sesji tej witryny StatusNet" #. TRANS: Fieldset legend on the sessions administration panel. -#, fuzzy msgctxt "LEGEND" msgid "Sessions" msgstr "Sesje" @@ -4980,9 +4905,8 @@ msgstr "Obsługa sesji" #. TRANS: Checkbox title on the sessions administration panel. #. TRANS: Indicates if StatusNet should handle session administration. -#, fuzzy msgid "Handle sessions ourselves." -msgstr "Czy samodzielnie obsługiwać sesje." +msgstr "Samodzielna obsługa sesji." #. TRANS: Checkbox label on the sessions administration panel. #. TRANS: Indicates if StatusNet should write session debugging output. @@ -4990,14 +4914,12 @@ msgid "Session debugging" msgstr "Debugowanie sesji" #. TRANS: Checkbox title on the sessions administration panel. -#, fuzzy msgid "Enable debugging output for sessions." msgstr "Włącza wyjście debugowania dla sesji." #. TRANS: Title for submit button on the sessions administration panel. -#, fuzzy msgid "Save session settings" -msgstr "Zapisz ustawienia dostępu" +msgstr "Zapisz ustawienia sesji" #. TRANS: Client error displayed trying to display an OAuth application while not logged in. msgid "You must be logged in to view an application." @@ -5010,11 +4932,11 @@ msgstr "Profil aplikacji" #. TRANS: Information output on an OAuth application page. #. TRANS: %1$s is the application creator, %2$s is "read-only" or "read-write", #. TRANS: %3$d is the number of users using the OAuth application. -#, fuzzy, php-format +#, php-format msgid "Created by %1$s - %2$s access by default - %3$d user" msgid_plural "Created by %1$s - %2$s access by default - %3$d users" -msgstr[0] "Utworzona przez %1$s - domyślny dostęp: %2$s - %3$d użytkowników" -msgstr[1] "Utworzona przez %1$s - domyślny dostęp: %2$s - %3$d użytkowników" +msgstr[0] "Utworzona przez %1$s - domyślny dostęp: %2$s - %3$d użytkownik" +msgstr[1] "Utworzona przez %1$s - domyślny dostęp: %2$s - %3$d użytkownicy" msgstr[2] "Utworzona przez %1$s - domyślny dostęp: %2$s - %3$d użytkowników" #. TRANS: Header on the OAuth application page. @@ -5022,7 +4944,6 @@ msgid "Application actions" msgstr "Czynności aplikacji" #. TRANS: Link text to edit application on the OAuth application page. -#, fuzzy msgctxt "EDITAPP" msgid "Edit" msgstr "Edycja" @@ -5057,13 +4978,12 @@ msgid "Authorize URL" msgstr "Adres URL upoważnienia" #. TRANS: Note on the OAuth application page about signature support. -#, fuzzy msgid "" "Note: HMAC-SHA1 signatures are supported. The plaintext signature method is " "not supported." msgstr "" -"Uwaga: obsługiwane są podpisy HMAC-SHA1. Metoda podpisu w zwykłym tekście " -"nie jest obsługiwana." +"Uwaga: obsługiwane są podpisy HMAC-SHA1. Metoda podpisu zwykłym tektem nie " +"jest obsługiwana." #. TRANS: Text in confirmation dialog to reset consumer key and secret for an OAuth application. msgid "Are you sure you want to reset your consumer key and secret?" @@ -5080,9 +5000,9 @@ msgid "Could not retrieve favorite notices." msgstr "Nie można odebrać ulubionych wpisów." #. TRANS: Feed link text. %s is a username. -#, fuzzy, php-format +#, php-format msgid "Feed for favorites of %s (Activity Streams JSON)" -msgstr "Kanał dla ulubionych wpisów użytkownika %s (Atom)" +msgstr "Kanał dla ulubionych wpisów użytkownika %s (Activity Streams JSON)" #. TRANS: Feed link text. %s is a username. #, php-format @@ -5147,9 +5067,9 @@ msgid "%1$s group, page %2$d" msgstr "Grupa %1$s, strona %2$d" #. TRANS: Tooltip for feed link. %s is a group nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s group (Activity Streams JSON)" -msgstr "Kanał wpisów dla grupy %s (Atom)" +msgstr "Kanał wpisów dla grupy %s (Activity Streams JSON)" #. TRANS: Tooltip for feed link. %s is a group nickname. #, php-format @@ -5188,12 +5108,12 @@ msgstr "" "narzędziu [StatusNet](http://status.net/). Jej członkowie dzielą się " "krótkimi wiadomościami o swoim życiu i zainteresowaniach. [Dołącz teraz](%%%%" "action.register%%%%), aby stać się częścią tej grupy i wiele więcej. " -"([Przeczytaj więcej](%%%%doc.help%%%%))" +"([Dowiedz się więcej](%%%%doc.help%%%%))" #. TRANS: Notice on group pages for anonymous users for StatusNet sites that accept no new registrations. #. TRANS: %s is the group name, %%%%site.name%%%% is the site name, #. TRANS: This message contains Markdown links. Ensure they are formatted correctly: [Description](link). -#, fuzzy, php-format +#, php-format msgid "" "**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5203,7 +5123,7 @@ msgstr "" "**%s** jest grupą użytkowników na %%%%site.name%%%%, usłudze " "[mikroblogowania](http://pl.wikipedia.org/wiki/Mikroblog) opartej na wolnym " "narzędziu [StatusNet](http://status.net/). Jej członkowie dzielą się " -"krótkimi wiadomościami o swoim życiu i zainteresowaniach. " +"krótkimi wiadomościami o swoim życiu i zainteresowaniach." #. TRANS: Client error displayed requesting a single message that does not exist. msgid "No such message." @@ -5226,9 +5146,8 @@ msgid "Message from %1$s on %2$s" msgstr "Wiadomość od użytkownika %1$s na %2$s" #. TRANS: Client exception thrown when trying a view a notice the user has no access to. -#, fuzzy msgid "Not available." -msgstr "Komunikator nie jest dostępny." +msgstr "Niedostępne." #. TRANS: Client error displayed trying to show a deleted notice. msgid "Notice deleted." @@ -5236,75 +5155,74 @@ msgstr "Usunięto wpis." #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Private timeline for %1$s list by you, page %2$d" -msgstr "Użytkownicy używający znacznika %1$s - strona %2$d" +msgstr "Prywatny strumień twojej listy %1$s, strona %2$d" #. TRANS: Title for public list timeline where the viewer is the tagger. #. TRANS: %1$s is a list, %2$s is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by you, page %2$d" -msgstr "Użytkownicy używający znacznika %1$s - strona %2$d" +msgstr "Strumień twojej listy %1$s, strona %2$d" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname, %3$d is a page number. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s, page %3$d" -msgstr "%1$s nadał etykietę %2$s, strona %3$d" +msgstr "Strumień listy %1$s użytkownika %2$s, strona %3$d" #. TRANS: Title for private list timeline. #. TRANS: %s is a list. #, php-format msgid "Private timeline of %s list by you" -msgstr "" +msgstr "Prywnatny strumień twojej listy %s" #. TRANS: Title for public list timeline where the viewer is the tagger. #. TRANS: %s is a list. #, php-format msgid "Timeline for %s list by you" -msgstr "" +msgstr "Strumień twojej listy %s" #. TRANS: Title for private list timeline. #. TRANS: %1$s is a list, %2$s is the tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Timeline for %1$s list by %2$s" -msgstr "odpowiedzi dla użytkownika %1$s na %2$s." +msgstr "Strumień listy %1$s użytkownika %2$s." #. TRANS: Feed title. #. TRANS: %1$s is a list, %2$s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for %1$s list by %2$s (Atom)" -msgstr "Kanał dla ulubionych wpisów użytkownika %s (Atom)" +msgstr "Kanał dla listy %1$s użytkownika %2$s (Atom)" #. TRANS: Empty list message for list timeline. #. TRANS: %1$s is a list, %2$s is a tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "" "This is the timeline for %1$s list by %2$s but no one has posted anything " "yet." msgstr "" -"To jest oś czasu użytkownika %s i przyjaciół, ale nikt jeszcze nic nie " -"wysłał." +"To jest strumień listy %1$s użytkownika %2$s, ale nikt jeszcze nic nie " +"opublikował." #. TRANS: Additional empty list message for list timeline for currently logged in user tagged tags. msgid "Try tagging more people." -msgstr "" +msgstr "Spróbuj przypisać znaczniki większej liczbie ludzi." #. TRANS: Additional empty list message for list timeline. #. TRANS: This message contains Markdown links in the form [description](link). -#, fuzzy, php-format +#, php-format msgid "" "Why not [register an account](%%%%action.register%%%%) and start following " "this timeline!" msgstr "" -"Dlaczego nie [zarejestrujesz konta](%%action.register%%) i zostaniesz " -"pierwszym, który go wyśle." +"Dlaczego nie [zarejestrujesz konta](%%action.register%%) i zaczniesz " +"obserwować tego strumienia!" #. TRANS: Header on show list page. #. TRANS: Link description for link to list of users tagged with a tag (so part of a list). -#, fuzzy msgid "Listed" -msgstr "Licencja" +msgstr "Wymienione" #. TRANS: Content of "Listed" page if there are no listed users. #. TRANS: Content of "People following tag x" if there are no subscribed users. @@ -5319,9 +5237,8 @@ msgstr "(Brak)" #. TRANS: Link for more "People in list x by a user" #. TRANS: if there are more than the mini list's maximum. -#, fuzzy msgid "Show all" -msgstr "Wyświetl więcej" +msgstr "Pokaż wszystko" #. TRANS: Header for tag subscribers. #. TRANS: Link description for link to list of users subscribed to a tag. @@ -5330,21 +5247,21 @@ msgstr "Subskrybenci" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s" -msgstr "%1$s nadał etykietę %2$s" +msgstr "Wpisy użytkownika %1$s oznaczone %2$s" #. TRANS: Page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$s is the hash tag, %3$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s tagged %2$s, page %3$d" -msgstr "%1$s nadał etykietę %2$s, strona %3$d" +msgstr "Wpisy użytkownika %1$s oznaczone %2$s, strona %3$d" #. TRANS: Extended page title showing tagged notices in one user's timeline. #. TRANS: %1$s is the username, %2$d is the page number. -#, fuzzy, php-format +#, php-format msgid "Notices by %1$s, page %2$d" -msgstr "Wpisy ze znacznikiem %1$s, strona %2$d" +msgstr "Wpisy użytkownika %1$s, strona %2$d" #. TRANS: Title for link to notice feed. #. TRANS: %1$s is a user nickname, %2$s is a hashtag. @@ -5354,9 +5271,9 @@ msgstr "Kanał wpisów dla %1$s ze znacznikiem %2$s (RSS 1.0)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Notice feed for %s (Activity Streams JSON)" -msgstr "Kanał wpisów dla %s (Atom)" +msgstr "Kanał wpisów dla %s (Activity Streams JSON)" #. TRANS: Title for link to notice feed. #. TRANS: %s is a user nickname. @@ -5418,12 +5335,12 @@ msgstr "" "**%s** posiada konto na %%%%site.name%%%%, usłudze [mikroblogowania](http://" "pl.wikipedia.org/wiki/Mikroblog) opartej na wolnym narzędziu [StatusNet]" "(http://status.net/). [Dołącz teraz](%%%%action.register%%%%), aby " -"obserwować wpisy użytkownika **%s** i wiele więcej. ([Przeczytaj więcej](%%%%" -"doc.help%%%%))" +"obserwować wpisy użytkownika **%s** i wiele więcej. ([Dowiedz się więcej](%%%" +"%doc.help%%%%))" #. TRANS: Announcement for anonymous users showing a timeline if site registrations are closed or invite only. #. TRANS: This message contains a Markdown link. Keep "](" together. -#, fuzzy, php-format +#, php-format msgid "" "**%s** has an account on %%%%site.name%%%%, a [micro-blogging](http://en." "wikipedia.org/wiki/Micro-blogging) service based on the Free Software " @@ -5431,7 +5348,7 @@ msgid "" msgstr "" "**%s** posiada konto na %%%%site.name%%%%, usłudze [mikroblogowania](http://" "pl.wikipedia.org/wiki/Mikroblog) opartej na wolnym narzędziu [StatusNet]" -"(http://status.net/). " +"(http://status.net/)." #. TRANS: Link to the author of a repeated notice. %s is a linked nickname. #, php-format @@ -5448,10 +5365,9 @@ msgid "User is already silenced." msgstr "Użytkownik jest już wyciszony." #. TRANS: Title for site administration panel. -#, fuzzy msgctxt "TITLE" msgid "Site" -msgstr "Witryny" +msgstr "Witryna" #. TRANS: Instructions for site administration panel. msgid "Basic settings for this StatusNet site" @@ -5488,54 +5404,47 @@ msgid "Dupe limit must be one or more seconds." msgstr "Ograniczenie duplikatów musi wynosić jedną lub więcej sekund." #. TRANS: Fieldset legend on site settings panel. -#, fuzzy msgctxt "LEGEND" msgid "General" msgstr "Ogólne" #. TRANS: Field label on site settings panel. -#, fuzzy msgctxt "LABEL" msgid "Site name" msgstr "Nazwa witryny" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "The name of your site, like \"Yourcompany Microblog\"." -msgstr "Nazwa strony, taka jak \"Mikroblog firmy X\"" +msgstr "Nazwa strony, w stylu \"Mikroblog firmy X\"." #. TRANS: Field label on site settings panel. msgid "Brought by" msgstr "Dostarczane przez" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Text used for credits link in footer of each page." -msgstr "Tekst używany do odnośnika do zasług w stopce każdej strony" +msgstr "Tekst używany w łączu do podziękowań na stopce każdej strony." #. TRANS: Field label on site settings panel. msgid "Brought by URL" msgstr "Adres URL \"Dostarczane przez\"" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "URL used for credits link in footer of each page." -msgstr "Adres URL używany do odnośnika do zasług w stopce każdej strony" +msgstr "Adres URL używany do odnośnika do podziękowań na stopce każdej strony." #. TRANS: Field label on site settings panel. msgid "Email" msgstr "E-mail" #. TRANS: Field title on site settings panel. -#, fuzzy msgid "Contact email address for your site." -msgstr "Kontaktowy adres e-mail witryny" +msgstr "Kontaktowy adres e-mail witryny." #. TRANS: Fieldset legend on site settings panel. -#, fuzzy msgctxt "LEGEND" msgid "Local" -msgstr "Lokalne" +msgstr "Lokalizacja" #. TRANS: Dropdown label on site settings panel. msgid "Default timezone" @@ -5550,15 +5459,13 @@ msgid "Default language" msgstr "Domyślny język" #. TRANS: Dropdown title on site settings panel. -#, fuzzy msgid "" "The site language when autodetection from browser settings is not available." msgstr "" -"Język witryny, kiedy automatyczne wykrywanie z ustawień przeglądarki nie " -"jest dostępne" +"Język witryny, kiedy nie jest dostępne automatyczne wykrywanie z ustawień " +"przeglądarki." #. TRANS: Fieldset legend on site settings panel. -#, fuzzy msgctxt "LEGEND" msgid "Limits" msgstr "Ograniczenia" @@ -5594,9 +5501,8 @@ msgid "SSL logo" msgstr "Logo SSL" #. TRANS: Button title for saving site settings. -#, fuzzy msgid "Save the site settings." -msgstr "Zapisz ustawienia witryny" +msgstr "Zapisz ustawienia witryny." #. TRANS: Page title for site-wide notice tab in admin panel. msgid "Site Notice" @@ -5624,9 +5530,8 @@ msgstr "" "Tekst wpisu witryny (maksymalnie 255 znaków, można używać znaczników HTML)" #. TRANS: Button title to save site notice in admin panel. -#, fuzzy msgid "Save site notice." -msgstr "Zapisz wpis witryny" +msgstr "Zapisz wpis witryny." #. TRANS: Title for SMS settings. msgid "SMS settings" @@ -5672,9 +5577,8 @@ msgid "SMS phone number" msgstr "Numer telefonu SMS" #. TRANS: SMS phone number input field instructions in SMS settings form. -#, fuzzy msgid "Phone number, no punctuation or spaces, with area code." -msgstr "Numer telefonu, bez znaków przestankowych i spacji, z kodem państwa" +msgstr "Numer telefonu, bez znaków przestankowych i spacji, z kodem państwa." #. TRANS: Form legend for SMS preferences form. msgid "SMS preferences" @@ -5721,9 +5625,8 @@ msgid "That is the wrong confirmation number." msgstr "To jest błędny numer potwierdzenia." #. TRANS: Server error thrown on database error canceling SMS phone number confirmation. -#, fuzzy msgid "Could not delete SMS confirmation." -msgstr "Nie można usunąć potwierdzenia komunikatora." +msgstr "Nie można usunąć potwierdzenia SMS." #. TRANS: Message given after successfully canceling SMS phone number confirmation. msgid "SMS confirmation cancelled." @@ -5758,12 +5661,10 @@ msgstr "" "e-mail na %s (w języku angielskim), aby nam o tym powiedzieć." #. TRANS: Message given saving SMS phone number confirmation code without having provided one. -#, fuzzy msgid "No code entered." -msgstr "Nie podano kodu" +msgstr "Nie podano kodu." #. TRANS: Title for admin panel to configure snapshots. -#, fuzzy msgctxt "TITLE" msgid "Snapshots" msgstr "Migawki" @@ -5785,7 +5686,6 @@ msgid "Invalid snapshot report URL." msgstr "Nieprawidłowy adres URL zgłaszania migawek." #. TRANS: Fieldset legend on admin panel for snapshots. -#, fuzzy msgctxt "LEGEND" msgid "Snapshots" msgstr "Migawki" @@ -5803,32 +5703,28 @@ msgid "Data snapshots" msgstr "Migawki danych" #. TRANS: Dropdown title for snapshot method in admin panel for snapshots. -#, fuzzy msgid "When to send statistical data to status.net servers." -msgstr "Kiedy wysyłać dane statystyczne na serwery status.net" +msgstr "Kiedy wysyłać dane statystyczne na serwery status.net." #. TRANS: Input field label for snapshot frequency in admin panel for snapshots. msgid "Frequency" msgstr "Częstotliwość" #. TRANS: Input field title for snapshot frequency in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent once every N web hits." -msgstr "Migawki będą wysyłane co N trafień WWW" +msgstr "Migawki będą wysyłane co N trafień sieci." #. TRANS: Input field label for snapshot report URL in admin panel for snapshots. msgid "Report URL" msgstr "Adres URL zgłaszania" #. TRANS: Input field title for snapshot report URL in admin panel for snapshots. -#, fuzzy msgid "Snapshots will be sent to this URL." -msgstr "Migawki będą wysyłane na ten adres URL" +msgstr "Migawki będą wysyłane na ten adres URL." #. TRANS: Button title to save snapshot settings. -#, fuzzy msgid "Save snapshot settings." -msgstr "Zapisz ustawienia migawki" +msgstr "Zapisz ustawienia migawki." #. TRANS: Client error displayed trying a change a subscription for a non-subscribed profile. msgid "You are not subscribed to that profile." @@ -5841,50 +5737,48 @@ msgstr "Nie można zapisać subskrypcji." #. TRANS: Client error displayed when trying to approve group applicants without being a group administrator. msgid "You may only approve your own pending subscriptions." -msgstr "" +msgstr "Możesz zatwierdzić tylko zatwierdzić własne oczekujące subskrypcje." #. TRANS: Title of the first page showing pending subscribers still awaiting approval. #. TRANS: %s is the name of the user. -#, fuzzy, php-format +#, php-format msgid "%s subscribers awaiting approval" -msgstr "%s członków grupy" +msgstr "Subskrypcja %s oczekuje na zatwierdzenie" #. TRANS: Title of all but the first page showing pending subscribersmembers still awaiting approval. #. TRANS: %1$s is the name of the user, %2$d is the page number of the members list. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribers awaiting approval, page %2$d" -msgstr "Członkowie grupy %1$s, strona %2$d" +msgstr "Subskrybenci użytkownika %1$s oczekujący na zatwierdzenie, strona %2$d" #. TRANS: Page notice for group members page. -#, fuzzy msgid "A list of users awaiting approval to subscribe to you." -msgstr "Lista użytkowników znajdujących się w tej grupie." +msgstr "" +"Lista użytkowników oczekujących na zatwierdzenie subskrypcji twoich wpisów." #. TRANS: Page title when subscription succeeded. msgid "Subscribed" msgstr "Subskrybowano" #. TRANS: Client error displayed when trying to perform an action while not logged in. -#, fuzzy msgid "You must be logged in to unsubscribe from a list." -msgstr "Musisz być zalogowany, aby utworzyć grupę." +msgstr "Musisz być zalogowany, wypisać się z subskrypcji listy." #. TRANS: Client error displayed when trying to perform an action without providing an ID. -#, fuzzy msgid "No ID given." -msgstr "Brak parametru identyfikatora." +msgstr "Brak identyfikatora." #. TRANS: Server error displayed subscribing to a list fails. #. TRANS: %1$s is a user nickname, %2$s is a list, %3$s is the error message (no period). -#, fuzzy, php-format +#, php-format msgid "Could not subscribe user %1$s to list %2$s: %3$s" -msgstr "Nie można dołączyć użytkownika %1$s do grupy %2$s." +msgstr "Nie udało się subskrybować użytkownika %1$s do listy %2$s: %3$s" #. TRANS: Title of form to subscribe to a list. #. TRANS: %1%s is a user nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s subscribed to list %2$s by %3$s" -msgstr "Subskrybenci użytkownika %1$s, strona %2$d" +msgstr "Użytkownik %1$s subskrybowany do listy %2$s użytkownika %3$s" #. TRANS: Header for list of subscribers for a user (first page). #. TRANS: %s is the user's nickname. @@ -5957,19 +5851,17 @@ msgstr "Osoby, których wpisy obserwuje użytkownik %s." #. TRANS: This message contains Markdown URLs. The link description is between #. TRANS: square brackets, and the link between parentheses. Do not separate "](" #. TRANS: and do not change the URL part. -#, fuzzy, php-format +#, php-format msgid "" "You're not listening to anyone's notices right now, try subscribing to " "people you know. Try [people search](%%action.peoplesearch%%), look for " "members in groups you're interested in and in our [featured users](%%action." "featured%%)." msgstr "" -"Nie obserwujesz teraz wpisów innych użytkowników. Spróbuj subskrybować " +"Nie obserwujesz teraz wpisów innych użytkowników, spróbuj subskrybować " "osoby, które znasz. Spróbuj [wyszukać kogoś](%%action.peoplesearch%%), " -"poszukać członków grup, które cię interesują, a także [znanych użytkowników]" -"(%%action.featured%%). Jeśli jesteś [użytkownikiem serwisu Twitter](%%action." -"twittersettings%%), można automatycznie subskrybować osoby, które tam już " -"obserwujesz." +"poszukać osób należących do grup, które cię interesują, a także [znanych " +"użytkowników](%%action.featured%%)." #. TRANS: Subscription list text when looking at the subscriptions for a of a user other #. TRANS: than the logged in user that has no subscriptions. %s is the user nickname. @@ -5985,7 +5877,6 @@ msgid "Subscription feed for %s (Atom)" msgstr "Kanał subskrypcji dla %s (Atom)" #. TRANS: Checkbox label for enabling IM messages for a profile in a subscriptions list. -#, fuzzy msgctxt "LABEL" msgid "IM" msgstr "Komunikator" @@ -6002,9 +5893,9 @@ msgstr "Wpisy ze znacznikiem %1$s, strona %2$d" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. -#, fuzzy, php-format +#, php-format msgid "Notice feed for tag %s (Activity Streams JSON)" -msgstr "Kanał wpisów dla znacznika %s (Atom)" +msgstr "Kanał wpisów dla znacznika %s (Activity Streams JSON)" #. TRANS: Link label for feed on "notices with tag" page. #. TRANS: %s is the tag the feed is for. @@ -6027,68 +5918,58 @@ msgstr "Kanał wpisów dla znacznika %s (Atom)" #. TRANS: Client error displayed when trying to tag a user that cannot be tagged. #. TRANS: Client exception thrown trying to set a tag for a user that cannot be tagged. #. TRANS: Error displayed when trying to tag a user that cannot be tagged. -#, fuzzy msgid "You cannot tag this user." -msgstr "Nie można wysłać wiadomości do tego użytkownika." +msgstr "Nie można oznaczyć tego użytkownika." #. TRANS: Title for list form when not on a profile page. -#, fuzzy msgid "List a profile" -msgstr "Profil użytkownika" +msgstr "Profil listowy" #. TRANS: Title for list form when on a profile page. #. TRANS: %s is a profile nickname. -#, fuzzy, php-format +#, php-format msgctxt "ADDTOLIST" msgid "List %s" -msgstr "Ograniczenia" +msgstr "Lista %s" #. TRANS: Title for list form when an error has occurred. -#, fuzzy msgctxt "TITLE" msgid "Error" -msgstr "Błąd AJAX" +msgstr "Błąd" #. TRANS: Header in list form. msgid "User profile" msgstr "Profil użytkownika" #. TRANS: Fieldset legend for list form. -#, fuzzy msgid "List user" -msgstr "Ograniczenia" +msgstr "Użytkownik listowy" #. TRANS: Field label on list form. -#, fuzzy msgctxt "LABEL" msgid "Lists" -msgstr "Ograniczenia" +msgstr "Listy" #. TRANS: Field title on list form. -#, fuzzy msgid "" "Lists for this user (letters, numbers, -, ., and _), comma- or space- " "separated." msgstr "" -"Znaczniki dla siebie (litery, liczby, -, . i _), oddzielone przecinkami lub " -"spacjami" +"Listy dla tego użytkownika (litery, liczby, -, . i _), oddzielone " +"przecinkami lub spacjami." #. TRANS: Title for personal tag cloud section. -#, fuzzy msgctxt "TITLE" msgid "Tags" msgstr "Znaczniki" #. TRANS: Success message if lists are saved. -#, fuzzy msgid "Lists saved." -msgstr "Zapisano hasło." +msgstr "Zapisano listy." #. TRANS: Page notice. -#, fuzzy msgid "Use this form to add your subscribers or subscriptions to lists." -msgstr "" -"Użyj tego formularza, aby dodać znaczniki subskrybentom lub subskrypcjom." +msgstr "Użyj tego formularza, aby dodać subskrybentów lub subskrypcje do list." #. TRANS: Client error when requesting a tag feed for a non-existing tag. msgid "No such tag." @@ -6112,14 +5993,13 @@ msgstr "Zrezygnowano z subskrypcji" #. TRANS: Page title for form that allows unsubscribing from a list. #. TRANS: %1$s is a nickname, %2$s is a list, %3$s is a tagger nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s unsubscribed from list %2$s by %3$s" -msgstr "Subskrybenci użytkownika %1$s, strona %2$d" +msgstr "%1$s wypisany z subskrypcji listy %2$s użytkownika %3$s" #. TRANS: Title of URL settings tab in profile settings. -#, fuzzy msgid "URL settings" -msgstr "Ustawienia komunikatora" +msgstr "Ustawienia URL" #. TRANS: Instructions for tab "Other" in user profile settings. msgid "Manage various other options." @@ -6132,13 +6012,12 @@ msgid " (free service)" msgstr " (wolna usługa)" #. TRANS: Default value for URL shortening settings. -#, fuzzy msgid "[none]" -msgstr "Brak" +msgstr "[brak]" #. TRANS: Default value for URL shortening settings. msgid "[internal]" -msgstr "" +msgstr "[wewnętrzne]" #. TRANS: Label for dropdown with URL shortener services. msgid "Shorten URLs with" @@ -6150,38 +6029,42 @@ msgstr "Używana automatyczna usługa skracania." #. TRANS: Field label in URL settings in profile. msgid "URL longer than" -msgstr "" +msgstr "Adres URL dłuższy niż" #. TRANS: Field title in URL settings in profile. msgid "URLs longer than this will be shortened, 0 means always shorten." msgstr "" +"Adresy URL dłuższe niż ta wartość zostaną skrócone, 0 oznacza pełne " +"usunięcie." #. TRANS: Field label in URL settings in profile. msgid "Text longer than" -msgstr "" +msgstr "Tekst dłuższy niż" #. TRANS: Field title in URL settings in profile. msgid "" "URLs in notices longer than this will be shortened, 0 means always shorten." msgstr "" +"Adresy URL we wpisach dłuższe niż ta wartość zostaną skrócone, 0 oznacza " +"pełne usnięcie." #. TRANS: Form validation error for form "Other settings" in user profile. msgid "URL shortening service is too long (maximum 50 characters)." msgstr "Adres URL usługi skracania jest za długi (maksymalnie 50 znaków)." #. TRANS: Client exception thrown when the maximum URL settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum URL length." -msgstr "Nieprawidłowa treść wpisu." +msgstr "Nieprawidłowa liczba dla maksymalnej długości adresu URL." #. TRANS: Client exception thrown when the maximum notice length settings value is invalid in profile URL settings. -#, fuzzy msgid "Invalid number for maximum notice length." -msgstr "Nieprawidłowa treść wpisu." +msgstr "Nieprawidłowa liczba dla maksymalnej długości wpisu." #. TRANS: Server exception thrown in profile URL settings when preferences could not be saved. msgid "Error saving user URL shortening preferences." msgstr "" +"Wystąpił błąd podczas zapisywania preferencji użytkownika skracania adresu " +"URL." #. TRANS: User admin panel title. msgctxt "TITLE" @@ -6202,12 +6085,11 @@ msgstr "Nieprawidłowy tekst powitania. Maksymalna długość to 255 znaków." #. TRANS: Client error displayed when trying to set a non-existing user as default subscription for new #. TRANS: users in user admin panel. %1$s is the invalid nickname. -#, fuzzy, php-format +#, php-format msgid "Invalid default subscripton: \"%1$s\" is not a user." msgstr "Nieprawidłowa domyślna subskrypcja: \"%1$s\" nie jest użytkownikiem." #. TRANS: Fieldset legend in user administration panel. -#, fuzzy msgctxt "LEGEND" msgid "Profile" msgstr "Profil" @@ -6253,9 +6135,8 @@ msgid "Whether to allow users to invite new users." msgstr "Czy zezwolić użytkownikom zapraszanie nowych użytkowników." #. TRANS: Button title to save user settings in user admin panel. -#, fuzzy msgid "Save user settings." -msgstr "Zapisz ustawienia użytkownika" +msgstr "Zapisz ustawienia użytkownika." #. TRANS: Page title for all but the first page of groups for a user. #. TRANS: %1$s is a nickname, %2$d is a page number. @@ -6295,12 +6176,12 @@ msgstr "StatusNet %s" #. TRANS: Content part of StatusNet version page. #. TRANS: %1$s is the engine name (StatusNet) and %2$s is the StatusNet version. -#, fuzzy, php-format +#, php-format msgid "" "This site is powered by %1$s version %2$s, Copyright 2008-2011 StatusNet, " "Inc. and contributors." msgstr "" -"Ta witryna korzysta z oprogramowania %1$s w wersji %2$s, Copyright 2008-2010 " +"Ta witryna korzysta z oprogramowania %1$s w wersji %2$s, Copyright 2008-2011 " "StatusNet, Inc. i współtwórcy." #. TRANS: Header for StatusNet contributors section on the version page. @@ -6312,20 +6193,19 @@ msgid "License" msgstr "Licencja" #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "StatusNet is free software: you can redistribute it and/or modify it under " "the terms of the GNU Affero General Public License as published by the Free " "Software Foundation, either version 3 of the License, or (at your option) " "any later version." msgstr "" -"Program StatusNet jest wolnym oprogramowaniem; można go rozprowadzać dalej i/" +"Program StatusNet jest wolnym oprogramowaniem: można go rozprowadzać dalej i/" "lub modyfikować na warunkach Powszechnej Licencji Publicznej Affero GNU, " "wydanej przez Fundację Wolnego Oprogramowania (Free Software Foundation) - " -"według wersji trzeciej tej Licencji lub którejś z późniejszych wersji. " +"według wersji trzeciej tej Licencji lub (jeśli tak zdecydujesz) którejś z " +"późniejszych wersji." #. TRANS: Content part of StatusNet version page. -#, fuzzy msgid "" "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " @@ -6336,7 +6216,7 @@ msgstr "" "jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji PRZYDATNOŚCI " "HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. W celu uzyskania " "bliższych informacji należy zapoznać się z Powszechną Licencją Publiczną " -"Affero GNU. " +"Affero GNU." #. TRANS: Content part of StatusNet version page. #. TRANS: %s is a link to the AGPL license with link description "http://www.gnu.org/licenses/agpl.html". @@ -6354,25 +6234,21 @@ msgid "Plugins" msgstr "Wtyczki" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Name" msgstr "Nazwa" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Version" msgstr "Wersja" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Author(s)" -msgstr "Autorzy" +msgstr "Autor(‐rzy)" #. TRANS: Column header for plugins table on version page. -#, fuzzy msgctxt "HEADER" msgid "Description" msgstr "Opis" @@ -6402,16 +6278,15 @@ msgstr "Robin sądzi, że coś jest niemożliwe." #, php-format msgid "%1$d byte" msgid_plural "%1$d bytes" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "%1$d bajt" +msgstr[1] "%1$d bajty" +msgstr[2] "%1$d bajtów" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have #. TRANS: gettext support multiple plurals in the same message, unfortunately... -#, fuzzy, php-format +#, php-format msgid "" "No file may be larger than %1$d byte and the file you sent was %2$s. Try to " "upload a smaller version." @@ -6419,14 +6294,14 @@ msgid_plural "" "No file may be larger than %1$d bytes and the file you sent was %2$s. Try to " "upload a smaller version." msgstr[0] "" -"Żaden plik nie może być większy niż %1$d bajt, a wysłany plik miał %2$d " -"bajty. Proszę spróbować wysłać mniejszą wersję." +"Żaden plik nie może być większy niż %1$d bajt, a wysłany plik miał %2$s. " +"Proszę spróbować wysłać krótszą wersję." msgstr[1] "" -"Żaden plik nie może być większy niż %1$d bajty, a wysłany plik miał %2$d " -"bajty. Proszę spróbować wysłać mniejszą wersję." +"Żaden plik nie może być większy niż %1$d bajty, a wysłany plik miał %2$s. " +"Proszę spróbować wysłać krótszą wersję." msgstr[2] "" -"Żaden plik nie może być większy niż %1$d bajtów, a wysłany plik miał %2$d " -"bajtów. Proszę spróbować wysłać mniejszą wersję." +"Żaden plik nie może być większy niż %1$d bajtów, a wysłany plik miał %2$s. " +"Proszę spróbować wysłać krótszą wersję." #. TRANS: Message given if an upload would exceed user quota. #. TRANS: %d (number) is the user quota in bytes and is used for plural. @@ -6504,9 +6379,9 @@ msgid "Could not create login token for %s" msgstr "Nie można utworzyć tokenów loginów dla %s" #. TRANS: Exception thrown when a program code class (%s) cannot be instantiated. -#, fuzzy, php-format +#, php-format msgid "Cannot instantiate class %s." -msgstr "Nie można zapisać nowego hasła." +msgstr "Nie można utworzyć obiektu klasy %s." #. TRANS: Exception thrown when database name or Data Source Name could not be found. msgid "No database name or DSN found anywhere." @@ -6531,9 +6406,9 @@ msgid "No such profile (%1$d) for notice (%2$d)." msgstr "Brak profilu (%1$d) dla wpisu (%2$d)." #. TRANS: Server exception. %s are the error details. -#, fuzzy, php-format +#, php-format msgid "Database error inserting hashtag: %s." -msgstr "Błąd bazy danych podczas wprowadzania znacznika mieszania: %s" +msgstr "Błąd bazy danych podczas wprowadzania znacznika mieszania: %s." #. TRANS: Client exception thrown if a notice contains too many characters. msgid "Problem saving notice. Too long." @@ -6563,23 +6438,20 @@ msgid "You are banned from posting notices on this site." msgstr "Zabroniono ci wysyłania wpisów na tej witrynie." #. TRANS: Client exception thrown in notice when trying to repeat a missing or deleted notice. -#, fuzzy msgid "Cannot repeat; original notice is missing or deleted." -msgstr "Nie można powtórzyć własnego wpisu." +msgstr "Nie można powtórzyć, oryginalny wpis nie istnieje lub został usunięty." #. TRANS: Client error displayed when trying to repeat an own notice. msgid "You cannot repeat your own notice." msgstr "Nie można powtórzyć własnego wpisu." #. TRANS: Client error displayed when trying to repeat a non-public notice. -#, fuzzy msgid "Cannot repeat a private notice." -msgstr "Nie można powtórzyć własnego wpisu." +msgstr "Nie można powtórzyć prywatnego wpisu." #. TRANS: Client error displayed when trying to repeat a notice you cannot access. -#, fuzzy msgid "Cannot repeat a notice you cannot read." -msgstr "Nie można powtórzyć własnego wpisu." +msgstr "Nie można powtórzyć wpisu, którego nie możesz odczytać." #. TRANS: Client error displayed when trying to repeat an already repeated notice. msgid "You already repeated that notice." @@ -6587,9 +6459,9 @@ msgstr "Już powtórzono ten wpis." #. TRANS: Client error displayed when trying to reply to a notice a the target has no access to. #. TRANS: %1$s is a user nickname, %2$d is a notice ID (number). -#, fuzzy, php-format +#, php-format msgid "%1$s has no access to notice %2$d." -msgstr "Użytkownik nie posiada ostatniego wpisu." +msgstr "Użytkownik %1$s nie ma dostępu do wpisu %2$d." #. TRANS: Server exception thrown when a notice cannot be saved. #. TRANS: Server exception thrown when a notice cannot be updated. @@ -6632,32 +6504,27 @@ msgstr "" #. TRANS: Server exception. msgid "The tag you are trying to rename to already exists." -msgstr "" +msgstr "Znacznik, któremu użytkownik próbuje zmienić nazwę już istnieje." #. TRANS: Server exception saving new tag without having a tagger specified. -#, fuzzy msgid "No tagger specified." -msgstr "Nie podano grupy." +msgstr "Nie podano twórcy znacznika." #. TRANS: Server exception saving new tag without having a tag specified. -#, fuzzy msgid "No tag specified." -msgstr "Nie podano grupy." +msgstr "Nie podano znacznika." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not create profile tag." -msgstr "Nie można zapisać profilu." +msgstr "Nie można utworzyć znacznika profilu." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not set profile tag URI." -msgstr "Nie można zapisać profilu." +msgstr "Nie można ustawić tagu URI profilu." #. TRANS: Server exception saving new tag. -#, fuzzy msgid "Could not set profile tag mainpage." -msgstr "Nie można zapisać profilu." +msgstr "Nie można ustawić tagu strony głównej profilu." #. TRANS: Client exception thrown trying to set more tags than allowed. #, php-format @@ -6665,6 +6532,9 @@ msgid "" "You already have created %d or more tags which is the maximum allowed number " "of tags. Try using or deleting some existing tags." msgstr "" +"Zostało już przez ciebie utworzone %d lub więcej znaczników, co jest " +"maksymalną dozwoloną liczba znaczników. Spróbuj użyć lub usunąć niektóre " +"istniejące znaczniki." #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, php-format @@ -6672,16 +6542,16 @@ msgid "" "You already have %1$d or more people in list %2$s, which is the maximum " "allowed number. Try unlisting others first." msgstr "" +"Masz już %1$d lub więcej osób na liście %2$s, co jest maksymalną dozwoloną " +"liczbą. Spróbuj najpierw usunąć kogoś z listy." #. TRANS: Exception thrown when inserting a list subscription in the database fails. -#, fuzzy msgid "Adding list subscription failed." -msgstr "Nie można usunąć subskrypcji." +msgstr "Nie udało się dodać subskrypcji listy." #. TRANS: Exception thrown when deleting a list subscription from the database fails. -#, fuzzy msgid "Removing list subscription failed." -msgstr "Nie można usunąć subskrypcji." +msgstr "Nie udało się usunąć subskrypcji listy." #. TRANS: Exception thrown when a right for a non-existing user profile is checked. msgid "Missing profile." @@ -6716,7 +6586,6 @@ msgid "Could not delete subscription." msgstr "Nie można usunąć subskrypcji." #. TRANS: Activity title when subscribing to another person. -#, fuzzy msgctxt "TITLE" msgid "Follow" msgstr "Obserwuj" @@ -6735,7 +6604,7 @@ msgstr "Witaj w %1$s, @%2$s." #. TRANS: Exception thrown when trying view "repeated to me". msgid "Not implemented since inbox change." -msgstr "" +msgstr "Nie realizowane od zmiany skrzynki odbiorczej." #. TRANS: Server exception. msgid "No single user defined for single-user mode." @@ -6802,23 +6671,19 @@ msgid "User deletion in progress..." msgstr "Trwa usuwanie użytkownika..." #. TRANS: Link title for link on user profile. -#, fuzzy msgid "Edit profile settings." -msgstr "Zmodyfikuj ustawienia profilu" +msgstr "Edytuj ustawienia profilu." #. TRANS: Link text for link on user profile. -#, fuzzy msgctxt "BUTTON" msgid "Edit" msgstr "Edycja" #. TRANS: Link title for link on user profile. -#, fuzzy msgid "Send a direct message to this user." -msgstr "Wyślij bezpośrednią wiadomość do tego użytkownika" +msgstr "Wyślij bezpośrednią wiadomość do tego użytkownika." #. TRANS: Link text for link on user profile. -#, fuzzy msgctxt "BUTTON" msgid "Message" msgstr "Wiadomość" @@ -6856,7 +6721,6 @@ msgid "Show more" msgstr "Wyświetl więcej" #. TRANS: Inline reply form submit button: submits a reply comment. -#, fuzzy msgctxt "BUTTON" msgid "Reply" msgstr "Odpowiedz" @@ -6864,13 +6728,12 @@ msgstr "Odpowiedz" #. TRANS: Placeholder text for inline reply form. Clicking in this box will turn it into a mini notice form. #. TRANS: Field label for reply mini form. msgid "Write a reply..." -msgstr "" +msgstr "Napisz odpowiedź..." #. TRANS: Tab on the notice form. -#, fuzzy msgctxt "TAB" msgid "Status" -msgstr "StatusNet" +msgstr "Status" #. TRANS: First sentence of the StatusNet site license. Used if 'broughtby' is set. #. TRANS: Text between [] is a link description, text between () is the link itself. @@ -6978,7 +6841,7 @@ msgstr "Użytkownik jest już członkiem tej grupy." #. TRANS: %1$s is the source URI of the notice, %2$s is the URI of the author. #, php-format msgid "Already know about notice %1$s and it has a different author %2$s." -msgstr "" +msgstr "Już wiem o wpisie %1$s i ma on innego autora %2$s ." #. TRANS: Client exception thrown when trying to overwrite the author information for a non-trusted user during import. msgid "Not overwriting author info for non-trusted user." @@ -6992,9 +6855,9 @@ msgid "No content for notice %s." msgstr "Brak zawartości dla wpisu %s." #. TRANS: Exception thrown if a non-existing user is provided. %s is a user ID. -#, fuzzy, php-format +#, php-format msgid "No such user \"%s\"." -msgstr "Brak użytkownika %s." +msgstr "Brak użytkownika \"%s\"." #. TRANS: Client exception thrown when post to collection fails with a 400 status. #. TRANS: %1$s is a URL, %2$s is the status, %s$s is the fail reason. @@ -7036,13 +6899,11 @@ msgid "saveSettings() not implemented." msgstr "saveSettings() nie jest zaimplementowane." #. TRANS: Header in administrator navigation panel. -#, fuzzy msgctxt "HEADER" msgid "Home" -msgstr "Strona domowa" +msgstr "Strona główna" #. TRANS: Header in administrator navigation panel. -#, fuzzy msgctxt "HEADER" msgid "Admin" msgstr "Administrator" @@ -7061,7 +6922,6 @@ msgid "User configuration" msgstr "Konfiguracja użytkownika" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "User" msgstr "Użytkownik" @@ -7071,7 +6931,6 @@ msgid "Access configuration" msgstr "Konfiguracja dostępu" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Access" msgstr "Dostęp" @@ -7081,7 +6940,6 @@ msgid "Paths configuration" msgstr "Konfiguracja ścieżek" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Paths" msgstr "Ścieżki" @@ -7091,7 +6949,6 @@ msgid "Sessions configuration" msgstr "Konfiguracja sesji" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Sessions" msgstr "Sesje" @@ -7101,7 +6958,6 @@ msgid "Edit site notice" msgstr "Zmodyfikuj wpis witryny" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Site notice" msgstr "Wpis witryny" @@ -7111,7 +6967,6 @@ msgid "Snapshots configuration" msgstr "Konfiguracja migawek" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Snapshots" msgstr "Migawki" @@ -7121,18 +6976,15 @@ msgid "Set site license" msgstr "Ustaw licencję witryny" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "License" msgstr "Licencja" #. TRANS: Menu item title in administrator navigation panel. -#, fuzzy msgid "Plugins configuration" -msgstr "Konfiguracja ścieżek" +msgstr "Konfiguracja wtyczek" #. TRANS: Menu item in administrator navigation panel. -#, fuzzy msgctxt "MENU" msgid "Plugins" msgstr "Wtyczki" @@ -7149,7 +7001,7 @@ msgstr "Brak aplikacji dla tego klucza klienta." #. TRANS: Authorization exception thrown when a user without API access tries to access the API. msgid "Not allowed to use API." -msgstr "" +msgstr "Niedozwolone użycie interfejsu API." #. TRANS: OAuth exception given when an incorrect access token was given for a user. msgid "Bad access token." @@ -7246,19 +7098,16 @@ msgstr "" "Domyślny dostęp do tej aplikacji: tylko do odczytu lub do odczytu i zapisu" #. TRANS: Submit button title. -#, fuzzy msgid "Cancel application changes." -msgstr "Połączone aplikacje" +msgstr "Anulowanie zmian aplikacji." #. TRANS: Submit button title. -#, fuzzy msgid "Save application changes." -msgstr "Nowa aplikacja" +msgstr "Zapis zmian aplikacji." #. TRANS: Name for an anonymous application in application list. -#, fuzzy msgid "Unknown application" -msgstr "Nieznane działanie" +msgstr "Nieznana aplikacja" #. TRANS: Message has a leading space and a trailing space. Used in application list. #. TRANS: Before this message the application name is put, behind it the organisation that manages it. @@ -7291,14 +7140,12 @@ msgstr "Unieważnij" #. TRANS: Submit button text to accept a group membership request on approve group form. #. TRANS: Submit button text to accept a subscription request on approve sub form. -#, fuzzy msgctxt "BUTTON" msgid "Accept" -msgstr "Zaakceptuj" +msgstr "Akceptuj" #. TRANS: Submit button text to reject a group membership request on approve group form. #. TRANS: Submit button text to reject a subscription request on approve sub form. -#, fuzzy msgctxt "BUTTON" msgid "Reject" msgstr "Odrzuć" @@ -7312,15 +7159,15 @@ msgid "Do not use this method!" msgstr "Nie należy używać tej metody." #. TRANS: Title in atom list notice feed. %1$s is a list name, %2$s is a tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Timeline for people in list %1$s by %2$s" -msgstr "odpowiedzi dla użytkownika %1$s na %2$s." +msgstr "Strumień dla ludzi z listy %1$s użytkownika %2$s." #. TRANS: Message is used as a subtitle in atom list notice feed. #. TRANS: %1$s is a tagger's nickname, %2$s is a list name, %3$s is a site name. -#, fuzzy, php-format +#, php-format msgid "Updates from %1$s's list %2$s on %3$s!" -msgstr "Aktualizacje z %1$s na %2$s." +msgstr "Aktualizacje listy %2$s użytkownika %1$s na %3$s." #. TRANS: Title. msgid "Notices where this attachment appears" @@ -7349,13 +7196,12 @@ msgstr "Zablokuj tego użytkownika" #. TRANS: Submit button text on form to cancel group join request. msgctxt "BUTTON" msgid "Cancel join request" -msgstr "" +msgstr "Anuluj żądanie przyłączenia się" #. TRANS: Button text for form action to cancel a subscription request. -#, fuzzy msgctxt "BUTTON" msgid "Cancel subscription request" -msgstr "Wszystkie subskrypcje" +msgstr "Anuluj żądanie subskrypcji" #. TRANS: Title for command results. msgid "Command results" @@ -7424,9 +7270,8 @@ msgstr "" "Wpisy: %3$s" #. TRANS: Error message text shown when a favorite could not be set because it has already been favorited. -#, fuzzy msgid "Could not create favorite: Already favorited." -msgstr "Nie można utworzyć ulubionego wpisu." +msgstr "Nie można utworzyć ulubionego wpisu: już w ulubionych." #. TRANS: Text shown when a notice has been marked as favourite successfully. msgid "Notice marked as fave." @@ -7448,22 +7293,22 @@ msgstr "Użytkownik %1$s opuścił grupę %2$s." #. TRANS: %1$s is the tagged user, %2$s is the error message (no punctuation). #, php-format msgid "Error tagging %1$s: %2$s" -msgstr "" +msgstr "Błąd oznaczania %1$s: %2$s" #. TRANS: Succes message displayed if tagging a user succeeds. #. TRANS: %1$s is the tagged user's nickname, %2$s is a list of tags. #. TRANS: Plural is decided based on the number of tags added (not part of message). -#, fuzzy, php-format +#, php-format msgid "%1$s was tagged %2$s" msgid_plural "%1$s was tagged %2$s" -msgstr[0] "%1$s - %2$s" -msgstr[1] "%1$s - %2$s" -msgstr[2] "%1$s - %2$s" +msgstr[0] "%1$s otrzymał znacznik %2$s" +msgstr[1] "%1$s otrzymał znaczniki %2$s" +msgstr[2] "%1$s otrzymał znaczniki %2$s" #. TRANS: Separator for list of tags. #. TRANS: Separator in list of user names like "Jim, Bob, Mary". msgid ", " -msgstr "" +msgstr ", " #. TRANS: Error displayed if a given tag is invalid. #. TRANS: %s is the invalid tag. @@ -7475,7 +7320,7 @@ msgstr "Nieprawidłowy znacznik: \"%s\"" #. TRANS: %1$s is the untagged user, %2$s is the error message (no punctuation). #, php-format msgid "Error untagging %1$s: %2$s" -msgstr "" +msgstr "Błąd usunięcia znaczników %1$s: %2$s" #. TRANS: Succes message displayed if untagging a user succeeds. #. TRANS: %1$s is the untagged user's nickname, %2$s is a list of tags. @@ -7483,9 +7328,9 @@ msgstr "" #, php-format msgid "The following tag was removed from user %1$s: %2$s." msgid_plural "The following tags were removed from user %1$s: %2$s." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr[0] "Następujący znacznik został usunięty z użytkownika %1$s: %2$s ." +msgstr[1] "Następujące znaczniki zostały usunięte z użytkownika %1$s: %2$s." +msgstr[2] "Następujące znaczniki zostały usunięte z użytkownika %1$s: %2$s." #. TRANS: Whois output. #. TRANS: %1$s nickname of the queried user, %2$s is their profile URL. @@ -7677,163 +7522,150 @@ msgstr[1] "Jesteś członkiem tych grup:" msgstr[2] "Jesteś członkiem tych grup:" #. TRANS: Header line of help text for commands. -#, fuzzy msgctxt "COMMANDHELP" msgid "Commands:" -msgstr "Wyniki polecenia" +msgstr "Polecenia:" #. TRANS: Help message for IM/SMS command "on". -#, fuzzy msgctxt "COMMANDHELP" msgid "turn on notifications" -msgstr "Nie można włączyć powiadomień." +msgstr "włącz powiadomienia" #. TRANS: Help message for IM/SMS command "off". -#, fuzzy msgctxt "COMMANDHELP" msgid "turn off notifications" -msgstr "Nie można wyłączyć powiadomień." +msgstr "wyłącz powiadomienia" #. TRANS: Help message for IM/SMS command "help". msgctxt "COMMANDHELP" msgid "show this help" -msgstr "" +msgstr "pokaż tę pomoc" #. TRANS: Help message for IM/SMS command "follow ". -#, fuzzy msgctxt "COMMANDHELP" msgid "subscribe to user" -msgstr "Subskrybuj tego użytkownika" +msgstr "subskrybuj tego użytkownika" #. TRANS: Help message for IM/SMS command "groups". msgctxt "COMMANDHELP" msgid "lists the groups you have joined" -msgstr "" +msgstr "wyświetla listę grup, do których przynależysz" #. TRANS: Help message for IM/SMS command "tag". -#, fuzzy msgctxt "COMMANDHELP" msgid "tag a user" -msgstr "Znacznik użytkownika" +msgstr "oznacz użytkownika" #. TRANS: Help message for IM/SMS command "untag". -#, fuzzy msgctxt "COMMANDHELP" msgid "untag a user" -msgstr "Znacznik użytkownika" +msgstr "odłącz znacznik użytkownika" #. TRANS: Help message for IM/SMS command "subscriptions". msgctxt "COMMANDHELP" msgid "list the people you follow" -msgstr "" +msgstr "wyświetl ludzi, których śledzisz" #. TRANS: Help message for IM/SMS command "subscribers". msgctxt "COMMANDHELP" msgid "list the people that follow you" -msgstr "" +msgstr "wyświetl osoby, które cię śledzą" #. TRANS: Help message for IM/SMS command "leave ". -#, fuzzy msgctxt "COMMANDHELP" msgid "unsubscribe from user" -msgstr "Zrezygnuj z subskrypcji tego użytkownika" +msgstr "zrezygnuj z subskrypcji tego użytkownika" #. TRANS: Help message for IM/SMS command "d ". -#, fuzzy msgctxt "COMMANDHELP" msgid "direct message to user" -msgstr "Bezpośrednia wiadomość do użytkownika %s" +msgstr "bezpośrednia wiadomość do użytkownika" #. TRANS: Help message for IM/SMS command "get ". msgctxt "COMMANDHELP" msgid "get last notice from user" -msgstr "" +msgstr "pokaż ostatni wpis użytkownika" #. TRANS: Help message for IM/SMS command "whois ". -#, fuzzy msgctxt "COMMANDHELP" msgid "get profile info on user" -msgstr "Zdalny profil nie jest grupą." +msgstr "pokaż informacje z profilu użytkownika" #. TRANS: Help message for IM/SMS command "lose ". msgctxt "COMMANDHELP" msgid "force user to stop following you" -msgstr "" +msgstr "wymuś wstrzymanie śledzenia mnie przez użytkownika" #. TRANS: Help message for IM/SMS command "fav ". msgctxt "COMMANDHELP" msgid "add user's last notice as a 'fave'" -msgstr "" +msgstr "dodaj ostatni wpis użytkownika do 'ulubionych'" #. TRANS: Help message for IM/SMS command "fav #". msgctxt "COMMANDHELP" msgid "add notice with the given id as a 'fave'" -msgstr "" +msgstr "dodaj wpis o wskazanym identyfikatorze do 'ulubionych'" #. TRANS: Help message for IM/SMS command "repeat #". msgctxt "COMMANDHELP" msgid "repeat a notice with a given id" -msgstr "" +msgstr "powtórz wpis o podanym identyfikatorze" #. TRANS: Help message for IM/SMS command "repeat ". -#, fuzzy msgctxt "COMMANDHELP" msgid "repeat the last notice from user" -msgstr "Powtórz ten wpis" +msgstr "powtórz ostatni wpis użytkownika" #. TRANS: Help message for IM/SMS command "reply #". msgctxt "COMMANDHELP" msgid "reply to notice with a given id" -msgstr "" +msgstr "odpowiedz na wpis o podanym identyfikatorze" #. TRANS: Help message for IM/SMS command "reply ". -#, fuzzy msgctxt "COMMANDHELP" msgid "reply to the last notice from user" -msgstr "Odpowiedz na ten wpis" +msgstr "odpowiedz na ostatni wpis użytkownika" #. TRANS: Help message for IM/SMS command "join ". -#, fuzzy msgctxt "COMMANDHELP" msgid "join group" -msgstr "Nieznana grupa." +msgstr "dołącz do grupy" #. TRANS: Help message for IM/SMS command "login". msgctxt "COMMANDHELP" msgid "Get a link to login to the web interface" -msgstr "" +msgstr "Pobierz łącze do logowania do interfejsu sieciowego" #. TRANS: Help message for IM/SMS command "drop ". -#, fuzzy msgctxt "COMMANDHELP" msgid "leave group" -msgstr "Usuń grupę" +msgstr "opuść grupę" #. TRANS: Help message for IM/SMS command "stats". msgctxt "COMMANDHELP" msgid "get your stats" -msgstr "" +msgstr "wyświetl własne statystyki" #. TRANS: Help message for IM/SMS command "stop". #. TRANS: Help message for IM/SMS command "quit". msgctxt "COMMANDHELP" msgid "same as 'off'" -msgstr "" +msgstr "to samo co 'wyłączone'" #. TRANS: Help message for IM/SMS command "sub ". msgctxt "COMMANDHELP" msgid "same as 'follow'" -msgstr "" +msgstr "to samo co 'śledź'" #. TRANS: Help message for IM/SMS command "unsub ". msgctxt "COMMANDHELP" msgid "same as 'leave'" -msgstr "" +msgstr "to samo co 'opuść'" #. TRANS: Help message for IM/SMS command "last ". msgctxt "COMMANDHELP" msgid "same as 'get'" -msgstr "" +msgstr "to samo co 'pobierz'" #. TRANS: Help message for IM/SMS command "on ". #. TRANS: Help message for IM/SMS command "off ". @@ -7844,15 +7676,14 @@ msgstr "" #. TRANS: Help message for IM/SMS command "untrack all". #. TRANS: Help message for IM/SMS command "tracks". #. TRANS: Help message for IM/SMS command "tracking". -#, fuzzy msgctxt "COMMANDHELP" msgid "not yet implemented." -msgstr "Nie zaimplementowano polecenia." +msgstr "jeszcze nie zaimplementowano." #. TRANS: Help message for IM/SMS command "nudge ". msgctxt "COMMANDHELP" msgid "remind a user to update." -msgstr "" +msgstr "przypomnij użytkownikowi o aktualizacji." #. TRANS: Error message displayed when no configuration file was found for a StatusNet installation. msgid "No configuration file found." @@ -7883,17 +7714,15 @@ msgstr "Błąd bazy danych" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item in search group navigation panel. -#, fuzzy msgctxt "MENU" msgid "Public" msgstr "Publiczny" #. TRANS: Menu item in default local navigation panel. #. TRANS: Menu item title in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Lists" -msgstr "Ograniczenia" +msgstr "Listy" #. TRANS: Title of form for deleting a user. #. TRANS: Link text in notice list item to delete a notice. @@ -7914,30 +7743,26 @@ msgid "Disfavor this notice" msgstr "Usuń ten wpis z ulubionych" #. TRANS: Button text for removing the favourite status for a favourite notice. -#, fuzzy msgctxt "BUTTON" msgid "Disfavor favorite" msgstr "Usuń wpis z ulubionych" #. TRANS: Button title for removing the favourite status for a favourite notice. -#, fuzzy msgid "Remove this notice from your list of favorite notices." -msgstr "Nie można odebrać ulubionych wpisów." +msgstr "Usuń ten wpis z listy ulubionych wpisów." #. TRANS: Form legend for adding the favourite status to a notice. msgid "Favor this notice" msgstr "Dodaj ten wpis do ulubionych" #. TRANS: Button text for adding the favourite status to a notice. -#, fuzzy msgctxt "BUTTON" msgid "Favor" msgstr "Dodaj do ulubionych" #. TRANS: Button title for adding the favourite status to a notice. -#, fuzzy msgid "Add this notice to your list of favorite notices." -msgstr "Nie można odebrać ulubionych wpisów." +msgstr "Dodaj ten wpis do listy ulubionych wpisów." #. TRANS: Feed type name. msgid "RSS 1.0" @@ -7957,7 +7782,7 @@ msgstr "FOAF" #. TRANS: Feed type name. See http://activitystrea.ms/ msgid "Activity Streams" -msgstr "" +msgstr "Strumienie aktywności" #. TRANS: Client exception thrown when an imported feed does not have an author. msgid "No author in the feed." @@ -7965,7 +7790,6 @@ msgstr "Brak autora w kanale." #. TRANS: Client exception thrown when an imported feed does not have an author that #. TRANS: can be associated with a user. -#, fuzzy msgid "Cannot import without a user." msgstr "Nie można zaimportować bez użytkownika." @@ -7974,19 +7798,17 @@ msgid "Feeds" msgstr "Kanały" #. TRANS: List element on gallery action page to show all tags. -#, fuzzy msgctxt "TAGS" msgid "All" -msgstr "Wszystko" +msgstr "Wszystkie" #. TRANS: Dropdown field label on gallery action page for a list containing tags. msgid "Tag" msgstr "Znacznik" #. TRANS: Dropdown field title on gallery action page for a list containing tags. -#, fuzzy msgid "Choose a tag to narrow list." -msgstr "Wybierz znacznik do ograniczonej listy" +msgstr "Wybierz znacznik do zawężenia listy." #. TRANS: Description on form for granting a role. #, php-format @@ -8003,7 +7825,7 @@ msgstr "Wszyscy członkowie" #. TRANS: Header for mini list of users with a pending membership request on a group page (h2). msgid "Pending" -msgstr "" +msgstr "Oczekujący" #. TRANS: Header for mini list of users that are blocked in a group page (h2). msgid "Blocked" @@ -8022,7 +7844,7 @@ msgstr "Zablokuj" #. TRANS: Submit button title. msgctxt "TOOLTIP" msgid "Block this user so that they can no longer post messages to it." -msgstr "" +msgstr "Zablokuj tego użytkownika aby nie mógł wysyłać tam wiadomości." #. TRANS: Field title on group edit form. msgid "URL of the homepage or blog of the group or topic." @@ -8075,6 +7897,8 @@ msgstr[2] "" msgid "" "New members must be approved by admin and all posts are forced to be private." msgstr "" +"Nowi członkowie muszą być zatwierdzeni przez administratora a wszystkie " +"wpisy mają wymuszoną prywatność." #. TRANS: Indicator in group members list that this user is a group administrator. msgctxt "GROUPADMIN" @@ -8119,12 +7943,12 @@ msgstr "Zobacz wszystko" #. TRANS: Link title for seeing all groups. msgid "See all groups you belong to." -msgstr "" +msgstr "Zobacz wszystkie grupy, do której należysz." #. TRANS: Menu item title in personal group navigation menu. #. TRANS: %s is a username. msgid "Back to top" -msgstr "" +msgstr "Powrót na górę" #. TRANS: Client exception 406 msgid "This page is not available in a media type you accept" @@ -8201,7 +8025,7 @@ msgstr "Nieznane źródło skrzynki odbiorczej %d." #. TRANS: Server exception thrown trying to initialise an IM plugin without meeting all prerequisites. msgid "Queueing must be enabled to use IM plugins." -msgstr "" +msgstr "Kolejkowanie musi być włączone by używać wtyczek komunikatorów." #. TRANS: Server exception thrown trying to initialise an IM plugin without a transport method. msgid "Transport cannot be null." @@ -8213,15 +8037,13 @@ msgid "Trends" msgstr "Trendy" #. TRANS: Default button text for inviting more users to the StatusNet instance. -#, fuzzy msgctxt "BUTTON" msgid "Invite more colleagues" -msgstr "Zaproś nowych użytkowników" +msgstr "Zaproś kolejnych znajomych" #. TRANS: Form legend. -#, fuzzy msgid "Invite collegues" -msgstr "Zaproś nowych użytkowników" +msgstr "Zaproś współpracowników" #. TRANS: Field label for a list of e-mail addresses. msgid "Email addresses" @@ -8246,9 +8068,8 @@ msgid "Send" msgstr "Wyślij" #. TRANS: Submit button title. -#, fuzzy msgid "Send invitations." -msgstr "Zaproszenia" +msgstr "Wyślij zaproszenia." #. TRANS: Button text for joining a group. msgctxt "BUTTON" @@ -8261,9 +8082,8 @@ msgid "Leave" msgstr "Opuść" #. TRANS: Link title for seeing all lists. -#, fuzzy msgid "See all lists you have created." -msgstr "Zarejestrowane aplikacje" +msgstr "Zobacz wszystkie utworzone przez ciebie listy." #. TRANS: Menu item for logging in to the StatusNet site. #. TRANS: Menu item in primary navigation panel. @@ -8324,15 +8144,15 @@ msgstr "" #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. #. TRANS: Main body of new-subscriber notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s is now following you on %2$s." -msgstr "Użytkownik %1$s obserwuje teraz %2$s." +msgstr "Użytkownik %1$s obserwuje cię teraz na %2$s." #. TRANS: Subject of pending new-subscriber notification e-mail. #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s would like to listen to your notices on %2$s." -msgstr "Użytkownik %1$s obserwuje teraz twoje wpisy na %2$s." +msgstr "Użytkownik %1$s chciałby oglądać twoje wpisy na %2$s." #. TRANS: Main body of pending new-subscriber notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the StatusNet sitename. @@ -8612,23 +8432,23 @@ msgstr "" #. TRANS: Subject of group join notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s" -msgstr "Użytkownik %1$s dołączył do grupy %2$s." +msgstr "Użytkownik %1$s dołączył do grupy %2$s na %3$s" #. TRANS: Main body of group join notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, #. TRANS: %4$s is a block of profile info about the subscriber. #. TRANS: %5$s is a link to the addressed user's e-mail settings. -#, fuzzy, php-format +#, php-format msgid "%1$s has joined your group %2$s on %3$s." -msgstr "Użytkownik %1$s dołączył do grupy %2$s." +msgstr "Użytkownik %1$s dołączył do grupy %2$s na %3$s." #. TRANS: Subject of pending group join request notification e-mail. #. TRANS: %1$s is the joining user's nickname, %2$s is the group name, and %3$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "%1$s wants to join your group %2$s on %3$s." -msgstr "Użytkownik %1$s dołączył do grupy %2$s." +msgstr "Użytkownik %1$s chce dołączyć do grupy %2$s na %3$s." #. TRANS: Main body of pending group join request notification e-mail. #. TRANS: %1$s is the subscriber's long name, %2$s is the group name, and %3$s is the StatusNet sitename, @@ -8638,6 +8458,8 @@ msgid "" "%1$s would like to join your group %2$s on %3$s. You may approve or reject " "their group membership at %4$s" msgstr "" +"Użytkownik %1$s życzy sobie dołączyć do twojej grupy %2$s na %3$s. Możesz " +"zgodzić się lub odrzucić jego członkostwo przechodząc na %4$s" #. TRANS: Client error displayed when trying to access a mailbox that is not of the logged in user. msgid "Only the user can read their own mailboxes." @@ -8658,20 +8480,17 @@ msgid "Inbox" msgstr "Skrzynka odbiorcza" #. TRANS: Menu item title in mailbox menu. Leads to incoming private messages. -#, fuzzy msgid "Your incoming messages." -msgstr "Wiadomości przychodzące" +msgstr "Wiadomości przychodzące." #. TRANS: Menu item in mailbox menu. Leads to outgoing private messages. -#, fuzzy msgctxt "MENU" msgid "Outbox" -msgstr "Wysłane" +msgstr "Wiadomości wysłane" #. TRANS: Menu item title in mailbox menu. Leads to outgoing private messages. -#, fuzzy msgid "Your sent messages." -msgstr "Wysłane wiadomości" +msgstr "Wysłane przez ciebie wiadomości." #. TRANS: Error message in incoming mail handler used when an incoming e-mail cannot be processed. msgid "Could not parse message." @@ -8691,9 +8510,9 @@ msgstr "Przychodzący e-mail nie jest dozwolony." #. TRANS: Error message in incoming mail handler used when an incoming e-mail is of an unsupported type. #. TRANS: %s is the unsupported type. -#, fuzzy, php-format +#, php-format msgid "Unsupported message type: %s." -msgstr "Nieobsługiwany typ wiadomości: %s" +msgstr "Nieobsługiwany typ wiadomości: %s." #. TRANS: Form legend for form to make a user a group admin. msgid "Make user an admin of the group" @@ -8705,10 +8524,9 @@ msgid "Make Admin" msgstr "Uczyń administratorem" #. TRANS: Submit button title. -#, fuzzy msgctxt "TOOLTIP" msgid "Make this user an admin." -msgstr "Nadaje temu użytkownikowi uprawnienia administratora" +msgstr "Nadaj temu użytkownikowi uprawnienia administratora." #. TRANS: Client exception thrown when a database error was thrown during a file upload operation. msgid "There was a database error while saving your file. Please try again." @@ -8769,9 +8587,8 @@ msgid "Send" msgstr "Wyślij" #. TRANS: Header in message list. -#, fuzzy msgid "Messages" -msgstr "Wiadomość" +msgstr "Wiadomości" #. TRANS: Followed by notice source (usually the client used to send the notice). #. TRANS: Followed by notice source. @@ -8779,26 +8596,24 @@ msgid "from" msgstr "z" #. TRANS: A possible notice source (web interface). -#, fuzzy msgctxt "SOURCE" msgid "web" -msgstr "WWW" +msgstr "sieć" #. TRANS: A possible notice source (XMPP). msgctxt "SOURCE" msgid "xmpp" -msgstr "" +msgstr "xmpp" #. TRANS: A possible notice source (e-mail). -#, fuzzy msgctxt "SOURCE" msgid "mail" -msgstr "E-mail" +msgstr "e‐mail" #. TRANS: A possible notice source (OpenMicroBlogging). msgctxt "SOURCE" msgid "omb" -msgstr "" +msgstr "OMB" #. TRANS: A possible notice source (Application Programming Interface). msgctxt "SOURCE" @@ -8879,7 +8694,7 @@ msgstr "" #. TRANS: Separator in profile addressees list. msgctxt "SEPARATOR" msgid ", " -msgstr "" +msgstr ", " #. TRANS: Used in coordinates as abbreviation of north. msgid "N" @@ -8919,68 +8734,57 @@ msgid "Repeated by" msgstr "Powtórzone przez" msgid " " -msgstr "" +msgstr " " #. TRANS: Link title in notice list item to reply to a notice. -#, fuzzy msgid "Reply to this notice." -msgstr "Odpowiedz na ten wpis" +msgstr "Odpowiedz na ten wpis." #. TRANS: Link text in notice list item to reply to a notice. msgid "Reply" msgstr "Odpowiedz" #. TRANS: Link title in notice list item to delete a notice. -#, fuzzy msgid "Delete this notice from the timeline." -msgstr "Usuń ten wpis" +msgstr "Usuń ten wpis ze strumienia." #. TRANS: Title for repeat form status in notice list when a notice has been repeated. -#, fuzzy msgid "Notice repeated." -msgstr "Powtórzono wpis" +msgstr "Powtórzony wpis." #. TRANS: Field label for notice text. msgid "Update your status..." -msgstr "" +msgstr "Aktualizuj stan..." #. TRANS: Form legend of form to nudge/ping another user. msgid "Nudge this user" msgstr "Szturchnij tego użytkownika" #. TRANS: Button text to nudge/ping another user. -#, fuzzy msgctxt "BUTTON" msgid "Nudge" msgstr "Szturchnij" #. TRANS: Button title to nudge/ping another user. -#, fuzzy msgid "Send a nudge to this user." -msgstr "Wyślij szturchnięcie do tego użytkownika" +msgstr "Wyślij szturchnięcie do tego użytkownika." #. TRANS: Server exception thrown in oEmbed action if no API endpoint is available. -#, fuzzy msgid "No oEmbed API endpoint available." -msgstr "Komunikator nie jest dostępny." +msgstr "Nie jest dostępny punkt końcowy API oEmbed." #. TRANS: Field label for list. -#, fuzzy msgctxt "LABEL" msgid "List" -msgstr "Odnośniki" +msgstr "Lista" #. TRANS: Field title for list. -#, fuzzy msgid "Change the list (letters, numbers, -, ., and _ are allowed)." -msgstr "" -"Znaczniki dla tego użytkownika (litery, liczby, -, . i _), oddzielone " -"przecinkami lub spacjami" +msgstr "Zmiana listy (dostępne litery, liczby, -, . i _)." #. TRANS: Field title for description of list. -#, fuzzy msgid "Describe the list or topic." -msgstr "Opisz grupę lub temat" +msgstr "Opisz grupę lub temat." #. TRANS: Field title for description of list. #. TRANS: %d is the maximum number of characters for the description. @@ -8992,16 +8796,14 @@ msgstr[1] "Opisz grupę lub temat w %d znakach lub mniej." msgstr[2] "Opisz grupę lub temat w %d znakach lub mniej." #. TRANS: Button title to delete a list. -#, fuzzy msgid "Delete this list." -msgstr "Usuń tego użytkownika" +msgstr "Usuń tą listę." #. TRANS: Header in list edit form. msgid "Add or remove people" msgstr "" #. TRANS: Header in list edit form. -#, fuzzy msgctxt "HEADER" msgid "Search" msgstr "Wyszukaj" @@ -9014,9 +8816,9 @@ msgstr "Odnośniki" #. TRANS: Menu item title in list navigation panel. #. TRANS: %1$s is a list, %2$s is a nickname. -#, fuzzy, php-format +#, php-format msgid "%1$s list by %2$s." -msgstr "%1$s - %2$s" +msgstr "Lista %1$s użytkownika %2$s." #. TRANS: Menu item in list navigation panel. #, fuzzy @@ -9026,28 +8828,26 @@ msgstr "Licencja" #. TRANS: Menu item in list navigation panel. #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Subscribers" msgstr "Subskrybenci" #. TRANS: Menu item title in list navigation panel. #. TRANS: %1$s is a list, %2$s is a nickname. -#, fuzzy, php-format +#, php-format msgid "Subscribers to %1$s list by %2$s." -msgstr "Subskrybowano użytkownika %s." +msgstr "Subskrybenci listy %1$s użytkownika %2$s." #. TRANS: Menu item in list navigation panel. -#, fuzzy msgctxt "MENU" msgid "Edit" msgstr "Edycja" #. TRANS: Menu item title in list navigation panel. #. TRANS: %s is a list. -#, fuzzy, php-format +#, php-format msgid "Edit %s list by you." -msgstr "Zmodyfikuj grupę %s" +msgstr "Zmodyfikuj własną listę %s." #. TRANS: Title for link to edit list settings. #, fuzzy @@ -9079,37 +8879,36 @@ msgstr "Subskrybowano użytkownika %s." #. TRANS: Menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "MENU" msgid "Lists with %s" -msgstr "Aktualizacje z \"%s\"" +msgstr "Listy z \"%s\"" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists with %s." -msgstr "Aktualizacje z \"%s\"" +msgstr "Listy z %s." #. TRANS: Menu item in the group navigation page. #. TRANS: %s is a user nickname. #, php-format msgctxt "MENU" msgid "Lists by %s" -msgstr "" +msgstr "Listy użytkownika %s" #. TRANS: Tooltip for menu item in the group navigation page. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgctxt "TOOLTIP" msgid "Lists by %s." -msgstr "%1$s - %2$s" +msgstr "Listy użytkownika %s." #. TRANS: Label in lists widget. -#, fuzzy msgctxt "LABEL" msgid "Your lists" -msgstr "Popularne wpisy" +msgstr "Twoje listy" #. TRANS: Fieldset legend in lists widget. #, fuzzy @@ -9135,25 +8934,23 @@ msgid "Listed: %1$d Subscribers: %2$d" msgstr "Subskrybenci użytkownika %1$s, strona %2$d" #. TRANS: Title for page that displays which lists current user is part of. -#, fuzzy, php-format +#, php-format msgid "Lists with you" -msgstr "Nie odnaleziono strony." +msgstr "Listy z tobą" #. TRANS: Title for page that displays which lists a user is part of. #. TRANS: %s is a profile name. -#, fuzzy, php-format +#, php-format msgid "Lists with %s" -msgstr "Aktualizacje z \"%s\"" +msgstr "Listy z %s" #. TRANS: Title for page that displays lists a user has subscribed to. -#, fuzzy msgid "List subscriptions" -msgstr "Subskrypcje użytkownika %s" +msgstr "Subskrypcje listy" #. TRANS: Menu item in personal group navigation menu. #. TRANS: Menu item in settings navigation panel. #. TRANS: Menu item in local navigation menu. -#, fuzzy msgctxt "MENU" msgid "Profile" msgstr "Profil" @@ -9163,28 +8960,24 @@ msgid "Your profile" msgstr "Profil grupy" #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Replies" msgstr "Odpowiedzi" #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Favorites" msgstr "Ulubione" #. TRANS: Replaces %s in '%s\'s favorite notices'. (Yes, we know we need to fix this.) -#, fuzzy msgctxt "FIXME" msgid "User" msgstr "Użytkownik" #. TRANS: Menu item in personal group navigation menu. -#, fuzzy msgctxt "MENU" msgid "Messages" -msgstr "Wiadomość" +msgstr "Wiadomości" #. TRANS: Menu item title in personal group navigation menu. msgid "Your incoming messages" @@ -9197,24 +8990,23 @@ msgstr "Nieznane" #. TRANS: Plugin admin panel controls msgctxt "plugin" msgid "Disable" -msgstr "" +msgstr "Wyłącz" #. TRANS: Plugin admin panel controls msgctxt "plugin" msgid "Enable" -msgstr "" +msgstr "Włącz" #. TRANS: Plugin description for a disabled plugin. msgctxt "plugin-description" msgid "" "(The plugin description is unavailable when a plugin has been disabled.)" -msgstr "" +msgstr "(Opis wtyczki jest niedostępny kiedy wtyczka jest wyłączona.)" #. TRANS: Menu item in primary navigation panel. -#, fuzzy msgctxt "MENU" msgid "Settings" -msgstr "Ustawienia SMS" +msgstr "Ustawienia" #. TRANS: Menu item title in primary navigation panel. #, fuzzy @@ -9603,9 +9395,9 @@ msgstr "" #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is a user nickname. -#, fuzzy, php-format +#, php-format msgid "Groups %s is a member of." -msgstr "Grupy %s są członkiem" +msgstr "Grupy, do których %s przynależy" #. TRANS: Menu item title in local navigation menu. #. TRANS: %s is a user nickname. @@ -9636,9 +9428,8 @@ msgid "Subscribe" msgstr "Subskrybuj" #. TRANS: Button title to subscribe to a user. -#, fuzzy msgid "Subscribe to this user." -msgstr "Subskrybuj tego użytkownika" +msgstr "Subskrybuj tego użytkownika." #. TRANS: Title of personal tag cloud section. msgid "People Tagcloud as self-tagged" diff --git a/locale/pt/LC_MESSAGES/statusnet.po b/locale/pt/LC_MESSAGES/statusnet.po index d761f2a315..db8389740b 100644 --- a/locale/pt/LC_MESSAGES/statusnet.po +++ b/locale/pt/LC_MESSAGES/statusnet.po @@ -19,18 +19,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/pt_BR/LC_MESSAGES/statusnet.po b/locale/pt_BR/LC_MESSAGES/statusnet.po index bd1d0b6173..2e623b9369 100644 --- a/locale/pt_BR/LC_MESSAGES/statusnet.po +++ b/locale/pt_BR/LC_MESSAGES/statusnet.po @@ -16,19 +16,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:09:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -104,9 +103,8 @@ msgid "Closed" msgstr "Fechado" #. TRANS: Button title to save access settings in site admin panel. -#, fuzzy msgid "Save access settings." -msgstr "Salvar as configurações de acesso" +msgstr "Salvar as configurações de acesso." #. TRANS: Button text to save access settings in site admin panel. #. TRANS: Button label to save e-mail preferences. @@ -253,9 +251,9 @@ msgstr "Mensagens de %s" #. TRANS: %s is user nickname. #. TRANS: Feed title. #. TRANS: %s is tagger's nickname. -#, fuzzy, php-format +#, php-format msgid "Feed for friends of %s (Activity Streams JSON)" -msgstr "Fonte de mensagens dos amigos de %s (Atom)" +msgstr "Fonte de mensagens dos amigos de %s (Activity Streams JSON)" #. TRANS: %s is user nickname. #, php-format @@ -319,10 +317,9 @@ msgstr "" #. TRANS: Button text for inviting more users to the StatusNet instance. #. TRANS: Less business/enterprise-oriented language for public sites. -#, fuzzy msgctxt "BUTTON" msgid "Send invite" -msgstr "Convites" +msgstr "Enviar convite" #. TRANS: Message is used as link title. %s is a user nickname. #. TRANS: Title of API timeline for a user and friends. @@ -446,17 +443,15 @@ msgid "Unblock user failed." msgstr "Não foi possível desbloquear o usuário." #. TRANS: Client exception thrown when no conversation ID is given. -#, fuzzy msgid "No conversation ID." -msgstr "Conversa" +msgstr "Nenhuma ID de conversação." #. TRANS: Client exception thrown when referring to a non-existing conversation ID (%d). -#, fuzzy, php-format +#, php-format msgid "No conversation with ID %d." -msgstr "Conversa" +msgstr "Nenhuma conversa com a ID %d ." #. TRANS: Title for conversion timeline. -#, fuzzy msgctxt "TITLE" msgid "Conversation" msgstr "Conversa" @@ -6344,7 +6339,6 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -8614,7 +8608,7 @@ msgstr "Enviar uma mensagem direta" #. TRANS: This is the default entry in the drop-down box, doubling as instructions #. TRANS: and a brake against accidental submissions with the first user in the list. msgid "Select recipient:" -msgstr "Selecione uma operadora:" +msgstr "Selecione o destinatário:" #. TRANS: Entry in drop-down selection box in direct-message inbox/outbox when no one is available to message. msgid "No mutual subscribers." diff --git a/locale/ru/LC_MESSAGES/statusnet.po b/locale/ru/LC_MESSAGES/statusnet.po index cc296edc43..b238e56d26 100644 --- a/locale/ru/LC_MESSAGES/statusnet.po +++ b/locale/ru/LC_MESSAGES/statusnet.po @@ -19,19 +19,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:09:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " "2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -6316,7 +6315,6 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6565,7 +6563,6 @@ msgstr "" "тегов. Попробуйте воспользоваться уже существующим тегом или удалите " "некоторые старые теги." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" @@ -7198,7 +7195,7 @@ msgstr "Обновление списка %2$s пользователя %1$s н #. TRANS: Title. msgid "Notices where this attachment appears" -msgstr "Сообщает, где появляется это вложение" +msgstr "Записи с этим вложением" #. TRANS: Title. msgid "Tags for this attachment" diff --git a/locale/sv/LC_MESSAGES/statusnet.po b/locale/sv/LC_MESSAGES/statusnet.po index 2ab0430783..e59628c69a 100644 --- a/locale/sv/LC_MESSAGES/statusnet.po +++ b/locale/sv/LC_MESSAGES/statusnet.po @@ -15,18 +15,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:09:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -6262,7 +6261,6 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6505,7 +6503,6 @@ msgstr "" "Du har redan skapat %d eller fler taggar som är det maximalt tillåtna " "antalet taggar. Försök använda eller stryka några befintliga taggar." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/te/LC_MESSAGES/statusnet.po b/locale/te/LC_MESSAGES/statusnet.po index 23880d7856..d67f662314 100644 --- a/locale/te/LC_MESSAGES/statusnet.po +++ b/locale/te/LC_MESSAGES/statusnet.po @@ -10,18 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format diff --git a/locale/tl/LC_MESSAGES/statusnet.po b/locale/tl/LC_MESSAGES/statusnet.po index 7b0f7126dd..0bb04cdb0d 100644 --- a/locale/tl/LC_MESSAGES/statusnet.po +++ b/locale/tl/LC_MESSAGES/statusnet.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:09:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -6473,7 +6472,6 @@ msgid_plural "%1$d bytes" msgstr[0] "" msgstr[1] "" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6729,7 +6727,6 @@ msgstr "" "pinahihintulutang bilang ng mga tatak. Subukang gamitin o burahin ang ilan " "sa umiiral na mga tatak.}}" -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/locale/uk/LC_MESSAGES/statusnet.po b/locale/uk/LC_MESSAGES/statusnet.po index 38b2a19950..057377155c 100644 --- a/locale/uk/LC_MESSAGES/statusnet.po +++ b/locale/uk/LC_MESSAGES/statusnet.po @@ -3,6 +3,7 @@ # # Author: AS # Author: Boogie +# Author: Dim Grits # Author: Prima klasy4na # Author: Тест # -- @@ -12,19 +13,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:09:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " "2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -6336,7 +6336,6 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6582,7 +6581,6 @@ msgstr "" "теґів. Спробуйте скористатися вже існуючим теґом або видаліть деякі старі " "теґи." -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" @@ -8689,7 +8687,7 @@ msgstr "Ви повинні виконати або adaptNoticeListItem(), аб #. TRANS: Link description to show more items in a list. msgid "More ▼" -msgstr "" +msgstr "Більше ▼" #. TRANS: Validation error in form for registration, profile and group settings, etc. msgid "Nickname cannot be empty." diff --git a/locale/zh_CN/LC_MESSAGES/statusnet.po b/locale/zh_CN/LC_MESSAGES/statusnet.po index 326262f15a..ae0bc265be 100644 --- a/locale/zh_CN/LC_MESSAGES/statusnet.po +++ b/locale/zh_CN/LC_MESSAGES/statusnet.po @@ -19,19 +19,18 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Core\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:09:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-core\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-POT-Import-Date: 2011-12-03 10:15:09+0000\n" +"X-POT-Import-Date: 2012-02-25 15:22:46+0000\n" #. TRANS: Database error message. #, php-format @@ -6103,7 +6102,6 @@ msgid "%1$d byte" msgid_plural "%1$d bytes" msgstr[0] "" -# #. TRANS: Message given if an upload is larger than the configured maximum. #. TRANS: %1$d (used for plural) is the byte limit for uploads, #. TRANS: %2$s is the proper form of "n bytes". This is the only ways to have @@ -6331,7 +6329,6 @@ msgstr "" "你已经创建了 %d 条或更多的标签,达到了标签数量的上限。试下删掉一些已经创建的" "标签。" -# #. TRANS: Client exception thrown when trying to add more people than allowed to a list. #, fuzzy, php-format msgid "" diff --git a/plugins/APC/locale/ast/LC_MESSAGES/APC.po b/plugins/APC/locale/ast/LC_MESSAGES/APC.po index dc01740497..2d8af06103 100644 --- a/plugins/APC/locale/ast/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ast/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po b/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po index e07bb60c30..54d5ab1508 100644 --- a/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/be-tarask/LC_MESSAGES/APC.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/APC/locale/br/LC_MESSAGES/APC.po b/plugins/APC/locale/br/LC_MESSAGES/APC.po index 9b6a615459..a05d56236c 100644 --- a/plugins/APC/locale/br/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/br/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/APC/locale/de/LC_MESSAGES/APC.po b/plugins/APC/locale/de/LC_MESSAGES/APC.po index 91236152f3..eb323fff44 100644 --- a/plugins/APC/locale/de/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/de/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/APC/locale/es/LC_MESSAGES/APC.po b/plugins/APC/locale/es/LC_MESSAGES/APC.po index f0f967ac7e..f70e1a03b3 100644 --- a/plugins/APC/locale/es/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/es/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/APC/locale/fr/LC_MESSAGES/APC.po b/plugins/APC/locale/fr/LC_MESSAGES/APC.po index bf96d0cab9..3c54e7a3cd 100644 --- a/plugins/APC/locale/fr/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/fr/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/APC/locale/gl/LC_MESSAGES/APC.po b/plugins/APC/locale/gl/LC_MESSAGES/APC.po index 9c34385c86..f99930c19c 100644 --- a/plugins/APC/locale/gl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/gl/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/APC/locale/he/LC_MESSAGES/APC.po b/plugins/APC/locale/he/LC_MESSAGES/APC.po index 0666987de1..31bb841cc6 100644 --- a/plugins/APC/locale/he/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/he/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/APC/locale/ia/LC_MESSAGES/APC.po b/plugins/APC/locale/ia/LC_MESSAGES/APC.po index 0549baabd1..4bc1bb6758 100644 --- a/plugins/APC/locale/ia/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ia/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/APC/locale/id/LC_MESSAGES/APC.po b/plugins/APC/locale/id/LC_MESSAGES/APC.po index c9719f7f5c..737fed0c86 100644 --- a/plugins/APC/locale/id/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/id/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/APC/locale/mk/LC_MESSAGES/APC.po b/plugins/APC/locale/mk/LC_MESSAGES/APC.po index 9f9023205f..3704ad65da 100644 --- a/plugins/APC/locale/mk/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/mk/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/APC/locale/ms/LC_MESSAGES/APC.po b/plugins/APC/locale/ms/LC_MESSAGES/APC.po index 7c7e2fd420..888462e230 100644 --- a/plugins/APC/locale/ms/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ms/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/APC/locale/nb/LC_MESSAGES/APC.po b/plugins/APC/locale/nb/LC_MESSAGES/APC.po index 2a5120f281..9f38b93fc4 100644 --- a/plugins/APC/locale/nb/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/nb/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:06:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/APC/locale/nl/LC_MESSAGES/APC.po b/plugins/APC/locale/nl/LC_MESSAGES/APC.po index a22c95d669..1ef533cc32 100644 --- a/plugins/APC/locale/nl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/nl/LC_MESSAGES/APC.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/APC/locale/pl/LC_MESSAGES/APC.po b/plugins/APC/locale/pl/LC_MESSAGES/APC.po index 48493f6ada..bcab5b0012 100644 --- a/plugins/APC/locale/pl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/pl/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " diff --git a/plugins/APC/locale/pt/LC_MESSAGES/APC.po b/plugins/APC/locale/pt/LC_MESSAGES/APC.po index 2bb3c52319..227e1a08c1 100644 --- a/plugins/APC/locale/pt/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/pt/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po b/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po index fbceb1738e..147f09c46c 100644 --- a/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/pt_BR/LC_MESSAGES/APC.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/APC/locale/ru/LC_MESSAGES/APC.po b/plugins/APC/locale/ru/LC_MESSAGES/APC.po index e6587fef75..75ed3883d3 100644 --- a/plugins/APC/locale/ru/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/ru/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/APC/locale/tl/LC_MESSAGES/APC.po b/plugins/APC/locale/tl/LC_MESSAGES/APC.po index 258b719ef8..6c1be537d2 100644 --- a/plugins/APC/locale/tl/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/tl/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/APC/locale/uk/LC_MESSAGES/APC.po b/plugins/APC/locale/uk/LC_MESSAGES/APC.po index 2ae65cd5b2..dd26132808 100644 --- a/plugins/APC/locale/uk/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/uk/LC_MESSAGES/APC.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po b/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po index aa11f84f84..5e1d25f9fa 100644 --- a/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po +++ b/plugins/APC/locale/zh_CN/LC_MESSAGES/APC.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - APC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-apc\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/AccountManager/locale/af/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/af/LC_MESSAGES/AccountManager.po index b1b60da170..3c840d750c 100644 --- a/plugins/AccountManager/locale/af/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/af/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:29+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: af\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po index 1655955e15..cf495a8e59 100644 --- a/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ast/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:29+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po index d01eb8e0ad..a7108bebe0 100644 --- a/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ca/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:29+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po index 37a1a9d00d..d6effa2657 100644 --- a/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/de/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:29+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po index 2d76c495a5..6dfa2a5fb8 100644 --- a/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/es/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:29+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po index a0e07f6ea2..a1c2a00455 100644 --- a/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/eu/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:30+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po index f63dd03b1e..ef67faa306 100644 --- a/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/fi/LC_MESSAGES/AccountManager.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:30+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po index dcd998e2fd..d7191b6482 100644 --- a/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/fr/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:30+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po index b45ea4f934..7ab15771e6 100644 --- a/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/gl/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:30+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po index e74a7b4f15..27c49a5e59 100644 --- a/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/he/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:30+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po index 44fd9be669..a344b3da55 100644 --- a/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ia/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:30+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po index 860022797c..133ed6666b 100644 --- a/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ja/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:30+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po index 5325ad60bb..c08fdf1a7e 100644 --- a/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/mk/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:30+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po index 43d744924b..45feb7813c 100644 --- a/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ms/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:31+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po index 5be07d0824..0cda4a68b5 100644 --- a/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/nl/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:31+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/pl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/pl/LC_MESSAGES/AccountManager.po new file mode 100644 index 0000000000..7e3fc2361c --- /dev/null +++ b/plugins/AccountManager/locale/pl/LC_MESSAGES/AccountManager.po @@ -0,0 +1,25 @@ +# Translation of StatusNet - AccountManager to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - AccountManager\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:31+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Plugin description. +msgid "" +"The Account Manager plugin implements the Account Manager specification." +msgstr "Wtyczka menedżer kont implementuje specyfikację menedżera kont." diff --git a/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po index 8da244c330..6721698cc2 100644 --- a/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/pt/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:31+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po index 1f936f9379..0c924d6302 100644 --- a/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/ru/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:31+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po index 61b5fdc8ca..af9d8ffe18 100644 --- a/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/tl/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:31+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po b/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po index df3b6313d2..d905a30e97 100644 --- a/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po +++ b/plugins/AccountManager/locale/uk/LC_MESSAGES/AccountManager.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AccountManager\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:31+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 10:01:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-accountmanager\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po index cd10ba5bc0..85a92eb556 100644 --- a/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ar/LC_MESSAGES/Activity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:31+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-activity\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po index 68946047bd..bc1f5658c3 100644 --- a/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ca/LC_MESSAGES/Activity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:31+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-activity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Activity/locale/de/LC_MESSAGES/Activity.po b/plugins/Activity/locale/de/LC_MESSAGES/Activity.po index 681bfa938c..ebdddb4625 100644 --- a/plugins/Activity/locale/de/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/de/LC_MESSAGES/Activity.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:31+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-activity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Activity/locale/es/LC_MESSAGES/Activity.po b/plugins/Activity/locale/es/LC_MESSAGES/Activity.po index 0ae9da68a4..1bad5125c8 100644 --- a/plugins/Activity/locale/es/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/es/LC_MESSAGES/Activity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:31+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-activity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po b/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po index ea7de3e042..9341320c40 100644 --- a/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/eu/LC_MESSAGES/Activity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:31+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-activity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Activity/locale/fr/LC_MESSAGES/Activity.po b/plugins/Activity/locale/fr/LC_MESSAGES/Activity.po new file mode 100644 index 0000000000..0948d6949d --- /dev/null +++ b/plugins/Activity/locale/fr/LC_MESSAGES/Activity.po @@ -0,0 +1,114 @@ +# Translation of StatusNet - Activity to French (Français) +# Exported from translatewiki.net +# +# Author: Jean-Frédéric +# Author: Od1n +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Activity\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:32+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. TRANS: Text for "joined list" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group home URL, %4$s is a group name. +#. TRANS: Text for "joined group" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group URL, %4$s is a group name. +#, php-format +msgid "%2$s joined the group %4$s." +msgstr "" +"%2$s a rejoint le groupe %4$s." + +#. TRANS: Text for "started following" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a profile URL, %4$s is a profile name. +#, php-format +msgid "%2$s started following %4$s." +msgstr "%2$s suit désormais %4$s." + +#. TRANS: Text for "started following" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a profile name, %4$s is a profile URL. +#, php-format +msgid "%1$s (%2$s) started following %3$s (%4$s)." +msgstr "%1$s (%2$s) suit désormais %3$s (%4$s)." + +#. TRANS: Text for "stopped following" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a profile URL, %4$s is a profile name. +#, php-format +msgid "%2$s stopped following %4$s." +msgstr "%2$s a cessé de suivre %4$s." + +#. TRANS: Text for "stopped following" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a profile name, %4$s is a profile URL. +#, php-format +msgid "%1$s (%2$s) stopped following %3$s (%4$s)." +msgstr "%1$s (%2$s) a arrêté de suivre %3$s (%4$s)." + +#. TRANS: Text for "liked" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a notice URL, %4$s is an author name. +#, php-format +msgid "%2$s liked %4$s's update." +msgstr "%2$s a aimé %4$s's update." + +#. TRANS: Text for "liked" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is an author name, %4$s is a notice URL. +#, php-format +msgid "%1$s (%2$s) liked %3$s's status (%4$s)." +msgstr "%1$s (%2$s) a aimé le statut de %3$s (%4$s)." + +#. TRANS: Text for "stopped liking" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a notice URL, %4$s is an author name. +#, php-format +msgid "" +"%2$s stopped liking %4$s's update." +msgstr "" + +#. TRANS: Text for "stopped liking" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is an author name, %4$s is a notice URL. +#, php-format +msgid "%1$s (%2$s) stopped liking %3$s's status (%4$s)." +msgstr "" + +#. TRANS: Text for "joined group" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a group name, %4$s is a group URL. +#, php-format +msgid "%1$s (%2$s) joined the group %3$s (%4$s)." +msgstr "%1$s (%2$s) a rejoint le groupe %3$s (%4$s)." + +#. TRANS: Text for "left group" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group URL, %4$s is a group name. +#, php-format +msgid "%2$s left the group %4$s." +msgstr "" +"%2$s a quitté le groupe %4$s." + +#. TRANS: Text for "left group" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a group name, %4$s is a group URL. +#, php-format +msgid "%1$s (%2$s) left the group %3$s (%4$s)." +msgstr "%1$s (%2$s) a quitté le groupe %3$s (%4$s)." + +#. TRANS: Plugin description. +msgid "Emits notices when social activities happen." +msgstr "" diff --git a/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po b/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po index 16ce3f9c87..b5c514993d 100644 --- a/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/gl/LC_MESSAGES/Activity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:32+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-activity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po index c56bfc2234..bc9dc203a7 100644 --- a/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ia/LC_MESSAGES/Activity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:32+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-activity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po b/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po index 38604305c7..2e480bd232 100644 --- a/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/lt/LC_MESSAGES/Activity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:32+0000\n" "Language-Team: Lithuanian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lt\n" "X-Message-Group: #out-statusnet-plugin-activity\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po b/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po index 5c74a071bd..be20df6e95 100644 --- a/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/mk/LC_MESSAGES/Activity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:32+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-activity\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po b/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po index f21bf4aad2..c19b91f497 100644 --- a/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/nl/LC_MESSAGES/Activity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:32+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-activity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Activity/locale/pl/LC_MESSAGES/Activity.po b/plugins/Activity/locale/pl/LC_MESSAGES/Activity.po new file mode 100644 index 0000000000..21d43a698a --- /dev/null +++ b/plugins/Activity/locale/pl/LC_MESSAGES/Activity.po @@ -0,0 +1,117 @@ +# Translation of StatusNet - Activity to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Activity\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:32+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Text for "joined list" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group home URL, %4$s is a group name. +#. TRANS: Text for "joined group" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group URL, %4$s is a group name. +#, php-format +msgid "%2$s joined the group %4$s." +msgstr "%2$s dołączył do grupy %4$s." + +#. TRANS: Text for "started following" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a profile URL, %4$s is a profile name. +#, php-format +msgid "%2$s started following %4$s." +msgstr "%2$s zaczął obserwować %4$s." + +#. TRANS: Text for "started following" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a profile name, %4$s is a profile URL. +#, php-format +msgid "%1$s (%2$s) started following %3$s (%4$s)." +msgstr "%1$s (%2$s) zaczął obserwować %3$s (%4$s)." + +#. TRANS: Text for "stopped following" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a profile URL, %4$s is a profile name. +#, php-format +msgid "%2$s stopped following %4$s." +msgstr "" +"%2$s zakończył obserwację %4$s." + +#. TRANS: Text for "stopped following" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a profile name, %4$s is a profile URL. +#, php-format +msgid "%1$s (%2$s) stopped following %3$s (%4$s)." +msgstr "%1$s (%2$s) zakończył obserwację %3$s (%4$s)." + +#. TRANS: Text for "liked" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a notice URL, %4$s is an author name. +#, php-format +msgid "%2$s liked %4$s's update." +msgstr "" +"%2$s polubił aktualizację użytkownika %" +"4$s." + +#. TRANS: Text for "liked" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is an author name, %4$s is a notice URL. +#, php-format +msgid "%1$s (%2$s) liked %3$s's status (%4$s)." +msgstr "%1$s (%2$s) polubił status (%4$s) użytkownika %3$s." + +#. TRANS: Text for "stopped liking" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a notice URL, %4$s is an author name. +#, php-format +msgid "" +"%2$s stopped liking %4$s's update." +msgstr "" +"%2$s przestał lubić aktualizację " +"użytkownika %4$s." + +#. TRANS: Text for "stopped liking" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is an author name, %4$s is a notice URL. +#, php-format +msgid "%1$s (%2$s) stopped liking %3$s's status (%4$s)." +msgstr "%1$s (%2$s) przestał lubić status (%4$s) użytkownika %3$s." + +#. TRANS: Text for "joined group" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a group name, %4$s is a group URL. +#, php-format +msgid "%1$s (%2$s) joined the group %3$s (%4$s)." +msgstr "%1$s (%2$s) dołączył do grupy %3$s (%4$s)." + +#. TRANS: Text for "left group" item in activity plugin. +#. TRANS: %1$s is a profile URL, %2$s is a profile name, +#. TRANS: %3$s is a group URL, %4$s is a group name. +#, php-format +msgid "%2$s left the group %4$s." +msgstr "%2$s opuścił grupę %4$s." + +#. TRANS: Text for "left group" item in activity plugin. +#. TRANS: %1$s is a profile name, %2$s is a profile URL, +#. TRANS: %3$s is a group name, %4$s is a group URL. +#, php-format +msgid "%1$s (%2$s) left the group %3$s (%4$s)." +msgstr "%1$s (%2$s) opuścił grupę %3$s (%4$s)." + +#. TRANS: Plugin description. +msgid "Emits notices when social activities happen." +msgstr "Wysyła ogłoszenia, gdy się dzieją się zdarzenia towarzyskie." diff --git a/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po b/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po index 4f66a65457..0fbe5c66c6 100644 --- a/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po +++ b/plugins/Activity/locale/ru/LC_MESSAGES/Activity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Activity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:32+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:47+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:15:05+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-activity\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po index 799d9e0cc4..f2c489a48c 100644 --- a/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/be-tarask/LC_MESSAGES/Adsense.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:22+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:32+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po index 974a7de8f5..0c84aec36f 100644 --- a/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/br/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:32+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po index d9b6b7e035..051ce2be2e 100644 --- a/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ca/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:32+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po index 1db4be7ff3..10a8c3decb 100644 --- a/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/de/LC_MESSAGES/Adsense.po @@ -14,15 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:32+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po index b569702274..10cd94e683 100644 --- a/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/es/LC_MESSAGES/Adsense.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Adsense to Spanish (Español) # Exported from translatewiki.net # +# Author: Armando-Martin # Author: Erchache2000 # Author: Translationista # -- @@ -10,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:33+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -82,18 +82,16 @@ msgid "Leaderboard" msgstr "Clasificación" #. TRANS: Field title in AdSense administration panel. -#, fuzzy msgid "Leaderboard slot code." -msgstr "Código de espacio de clasificación" +msgstr "Código colocado en el panel de comandos" #. TRANS: Field label in AdSense administration panel. msgid "Skyscraper" msgstr "Banderola rascacielos" #. TRANS: Field title in AdSense administration panel. -#, fuzzy msgid "Wide skyscraper slot code." -msgstr "Código de espacio de banderola rascacielos ancha" +msgstr "Código colocado en rectángulo (''banner'') vertical ancho" #. TRANS: Button text to save settings in AdSense administration panel. msgctxt "BUTTON" diff --git a/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po index a0b03b4c2c..52d8f8b23e 100644 --- a/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/eu/LC_MESSAGES/Adsense.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:33+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po index 02a1b27818..06dcce8131 100644 --- a/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/fr/LC_MESSAGES/Adsense.po @@ -13,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:33+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po index ad8c5aaa55..6cf897357d 100644 --- a/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/gl/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:33+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po index aabb3752c5..4f0c3362c6 100644 --- a/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ia/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:33+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po index 0dab3c9f05..bb3a18afc5 100644 --- a/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/it/LC_MESSAGES/Adsense.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:33+0000\n" "Language-Team: Italian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: it\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po index 389ed49443..7fb8f2e30f 100644 --- a/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ka/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:33+0000\n" "Language-Team: Georgian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ka\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po index 55d84fcb7f..5aafb98d4d 100644 --- a/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/lt/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:33+0000\n" "Language-Team: Lithuanian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lt\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po index e06a63a40a..5326e64731 100644 --- a/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/mk/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:33+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po index 52339b44c9..ca17982877 100644 --- a/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ms/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:33+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po index e89fe4628a..cee5a52554 100644 --- a/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/nb/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:33+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po index 1080213945..87dc405911 100644 --- a/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/nl/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:33+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po index 19e6120205..b236acfe0b 100644 --- a/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/pt/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po index 264c91c463..5ca2dcd4e4 100644 --- a/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/pt_BR/LC_MESSAGES/Adsense.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po index 1d43092425..f9001c7645 100644 --- a/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/ru/LC_MESSAGES/Adsense.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po index 5ac8945287..f7d96d508f 100644 --- a/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/sv/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po index bb20c17761..fbc5182416 100644 --- a/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/tl/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po index 0815d73f23..02f2b8f098 100644 --- a/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/uk/LC_MESSAGES/Adsense.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po b/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po index 9776566a4e..84cc94e581 100644 --- a/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po +++ b/plugins/Adsense/locale/zh_CN/LC_MESSAGES/Adsense.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Adsense\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 10:22:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-adsense\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Aim/locale/af/LC_MESSAGES/Aim.po b/plugins/Aim/locale/af/LC_MESSAGES/Aim.po index d4f3d6e6f5..3909a8c74c 100644 --- a/plugins/Aim/locale/af/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/af/LC_MESSAGES/Aim.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: af\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po b/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po index 18c8d53e48..02636fe6e0 100644 --- a/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/ca/LC_MESSAGES/Aim.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Aim/locale/de/LC_MESSAGES/Aim.po b/plugins/Aim/locale/de/LC_MESSAGES/Aim.po index 34fa8b51d4..ae9346697a 100644 --- a/plugins/Aim/locale/de/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/de/LC_MESSAGES/Aim.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Aim/locale/es/LC_MESSAGES/Aim.po b/plugins/Aim/locale/es/LC_MESSAGES/Aim.po index b95d768ac9..ba0b0467d9 100644 --- a/plugins/Aim/locale/es/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/es/LC_MESSAGES/Aim.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po b/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po index 7c86ab1cdb..e34ecccba2 100644 --- a/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/eu/LC_MESSAGES/Aim.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:34+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po b/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po index 94e1d3aadf..4f2b34efb8 100644 --- a/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/fi/LC_MESSAGES/Aim.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po b/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po index 86c288266c..895fb0fec3 100644 --- a/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/fr/LC_MESSAGES/Aim.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po index fbdcdd607f..a0326d510b 100644 --- a/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/gl/LC_MESSAGES/Aim.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po b/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po index 589703f2be..5437c8be9a 100644 --- a/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/ia/LC_MESSAGES/Aim.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po b/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po index e56954280e..fe27333fca 100644 --- a/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/mk/LC_MESSAGES/Aim.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po b/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po index c43ab1e39e..adebf65d97 100644 --- a/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/ms/LC_MESSAGES/Aim.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po index e6a4611ddf..96ee4a462c 100644 --- a/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/nl/LC_MESSAGES/Aim.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Aim/locale/pl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/pl/LC_MESSAGES/Aim.po new file mode 100644 index 0000000000..5bd38c0c93 --- /dev/null +++ b/plugins/Aim/locale/pl/LC_MESSAGES/Aim.po @@ -0,0 +1,43 @@ +# Translation of StatusNet - Aim to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Aim\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: No idea what the use case for this message is. +msgid "Send me a message to post a notice" +msgstr "Wyślij do mnie wiadomość by dodać ogłoszenie" + +#. TRANS: Display name. +msgid "AIM" +msgstr "AIM" + +#. TRANS: Exception thrown in AIM plugin when user has not been specified. +msgid "Must specify a user." +msgstr "Należy określić użytkownika." + +#. TRANS: Exception thrown in AIM plugin when password has not been specified. +msgid "Must specify a password." +msgstr "Należy określić hasło." + +#. TRANS: Plugin description. +msgid "" +"The AIM plugin allows users to send and receive notices over the AIM network." +msgstr "" +"Wtyczka AIM umożliwia użytkownikom wysyłanie i otrzymywanie powiadomień w " +"sieci AIM." diff --git a/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po b/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po index 8135074eb9..329fe0bf14 100644 --- a/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/pt/LC_MESSAGES/Aim.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po b/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po index f8c6bd28ba..36ae8b8f21 100644 --- a/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/sv/LC_MESSAGES/Aim.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po b/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po index 160efc9114..02baf416e9 100644 --- a/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/tl/LC_MESSAGES/Aim.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po b/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po index 07fb1cdd67..7741c00deb 100644 --- a/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po +++ b/plugins/Aim/locale/uk/LC_MESSAGES/Aim.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Aim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-aim\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/AnonymousFave/locale/ar/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/ar/LC_MESSAGES/AnonymousFave.po index 1e11a27951..a7aa61c4e4 100644 --- a/plugins/AnonymousFave/locale/ar/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/ar/LC_MESSAGES/AnonymousFave.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po index 08df762bd8..230d1a79b7 100644 --- a/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/be-tarask/LC_MESSAGES/AnonymousFave.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:35+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po index 84bcbd7fd6..eb132d2475 100644 --- a/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/br/LC_MESSAGES/AnonymousFave.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:36+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po index fe01f04c86..3f1994841e 100644 --- a/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/ca/LC_MESSAGES/AnonymousFave.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:36+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po index 7294c1fb6a..ba16155643 100644 --- a/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/de/LC_MESSAGES/AnonymousFave.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:36+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po index f4d47ba3f5..9860606085 100644 --- a/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/es/LC_MESSAGES/AnonymousFave.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:36+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po index 008965362e..a96df6080d 100644 --- a/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/fr/LC_MESSAGES/AnonymousFave.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:36+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po index 46c3fc7128..33a5aee0ee 100644 --- a/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/gl/LC_MESSAGES/AnonymousFave.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:36+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po index bb80190f80..677e62767d 100644 --- a/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/ia/LC_MESSAGES/AnonymousFave.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:36+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po index e250097ae1..d2e1a81610 100644 --- a/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/mk/LC_MESSAGES/AnonymousFave.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:36+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po index 1267362a05..84817e4b03 100644 --- a/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/nl/LC_MESSAGES/AnonymousFave.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:36+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po index 36993630e8..49c5394b83 100644 --- a/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/pt/LC_MESSAGES/AnonymousFave.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:36+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po index dcc0cdb335..0da4b8b573 100644 --- a/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/tl/LC_MESSAGES/AnonymousFave.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po b/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po index 8f3e20f2f8..9fe47f2a73 100644 --- a/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po +++ b/plugins/AnonymousFave/locale/uk/LC_MESSAGES/AnonymousFave.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AnonymousFave\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:37+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-anonymousfave\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po index 2a56fa7745..95531e2ae9 100644 --- a/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ast/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po index b428216615..f91855b15b 100644 --- a/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/de/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po index f90a23ca26..7c1f921878 100644 --- a/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/es/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po index 9a007beb4a..6d33f30b88 100644 --- a/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/fr/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po index b5f2b07743..0c69ae377c 100644 --- a/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/gl/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po index e4c350f1eb..e4c552449a 100644 --- a/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/he/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po index bf1e7ed390..7982af2c61 100644 --- a/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ia/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:38+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po index bdb12d4f6b..1346c1ea45 100644 --- a/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ksh/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: Colognian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ksh\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po index 1329d5d6f2..e446711d67 100644 --- a/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/mk/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po index 3b225ace2a..d43348e9cd 100644 --- a/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/ms/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po index e09a3eb7be..775d938a6d 100644 --- a/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/nl/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ApiLogger/locale/pl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/pl/LC_MESSAGES/ApiLogger.po new file mode 100644 index 0000000000..81259e71ff --- /dev/null +++ b/plugins/ApiLogger/locale/pl/LC_MESSAGES/ApiLogger.po @@ -0,0 +1,24 @@ +# Translation of StatusNet - ApiLogger to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ApiLogger\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Plugin description. +msgid "Allows random sampling of API requests." +msgstr "Umożliwia losowe próbkowanie żądań interfejsu API." diff --git a/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po index 0b76f17478..2cf832bffb 100644 --- a/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/pt/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po index 1699652d87..99603a516e 100644 --- a/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/tl/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po b/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po index 5ecc27508a..0f71110ab1 100644 --- a/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po +++ b/plugins/ApiLogger/locale/uk/LC_MESSAGES/ApiLogger.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ApiLogger\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:18:40+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-apilogger\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po index c2a6376d31..316645b7ed 100644 --- a/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/be-tarask/LC_MESSAGES/AutoSandbox.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po index 72b51ef7d0..020f1d5e9f 100644 --- a/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/br/LC_MESSAGES/AutoSandbox.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po index ab3c3bd6b2..b354c8615f 100644 --- a/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po index 40b5312c65..f7715b4ef5 100644 --- a/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/es/LC_MESSAGES/AutoSandbox.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po index 01cf38080d..396e738af4 100644 --- a/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/fr/LC_MESSAGES/AutoSandbox.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po index c81db16f26..62e9c5731c 100644 --- a/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/gl/LC_MESSAGES/AutoSandbox.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po index ede75e17e3..cbe4e3a530 100644 --- a/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/ia/LC_MESSAGES/AutoSandbox.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po index 206b0aff55..db938d4149 100644 --- a/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/mk/LC_MESSAGES/AutoSandbox.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po index b24d1798e3..df9023fc42 100644 --- a/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/nl/LC_MESSAGES/AutoSandbox.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AutoSandbox/locale/pl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/pl/LC_MESSAGES/AutoSandbox.po new file mode 100644 index 0000000000..a8f11eb492 --- /dev/null +++ b/plugins/AutoSandbox/locale/pl/LC_MESSAGES/AutoSandbox.po @@ -0,0 +1,45 @@ +# Translation of StatusNet - AutoSandbox to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - AutoSandbox\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Plugin description. +msgid "Automatically sandboxes newly registered members." +msgstr "" +"Automatycznie umieszcza nowozarejestrowanych użytkowników w piaskownicy." + +#. TRANS: User instructions after registration. +msgid "" +"Note you will initially be \"sandboxed\" so your posts will not appear in " +"the public timeline." +msgstr "" +"Zauważ, że początkowo będziesz w \"trybie piaskownicy\" więc ogłoszenia nie " +"pojawią się w strumieniach publicznych." + +#. TRANS: User instructions after registration. +#. TRANS: %s is a clickable e-mailaddress. +#, php-format +msgid "" +"Note you will initially be \"sandboxed\" so your posts will not appear in " +"the public timeline. Send a message to %s to speed up the unsandboxing " +"process." +msgstr "" +"Zauważ, że początkowo będziesz w \"trybie piaskownicy\" więc ogłoszenia nie " +"pojawią się w strumieniach publicznych. Wyślij wiadomość do %s by " +"przyspieszenia proces wyjścia z pisakownicy." diff --git a/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po index 5b0061abf7..db821e2318 100644 --- a/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po index 08091c2d60..938c0bbc80 100644 --- a/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/tl/LC_MESSAGES/AutoSandbox.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po index 533e71a86c..b50ec25022 100644 --- a/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/uk/LC_MESSAGES/AutoSandbox.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po index 2844df492a..02fc3af0e5 100644 --- a/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po +++ b/plugins/AutoSandbox/locale/zh_CN/LC_MESSAGES/AutoSandbox.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - AutoSandbox\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-autosandbox\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Autocomplete/locale/ar/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ar/LC_MESSAGES/Autocomplete.po index 9daf03c868..5ee72f968e 100644 --- a/plugins/Autocomplete/locale/ar/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ar/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po index 29782bed55..181fce6e41 100644 --- a/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ast/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po index 8f78fdd393..4edd0f537a 100644 --- a/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ca/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po index 1de7cee607..9c75550aa0 100644 --- a/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/de/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po index f35ce79940..4789662030 100644 --- a/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/es/LC_MESSAGES/Autocomplete.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po index 17e4ac7be7..2ca2cdc488 100644 --- a/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/eu/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po index e217adf264..9c8a74cc1e 100644 --- a/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/fr/LC_MESSAGES/Autocomplete.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:39+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po index a988f23e06..20c4db4a32 100644 --- a/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/gl/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po index 80cb43351b..8e4a2a417e 100644 --- a/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/he/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po index 780c6cae77..27358d7b15 100644 --- a/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ia/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po index 02a9c5ac77..39b07553b4 100644 --- a/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/lt/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:22+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Lithuanian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lt\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po index 01b30cc46a..92076177a0 100644 --- a/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/mk/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po index 0cf0a9269c..4b9222d588 100644 --- a/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/ms/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po index 154c27ae5d..f553128c46 100644 --- a/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/nl/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po index 855e8b95bb..d7ee927376 100644 --- a/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/pl/LC_MESSAGES/Autocomplete.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Autocomplete to Polish (Polski) # Exported from translatewiki.net # +# Author: BeginaFelicysym # Author: Woytecr # -- # This file is distributed under the same license as the StatusNet package. @@ -9,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " @@ -26,6 +26,7 @@ msgstr "" #. TRANS: Plugin description. msgid "The autocomplete plugin adds autocompletion for @ replies." msgstr "" +"Wtyczka autouzupełniania dodaje automatyczne uzupełnianie dla odpowiedzi @." #. TRANS: Client exception in autocomplete plugin. msgid "Access forbidden." diff --git a/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po index 299da86976..078aa16f7c 100644 --- a/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/sv/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po index 793eee6b6c..d66b651e53 100644 --- a/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/tl/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po b/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po index 32ded75ff2..89f9c8b236 100644 --- a/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po +++ b/plugins/Autocomplete/locale/uk/LC_MESSAGES/Autocomplete.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Autocomplete\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:40+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:40+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-autocomplete\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po index 3fbaca9a33..991fc41f86 100644 --- a/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/be-tarask/LC_MESSAGES/Awesomeness.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:41+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po index 3ab386d9f6..9503583b42 100644 --- a/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/de/LC_MESSAGES/Awesomeness.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po index 5c633ed85e..e113342fe5 100644 --- a/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/es/LC_MESSAGES/Awesomeness.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po index 444e957ea8..910ba73ac4 100644 --- a/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/fi/LC_MESSAGES/Awesomeness.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po index 8774a0c62f..51d869a530 100644 --- a/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/fr/LC_MESSAGES/Awesomeness.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po index fdbd414d37..ed92ce7aaa 100644 --- a/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/gl/LC_MESSAGES/Awesomeness.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po index 9732dbcfcb..de8181636e 100644 --- a/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/he/LC_MESSAGES/Awesomeness.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po index 8f4c79603d..0cfdf2d3e6 100644 --- a/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/ia/LC_MESSAGES/Awesomeness.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po index 6818bd2e95..797ec2449d 100644 --- a/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/mk/LC_MESSAGES/Awesomeness.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po index dfd7e85a91..32bf482229 100644 --- a/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/nl/LC_MESSAGES/Awesomeness.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Awesomeness/locale/pl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/pl/LC_MESSAGES/Awesomeness.po new file mode 100644 index 0000000000..099c78f437 --- /dev/null +++ b/plugins/Awesomeness/locale/pl/LC_MESSAGES/Awesomeness.po @@ -0,0 +1,27 @@ +# Translation of StatusNet - Awesomeness to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Awesomeness\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Plugin description for a sample plugin. +msgid "" +"The Awesomeness plugin adds additional awesomeness to a StatusNet " +"installation." +msgstr "" +"Wtyczka Awesomeness dodaje dodatkowe niesamowitości do instalacji StatusNet." diff --git a/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po index 3276d526f6..941216238d 100644 --- a/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/pt/LC_MESSAGES/Awesomeness.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po index 4a7a24c76a..829f8660a1 100644 --- a/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/ru/LC_MESSAGES/Awesomeness.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po index 0f9903c1cb..632f48bb02 100644 --- a/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/tl/LC_MESSAGES/Awesomeness.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po b/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po index 6321990723..b9fe7fff60 100644 --- a/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po +++ b/plugins/Awesomeness/locale/uk/LC_MESSAGES/Awesomeness.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Awesomeness\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-awesomeness\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po index 453e395651..00d920b92f 100644 --- a/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/be-tarask/LC_MESSAGES/BitlyUrl.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po index b697c4e525..6fcb2bf721 100644 --- a/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/ca/LC_MESSAGES/BitlyUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:42+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po index 924a5b28f0..660ed2f03b 100644 --- a/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/de/LC_MESSAGES/BitlyUrl.po @@ -13,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:43+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po index 7b54a62f69..84edffe6ae 100644 --- a/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/es/LC_MESSAGES/BitlyUrl.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:43+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po index a1857cedc9..158c0a6df2 100644 --- a/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/fr/LC_MESSAGES/BitlyUrl.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:43+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po index 59aaa89788..4904ab2980 100644 --- a/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/fur/LC_MESSAGES/BitlyUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:43+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po index 9c931e47bb..cec4edef04 100644 --- a/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/gl/LC_MESSAGES/BitlyUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:43+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po index 1b6202f473..2132fb554a 100644 --- a/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/ia/LC_MESSAGES/BitlyUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:43+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po index 7628fdb4d0..3b2d08d370 100644 --- a/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/mk/LC_MESSAGES/BitlyUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:43+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po index 7d7a02f13e..c3d0e306bd 100644 --- a/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/nb/LC_MESSAGES/BitlyUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:43+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po index 88211fa299..f09e09135a 100644 --- a/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/nl/LC_MESSAGES/BitlyUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:43+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po index f7e606e185..801be47802 100644 --- a/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/ru/LC_MESSAGES/BitlyUrl.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:43+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po index f60fdeb1bd..f5cc7d49c6 100644 --- a/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/sv/LC_MESSAGES/BitlyUrl.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:43+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po index a1b52bef8c..d1c7faaba8 100644 --- a/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/tl/LC_MESSAGES/BitlyUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:43+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po b/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po index b8dda483c2..559492a742 100644 --- a/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po +++ b/plugins/BitlyUrl/locale/uk/LC_MESSAGES/BitlyUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BitlyUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:44+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-bitlyurl\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Blacklist/locale/Blacklist.pot b/plugins/Blacklist/locale/Blacklist.pot index 37e4fa8284..7371645bb4 100644 --- a/plugins/Blacklist/locale/Blacklist.pot +++ b/plugins/Blacklist/locale/Blacklist.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -90,7 +90,7 @@ msgstr "" #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. #: BlacklistPlugin.php:513 #, php-format -msgid "Notices from nickname \"%s\" disallowed." +msgid "Notices from nickname \"%s\" are disallowed." msgstr "" #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po index de6105e61f..e1ec1db2dd 100644 --- a/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/be-tarask/LC_MESSAGES/Blacklist.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:44+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -86,7 +85,7 @@ msgstr "Карыстальнік з «%s» заблякаваны." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. #, fuzzy, php-format -msgid "Notices from nickname \"%s\" disallowed." +msgid "Notices from nickname \"%s\" are disallowed." msgstr "Паведамленьні ад карыстальніка «%s» забароненыя." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po index ea4ab3fab4..c3d868fef8 100644 --- a/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ca/LC_MESSAGES/Blacklist.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:44+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -83,8 +82,8 @@ msgid "Users from \"%s\" are blocked." msgstr "S'han blocat els usuaris de «%s»." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#, php-format -msgid "Notices from nickname \"%s\" disallowed." +#, fuzzy, php-format +msgid "Notices from nickname \"%s\" are disallowed." msgstr "No es permeten avisos del sobrenom «%s»." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po index ba27240a4e..1d013c6417 100644 --- a/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/de/LC_MESSAGES/Blacklist.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:44+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -84,8 +83,8 @@ msgid "Users from \"%s\" are blocked." msgstr "Benutzer von „%s“ sind gesperrt." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#, php-format -msgid "Notices from nickname \"%s\" disallowed." +#, fuzzy, php-format +msgid "Notices from nickname \"%s\" are disallowed." msgstr "Beiträge vom Benutzernamen „%s“ sind nicht erlaubt." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po index b7d4108386..212cbc298e 100644 --- a/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/es/LC_MESSAGES/Blacklist.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:44+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -85,8 +84,8 @@ msgid "Users from \"%s\" are blocked." msgstr "Los usuarios de \" %s \" están bloqueados." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#, php-format -msgid "Notices from nickname \"%s\" disallowed." +#, fuzzy, php-format +msgid "Notices from nickname \"%s\" are disallowed." msgstr "Noticias del usuario \" %s \" no estan permitidas." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po index 3709050328..a73011136c 100644 --- a/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/fr/LC_MESSAGES/Blacklist.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:45+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -84,8 +83,8 @@ msgid "Users from \"%s\" are blocked." msgstr "Les utilisateurs de « %s » sont bloqués." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#, php-format -msgid "Notices from nickname \"%s\" disallowed." +#, fuzzy, php-format +msgid "Notices from nickname \"%s\" are disallowed." msgstr "Messages de « %s » refusés." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po index dda7803e03..e083231e32 100644 --- a/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/gl/LC_MESSAGES/Blacklist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:45+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -83,8 +82,8 @@ msgid "Users from \"%s\" are blocked." msgstr "Os usuarios de \"%s\" están bloqueados." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#, php-format -msgid "Notices from nickname \"%s\" disallowed." +#, fuzzy, php-format +msgid "Notices from nickname \"%s\" are disallowed." msgstr "As notas do alcume \"%s\" non están permitidas." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po index 93d3feab44..85bba83a22 100644 --- a/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ia/LC_MESSAGES/Blacklist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:45+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -83,8 +82,8 @@ msgid "Users from \"%s\" are blocked." msgstr "Le usatores de \"%s\" es blocate." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#, php-format -msgid "Notices from nickname \"%s\" disallowed." +#, fuzzy, php-format +msgid "Notices from nickname \"%s\" are disallowed." msgstr "Notas del pseudonymo \"%s\" non permittite." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po index c7c69d60f4..029c188e59 100644 --- a/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/mk/LC_MESSAGES/Blacklist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:45+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" @@ -82,8 +81,8 @@ msgid "Users from \"%s\" are blocked." msgstr "Корисниците од „%s“ се блокирани." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#, php-format -msgid "Notices from nickname \"%s\" disallowed." +#, fuzzy, php-format +msgid "Notices from nickname \"%s\" are disallowed." msgstr "Забелешките од прекарот „%s“ не се дозволени." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po index 08b51e4a67..9fa3b68ffe 100644 --- a/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/nl/LC_MESSAGES/Blacklist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:45+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -82,8 +81,8 @@ msgid "Users from \"%s\" are blocked." msgstr "Gebruikers van \"%s\" zijn geblokkeerd." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#, php-format -msgid "Notices from nickname \"%s\" disallowed." +#, fuzzy, php-format +msgid "Notices from nickname \"%s\" are disallowed." msgstr "Gebruiker \"%s\" mag geen berichten plaatsen." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po index 731e169ca5..26f7c2f55b 100644 --- a/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:45+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " @@ -86,7 +85,7 @@ msgstr "Пользователи с «%s» заблокированы." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. #, fuzzy, php-format -msgid "Notices from nickname \"%s\" disallowed." +msgid "Notices from nickname \"%s\" are disallowed." msgstr "Сообщения от имени «%s» не допускаются." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po index b73c66a3a2..d837d60e00 100644 --- a/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/sv/LC_MESSAGES/Blacklist.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:45+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -83,9 +82,9 @@ msgid "Users from \"%s\" are blocked." msgstr "Användare från \"%s\" är blockerade." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#, php-format -msgid "Notices from nickname \"%s\" disallowed." -msgstr "" +#, fuzzy, php-format +msgid "Notices from nickname \"%s\" are disallowed." +msgstr "Användare från \"%s\" är blockerade." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. #, php-format diff --git a/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po index b813814ddb..316cf5213a 100644 --- a/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/tl/LC_MESSAGES/Blacklist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:45+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -84,8 +83,8 @@ msgid "Users from \"%s\" are blocked." msgstr "Hinahadlangan ang mga tagagamit na mula sa \"%s\"." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#, php-format -msgid "Notices from nickname \"%s\" disallowed." +#, fuzzy, php-format +msgid "Notices from nickname \"%s\" are disallowed." msgstr "Hindi pinapayagan ang mga pabatid mula sa palayaw na \"%s\"." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po index a72c2da650..19846e3d02 100644 --- a/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:45+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " @@ -83,8 +82,8 @@ msgid "Users from \"%s\" are blocked." msgstr "Користувачів з «%s» заблоковано." #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. -#, php-format -msgid "Notices from nickname \"%s\" disallowed." +#, fuzzy, php-format +msgid "Notices from nickname \"%s\" are disallowed." msgstr "Дописи від користувача «%s» заборонені." #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po b/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po index aef0b9621c..09e3ec3051 100644 --- a/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po +++ b/plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blacklist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:45+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-blacklist\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -86,7 +85,7 @@ msgstr "" #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname. #, php-format -msgid "Notices from nickname \"%s\" disallowed." +msgid "Notices from nickname \"%s\" are disallowed." msgstr "" #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname. diff --git a/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po index c43f862cc1..759116b291 100644 --- a/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/ast/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:45+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po index 3e897d4cdd..7dd983c360 100644 --- a/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/be-tarask/LC_MESSAGES/BlankAd.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:45+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po index 90aa85a7ed..dc69574d1a 100644 --- a/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/br/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:46+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po index b94939ab32..4d8ed46e3b 100644 --- a/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/de/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:46+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po index cbd661a35f..97165a30b1 100644 --- a/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/es/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:46+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po index 0041b6c7c7..23f294a4ef 100644 --- a/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/fi/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:46+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po index 479827165f..f77d002a0e 100644 --- a/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/fr/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:53+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:46+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po index b98b82546e..a3572e81a0 100644 --- a/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/gl/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:53+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:46+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po index aa7bcd78e9..4f8b3fcaa1 100644 --- a/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/he/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:46+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po index bbe85e2604..3041b42d58 100644 --- a/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/ia/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:46+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po index 3aff083a99..52f5591acb 100644 --- a/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/mk/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:46+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po index cf20faf07d..25e1e180a0 100644 --- a/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/nb/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:46+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po index 567c8268eb..8ad18b9292 100644 --- a/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/nl/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:46+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po index 368fbb64ac..2e2edf5f35 100644 --- a/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/pt/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:47+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po index 8055145852..05ffb72de8 100644 --- a/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/ru/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:47+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po index 9e9d0e8866..eb20b151f0 100644 --- a/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/sv/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:47+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po index fa23cf51c8..5fc5320c2f 100644 --- a/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/tl/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:47+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po index 790eb6ca2a..ef526a00b5 100644 --- a/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/uk/LC_MESSAGES/BlankAd.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:47+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po b/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po index e02352714d..38ee0bf7ab 100644 --- a/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po +++ b/plugins/BlankAd/locale/zh_CN/LC_MESSAGES/BlankAd.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlankAd\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:47+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:49+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-blankad\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Blog/locale/ar/LC_MESSAGES/Blog.po b/plugins/Blog/locale/ar/LC_MESSAGES/Blog.po index 4c31268e05..fd761b5592 100644 --- a/plugins/Blog/locale/ar/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/ar/LC_MESSAGES/Blog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:47+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/Blog/locale/br/LC_MESSAGES/Blog.po b/plugins/Blog/locale/br/LC_MESSAGES/Blog.po index 85f9a49101..2233b871cc 100644 --- a/plugins/Blog/locale/br/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/br/LC_MESSAGES/Blog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:47+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po b/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po index cff7c109f1..46627ed113 100644 --- a/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/ca/LC_MESSAGES/Blog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:47+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Blog/locale/de/LC_MESSAGES/Blog.po b/plugins/Blog/locale/de/LC_MESSAGES/Blog.po index 8f9bd375f3..1e7b82e7ad 100644 --- a/plugins/Blog/locale/de/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/de/LC_MESSAGES/Blog.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:47+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Blog/locale/es/LC_MESSAGES/Blog.po b/plugins/Blog/locale/es/LC_MESSAGES/Blog.po index 6c22c394e5..a7df38e0ed 100644 --- a/plugins/Blog/locale/es/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/es/LC_MESSAGES/Blog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:48+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po b/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po index 78b5ae9f28..1f422f49f0 100644 --- a/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/eu/LC_MESSAGES/Blog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:48+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po b/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po index 1f32bcbbe4..bc7bb4f39f 100644 --- a/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/fr/LC_MESSAGES/Blog.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:07:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:48+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po b/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po index 69a7c00b67..97402f45bd 100644 --- a/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/gl/LC_MESSAGES/Blog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:48+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po b/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po index 4f5df94c12..c14974dd7b 100644 --- a/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/ia/LC_MESSAGES/Blog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:48+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po b/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po index ba146dd3f1..7eeeddf972 100644 --- a/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/lt/LC_MESSAGES/Blog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:48+0000\n" "Language-Team: Lithuanian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lt\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po b/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po index 59d2fe8a7c..99143f434a 100644 --- a/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/mk/LC_MESSAGES/Blog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:48+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po b/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po index de5309ebc0..4191bd6d46 100644 --- a/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/nl/LC_MESSAGES/Blog.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:48+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Blog/locale/tr/LC_MESSAGES/Blog.po b/plugins/Blog/locale/tr/LC_MESSAGES/Blog.po index a5105ad5c7..d65ef076b3 100644 --- a/plugins/Blog/locale/tr/LC_MESSAGES/Blog.po +++ b/plugins/Blog/locale/tr/LC_MESSAGES/Blog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:48:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-02-25 15:25:35+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-blog\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po index 7f94bb70ad..5b3fb7a4e5 100644 --- a/plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/de/LC_MESSAGES/BlogspamNet.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po index 91473d625c..61496762ca 100644 --- a/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/es/LC_MESSAGES/BlogspamNet.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po index 2fbc61de58..d6f49d720a 100644 --- a/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/fr/LC_MESSAGES/BlogspamNet.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po index 927a580059..43a8f519dd 100644 --- a/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/gl/LC_MESSAGES/BlogspamNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:59+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po index aae7b160c8..bdf1d59265 100644 --- a/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/ia/LC_MESSAGES/BlogspamNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:59+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po index 3aa265fc3d..05edaaeb87 100644 --- a/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/lt/LC_MESSAGES/BlogspamNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: Lithuanian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lt\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po index c92d0e1f83..a9cce5e314 100644 --- a/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/mk/LC_MESSAGES/BlogspamNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:59+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po index f9db9506ff..d158816c4f 100644 --- a/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/nb/LC_MESSAGES/BlogspamNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po index f417bd3d30..fdf09f051b 100644 --- a/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/nl/LC_MESSAGES/BlogspamNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:01:59+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po index a69aedaf3e..f11da6483e 100644 --- a/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/ru/LC_MESSAGES/BlogspamNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po index 53ea246483..5cefba799c 100644 --- a/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/tl/LC_MESSAGES/BlogspamNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po b/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po index 87e537dfa7..4b473ffc8d 100644 --- a/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po +++ b/plugins/BlogspamNet/locale/uk/LC_MESSAGES/BlogspamNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - BlogspamNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-06-05 21:49:50+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-30 18:14:59+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-blogspamnet\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Bookmark/locale/ar/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ar/LC_MESSAGES/Bookmark.po index 91ed7d9ed8..427648d710 100644 --- a/plugins/Bookmark/locale/ar/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ar/LC_MESSAGES/Bookmark.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:49+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po index ad1dc798c3..46a8add27e 100644 --- a/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ca/LC_MESSAGES/Bookmark.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:50+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po index 2c91cbe463..3f4a9f71a2 100644 --- a/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/de/LC_MESSAGES/Bookmark.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:50+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po index 474f0df41d..0fefc974db 100644 --- a/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/es/LC_MESSAGES/Bookmark.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:50+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po index a73434f7d7..2bb99dfae2 100644 --- a/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/eu/LC_MESSAGES/Bookmark.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:50+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po index 2c6e2fc6e8..38df2725ff 100644 --- a/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/fr/LC_MESSAGES/Bookmark.po @@ -14,15 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:50+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po index 546bac1c86..7c7fb9338a 100644 --- a/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/gl/LC_MESSAGES/Bookmark.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:50+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po index a1fcfee75b..afbea20802 100644 --- a/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ia/LC_MESSAGES/Bookmark.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:50+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po index 8d99c98a08..5538c64d72 100644 --- a/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/ja/LC_MESSAGES/Bookmark.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:50+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po index 3694e2fedc..6ce2882f62 100644 --- a/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/mk/LC_MESSAGES/Bookmark.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:50+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po index b150f788ce..dd3f7b46d8 100644 --- a/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/nl/LC_MESSAGES/Bookmark.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:50+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Bookmark/locale/pl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/pl/LC_MESSAGES/Bookmark.po new file mode 100644 index 0000000000..125f9a8db9 --- /dev/null +++ b/plugins/Bookmark/locale/pl/LC_MESSAGES/Bookmark.po @@ -0,0 +1,253 @@ +# Translation of StatusNet - Bookmark to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# Author: Woytecr +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Bookmark\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:51+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Client exception thrown when a bookmark in an import file is incorrectly formatted. +msgid "No tag in a
." +msgstr "" + +#. TRANS: Client exception thrown when a bookmark in an import file is private. +msgid "Skipping private bookmark." +msgstr "" + +#. TRANS: Client exception thrown when referring to a non-existing bookmark. +msgid "No such bookmark." +msgstr "Nie ma takiej zakładki." + +#. TRANS: Title for bookmark. +#. TRANS: %1$s is a user nickname, %2$s is a bookmark title. +#, php-format +msgid "%1$s's bookmark for \"%2$s\"" +msgstr "" + +#. TRANS: Plugin description. +msgid "Simple extension for supporting bookmarks." +msgstr "" + +#. TRANS: Link text in proile leading to import form. +#. TRANS: Title for page to import del.icio.us bookmark backups on. +msgid "Import del.icio.us bookmarks" +msgstr "Importowanie zakładek del.icio.us" + +#. TRANS: Client exception thrown when a bookmark is formatted incorrectly. +msgid "Expected exactly 1 link rel=related in a Bookmark." +msgstr "" + +#. TRANS: Server exception thrown when a bookmark has multiple attachments. +msgid "Bookmark notice with the wrong number of attachments." +msgstr "" + +#. TRANS: Application title. +msgctxt "TITLE" +msgid "Bookmark" +msgstr "Zakładka" + +#. TRANS: Title for mini-posting window loaded from bookmarklet. +#. TRANS: %s is the StatusNet site name. +#, php-format +msgid "Bookmark on %s" +msgstr "" + +#. TRANS: Client exception thrown when trying to save a new bookmark that already exists. +msgid "Bookmark already exists." +msgstr "Zakładka już istnieje." + +#. TRANS: Bookmark content. +#. TRANS: %1$s is a title, %2$s is a short URL, %3$s is the bookmark description, +#. TRANS: %4$s is space separated list of hash tags. +#, php-format +msgid "\"%1$s\" %2$s %3$s %4$s" +msgstr "" + +#. TRANS: Rendered bookmark content. +#. TRANS: %1$s is a URL, %2$s the bookmark title, %3$s is the bookmark description, +#. TRANS: %4$s is space separated list of hash tags. +#, php-format +msgid "" +"%2$s " +"%3$s %4$s" +msgstr "" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "URL" +msgstr "Adres URL" + +#. TRANS: Button text for action to save a new bookmark. +msgctxt "BUTTON" +msgid "Add" +msgstr "Dodaj" + +#. TRANS: Client exception thrown when an unknown URL is provided. +msgid "Unknown URL." +msgstr "Nieznany adres URL." + +#. TRANS: Title of notice stream of notices with a given attachment (first page). +#. TRANS: %s is the URL. +#, php-format +msgid "Notices linking to %s" +msgstr "" + +#. TRANS: Title of notice stream of notices with a given attachment (all but first page). +#. TRANS: %1$s is the URL, %2$s is the page number. +#, php-format +msgid "Notices linking to %1$s, page %2$d" +msgstr "" + +#. TRANS: Client exception thrown when trying to import bookmarks without being logged in. +msgid "Only logged-in users can import del.icio.us backups." +msgstr "" + +#. TRANS: Client exception thrown when trying to import bookmarks without having the rights to do so. +msgid "You may not restore your account." +msgstr "" + +#. TRANS: Client exception thrown when trying to import bookmarks and upload fails. +#. TRANS: Client exception thrown when a file upload has failed. +msgid "No uploaded file." +msgstr "" + +#. TRANS: Client exception thrown when an uploaded file is too large. +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." +msgstr "" + +#. TRANS: Client exception thrown when an uploaded file is too large. +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form." +msgstr "" + +#. TRANS: Client exception thrown when a file was only partially uploaded. +msgid "The uploaded file was only partially uploaded." +msgstr "" + +#. TRANS: Client exception thrown when a temporary folder is not present. +msgid "Missing a temporary folder." +msgstr "Brak katalogu tymczasowego." + +#. TRANS: Client exception thrown when writing to disk is not possible. +msgid "Failed to write file to disk." +msgstr "Zapisanie pliku na dysku nie powiodło się." + +#. TRANS: Client exception thrown when a file upload has been stopped. +msgid "File upload stopped by extension." +msgstr "Wysłanie pliku zostało zatrzymane przez rozszerzenie." + +#. TRANS: Client exception thrown when a file upload operation has failed. +msgid "System error uploading file." +msgstr "Błąd systemu podczas wysyłania pliku." + +#. TRANS: Server exception thrown when a file upload cannot be found. +#. TRANS: %s is the file that could not be found. +#. TRANS: Exception thrown when a file upload cannot be found. +#. TRANS: %s is the file that could not be found. +#, php-format +msgid "No such file \"%s\"." +msgstr "Nie ma takiego pliku: \"%s\"." + +#. TRANS: Server exception thrown when a file upload is incorrect. +#. TRANS: %s is the irregular file. +#. TRANS: Exception thrown when a file upload is incorrect. +#. TRANS: %s is the irregular file. +#, php-format +msgid "Not a regular file: \"%s\"." +msgstr "To nie jest zwykły plik: \"%s\"." + +#. TRANS: Server exception thrown when a file upload is not readable. +#. TRANS: %s is the file that could not be read. +#. TRANS: Exception thrown when a file upload is not readable. +#. TRANS: %s is the file that could not be read. +#, php-format +msgid "File \"%s\" not readable." +msgstr "Plik \" %s \" nie do odczytu." + +#. TRANS: Success message after importing bookmarks. +msgid "" +"Bookmarks have been imported. Your bookmarks should now appear in search and " +"your profile page." +msgstr "" + +#. TRANS: Busy message for importing bookmarks. +msgid "Bookmarks are being imported. Please wait a few minutes for results." +msgstr "" + +#. TRANS: Form instructions for importing bookmarks. +msgid "You can upload a backed-up delicious.com bookmarks file." +msgstr "" + +#. TRANS: Button text on form to import bookmarks. +msgctxt "BUTTON" +msgid "Upload" +msgstr "Prześlij" + +#. TRANS: Button title on form to import bookmarks. +msgid "Upload the file." +msgstr "Prześlij plik" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "Title" +msgstr "Tytuł" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "Notes" +msgstr "" + +#. TRANS: Field label on form for adding a new bookmark. +msgctxt "LABEL" +msgid "Tags" +msgstr "" + +#. TRANS: Field title on form for adding a new bookmark. +msgid "Comma- or space-separated list of tags." +msgstr "" + +#. TRANS: Button text for action to save a new bookmark. +msgctxt "BUTTON" +msgid "Save" +msgstr "Zapisz" + +#. TRANS: Title for action to create a new bookmark. +msgid "New bookmark" +msgstr "Nowa zakładka" + +#. TRANS: Client exception thrown when trying to create a new bookmark while not logged in. +msgid "Must be logged in to post a bookmark." +msgstr "" + +#. TRANS: Client exception thrown when trying to create a new bookmark without a title. +msgid "Bookmark must have a title." +msgstr "" + +#. TRANS: Client exception thrown when trying to create a new bookmark without a URL. +msgid "Bookmark must have an URL." +msgstr "" + +#. TRANS: Page title after posting a bookmark. +msgid "Bookmark posted" +msgstr "" + +#. TRANS: %s is the filename that contains a backup for a user. +#, php-format +msgid "Getting backup from file \"%s\"." +msgstr "" diff --git a/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po index 54ce325368..2b009d196a 100644 --- a/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/sv/LC_MESSAGES/Bookmark.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:51+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po index 50cb2b9a61..fce4a5f6e7 100644 --- a/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/tl/LC_MESSAGES/Bookmark.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:51+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po b/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po index eb3c1b8e9a..b0b770a043 100644 --- a/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po +++ b/plugins/Bookmark/locale/uk/LC_MESSAGES/Bookmark.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Bookmark\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:51+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-bookmark\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po index 78b7d2ee02..97a275a816 100644 --- a/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/ast/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:51+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po index ea3a0e47bd..820e52b0c9 100644 --- a/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/be-tarask/LC_MESSAGES/CacheLog.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:51+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po index 836a5effe4..71b0765c41 100644 --- a/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/br/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:51+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po index 729dcdf3e8..0835644075 100644 --- a/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/de/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:51+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po index beefca332b..a42e503bd1 100644 --- a/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/es/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:51+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po index 2033ab4a28..75c6b39da2 100644 --- a/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/fr/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:51+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po index 24fdeb63bb..fb42ebc29b 100644 --- a/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/gl/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:51+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po index a9c8df3a79..b302920cd2 100644 --- a/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/he/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:51+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po index 54b60b06ae..fdc8eb3e8e 100644 --- a/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/ia/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po index 1c279b22f0..83ef9760fa 100644 --- a/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/mk/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po index 47e9136889..4c2c99279e 100644 --- a/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po index 259850378c..d3849d886e 100644 --- a/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/nl/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po index 7529bf53cc..414b9f8155 100644 --- a/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/pt/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po index 0c2f10fc72..b3fb5e5ca4 100644 --- a/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/ru/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po index b12ec81484..8b50c8f71e 100644 --- a/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/tl/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po index bf7c0b34ea..d20f40bab8 100644 --- a/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/uk/LC_MESSAGES/CacheLog.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po b/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po index a8077e4734..deca078bb0 100644 --- a/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po +++ b/plugins/CacheLog/locale/zh_CN/LC_MESSAGES/CacheLog.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CacheLog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-cachelog\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po index c8100975f5..db1c57748e 100644 --- a/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/be-tarask/LC_MESSAGES/CasAuthentication.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po index 973e3eac96..57e04f9b39 100644 --- a/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/br/LC_MESSAGES/CasAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po index 5875602279..392b35fa55 100644 --- a/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ca/LC_MESSAGES/CasAuthentication.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po index 8faed0a766..7bfe22055b 100644 --- a/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/de/LC_MESSAGES/CasAuthentication.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:52+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po index fe73d46c1f..8186d459f6 100644 --- a/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/es/LC_MESSAGES/CasAuthentication.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po index 3057d2278d..61c4b0539d 100644 --- a/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/eu/LC_MESSAGES/CasAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po index 0a1db493d1..30dc9b9bc4 100644 --- a/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/fr/LC_MESSAGES/CasAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po index 5ffb2e40a5..b8830a0062 100644 --- a/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/gl/LC_MESSAGES/CasAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po index 5946ab1414..637f4ce604 100644 --- a/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/hu/LC_MESSAGES/CasAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: hu\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po index d2cd5b783b..30eb0dbc6b 100644 --- a/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ia/LC_MESSAGES/CasAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po index 022657eea0..1d8a56d806 100644 --- a/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/mk/LC_MESSAGES/CasAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po index bfe3980b9d..a5b071801c 100644 --- a/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/nl/LC_MESSAGES/CasAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po index 91de2ed935..f92902f785 100644 --- a/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/pt_BR/LC_MESSAGES/CasAuthentication.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po index 6b38ffe198..16be6f560f 100644 --- a/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/ru/LC_MESSAGES/CasAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po index 397c85ed39..47bd1191eb 100644 --- a/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/tl/LC_MESSAGES/CasAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po index 161761928c..2dfd7c3809 100644 --- a/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/uk/LC_MESSAGES/CasAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po b/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po index dda1296277..726d9de0b9 100644 --- a/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po +++ b/plugins/CasAuthentication/locale/zh_CN/LC_MESSAGES/CasAuthentication.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - CasAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:53+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-casauthentication\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po index 63ead0e8b8..ca5d9b4820 100644 --- a/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/be-tarask/LC_MESSAGES/ClientSideShorten.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po index 158d99a8ee..f16ee84c7c 100644 --- a/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/de/LC_MESSAGES/ClientSideShorten.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po index 9106c80f8f..775a55c17f 100644 --- a/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/es/LC_MESSAGES/ClientSideShorten.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po index 560586386b..87732d4865 100644 --- a/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/eu/LC_MESSAGES/ClientSideShorten.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po index c994e9368d..e2a4fae693 100644 --- a/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/fr/LC_MESSAGES/ClientSideShorten.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po index 7aa46c0fe2..f1e6b552bd 100644 --- a/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/gl/LC_MESSAGES/ClientSideShorten.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po index 299365ea78..e3b4c5c863 100644 --- a/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/he/LC_MESSAGES/ClientSideShorten.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po index 6bddacb954..a6bf0d3d4f 100644 --- a/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/ia/LC_MESSAGES/ClientSideShorten.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po index ef9fc43b57..0ce349c2aa 100644 --- a/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/id/LC_MESSAGES/ClientSideShorten.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po index e74b073e8f..4bf5c9b49a 100644 --- a/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/mk/LC_MESSAGES/ClientSideShorten.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po index 23669c0225..369043ed00 100644 --- a/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/nb/LC_MESSAGES/ClientSideShorten.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po index 8544add5d3..da975fded8 100644 --- a/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/nl/LC_MESSAGES/ClientSideShorten.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po index 341d3b634e..4b0fb945ba 100644 --- a/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/ru/LC_MESSAGES/ClientSideShorten.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po index f5f25e246d..4bd8119b08 100644 --- a/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/tl/LC_MESSAGES/ClientSideShorten.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:54+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po index ba9a4a3de1..f180be4ed8 100644 --- a/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/uk/LC_MESSAGES/ClientSideShorten.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po b/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po index 00aa7772c3..84e2aa3a27 100644 --- a/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po +++ b/plugins/ClientSideShorten/locale/zh_CN/LC_MESSAGES/ClientSideShorten.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ClientSideShorten\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-clientsideshorten\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Comet/locale/de/LC_MESSAGES/Comet.po b/plugins/Comet/locale/de/LC_MESSAGES/Comet.po index 91d12920e9..6639e0e9cd 100644 --- a/plugins/Comet/locale/de/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/de/LC_MESSAGES/Comet.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Comet/locale/es/LC_MESSAGES/Comet.po b/plugins/Comet/locale/es/LC_MESSAGES/Comet.po index 12f1a3c18b..24c42cb7c4 100644 --- a/plugins/Comet/locale/es/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/es/LC_MESSAGES/Comet.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po b/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po index 48baa2e893..be8750ae23 100644 --- a/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/fr/LC_MESSAGES/Comet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po b/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po index 1d8df9d5fd..80834c2bb5 100644 --- a/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/gl/LC_MESSAGES/Comet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Comet/locale/he/LC_MESSAGES/Comet.po b/plugins/Comet/locale/he/LC_MESSAGES/Comet.po index 517131feec..abcb93b616 100644 --- a/plugins/Comet/locale/he/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/he/LC_MESSAGES/Comet.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po b/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po index e252668a16..95374034dd 100644 --- a/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/ia/LC_MESSAGES/Comet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po b/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po index 8f91e270cd..f5987862f3 100644 --- a/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/mk/LC_MESSAGES/Comet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po b/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po index f0f51a5db2..26a556dbc9 100644 --- a/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/nb/LC_MESSAGES/Comet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po b/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po index 733ea1aaa1..b823efc483 100644 --- a/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/nl/LC_MESSAGES/Comet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po b/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po index 8d92adf800..73efb433ed 100644 --- a/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/ru/LC_MESSAGES/Comet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po b/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po index a0f74fe27f..265b83c58a 100644 --- a/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/tl/LC_MESSAGES/Comet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po b/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po index 5505e1fad0..ff92635f0d 100644 --- a/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po +++ b/plugins/Comet/locale/uk/LC_MESSAGES/Comet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Comet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-comet\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po index 59ecb0798f..508154831d 100644 --- a/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ast/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po index 2ca633331f..2f3c67666c 100644 --- a/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/be-tarask/LC_MESSAGES/DirectionDetector.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po index c3f1ad4d60..b831d7e793 100644 --- a/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/br/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:55+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po index 85c8d5219f..6c9c1e8001 100644 --- a/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/de/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po index a37a244f95..b68873e359 100644 --- a/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/es/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po index 73ccda200e..1088d40aa0 100644 --- a/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/fi/LC_MESSAGES/DirectionDetector.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po index fb5197e682..874b3e47ca 100644 --- a/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/fr/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po index 0ae76b6f57..c0dcfe4674 100644 --- a/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/gl/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po index 58464db8fa..6097735608 100644 --- a/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/he/LC_MESSAGES/DirectionDetector.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po index b63911d81f..63b3e7c58d 100644 --- a/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ia/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po index c89a5f397e..c43452cf14 100644 --- a/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/id/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po index da08f60e75..56d4b91500 100644 --- a/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ja/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po index 6e0be1f416..c0cf022834 100644 --- a/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/lb/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lb\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po index ad492907b8..20fa595352 100644 --- a/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/mk/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po index 030f3edba4..4929ebe803 100644 --- a/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/nb/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po index bd0c26824b..96c594e05a 100644 --- a/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/nl/LC_MESSAGES/DirectionDetector.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:56+0000\n" "Last-Translator: Siebrand Mazeland \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" @@ -18,9 +18,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" diff --git a/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po index 02dbd68dcd..42206dc7db 100644 --- a/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/pt/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:57+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po index 56ae9ab7e3..738a1ac0d7 100644 --- a/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/ru/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:57+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po index fbf82724da..9a85735861 100644 --- a/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/tl/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:57+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po index 1b960cfe97..518ce9c5c8 100644 --- a/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/uk/LC_MESSAGES/DirectionDetector.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:57+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po b/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po index f3628ed17c..e1b9ec4fc7 100644 --- a/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po +++ b/plugins/DirectionDetector/locale/zh_CN/LC_MESSAGES/DirectionDetector.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DirectionDetector\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:57+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-09-11 15:10:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-directiondetector\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po index 21b1084b14..f1d320673c 100644 --- a/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ar/LC_MESSAGES/Directory.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:57+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po index a0d1858511..0a75804480 100644 --- a/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ca/LC_MESSAGES/Directory.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:22+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:57+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Directory/locale/de/LC_MESSAGES/Directory.po b/plugins/Directory/locale/de/LC_MESSAGES/Directory.po index 415bd37c79..75869a86d3 100644 --- a/plugins/Directory/locale/de/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/de/LC_MESSAGES/Directory.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:22+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:57+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Directory/locale/es/LC_MESSAGES/Directory.po b/plugins/Directory/locale/es/LC_MESSAGES/Directory.po index aa84b3b5af..aafa7b5630 100644 --- a/plugins/Directory/locale/es/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/es/LC_MESSAGES/Directory.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:22+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:57+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po b/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po index e6d7c9269e..ea15e1cc10 100644 --- a/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/eu/LC_MESSAGES/Directory.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:22+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:58+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po b/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po index e05f3552e0..1dc3df3d5c 100644 --- a/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/fi/LC_MESSAGES/Directory.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:58+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po b/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po index a5c86bb9d9..394999b97a 100644 --- a/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/fr/LC_MESSAGES/Directory.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:58+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po b/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po index f0ec74aca5..7f1b0649a6 100644 --- a/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/gl/LC_MESSAGES/Directory.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:58+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po index b34d76d27f..3f799c0d4b 100644 --- a/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ia/LC_MESSAGES/Directory.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:58+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po b/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po index 6adb5f387f..6bb0ed3810 100644 --- a/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/ja/LC_MESSAGES/Directory.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:58+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po b/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po index 124e9818d1..d594d94fd9 100644 --- a/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/mk/LC_MESSAGES/Directory.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:58+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po b/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po index d7b42ed621..b27d5181e7 100644 --- a/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/nl/LC_MESSAGES/Directory.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:58+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po b/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po index 942b77b41f..1080bb5cc7 100644 --- a/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/sv/LC_MESSAGES/Directory.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:59+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po b/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po index a0844b65d6..0dd44c7993 100644 --- a/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/tl/LC_MESSAGES/Directory.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:59+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po b/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po index a4a91b403e..c055396ffb 100644 --- a/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po +++ b/plugins/Directory/locale/uk/LC_MESSAGES/Directory.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Directory\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:59+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-30 09:57:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-directory\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po index 1dac2ee32f..82ef7ef282 100644 --- a/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/be-tarask/LC_MESSAGES/DiskCache.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:59+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po index 8f852f3f86..0dea8781ad 100644 --- a/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/br/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:45:59+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po index 333834cfd6..fbd9552951 100644 --- a/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/ca/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:00+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po index 272ec4e444..2a767e6561 100644 --- a/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/de/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:00+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po index 75cf40b35d..c3c56c1a3b 100644 --- a/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/es/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:00+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po index 8b18d5e3ad..4ec84647d3 100644 --- a/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/fi/LC_MESSAGES/DiskCache.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:00+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po index 11849b6e25..9d27e57ca5 100644 --- a/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/fr/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:00+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po index 6f8b5d1aa3..4b9d0c5e6a 100644 --- a/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/gl/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po index 61b2de8e1c..839b4dbc75 100644 --- a/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/he/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po index 5c49da0b98..911c5501b6 100644 --- a/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/ia/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po index f7affbc899..c5a3c000c9 100644 --- a/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/id/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po index 3c3205597b..14e0cf6730 100644 --- a/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/mk/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po index ac1bc1e365..2fd80cc50a 100644 --- a/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/nb/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:46:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po index 9799330bd6..fe442c0fe0 100644 --- a/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/nl/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po index 0d91b05594..6e1c7df8df 100644 --- a/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/pt/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po index d602850940..916b0e55b4 100644 --- a/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/pt_BR/LC_MESSAGES/DiskCache.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po index 2fa4ab61e8..37e7ae418a 100644 --- a/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/ru/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po index 6e256fec98..88debd1b2f 100644 --- a/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/sv/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po index bf17b61a16..cf0f591c6a 100644 --- a/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/tl/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po index 792c685a98..a2da213044 100644 --- a/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/uk/LC_MESSAGES/DiskCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po b/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po index f5ff138092..76e3a07120 100644 --- a/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po +++ b/plugins/DiskCache/locale/zh_CN/LC_MESSAGES/DiskCache.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DiskCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:01+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:58+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-diskcache\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po index ac735266fd..0229c8ca76 100644 --- a/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/be-tarask/LC_MESSAGES/Disqus.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po index af66dd2c1c..7d601a3947 100644 --- a/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/br/LC_MESSAGES/Disqus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po index cb547f752d..6a5ed10755 100644 --- a/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/ca/LC_MESSAGES/Disqus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po index 927e780b7d..39b8dc25ce 100644 --- a/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/de/LC_MESSAGES/Disqus.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po index 721d963195..d9c578a2f1 100644 --- a/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/es/LC_MESSAGES/Disqus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po index 56696918e2..0d26240df0 100644 --- a/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/fr/LC_MESSAGES/Disqus.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po index 7ca4f7ca8f..c462afd19c 100644 --- a/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/gl/LC_MESSAGES/Disqus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po index cd12ee6110..023c1ad234 100644 --- a/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/ia/LC_MESSAGES/Disqus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po index eea04f717a..1409cad6c0 100644 --- a/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/mk/LC_MESSAGES/Disqus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po index 6bb0ca65a0..1f1283ac97 100644 --- a/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/nb/LC_MESSAGES/Disqus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:47:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po index fda899769e..01d4f55193 100644 --- a/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/nl/LC_MESSAGES/Disqus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Disqus/locale/pl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/pl/LC_MESSAGES/Disqus.po new file mode 100644 index 0000000000..acb65138fc --- /dev/null +++ b/plugins/Disqus/locale/pl/LC_MESSAGES/Disqus.po @@ -0,0 +1,46 @@ +# Translation of StatusNet - Disqus to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Disqus\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: User notification that JavaScript is required for Disqus comment display. +#. TRANS: This message contains Markdown links in the form [description](link). +#, php-format +msgid "" +"Please enable JavaScript to view the [comments powered by Disqus](http://" +"disqus.com/?ref_noscript=%s)." +msgstr "" +"Włącz JavaScript, aby wyświetlić [komentarze zasilane przez Disqus] (http://" +"disqus.com/?ref_noscript= %s )." + +#. TRANS: This message is followed by a Disqus logo. Alt text is "Disqus". +msgid "Comments powered by " +msgstr "Komentarze zasilane przez " + +#. TRANS: Plugin supplied feature for Disqus comments to notices. +msgid "Comments" +msgstr "Komentarze" + +#. TRANS: Plugin description. +msgid "" +"Use Disqus to add commenting to notice " +"pages." +msgstr "" +"Użyj Disqus by dodawać komentarze do " +"stron ogłoszeń." diff --git a/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po index 0230bc2479..7373a8763e 100644 --- a/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/pt/LC_MESSAGES/Disqus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:02+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po index c3ef435caa..650d29a098 100644 --- a/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/ru/LC_MESSAGES/Disqus.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po index e55fecf03c..4673badc90 100644 --- a/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/tl/LC_MESSAGES/Disqus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po index fe84686759..37d6476fac 100644 --- a/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/uk/LC_MESSAGES/Disqus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po b/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po index 7ebc313b1c..b86d688b54 100644 --- a/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po +++ b/plugins/Disqus/locale/zh_CN/LC_MESSAGES/Disqus.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Disqus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:49:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-disqus\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/DomainStatusNetwork/locale/de/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/de/LC_MESSAGES/DomainStatusNetwork.po index 3d56c3428b..04283084c6 100644 --- a/plugins/DomainStatusNetwork/locale/de/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/de/LC_MESSAGES/DomainStatusNetwork.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po index 33b61b6c66..c99e2c3e58 100644 --- a/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/es/LC_MESSAGES/DomainStatusNetwork.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po index fa0d186301..383ef79219 100644 --- a/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/fr/LC_MESSAGES/DomainStatusNetwork.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po index 9bab419a9c..6b95750119 100644 --- a/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/gl/LC_MESSAGES/DomainStatusNetwork.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po index 656ab571c3..0668ff3b31 100644 --- a/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/he/LC_MESSAGES/DomainStatusNetwork.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po index 6644e577ed..17e494037f 100644 --- a/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/ia/LC_MESSAGES/DomainStatusNetwork.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po index 7c212c2928..0aac6f3862 100644 --- a/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/mk/LC_MESSAGES/DomainStatusNetwork.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po index e7554337d7..f86d3f8465 100644 --- a/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/nb/LC_MESSAGES/DomainStatusNetwork.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:47:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:03+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po index efbe58e412..d70a73f512 100644 --- a/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/nl/LC_MESSAGES/DomainStatusNetwork.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:04+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po index 942c8295a6..ada666859c 100644 --- a/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/tl/LC_MESSAGES/DomainStatusNetwork.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:04+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po b/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po index b3ede7f9d5..1ebb0d985f 100644 --- a/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po +++ b/plugins/DomainStatusNetwork/locale/uk/LC_MESSAGES/DomainStatusNetwork.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainStatusNetwork\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:04+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:16+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-domainstatusnetwork\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po index ed2906cd8b..ca56e32884 100644 --- a/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ar/LC_MESSAGES/DomainWhitelist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:04+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po index adbb0a1f9a..00fe4f658c 100644 --- a/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ca/LC_MESSAGES/DomainWhitelist.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:04+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po index 2f80e83ade..e907d92906 100644 --- a/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/de/LC_MESSAGES/DomainWhitelist.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:04+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po index ddedecc6d6..4145dffadb 100644 --- a/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/es/LC_MESSAGES/DomainWhitelist.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:04+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po index ba7e75a452..23aebf2032 100644 --- a/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/gl/LC_MESSAGES/DomainWhitelist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:04+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po index 515f1921f8..16c8aaa7a5 100644 --- a/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/ia/LC_MESSAGES/DomainWhitelist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:04+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po index af84f197a6..955cef4c26 100644 --- a/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/lt/LC_MESSAGES/DomainWhitelist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:05+0000\n" "Language-Team: Lithuanian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lt\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po index cfbddf7c4c..086fc6a09b 100644 --- a/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/mk/LC_MESSAGES/DomainWhitelist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:05+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po index f170dcfd74..1c91f5eb7d 100644 --- a/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:05+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po index 328737fee6..3bd291c238 100644 --- a/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/tl/LC_MESSAGES/DomainWhitelist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:05+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po index e556160bac..fd6291ae66 100644 --- a/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/uk/LC_MESSAGES/DomainWhitelist.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:08:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:05+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Echo/locale/ar/LC_MESSAGES/Echo.po b/plugins/Echo/locale/ar/LC_MESSAGES/Echo.po index 49d765840e..ff0c3574a7 100644 --- a/plugins/Echo/locale/ar/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/ar/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:05+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po b/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po index 4a2dba1fdd..dc8ff349e4 100644 --- a/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/be-tarask/LC_MESSAGES/Echo.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:05+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/br/LC_MESSAGES/Echo.po b/plugins/Echo/locale/br/LC_MESSAGES/Echo.po index ee564aec62..3f49c16448 100644 --- a/plugins/Echo/locale/br/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/br/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:05+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Echo/locale/de/LC_MESSAGES/Echo.po b/plugins/Echo/locale/de/LC_MESSAGES/Echo.po index 9ae1a6d9cf..940140b1c8 100644 --- a/plugins/Echo/locale/de/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/de/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:05+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/es/LC_MESSAGES/Echo.po b/plugins/Echo/locale/es/LC_MESSAGES/Echo.po index ec8563a2c1..d130d0b6f8 100644 --- a/plugins/Echo/locale/es/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/es/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po b/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po index fe12fe9d07..b609d2bfe5 100644 --- a/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/eu/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:09:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po b/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po index ab82e6d2ce..0a0793f67a 100644 --- a/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/fi/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po b/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po index 63a0e45f76..b44a165481 100644 --- a/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/fr/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po index 6a50ad8fbf..7a3bcdae38 100644 --- a/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/gl/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/he/LC_MESSAGES/Echo.po b/plugins/Echo/locale/he/LC_MESSAGES/Echo.po index b5bd85a9d1..0be0d8578a 100644 --- a/plugins/Echo/locale/he/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/he/LC_MESSAGES/Echo.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po b/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po index 5f85947e8f..86367b3fd3 100644 --- a/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/ia/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/id/LC_MESSAGES/Echo.po b/plugins/Echo/locale/id/LC_MESSAGES/Echo.po index cb2a384e33..f283b0adf8 100644 --- a/plugins/Echo/locale/id/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/id/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po b/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po index c9da24c94c..56e75516f8 100644 --- a/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/lb/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lb\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po b/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po index 6150985f2a..0b8c27e85d 100644 --- a/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/mk/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po b/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po index 26cc7c91b2..cf27719fb9 100644 --- a/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/nb/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:47:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po index 498ba94e46..ea029d0bfc 100644 --- a/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/nl/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/pl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/pl/LC_MESSAGES/Echo.po new file mode 100644 index 0000000000..0dd356e35e --- /dev/null +++ b/plugins/Echo/locale/pl/LC_MESSAGES/Echo.po @@ -0,0 +1,28 @@ +# Translation of StatusNet - Echo to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Echo\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Plugin description. +msgid "" +"Use Echo to add commenting to notice " +"pages." +msgstr "" +"Echo umożliwia dodawanie komentarzy do " +"stron ogłoszeń." diff --git a/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po b/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po index 9a3fe6279e..95952d0ba0 100644 --- a/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/pt/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po b/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po index c3ca6cb4fb..cc38f028df 100644 --- a/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/pt_BR/LC_MESSAGES/Echo.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po b/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po index 0c174b044d..7345c7f8c5 100644 --- a/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/ru/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:06+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po b/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po index 20799f37e3..a824abfd11 100644 --- a/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/tl/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:07+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po b/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po index f9688156c2..74347a708a 100644 --- a/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/uk/LC_MESSAGES/Echo.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:07+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po b/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po index efb2fbab59..ae3b157102 100644 --- a/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po +++ b/plugins/Echo/locale/zh_CN/LC_MESSAGES/Echo.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Echo\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:07+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-echo\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po index 5c568957d3..584dadb8c2 100644 --- a/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/be-tarask/LC_MESSAGES/EmailAuthentication.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:07+0000\n" "Language-Team: Belarusian (Taraškievica orthography) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: be-tarask\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po index 82d738bf85..fb148a422c 100644 --- a/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/br/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:07+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po index a41b5ab243..351384dd45 100644 --- a/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ca/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:07+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po index db2a572fd7..787673dfc4 100644 --- a/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/de/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:07+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po index 54e45a3a07..e73af696e2 100644 --- a/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/es/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:07+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po index b295405af2..35669107cd 100644 --- a/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/eu/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:07+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po index 861f31c240..b35497f8d1 100644 --- a/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/fi/LC_MESSAGES/EmailAuthentication.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:07+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po index f8c2d3f798..3ab8a372e3 100644 --- a/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/fr/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po index dcf35c3f17..7f79bd6aa0 100644 --- a/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/gl/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po index f7dbc00411..260acacec0 100644 --- a/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/he/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po index 39ac2cbb98..f1f80415eb 100644 --- a/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ia/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po index b8f052adc5..c21aa60683 100644 --- a/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/id/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po index 80f3203343..c8ab2f8632 100644 --- a/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ja/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po index 9143956752..b5879db8b2 100644 --- a/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/mk/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po index a8b73444e8..acc7fc4fa6 100644 --- a/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/nb/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:47:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po index f49b33aff7..d02a82c8a7 100644 --- a/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/nl/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/pl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/pl/LC_MESSAGES/EmailAuthentication.po new file mode 100644 index 0000000000..cf689d39b6 --- /dev/null +++ b/plugins/EmailAuthentication/locale/pl/LC_MESSAGES/EmailAuthentication.po @@ -0,0 +1,28 @@ +# Translation of StatusNet - EmailAuthentication to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - EmailAuthentication\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Plugin description. +msgid "" +"The Email Authentication plugin allows users to login using their email " +"address." +msgstr "" +"Wtyczka uwierzytelniania wiadomości E-mail pozwala użytkownikom na logowanie " +"przy użyciu ich adresów e-mail." diff --git a/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po index a43ea9929b..f7690dd432 100644 --- a/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/pt/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po index f622719390..e6891ebcb6 100644 --- a/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/pt_BR/LC_MESSAGES/EmailAuthentication.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po index 9353e56592..7e7a5fb57e 100644 --- a/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/ru/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po index 00ea0df2fc..ff5c846d6f 100644 --- a/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/tl/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po index 667995abb6..5c3907b918 100644 --- a/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/uk/LC_MESSAGES/EmailAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:08+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po b/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po index fa55defc44..6b6c85dd4d 100644 --- a/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po +++ b/plugins/EmailAuthentication/locale/zh_CN/LC_MESSAGES/EmailAuthentication.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:09+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-emailauthentication\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/EmailRegistration/locale/ar/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ar/LC_MESSAGES/EmailRegistration.po index aeee8170b4..9bee4f83f1 100644 --- a/plugins/EmailRegistration/locale/ar/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ar/LC_MESSAGES/EmailRegistration.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:09+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po index 6bc3c5d63d..8e66d56899 100644 --- a/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/br/LC_MESSAGES/EmailRegistration.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:09+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po index c677e1e100..8d2745d6a6 100644 --- a/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ca/LC_MESSAGES/EmailRegistration.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:09+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -52,7 +51,7 @@ msgstr "Registrar-se" #. TRANS: Title for page where to register with a confirmation code. msgctxt "TITLE" msgid "Complete registration" -msgstr "" +msgstr "Registre complet" #. TRANS: Confirmation text after initial registration. #. TRANS: %s an e-mail address. diff --git a/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po index 185237140e..c08dfa12df 100644 --- a/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/de/LC_MESSAGES/EmailRegistration.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:09+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po index 01d0af3b9e..1cbc81c981 100644 --- a/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/es/LC_MESSAGES/EmailRegistration.po @@ -1,6 +1,7 @@ # Translation of StatusNet - EmailRegistration to Spanish (Español) # Exported from translatewiki.net # +# Author: Armando-Martin # Author: Erchache2000 # Author: Od1n # -- @@ -10,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:09+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -159,14 +159,13 @@ msgid "Same as password above." msgstr "Igual a la contraseña anterior" #. TRANS: Checkbox title for terms of service and privacy policy. -#, fuzzy, php-format +#, php-format msgid "" "I agree to the Terms of service and Privacy policy of this site." msgstr "" -"Estoy de acuerdo con el %1$ s " -"\"> términos de servicio y %1" -"$ s\" > política de privacidad de este sitio." +"Estoy de acuerdo con los Términos de servicio y la Política de protección de datos de este sitio." #. TRANS: Error text when trying to register with an already registered e-mail address. #. TRANS: %s is the URL to recover password at. diff --git a/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po index 828710656d..b282a7cf3b 100644 --- a/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/eu/LC_MESSAGES/EmailRegistration.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:09+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po index 5d7a243687..cb6c1797ad 100644 --- a/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/fr/LC_MESSAGES/EmailRegistration.po @@ -5,6 +5,7 @@ # Author: Crochet.david # Author: Iketsi # Author: Od1n +# Author: OngolaBoy # Author: Valeryan 24 # -- # This file is distributed under the same license as the StatusNet package. @@ -13,26 +14,25 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:09+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. TRANS: Client exception trown when registration by e-mail is not allowed. msgid "Registration not allowed." -msgstr "" +msgstr "Inscription non autorisée." #. TRANS: Client exception trown when trying to register without an invitation. msgid "Sorry, only invited people can register." -msgstr "" +msgstr "Désolé, seulement les personnes invitées peuvent s'inscrire." #. TRANS: Client exception thrown when no confirmation code was provided. msgid "No confirmation code." @@ -40,7 +40,7 @@ msgstr "Aucun code de confirmation." #. TRANS: Client exception trown when using an invitation multiple times. msgid "Invitation already used." -msgstr "" +msgstr "Invitation déjà utilisée." #. TRANS: Client exception thrown when given confirmation code was not issued. msgid "No such confirmation code." @@ -90,7 +90,7 @@ msgstr "Les mots de passe ne correspondent pas." #. TRANS: Exception trown when using an invitation multiple times. msgid "Failed to register user." -msgstr "" +msgstr "Impossible d'enregistrer cet utilisateur." #. TRANS: Subject for confirmation e-mail. #. TRANS: %s is the StatusNet sitename. diff --git a/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po index 76f8ec9eb6..30fff5087a 100644 --- a/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/gl/LC_MESSAGES/EmailRegistration.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:09+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po index 1796c07aeb..7b72eddc58 100644 --- a/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/hu/LC_MESSAGES/EmailRegistration.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: hu\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po index 2519284b21..60a64c1e03 100644 --- a/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ia/LC_MESSAGES/EmailRegistration.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po index 76164cbc5d..7c85b750c2 100644 --- a/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/mk/LC_MESSAGES/EmailRegistration.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po index 9a55503ebe..dddeeca43a 100644 --- a/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/nl/LC_MESSAGES/EmailRegistration.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po index 199558e84e..bfa2efa73f 100644 --- a/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/ru/LC_MESSAGES/EmailRegistration.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po index 49a5715cef..49fedf8b23 100644 --- a/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/sv/LC_MESSAGES/EmailRegistration.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po index 3e081a7344..b11152f47f 100644 --- a/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/tl/LC_MESSAGES/EmailRegistration.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po b/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po index 0660a06e31..534ad446c7 100644 --- a/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po +++ b/plugins/EmailRegistration/locale/uk/LC_MESSAGES/EmailRegistration.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailRegistration\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:42+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-emailregistration\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/EmailReminder/locale/ar/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/ar/LC_MESSAGES/EmailReminder.po index 3f436ae5a0..fc1ddcfa26 100644 --- a/plugins/EmailReminder/locale/ar/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/ar/LC_MESSAGES/EmailReminder.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/EmailReminder/locale/ca/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/ca/LC_MESSAGES/EmailReminder.po new file mode 100644 index 0000000000..61d6224dce --- /dev/null +++ b/plugins/EmailReminder/locale/ca/LC_MESSAGES/EmailReminder.po @@ -0,0 +1,49 @@ +# Translation of StatusNet - EmailReminder to Catalan (Català) +# Exported from translatewiki.net +# +# Author: Toniher +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - EmailReminder\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Send email reminders for various things." +msgstr "" + +#. TRANS: Server exception thrown when a reminder record could not be inserted into the database. +msgid "Database error inserting reminder record." +msgstr "" + +#. TRANS: Subject for reminder e-mail. +msgid "Reminder - please confirm your registration!" +msgstr "Recordatori - confirmeu el registre!" + +#. TRANS: Subject for reminder e-mail. +msgid "Second reminder - please confirm your registration!" +msgstr "Segon recordatori - confirmeu el registre!" + +#. TRANS: Subject for reminder e-mail. +msgid "Final reminder - please confirm your registration!" +msgstr "Recordatori final - confirmeu el registre!" + +#. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. +#, php-format +msgid "Reminder - You have been invited to join %s!" +msgstr "" + +#. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. +#, php-format +msgid "Final reminder - you have been invited to join %s!" +msgstr "" diff --git a/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po index 196a458ad1..25e9104bf4 100644 --- a/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/de/LC_MESSAGES/EmailReminder.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po index 6e5de520bb..fa583adf71 100644 --- a/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/es/LC_MESSAGES/EmailReminder.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:10+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po index 873b02cc8f..609eae81b9 100644 --- a/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/eu/LC_MESSAGES/EmailReminder.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po index 34da35e4cc..14590e2a5f 100644 --- a/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/fr/LC_MESSAGES/EmailReminder.po @@ -2,6 +2,7 @@ # Exported from translatewiki.net # # Author: Od1n +# Author: OngolaBoy # -- # This file is distributed under the same license as the StatusNet package. # @@ -9,22 +10,21 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:09:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. TRANS: Plugin description. msgid "Send email reminders for various things." -msgstr "" +msgstr "Envoyer des rappels par courriel pour diverses choses." #. TRANS: Server exception thrown when a reminder record could not be inserted into the database. msgid "Database error inserting reminder record." @@ -45,9 +45,9 @@ msgstr "Dernier rappel - veuillez confirmer votre inscription !" #. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. #, php-format msgid "Reminder - You have been invited to join %s!" -msgstr "" +msgstr "Rappel - Vous avez été invité à joindre %s!" #. TRANS: Subject for reminder e-mail. %s is the StatusNet sitename. #, php-format msgid "Final reminder - you have been invited to join %s!" -msgstr "" +msgstr "Dernier rappel - Vous avez été invité à joindre %s!" diff --git a/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po index 73841e13b6..ba95f1511d 100644 --- a/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/gl/LC_MESSAGES/EmailReminder.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po index 03e054ff88..9194509c18 100644 --- a/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/ia/LC_MESSAGES/EmailReminder.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po index ff7dc80c0d..457515e5dc 100644 --- a/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/mk/LC_MESSAGES/EmailReminder.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po index 0ec4579d33..8327216631 100644 --- a/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/nl/LC_MESSAGES/EmailReminder.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po b/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po index 5fc9dd7ba2..c21eb60a17 100644 --- a/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po +++ b/plugins/EmailReminder/locale/pt/LC_MESSAGES/EmailReminder.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailReminder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-emailreminder\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po index e6d59fc29d..7418dd79fc 100644 --- a/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/ca/LC_MESSAGES/EmailSummary.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -31,7 +30,7 @@ msgstr "Les vostres darreres actualitzacions de %s" #. TRANS: %1$s is the StatusNet sitename, %2$s is the recipient's profile name. #, php-format msgid "Recent updates from %1$s for %2$s:" -msgstr "" +msgstr "Actualitzacions recents de %1$s per a %2$s:" #. TRANS: Link text for link to conversation view. msgid "in context" diff --git a/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po index 7a8e9815a3..b2b63dfdbb 100644 --- a/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/de/LC_MESSAGES/EmailSummary.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po index 7e478ca482..5fcf362ea7 100644 --- a/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/es/LC_MESSAGES/EmailSummary.po @@ -1,6 +1,7 @@ # Translation of StatusNet - EmailSummary to Spanish (Español) # Exported from translatewiki.net # +# Author: Armando-Martin # Author: Erchache2000 # -- # This file is distributed under the same license as the StatusNet package. @@ -9,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -39,11 +39,10 @@ msgstr "en contexto" #. TRANS: Link text for link to e-mail settings. #. TRANS: %1$s is a link to the e-mail settings, %2$s is the StatusNet sitename. -#, fuzzy, php-format +#, php-format msgid "change your email settings for %2$s" msgstr "" -"%1$ s \"> cambiar la " -"configuración de correo electrónico para %2$s" +" cambia su configuración de correo electrónico para %2$s" #. TRANS: Plugin description. msgid "Send an email summary of the inbox to users." diff --git a/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po index 10a685bfca..36c9e23051 100644 --- a/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/eu/LC_MESSAGES/EmailSummary.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailSummary/locale/fr/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/fr/LC_MESSAGES/EmailSummary.po index eab6ce42cd..cefcd2094d 100644 --- a/plugins/EmailSummary/locale/fr/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/fr/LC_MESSAGES/EmailSummary.po @@ -1,6 +1,8 @@ # Translation of StatusNet - EmailSummary to French (Français) # Exported from translatewiki.net # +# Author: Iketsi +# Author: OngolaBoy # Author: Peter17 # -- # This file is distributed under the same license as the StatusNet package. @@ -9,40 +11,45 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-31 21:06+0000\n" -"PO-Revision-Date: 2011-03-31 21:09:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-03-18 20:07:04+0000\n" -"X-Generator: MediaWiki 1.18alpha (r85082); Translate extension (2011-03-11)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. TRANS: Subject for e-mail. #, php-format -msgid "Recent updates from %1s for %2s:" -msgstr "" +msgid "Your latest updates from %s" +msgstr "Les dernières activités en provenance de %s" +#. TRANS: Text in e-mail summary. +#. TRANS: %1$s is the StatusNet sitename, %2$s is the recipient's profile name. +#, php-format +msgid "Recent updates from %1$s for %2$s:" +msgstr "Dernières activités de %1$s pour %2$s:" + +#. TRANS: Link text for link to conversation view. msgid "in context" -msgstr "" +msgstr "dans le contexte" +#. TRANS: Link text for link to e-mail settings. +#. TRANS: %1$s is a link to the e-mail settings, %2$s is the StatusNet sitename. #, php-format -msgid "

change your email settings for %2s

" -msgstr "" - -msgid "Updates from your network" -msgstr "" +msgid "change your email settings for %2$s" +msgstr "changer vos paramètres de messagerie pour %2$s" +#. TRANS: Plugin description. msgid "Send an email summary of the inbox to users." msgstr "" "Envoyer un résumé de la boîte de réception par courrier électronique aux " "utilisateurs." #. TRANS: Checkbox label in e-mail preferences form. -#, fuzzy -msgid "Send me a periodic summary of updates from my network." -msgstr "" -"Envoyer un résumé de la boîte de réception par courrier électronique aux " -"utilisateurs." +msgid "Send me a periodic summary of updates from my network" +msgstr "M'envoyer un rapport périodique des activités de mon réseau" diff --git a/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po index 3740bc6a74..2f7ea723f6 100644 --- a/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/gl/LC_MESSAGES/EmailSummary.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po index d52ddca289..997172a019 100644 --- a/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/ia/LC_MESSAGES/EmailSummary.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:11+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po index 85ac61cae1..6b39aa753b 100644 --- a/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/mk/LC_MESSAGES/EmailSummary.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:12+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po index c05bb37cce..a1be9f3692 100644 --- a/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/nl/LC_MESSAGES/EmailSummary.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:12+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po index 780d9410f2..2943495ed1 100644 --- a/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/tl/LC_MESSAGES/EmailSummary.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:12+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po b/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po index 8b569f7127..4f2e40923a 100644 --- a/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po +++ b/plugins/EmailSummary/locale/uk/LC_MESSAGES/EmailSummary.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - EmailSummary\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:12+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-07-01 11:18:46+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-emailsummary\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Event/locale/ar/LC_MESSAGES/Event.po b/plugins/Event/locale/ar/LC_MESSAGES/Event.po index 5d0f0c200b..7593d10bb6 100644 --- a/plugins/Event/locale/ar/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ar/LC_MESSAGES/Event.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:12+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/Event/locale/br/LC_MESSAGES/Event.po b/plugins/Event/locale/br/LC_MESSAGES/Event.po index 9aa2195e13..39ee383cf4 100644 --- a/plugins/Event/locale/br/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/br/LC_MESSAGES/Event.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:12+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Event/locale/ca/LC_MESSAGES/Event.po b/plugins/Event/locale/ca/LC_MESSAGES/Event.po index 015edd937a..14de4c29b2 100644 --- a/plugins/Event/locale/ca/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ca/LC_MESSAGES/Event.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:12+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Event/locale/de/LC_MESSAGES/Event.po b/plugins/Event/locale/de/LC_MESSAGES/Event.po index f1eb6b6439..03def09fbf 100644 --- a/plugins/Event/locale/de/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/de/LC_MESSAGES/Event.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:12+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Event/locale/es/LC_MESSAGES/Event.po b/plugins/Event/locale/es/LC_MESSAGES/Event.po new file mode 100644 index 0000000000..4191bda525 --- /dev/null +++ b/plugins/Event/locale/es/LC_MESSAGES/Event.po @@ -0,0 +1,419 @@ +# Translation of StatusNet - Event to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# Author: Erchache2000 +# Author: McDutchie +# Author: Od1n +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Event\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:13+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: 0 minutes abbreviated. Used in a list. +msgid "(0 min)" +msgstr "(0 min)" + +#. TRANS: 30 minutes abbreviated. Used in a list. +msgid "(30 min)" +msgstr "(30 min)" + +#. TRANS: 1 hour. Used in a list. +msgid "(1 hour)" +msgstr "(1 hour)" + +#, php-format +msgid "(%.1f hours)" +msgstr "(%.1f horas)" + +#, php-format +msgid "(%d hours)" +msgstr "(%d horas)" + +#. TRANS: Client exception thrown when trying to create an event that already exists. +msgid "Event already exists." +msgstr "Evento ya existe." + +#. TRANS: Event description. %1$s is a title, %2$s is start time, %3$s is end time, +#. TRANS: %4$s is location, %5$s is a description. +#, php-format +msgid "\"%1$s\" %2$s - %3$s (%4$s): %5$s" +msgstr "\"%1$s\" %2$s - %3$s (%4$s): %5$s" + +#. TRANS: Rendered event description. %1$s is a title, %2$s is start time, %3$s is start time, +#. TRANS: %4$s is end time, %5$s is end time, %6$s is location, %7$s is description. +#. TRANS: Class names should not be translated. +#, php-format +msgid "" +"%1$s %3$s - %5" +"$s (%6$s): %7" +"$s " +msgstr "" +"%1$s %3$s - %5" +"$s (%6$s): %7" +"$s " + +#. TRANS: Error message displayed when trying to perform an action that requires a logged in user. +msgid "Not logged in." +msgstr "No conectado." + +#. TRANS: Client error when submitting a form with unexpected information. +msgid "Unexpected form submission." +msgstr "Envío de formulario inesperado." + +#. TRANS: Client error displayed when using an action in a non-AJAX way. +msgid "This action is AJAX only." +msgstr "Esta acción sólo es AJAX." + +#. TRANS: Client exception thrown when referring to a non-existing RSVP. +#. TRANS: RSVP stands for "Please reply". +#. TRANS: Client exception thrown when referring to a non-existing RSVP ("please respond") item. +msgid "No such RSVP." +msgstr "No hay tal RSVP." + +#. TRANS: Client exception thrown when referring to a non-existing event. +msgid "No such event." +msgstr "No hay tal evento." + +#. TRANS: Title for event. +#. TRANS: %1$s is a user nickname, %2$s is an event title. +#, php-format +msgid "%1$s's RSVP for \"%2$s\"" +msgstr "%1$s de RSVP para \" %2$s \"" + +#. TRANS: Possible status for RSVP ("please respond") item. +msgid "You will attend this event." +msgstr "Usted asistirá a este evento." + +#. TRANS: Possible status for RSVP ("please respond") item. +msgid "You will not attend this event." +msgstr "Usted no asistirá a este evento." + +#. TRANS: Possible status for RSVP ("please respond") item. +msgid "You might attend this event." +msgstr "Usted puede asistir a este evento." + +#. TRANS: Button text to cancel responding to an RSVP ("please respond") item. +msgctxt "BUTTON" +msgid "Cancel" +msgstr "Cancelar" + +#. TRANS: Title for RSVP ("please respond") action. +msgctxt "TITLE" +msgid "New RSVP" +msgstr "Nuevo RSVP" + +#. TRANS: Client exception thrown when trying to RSVP ("please respond") while not logged in. +#. TRANS: Client exception thrown when trying tp RSVP ("please respond") while not logged in. +msgid "You must be logged in to RSVP for an event." +msgstr "Debe iniciar sesión para ver un evento RSVP." + +#. TRANS: Client exception thrown when using an invalid value for RSVP ("please respond"). +msgid "Unknown submit value." +msgstr "Valor desconocido enviado." + +#. TRANS: Page title after creating an event. +#. TRANS: Page title after sending a notice. +msgid "Event saved" +msgstr "Evento registrado" + +#. TRANS: Title for RSVP ("please respond") action. +msgctxt "TITLE" +msgid "Cancel RSVP" +msgstr "Cancelar RSVP" + +#. TRANS: Content for a deleted RSVP list item (RSVP stands for "please respond"). +msgid "Deleted." +msgstr "Borrado." + +#. TRANS: Field label on form to RSVP ("please respond") for an event. +msgid "RSVP:" +msgstr "RSVP:" + +#. TRANS: Button text for RSVP ("please respond") reply to confirm attendence. +msgctxt "BUTTON" +msgid "Yes" +msgstr "Sí" + +#. TRANS: Button text for RSVP ("please respond") reply to deny attendence. +msgctxt "BUTTON" +msgid "No" +msgstr "No" + +#. TRANS: Button text for RSVP ("please respond") reply to indicate one might attend. +msgctxt "BUTTON" +msgid "Maybe" +msgstr "Quizás" + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "Title" +msgstr "Título" + +#. TRANS: Field title on event form. +msgid "Title of the event." +msgstr "Título del evento." + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "Start date" +msgstr "Fecha de inicio" + +#. TRANS: Field title on event form. +msgid "Date the event starts." +msgstr "Fecha de inicio del evento" + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "Start time" +msgstr "Hora de inicio" + +#. TRANS: Field title on event form. %s is the abbreviated timezone +#, php-format +msgid "Time the event starts (%s)." +msgstr "El evento empieza a las (%s)." + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "End date" +msgstr "Fecha de finalización" + +#. TRANS: Field title on event form. +msgid "Date the event ends." +msgstr "Fecha de fin del evento" + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "End time" +msgstr "Hora de fin" + +#. TRANS: Field title on event form. +msgid "Time the event ends." +msgstr "Hora de fin del evento" + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "Where?" +msgstr "¿Dónde?" + +#. TRANS: Field title on event form. +msgid "Event location." +msgstr "Lugar del evento" + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "URL" +msgstr "URL" + +#. TRANS: Field title on event form. +msgid "URL for more information." +msgstr "Dirección URL para más información" + +#. TRANS: Field label on event form. +msgctxt "LABEL" +msgid "Description" +msgstr "Descripción" + +#. TRANS: Field title on event form. +msgid "Description of the event." +msgstr "Descripción del evento" + +#. TRANS: Button text to save an event.. +msgctxt "BUTTON" +msgid "Save" +msgstr "Guardar" + +#. TRANS: Plugin description. +msgid "Event invitations and RSVPs." +msgstr "Invitaciones al evento y RSVP." + +#. TRANS: Title for event application. +msgctxt "TITLE" +msgid "Event" +msgstr "Evento" + +#. TRANS: Exception thrown when there are too many activity objects. +msgid "Too many activity objects." +msgstr "Demasiados objetos de actividad" + +#. TRANS: Exception thrown when event plugin comes across a non-event type object. +msgid "Wrong type for object." +msgstr "Tipo de objeto erróneo" + +#. TRANS: Exception thrown when trying to RSVP for an unknown event. +msgid "RSVP for unknown event." +msgstr "RSVP para evento desconocido." + +#. TRANS: Exception thrown when event plugin comes across a undefined verb. +msgid "Unknown verb for events." +msgstr "Verbo desconocido para los eventos." + +#. TRANS: Exception thrown when event plugin comes across a unknown object type. +msgid "Unknown object type." +msgstr "Tipo de objeto desconocido." + +#. TRANS: Exception thrown when referring to a notice that is not an event an in event context. +msgid "Unknown event notice." +msgstr "Aviso de evento desconocido." + +#. TRANS: Client exception thrown when trying to save an already existing RSVP ("please respond"). +msgid "RSVP already exists." +msgstr "RSVP ya existe." + +#. TRANS: Exception thrown when requesting an undefined verb for RSVP. +#, php-format +msgid "Unknown verb \"%s\"." +msgstr "Verbo \"%s\" desconocido." + +#. TRANS: Exception thrown when requesting an undefined code for RSVP. +#, php-format +msgid "Unknown code \"%s\"." +msgstr "Código \"%s\" desconocido." + +#. TRANS: Server exception thrown when requesting a non-exsting notice for an RSVP ("please respond"). +#. TRANS: %s is the RSVP with the missing notice. +#, php-format +msgid "RSVP %s does not correspond to a notice in the database." +msgstr "RSVP %s no se corresponde con un aviso en la base de datos." + +#. TRANS: Exception thrown when requesting a non-existing profile. +#. TRANS: %s is the ID of the non-existing profile. +#, php-format +msgid "No profile with ID %s." +msgstr "Ningún perfil con el ID %s." + +#. TRANS: Exception thrown when requesting a non-existing event. +#. TRANS: %s is the ID of the non-existing event. +#, php-format +msgid "No event with ID %s." +msgstr "Ningún evento con el ID %s." + +#. TRANS: HTML version of an RSVP ("please respond") status for a user. +#. TRANS: %1$s is a profile URL, %2$s a profile name, +#. TRANS: %3$s is an event URL, %4$s an event title. +#, php-format +msgid "" +"%2$s is attending %4$s." +msgstr "" +"%2$s está asistiendo a " +"%4$s." + +#. TRANS: HTML version of an RSVP ("please respond") status for a user. +#. TRANS: %1$s is a profile URL, %2$s a profile name, +#. TRANS: %3$s is an event URL, %4$s an event title. +#, php-format +msgid "" +"%2$s is not attending " +"%4$s." +msgstr "" +"%2$s no asiste a %4$s." + +#. TRANS: HTML version of an RSVP ("please respond") status for a user. +#. TRANS: %1$s is a profile URL, %2$s a profile name, +#. TRANS: %3$s is an event URL, %4$s an event title. +#, php-format +msgid "" +"%2$s might attend %4$s." +msgstr "" +"%2$s quizás asista a " +"%4$s." + +#. TRANS: Exception thrown when requesting a user's RSVP status for a non-existing response code. +#. TRANS: %s is the non-existing response code. +#, php-format +msgid "Unknown response code %s." +msgstr "Código de respuesta desconocido %s." + +#. TRANS: Used as event title when not event title is available. +#. TRANS: Used as: Username [is [not ] attending|might attend] an unknown event. +msgid "an unknown event" +msgstr "un evento desconocido" + +#. TRANS: Plain text version of an RSVP ("please respond") status for a user. +#. TRANS: %1$s is a profile name, %2$s is an event title. +#, php-format +msgid "%1$s is attending %2$s." +msgstr "%1$s asiste a %2$s." + +#. TRANS: Plain text version of an RSVP ("please respond") status for a user. +#. TRANS: %1$s is a profile name, %2$s is an event title. +#, php-format +msgid "%1$s is not attending %2$s." +msgstr "%1$s no asiste a %2$s." + +#. TRANS: Plain text version of an RSVP ("please respond") status for a user. +#. TRANS: %1$s is a profile name, %2$s is an event title. +#, php-format +msgid "%1$s might attend %2$s." +msgstr "%1$s podría asistir a %2$s ." + +#. TRANS: Title for new event form. +msgctxt "TITLE" +msgid "New event" +msgstr "Nuevo evento" + +#. TRANS: Client exception thrown when trying to post an event while not logged in. +msgid "Must be logged in to post a event." +msgstr "Debe estar conectado para poder publicar un evento" + +#. TRANS: Client exception thrown when trying to post an event without providing a title. +msgid "Title required." +msgstr "Título requerido" + +#. TRANS: Client exception thrown when trying to post an event without providing a start date. +msgid "Start date required." +msgstr "Fecha de inicio requerida" + +#. TRANS: Client exception thrown when trying to post an event without providing an end date. +msgid "End date required." +msgstr "Fecha de término requerida" + +#. TRANS: Client exception thrown when trying to post an event with a date that cannot be processed. +#. TRANS: %s is the data that could not be processed. +#, php-format +msgid "Could not parse date \"%s\"." +msgstr "No fue posible analizar la fecha \"%s\"" + +#. TRANS: Client exception thrown when trying to post an event without providing a title. +msgid "Event must have a title." +msgstr "El evento debe tener un título" + +#. TRANS: Client exception thrown when trying to post an event without providing a start time. +msgid "Event must have a start time." +msgstr "El evento debe tener hora de inicio" + +#. TRANS: Client exception thrown when trying to post an event without providing an end time. +msgid "Event must have an end time." +msgstr "El evento debe tener hora de término" + +#. TRANS: Client exception thrown when trying to post an event with an invalid URL. +msgid "URL must be valid." +msgstr "La dirección URL debe ser válida" + +#. TRANS: Field label for event description. +msgid "Time:" +msgstr "Hora:" + +#. TRANS: Field label for event description. +msgid "Location:" +msgstr "Lugar:" + +#. TRANS: Field label for event description. +msgid "Description:" +msgstr "Descripción:" diff --git a/plugins/Event/locale/eu/LC_MESSAGES/Event.po b/plugins/Event/locale/eu/LC_MESSAGES/Event.po index 3d8b7822df..bdebcb9b6c 100644 --- a/plugins/Event/locale/eu/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/eu/LC_MESSAGES/Event.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:13+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Event/locale/fr/LC_MESSAGES/Event.po b/plugins/Event/locale/fr/LC_MESSAGES/Event.po index f6c68ecaf5..ebf0989c9d 100644 --- a/plugins/Event/locale/fr/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/fr/LC_MESSAGES/Event.po @@ -14,15 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:13+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -249,7 +248,7 @@ msgstr "Invitations aux événements et RSVP." #. TRANS: Title for event application. msgctxt "TITLE" msgid "Event" -msgstr "Evénement" +msgstr "Évènement" #. TRANS: Exception thrown when there are too many activity objects. msgid "Too many activity objects." diff --git a/plugins/Event/locale/gl/LC_MESSAGES/Event.po b/plugins/Event/locale/gl/LC_MESSAGES/Event.po index 9afa86e1ae..2447918006 100644 --- a/plugins/Event/locale/gl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/gl/LC_MESSAGES/Event.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:13+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Event/locale/ia/LC_MESSAGES/Event.po b/plugins/Event/locale/ia/LC_MESSAGES/Event.po index 52970174cd..4b45be19b9 100644 --- a/plugins/Event/locale/ia/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ia/LC_MESSAGES/Event.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:13+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Event/locale/mk/LC_MESSAGES/Event.po b/plugins/Event/locale/mk/LC_MESSAGES/Event.po index 1fc0006c92..1094025b3f 100644 --- a/plugins/Event/locale/mk/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/mk/LC_MESSAGES/Event.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:13+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Event/locale/ms/LC_MESSAGES/Event.po b/plugins/Event/locale/ms/LC_MESSAGES/Event.po index bc86e9edbd..a00d6d3b9b 100644 --- a/plugins/Event/locale/ms/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/ms/LC_MESSAGES/Event.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:13+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Event/locale/nl/LC_MESSAGES/Event.po b/plugins/Event/locale/nl/LC_MESSAGES/Event.po index c123b134b5..a9149fa0be 100644 --- a/plugins/Event/locale/nl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/nl/LC_MESSAGES/Event.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:14+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Event/locale/pt/LC_MESSAGES/Event.po b/plugins/Event/locale/pt/LC_MESSAGES/Event.po index 50a324fc85..a9a4c02f03 100644 --- a/plugins/Event/locale/pt/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/pt/LC_MESSAGES/Event.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:14+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Event/locale/tl/LC_MESSAGES/Event.po b/plugins/Event/locale/tl/LC_MESSAGES/Event.po index 3d5c67edbf..d6752bee73 100644 --- a/plugins/Event/locale/tl/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/tl/LC_MESSAGES/Event.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:14+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Event/locale/uk/LC_MESSAGES/Event.po b/plugins/Event/locale/uk/LC_MESSAGES/Event.po index 2a08a6ac92..cbbc692da3 100644 --- a/plugins/Event/locale/uk/LC_MESSAGES/Event.po +++ b/plugins/Event/locale/uk/LC_MESSAGES/Event.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Event\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:10:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:14+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:52+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-event\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/ExtendedProfile/locale/ar/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ar/LC_MESSAGES/ExtendedProfile.po index e8ad6e0e24..1d041ee44d 100644 --- a/plugins/ExtendedProfile/locale/ar/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ar/LC_MESSAGES/ExtendedProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:59+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:14+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po index 0b1b679f5b..cf00238aea 100644 --- a/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/br/LC_MESSAGES/ExtendedProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:02:59+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:14+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po index 9053cd53e8..f06294f603 100644 --- a/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ca/LC_MESSAGES/ExtendedProfile.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:14+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po index 50d6fa7811..17681e9613 100644 --- a/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/de/LC_MESSAGES/ExtendedProfile.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:15+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ExtendedProfile/locale/es/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/es/LC_MESSAGES/ExtendedProfile.po new file mode 100644 index 0000000000..e184b9275f --- /dev/null +++ b/plugins/ExtendedProfile/locale/es/LC_MESSAGES/ExtendedProfile.po @@ -0,0 +1,231 @@ +# Translation of StatusNet - ExtendedProfile to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# Author: Od1n +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ExtendedProfile\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:15+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Title for extended profile settings. +msgid "Extended profile settings" +msgstr "Parámetros de perfil extendidos" + +#. TRANS: Usage instructions for profile settings. +msgid "" +"You can update your personal profile info here so people know more about you." +msgstr "" +"Puede actualizar su información de perfil personal aquí para que la gente " +"pueda saber más sobre usted." + +#. TRANS: Client error displayed when the session token does not match or is not given. +msgid "There was a problem with your session token. Try again, please." +msgstr "Hay un problema con su contraseña de sesión. Inténtelo de nuevo." + +#. TRANS: Message given submitting a form with an unknown action. +msgid "Unexpected form submission." +msgstr "Envío de formulario no esperado." + +#. TRANS: Success message after saving extended profile details. +msgid "Details saved." +msgstr "Detalles guardados." + +#. TRANS: Exception thrown when no date was entered in a required date field. +#. TRANS: %s is the field name. +#, php-format +msgid "You must supply a date for \"%s\"." +msgstr "Debe suministrar una fecha para \"%s\"" + +#. TRANS: Exception thrown on incorrect data input. +#. TRANS: %1$s is a field name, %2$s is the incorrect input. +#, php-format +msgid "Invalid date entered for \"%1$s\": %2$s." +msgstr "" + +#. TRANS: Exception thrown when entering an invalid URL. +#. TRANS: %s is the invalid URL. +#, php-format +msgid "Invalid URL: %s." +msgstr "" + +#. TRANS: Server error displayed when a field could not be saved in the database. +msgid "Could not save profile details." +msgstr "" + +#. TRANS: Validation error in form for profile settings. +#. TRANS: %s is an invalid tag. +#, php-format +msgid "Invalid tag: \"%s\"." +msgstr "" + +#. TRANS: Server error thrown when user profile settings could not be saved. +msgid "Could not save profile." +msgstr "" + +#. TRANS: Server error thrown when user profile settings tags could not be saved. +msgid "Could not save tags." +msgstr "" + +#. TRANS: Link title for link on user profile. +msgid "Edit extended profile settings" +msgstr "" + +#. TRANS: Link text for link on user profile. +msgid "Edit" +msgstr "Editar" + +#. TRANS: Plugin description. +msgid "UI extensions for additional profile fields." +msgstr "" + +#. TRANS: Link text on user profile page leading to extended profile page. +msgid "More details..." +msgstr "" + +#. TRANS: Title for extended profile entry deletion dialog. +msgid "Confirmation Required" +msgstr "" + +#. TRANS: Confirmation text for extended profile entry deletion dialog. +msgid "Really delete this entry?" +msgstr "" + +#. TRANS: Value between parentheses (phone number, website, or IM address). +#, php-format +msgid "(%s)" +msgstr "" + +#. TRANS: Field label in experience area of extended profile. +#. TRANS: Field label in experience edit area of extended profile (which company does one work for). +msgid "Company" +msgstr "Compañía" + +#. TRANS: Field label in extended profile (when did one start a position or education). +msgid "Start" +msgstr "Inicio" + +#. TRANS: Field label in extended profile (when did one end a position or education). +msgid "End" +msgstr "Fin" + +#. TRANS: Field value in experience area of extended profile (one still holds a position). +msgid "(Current)" +msgstr "(Actual)" + +#. TRANS: Checkbox label in experience edit area of extended profile (one still works at a company). +msgid "Current" +msgstr "Actual" + +#. TRANS: Field label in education area of extended profile. +#. TRANS: Field label in education edit area of extended profile. +#. TRANS: Field label for extended profile properties. +msgid "Institution" +msgstr "Institución" + +#. TRANS: Field label in extended profile for specifying an academic degree. +msgid "Degree" +msgstr "Diploma" + +#. TRANS: Field label in education area of extended profile. +#. TRANS: Field label in education edit area of extended profile. +msgid "Description" +msgstr "Descripción" + +#. TRANS: Link description in extended profile page to add another profile element. +msgid "Add another item" +msgstr "Añadir otro elemento" + +#. TRANS: Field label for undefined field in extended profile. +#, php-format +msgid "TYPE: %s" +msgstr "TYPE : %s" + +#. TRANS: Button text for saving extended profile properties. +msgctxt "BUTTON" +msgid "Save" +msgstr "Guardar" + +#. TRANS: . +#. TRANS: Button title for saving extended profile properties. +msgid "Save details" +msgstr "Guardar los detalles" + +#. TRANS: Field label for extended profile properties. +msgid "Phone" +msgstr "" + +#. TRANS: Field label for extended profile properties (Instant Messaging). +msgid "IM" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Website" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Employer" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Personal" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Full name" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Title" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Manager" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Location" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Bio" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Tags" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Contact" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Birthday" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Spouse's name" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Kids' names" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Work experience" +msgstr "" + +#. TRANS: Field label for extended profile properties. +msgid "Education" +msgstr "Educación" diff --git a/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po index 5e0f801da6..03d60d516c 100644 --- a/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/eu/LC_MESSAGES/ExtendedProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:15+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po index facd5af44d..7c358aa6f9 100644 --- a/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/fr/LC_MESSAGES/ExtendedProfile.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:15+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po index ee92d157e9..129203b469 100644 --- a/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/gl/LC_MESSAGES/ExtendedProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:15+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po index 3e6b7b31fe..2c710ae10e 100644 --- a/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ia/LC_MESSAGES/ExtendedProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:15+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po index 3a0f974570..664a64eb0a 100644 --- a/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/ja/LC_MESSAGES/ExtendedProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:15+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po index ea5ff17dd4..e0a2c4b57d 100644 --- a/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/mk/LC_MESSAGES/ExtendedProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:15+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po index 40c62b6d88..2582d06978 100644 --- a/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/nl/LC_MESSAGES/ExtendedProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:15+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ExtendedProfile/locale/pl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/pl/LC_MESSAGES/ExtendedProfile.po new file mode 100644 index 0000000000..82341c7cf5 --- /dev/null +++ b/plugins/ExtendedProfile/locale/pl/LC_MESSAGES/ExtendedProfile.po @@ -0,0 +1,229 @@ +# Translation of StatusNet - ExtendedProfile to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ExtendedProfile\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:15+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Title for extended profile settings. +msgid "Extended profile settings" +msgstr "" + +#. TRANS: Usage instructions for profile settings. +msgid "" +"You can update your personal profile info here so people know more about you." +msgstr "" + +#. TRANS: Client error displayed when the session token does not match or is not given. +msgid "There was a problem with your session token. Try again, please." +msgstr "" + +#. TRANS: Message given submitting a form with an unknown action. +msgid "Unexpected form submission." +msgstr "" + +#. TRANS: Success message after saving extended profile details. +msgid "Details saved." +msgstr "" + +#. TRANS: Exception thrown when no date was entered in a required date field. +#. TRANS: %s is the field name. +#, php-format +msgid "You must supply a date for \"%s\"." +msgstr "" + +#. TRANS: Exception thrown on incorrect data input. +#. TRANS: %1$s is a field name, %2$s is the incorrect input. +#, php-format +msgid "Invalid date entered for \"%1$s\": %2$s." +msgstr "" + +#. TRANS: Exception thrown when entering an invalid URL. +#. TRANS: %s is the invalid URL. +#, php-format +msgid "Invalid URL: %s." +msgstr "" + +#. TRANS: Server error displayed when a field could not be saved in the database. +msgid "Could not save profile details." +msgstr "" + +#. TRANS: Validation error in form for profile settings. +#. TRANS: %s is an invalid tag. +#, php-format +msgid "Invalid tag: \"%s\"." +msgstr "" + +#. TRANS: Server error thrown when user profile settings could not be saved. +msgid "Could not save profile." +msgstr "" + +#. TRANS: Server error thrown when user profile settings tags could not be saved. +msgid "Could not save tags." +msgstr "" + +#. TRANS: Link title for link on user profile. +msgid "Edit extended profile settings" +msgstr "" + +#. TRANS: Link text for link on user profile. +msgid "Edit" +msgstr "" + +#. TRANS: Plugin description. +msgid "UI extensions for additional profile fields." +msgstr "" + +#. TRANS: Link text on user profile page leading to extended profile page. +msgid "More details..." +msgstr "" + +#. TRANS: Title for extended profile entry deletion dialog. +msgid "Confirmation Required" +msgstr "" + +#. TRANS: Confirmation text for extended profile entry deletion dialog. +msgid "Really delete this entry?" +msgstr "" + +#. TRANS: Value between parentheses (phone number, website, or IM address). +#, php-format +msgid "(%s)" +msgstr "" + +#. TRANS: Field label in experience area of extended profile. +#. TRANS: Field label in experience edit area of extended profile (which company does one work for). +msgid "Company" +msgstr "" + +#. TRANS: Field label in extended profile (when did one start a position or education). +msgid "Start" +msgstr "" + +#. TRANS: Field label in extended profile (when did one end a position or education). +msgid "End" +msgstr "" + +#. TRANS: Field value in experience area of extended profile (one still holds a position). +msgid "(Current)" +msgstr "" + +#. TRANS: Checkbox label in experience edit area of extended profile (one still works at a company). +msgid "Current" +msgstr "" + +#. TRANS: Field label in education area of extended profile. +#. TRANS: Field label in education edit area of extended profile. +#. TRANS: Field label for extended profile properties. +msgid "Institution" +msgstr "" + +#. TRANS: Field label in extended profile for specifying an academic degree. +msgid "Degree" +msgstr "" + +#. TRANS: Field label in education area of extended profile. +#. TRANS: Field label in education edit area of extended profile. +msgid "Description" +msgstr "" + +#. TRANS: Link description in extended profile page to add another profile element. +msgid "Add another item" +msgstr "" + +#. TRANS: Field label for undefined field in extended profile. +#, php-format +msgid "TYPE: %s" +msgstr "" + +#. TRANS: Button text for saving extended profile properties. +msgctxt "BUTTON" +msgid "Save" +msgstr "Zapisz" + +#. TRANS: . +#. TRANS: Button title for saving extended profile properties. +msgid "Save details" +msgstr "Zapisz szczegóły" + +#. TRANS: Field label for extended profile properties. +msgid "Phone" +msgstr "Telefon" + +#. TRANS: Field label for extended profile properties (Instant Messaging). +msgid "IM" +msgstr "Komunikator" + +#. TRANS: Field label for extended profile properties. +msgid "Website" +msgstr "Strona internetowa" + +#. TRANS: Field label for extended profile properties. +msgid "Employer" +msgstr "Pracodawca" + +#. TRANS: Field label for extended profile properties. +msgid "Personal" +msgstr "Osobisty" + +#. TRANS: Field label for extended profile properties. +msgid "Full name" +msgstr "Imię i nazwisko" + +#. TRANS: Field label for extended profile properties. +msgid "Title" +msgstr "Tytuł" + +#. TRANS: Field label for extended profile properties. +msgid "Manager" +msgstr "Menadżer" + +#. TRANS: Field label for extended profile properties. +msgid "Location" +msgstr "Położenie" + +#. TRANS: Field label for extended profile properties. +msgid "Bio" +msgstr "Biografia" + +#. TRANS: Field label for extended profile properties. +msgid "Tags" +msgstr "Znaczniki" + +#. TRANS: Field label for extended profile properties. +msgid "Contact" +msgstr "Kontakt" + +#. TRANS: Field label for extended profile properties. +msgid "Birthday" +msgstr "Data urodzenia" + +#. TRANS: Field label for extended profile properties. +msgid "Spouse's name" +msgstr "Imię, nazwisko współmałżonka" + +#. TRANS: Field label for extended profile properties. +msgid "Kids' names" +msgstr "Imiona dzieci" + +#. TRANS: Field label for extended profile properties. +msgid "Work experience" +msgstr "Doświadczenie zawodowe" + +#. TRANS: Field label for extended profile properties. +msgid "Education" +msgstr "Wykształcenie" diff --git a/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po index 69f51f87fd..17f9800538 100644 --- a/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/sv/LC_MESSAGES/ExtendedProfile.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:16+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po index ee1e269276..e0054641fc 100644 --- a/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/te/LC_MESSAGES/ExtendedProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:16+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po index 763030e1fe..06573911ff 100644 --- a/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/tl/LC_MESSAGES/ExtendedProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:16+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po b/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po index 216081cf95..a31e0e3f9e 100644 --- a/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po +++ b/plugins/ExtendedProfile/locale/uk/LC_MESSAGES/ExtendedProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ExtendedProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:16+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:06+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-extendedprofile\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/FacebookBridge/locale/ar/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/ar/LC_MESSAGES/FacebookBridge.po index a714e7323f..7a0f6d6bc4 100644 --- a/plugins/FacebookBridge/locale/ar/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/ar/LC_MESSAGES/FacebookBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:16+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po index eeedca26e6..5676ad2c26 100644 --- a/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/br/LC_MESSAGES/FacebookBridge.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:16+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po index 41586b2a63..8832579313 100644 --- a/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/ca/LC_MESSAGES/FacebookBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:16+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -159,7 +158,7 @@ msgid "You have disconnected from Facebook." msgstr "Us heu desconnectat del Facebook." msgid "Unable to authenticate you with Facebook." -msgstr "" +msgstr "No s'ha pogut autenticar-vos amb el Facebook." #. TRANS: Client error displayed when trying to connect to Facebook while not logged in. msgid "" diff --git a/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po index 4828f5d593..b204921a89 100644 --- a/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/de/LC_MESSAGES/FacebookBridge.po @@ -14,15 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:17+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po index 7ec2016fa6..b4a349c640 100644 --- a/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/fr/LC_MESSAGES/FacebookBridge.po @@ -14,15 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:17+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po index c81302da00..4a3dcbf724 100644 --- a/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/fur/LC_MESSAGES/FacebookBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:17+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po index bcdb6c1eb1..d7b99fd75e 100644 --- a/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/gl/LC_MESSAGES/FacebookBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:17+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po index 4140538e77..ff175652d1 100644 --- a/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/ia/LC_MESSAGES/FacebookBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:17+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po index 5966a99f5b..e42ccb737a 100644 --- a/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/mg/LC_MESSAGES/FacebookBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:17+0000\n" "Language-Team: Malagasy \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mg\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po index e55ef23a96..30a8a8442a 100644 --- a/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/mk/LC_MESSAGES/FacebookBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:17+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po index d2440e0359..b6091fa098 100644 --- a/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/nl/LC_MESSAGES/FacebookBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:17+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po index 030418734f..a109b846e1 100644 --- a/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/tl/LC_MESSAGES/FacebookBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po index 473f963a7d..5c9e0737df 100644 --- a/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/uk/LC_MESSAGES/FacebookBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po b/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po index eeb56dfad1..0a82848100 100644 --- a/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po +++ b/plugins/FacebookBridge/locale/zh_CN/LC_MESSAGES/FacebookBridge.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FacebookBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-facebookbridge\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po index c2060612d2..0e31574694 100644 --- a/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ca/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po index 56d3373900..b2c57a1eea 100644 --- a/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/de/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po index 04c27748e9..21ee7db1dc 100644 --- a/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/es/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po index e944e17bb6..e319731a06 100644 --- a/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/fi/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po index b39e3e3f9a..bb5ca77eea 100644 --- a/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/fr/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po index 57cb801de8..176e1c8011 100644 --- a/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/gl/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po index 9d95872db6..8734f3f08a 100644 --- a/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/he/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po index fddbe4556a..8e0c978464 100644 --- a/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ia/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po index 5c76b7be07..1c31aa6c01 100644 --- a/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/id/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:18+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po index 41c8e10f02..9c79abdde7 100644 --- a/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ja/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:19+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po index 21df2f99dd..31d9c50f16 100644 --- a/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/mk/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:19+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po index 46a3a100fa..39fd4f1189 100644 --- a/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/nb/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:47:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:19+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po index 883f41f9ff..4c448a0287 100644 --- a/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/nl/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:19+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po index 7e37cc889f..2e10833a89 100644 --- a/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/pt/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:19+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po index d695990047..a6b25d9a36 100644 --- a/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/ru/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:19+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po index b9a9d9ebe5..3b9f3d103e 100644 --- a/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/tl/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:19+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po index cd4f3d45b1..ff7e578312 100644 --- a/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/uk/LC_MESSAGES/FirePHP.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:19+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po b/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po index 6a53a12099..3bc318978b 100644 --- a/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po +++ b/plugins/FirePHP/locale/zh_CN/LC_MESSAGES/FirePHP.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FirePHP\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:19+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-firephp\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po index 991cf2dcd9..f9f0afa671 100644 --- a/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/br/LC_MESSAGES/FollowEveryone.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:19+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po index 6f3092bfcf..5f787ec7f5 100644 --- a/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/ca/LC_MESSAGES/FollowEveryone.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:20+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po index 952b6c2e75..15b499deeb 100644 --- a/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/de/LC_MESSAGES/FollowEveryone.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:20+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FollowEveryone/locale/es/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/es/LC_MESSAGES/FollowEveryone.po new file mode 100644 index 0000000000..43955591ce --- /dev/null +++ b/plugins/FollowEveryone/locale/es/LC_MESSAGES/FollowEveryone.po @@ -0,0 +1,28 @@ +# Translation of StatusNet - FollowEveryone to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - FollowEveryone\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:20+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Checkbox label in form for profile settings. +msgid "Follow everyone" +msgstr "Seguir a todos" + +#. TRANS: Plugin description. +msgid "New users follow everyone at registration and are followed in return." +msgstr "" +"Los nuevos usuarios siguen a todos al registrarse y son seguidos a cambio." diff --git a/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po index 60054c9313..0ce0752b8c 100644 --- a/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/eu/LC_MESSAGES/FollowEveryone.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po index e96790caff..4f31742ca4 100644 --- a/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/fi/LC_MESSAGES/FollowEveryone.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po index b765704da3..a840f92a91 100644 --- a/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/fr/LC_MESSAGES/FollowEveryone.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po index f283752092..49b116ddf4 100644 --- a/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/gl/LC_MESSAGES/FollowEveryone.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po index 19f9d863c3..10af12c89c 100644 --- a/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/he/LC_MESSAGES/FollowEveryone.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po index 13a87c5868..3be5aa70dd 100644 --- a/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/ia/LC_MESSAGES/FollowEveryone.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po index 177bbd3b6e..7dedeb962d 100644 --- a/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/mk/LC_MESSAGES/FollowEveryone.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po index 09434b271f..c4de15f0bf 100644 --- a/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/nl/LC_MESSAGES/FollowEveryone.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FollowEveryone/locale/pl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/pl/LC_MESSAGES/FollowEveryone.po new file mode 100644 index 0000000000..c5c2bc9058 --- /dev/null +++ b/plugins/FollowEveryone/locale/pl/LC_MESSAGES/FollowEveryone.po @@ -0,0 +1,30 @@ +# Translation of StatusNet - FollowEveryone to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - FollowEveryone\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Checkbox label in form for profile settings. +msgid "Follow everyone" +msgstr "Obserwuj wszystkich" + +#. TRANS: Plugin description. +msgid "New users follow everyone at registration and are followed in return." +msgstr "" +"Nowi użytkownicy obserwują wszystkich przy rejestracji i są również " +"obserwowani." diff --git a/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po index 5fe5b8c4c9..15d5b45d40 100644 --- a/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/pt/LC_MESSAGES/FollowEveryone.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po index d76294cb43..04044e9bfd 100644 --- a/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/ru/LC_MESSAGES/FollowEveryone.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po index 11690a1c0f..653f4ab4c8 100644 --- a/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/tl/LC_MESSAGES/FollowEveryone.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po b/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po index 67dd246cd1..7f322ac290 100644 --- a/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po +++ b/plugins/FollowEveryone/locale/uk/LC_MESSAGES/FollowEveryone.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - FollowEveryone\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:21+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-followeveryone\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po index 18f60cbd9e..8bdf4c4cda 100644 --- a/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/br/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po index 914c20b0f0..db66a50878 100644 --- a/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/ca/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po index c8cb03f1c2..a2fe0803d9 100644 --- a/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/de/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po index 16e4c66aeb..45dd56cf0b 100644 --- a/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/es/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po index 82568ea83d..c23aa799cb 100644 --- a/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/fr/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po index 3a2072f8d6..28308e8d67 100644 --- a/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/gl/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po index 42c0058c64..fc73a60063 100644 --- a/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/he/LC_MESSAGES/ForceGroup.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po index c29fb9d539..6fccef769f 100644 --- a/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/ia/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po index 04a433d901..ed0fb10ff4 100644 --- a/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/id/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po index af25121fd8..a946bfa480 100644 --- a/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/mk/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po index 3cd4b5d8ab..aa06d57e4b 100644 --- a/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/nl/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po index 39043bb6e1..c251aa8ab4 100644 --- a/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/pt/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po index 409aa5d015..43811f097d 100644 --- a/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/te/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:22+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po index 9ffab099b6..f2e64eb9be 100644 --- a/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/tl/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po b/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po index c2ce8ffbb4..722320a730 100644 --- a/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po +++ b/plugins/ForceGroup/locale/uk/LC_MESSAGES/ForceGroup.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ForceGroup\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-forcegroup\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po index fc1a4f24c5..e331044c6a 100644 --- a/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/ca/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po index e6a3e268c2..332dd88328 100644 --- a/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/de/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po index f329f50c6f..7a71912023 100644 --- a/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/eo/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: Esperanto \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eo\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po index e5d3cf87c7..4573145a3c 100644 --- a/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/es/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po index 51193bd5be..8210eb227b 100644 --- a/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/eu/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po index 49c39c9bef..e69d3cd923 100644 --- a/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/fi/LC_MESSAGES/GeoURL.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po index 4aced4c010..142c3eb7f4 100644 --- a/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/fr/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po index 6a4baa2b47..e48b49c554 100644 --- a/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/gl/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po index 7249cf6734..d2ceb046d5 100644 --- a/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/he/LC_MESSAGES/GeoURL.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po index f1b8996fb2..2751d19fdc 100644 --- a/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/ia/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po index 55aefae215..0d35dc942c 100644 --- a/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/id/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po index c9f5476409..a64376ac71 100644 --- a/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/mk/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:25+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po index aaa31ca546..4b6b11b9f3 100644 --- a/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/nb/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:47:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:25+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po index 48616b5b20..80ccf8299b 100644 --- a/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/nl/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:25+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po index 45796cda07..e8023109eb 100644 --- a/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/pl/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:25+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " diff --git a/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po index af46805a9f..4a98f876b0 100644 --- a/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/pt/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:25+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po index 51e21f0795..0f3c0bb055 100644 --- a/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/ru/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:25+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po index fd5c6cf6d3..52ea33fd28 100644 --- a/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/sv/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:25+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po index e9a948c288..911d14bc49 100644 --- a/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/tl/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:25+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po b/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po index 1470b19fb6..d5e64ac83f 100644 --- a/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po +++ b/plugins/GeoURL/locale/uk/LC_MESSAGES/GeoURL.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GeoURL\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:25+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-geourl\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po index 0753ee7344..450632c66d 100644 --- a/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/ca/LC_MESSAGES/Geonames.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po index fa66e559e7..b7a452bc58 100644 --- a/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/de/LC_MESSAGES/Geonames.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Geonames/locale/es/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/es/LC_MESSAGES/Geonames.po index 2b3c3ecbb3..943ddf65d8 100644 --- a/plugins/Geonames/locale/es/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/es/LC_MESSAGES/Geonames.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Geonames to Spanish (Español) # Exported from translatewiki.net # +# Author: Armando-Martin # Author: Translationista # -- # This file is distributed under the same license as the StatusNet package. @@ -9,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-09 18:34+0000\n" -"PO-Revision-Date: 2011-04-09 18:37:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-03-24 15:25:03+0000\n" -"X-Generator: MediaWiki 1.18alpha (r85732); Translate extension (2011-03-11)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -24,22 +25,24 @@ msgstr "" #. TRANS: Exception thrown when a geo names service is not used because of a recent timeout. msgid "Skipping due to recent web service timeout." msgstr "" +"Omitiendo debido a recientes tiempos de espera excedidos por parte del " +"servicio web." #. TRANS: Exception thrown when a geo names service does not return an expected response. #. TRANS: %s is an HTTP error code. #, php-format msgid "HTTP error code %s." -msgstr "" +msgstr "Código de error HTTP %s ." #. TRANS: Exception thrown when a geo names service returns an empty body. msgid "Empty HTTP body in response." -msgstr "" +msgstr "Cuerpo de HTTP vacío en la respuesta." #. TRANS: Exception thrown when a geo names service return a specific error number and error text. #. TRANS: %1$s is an error code, %2$s is an error message. #, php-format msgid "Error #%1$s (\"%2$s\")." -msgstr "" +msgstr "Error #%1$s (\"%2$s\")." #. TRANS: Plugin description. msgid "" diff --git a/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po index 4f63e29791..1cf64659d7 100644 --- a/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/eu/LC_MESSAGES/Geonames.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:11:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po index 77205aba48..8e977be546 100644 --- a/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/fi/LC_MESSAGES/Geonames.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po index c83d9a3d3e..67e69dd2e4 100644 --- a/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/fr/LC_MESSAGES/Geonames.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po index 1be0225f8c..99bc3ee7b0 100644 --- a/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/gl/LC_MESSAGES/Geonames.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po index a018966905..5332664baf 100644 --- a/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/ia/LC_MESSAGES/Geonames.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po index 10b45d9384..748006b4ab 100644 --- a/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/mk/LC_MESSAGES/Geonames.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po index 5770a2b040..0775da1bac 100644 --- a/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/nl/LC_MESSAGES/Geonames.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po index ac46ccded4..5e2e065e73 100644 --- a/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/sv/LC_MESSAGES/Geonames.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:23+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po index 5748e0753b..260987649a 100644 --- a/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/tl/LC_MESSAGES/Geonames.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po b/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po index e0cda6d275..79ba41ee3c 100644 --- a/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po +++ b/plugins/Geonames/locale/uk/LC_MESSAGES/Geonames.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Geonames\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:24+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-geonames\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po index 7104e352c7..9fc685477f 100644 --- a/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:25+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po index f35c2817c7..93a6a0dcd5 100644 --- a/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:25+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po index be0ade6f1d..7b6bb39d5e 100644 --- a/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:25+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po index f6fe2a761b..8b87a33eb1 100644 --- a/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po index 636f2ff019..899b226128 100644 --- a/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po index fd0d64ca29..0a8958f2d9 100644 --- a/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po index 7b7f90d28f..7b91e242b5 100644 --- a/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:40+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po index 95823d30a0..481a746d0a 100644 --- a/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po index 2c8f8759c0..d40f109dcd 100644 --- a/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po index 0e6c5474ac..b7cd1945fd 100644 --- a/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po index f7ca1205b5..f53c2d529e 100644 --- a/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po index 4c0b28319e..c3ec2e491f 100644 --- a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:47:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po index f4bddcd04c..3482a89b30 100644 --- a/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po index 8f1a20834f..59f74f35fd 100644 --- a/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po index b392642c30..2695b8d9ed 100644 --- a/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po index 85ad098ed0..10cc9818d2 100644 --- a/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po index 232c56826e..5b51430340 100644 --- a/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po index 3012339f26..065ff74030 100644 --- a/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:26+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po index 904e099804..bd1066b0d9 100644 --- a/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po index 3bc2907fe6..b412c40a72 100644 --- a/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po +++ b/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GoogleAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-googleanalytics\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po index 5ca07812ac..fb0d880de6 100644 --- a/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/ca/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po index ffc097b11a..c3cee57003 100644 --- a/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/de/LC_MESSAGES/Gravatar.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po index 625d82edf7..d881cfc30b 100644 --- a/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/es/LC_MESSAGES/Gravatar.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po index 19c20eb0be..afc328832d 100644 --- a/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/eu/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po index ea4b576375..ace96b1f98 100644 --- a/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/fr/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po index 75557b7733..c09afb0f9d 100644 --- a/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/gl/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po index 5fdd408477..1fc6f824da 100644 --- a/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/he/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po index 0cd9d90912..0f7226cb2f 100644 --- a/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/ia/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po index 989f390137..c3400378d7 100644 --- a/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/mk/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po index 40d357498e..da8a5c17b6 100644 --- a/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/nl/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po index 8fdc2bf86d..767b093e9c 100644 --- a/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/pl/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " diff --git a/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po index e12a910882..7ea1d52597 100644 --- a/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/pt/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po index 80b43e9765..face492d50 100644 --- a/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/sv/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:03:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:27+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po index de62c9fcca..870db286c4 100644 --- a/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/tl/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po index d413606e5f..e8d88f2aa0 100644 --- a/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/uk/LC_MESSAGES/Gravatar.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po b/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po index e377b15ea4..ab75aaab60 100644 --- a/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po +++ b/plugins/Gravatar/locale/zh_CN/LC_MESSAGES/Gravatar.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Gravatar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-gravatar\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/GroupFavorited/locale/ar/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ar/LC_MESSAGES/GroupFavorited.po index 4bc4df20a9..90ae192031 100644 --- a/plugins/GroupFavorited/locale/ar/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ar/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po index df26075e39..dc755daee2 100644 --- a/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/br/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po index 0f84239aeb..aa2e0a3a26 100644 --- a/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ca/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po index e9f7b52878..cca629b1c9 100644 --- a/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/de/LC_MESSAGES/GroupFavorited.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po index a3f531e74b..c9887f98c9 100644 --- a/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/es/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po index 61a2355691..4772358f25 100644 --- a/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/eu/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po index 3c0900c062..0bb58e3e20 100644 --- a/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/fr/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po index e2bef194cd..efbb77c35d 100644 --- a/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/gl/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po index 30c9f8a44e..b81a92d178 100644 --- a/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ia/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po index 022cf8eedc..4d296031ae 100644 --- a/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/mk/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:28+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po index 8579ae57e4..cd4280ee81 100644 --- a/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/nl/LC_MESSAGES/GroupFavorited.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:29+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po index fbbe147a23..fdd240e902 100644 --- a/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/ru/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:29+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po index 23b0d87362..549dc34e41 100644 --- a/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/te/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:29+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po index 8ff9f331c3..e15e3ee4f6 100644 --- a/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/tl/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:29+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po b/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po index a54718712f..8cd93fffe1 100644 --- a/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po +++ b/plugins/GroupFavorited/locale/uk/LC_MESSAGES/GroupFavorited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupFavorited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:29+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:17+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-groupfavorited\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po index a71f299b98..1220a22255 100644 --- a/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ar/LC_MESSAGES/GroupPrivateMessage.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:29+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po index d5afded290..f4db423aea 100644 --- a/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ca/LC_MESSAGES/GroupPrivateMessage.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:29+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po index eaa9bffcbc..8bb12ac085 100644 --- a/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/de/LC_MESSAGES/GroupPrivateMessage.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:29+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po index 665e85777f..c646bd4d1d 100644 --- a/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/eu/LC_MESSAGES/GroupPrivateMessage.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:29+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po index 9f0f1209d5..32278b7872 100644 --- a/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/fr/LC_MESSAGES/GroupPrivateMessage.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:29+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po index 1748abb248..527629ba8d 100644 --- a/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/gl/LC_MESSAGES/GroupPrivateMessage.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:29+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po index 1f2068f1ba..f906134f4c 100644 --- a/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/ia/LC_MESSAGES/GroupPrivateMessage.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:29+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po index 380112548d..2f4dc6f2c3 100644 --- a/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/mk/LC_MESSAGES/GroupPrivateMessage.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:30+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po index 326f1ccd43..be0c14eec2 100644 --- a/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/nl/LC_MESSAGES/GroupPrivateMessage.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:30+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po index d0d9f482fa..c4ce443326 100644 --- a/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/sv/LC_MESSAGES/GroupPrivateMessage.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:30+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po index 47d0c29be6..3c563dd31d 100644 --- a/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/tl/LC_MESSAGES/GroupPrivateMessage.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:30+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po b/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po index ed97351c5a..ff7942d70b 100644 --- a/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po +++ b/plugins/GroupPrivateMessage/locale/uk/LC_MESSAGES/GroupPrivateMessage.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - GroupPrivateMessage\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:30+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-groupprivatemessage\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Imap/locale/br/LC_MESSAGES/Imap.po b/plugins/Imap/locale/br/LC_MESSAGES/Imap.po index feb895646f..9bac94fb35 100644 --- a/plugins/Imap/locale/br/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/br/LC_MESSAGES/Imap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:30+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po b/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po index 5817a9bfba..31b0f218f7 100644 --- a/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/ca/LC_MESSAGES/Imap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:30+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -47,7 +46,7 @@ msgstr "Cal especificar una contrasenya." #. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. #. TRANS: poll_frequency is a setting that should not be translated. msgid "A poll_frequency must be specified." -msgstr "" +msgstr "Cal especificar una freqüència de les enquestes (poll_frequency)." #. TRANS: Plugin description. msgid "" diff --git a/plugins/Imap/locale/de/LC_MESSAGES/Imap.po b/plugins/Imap/locale/de/LC_MESSAGES/Imap.po index 63c1c22e6d..3b0fa6b254 100644 --- a/plugins/Imap/locale/de/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/de/LC_MESSAGES/Imap.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:30+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Imap/locale/es/LC_MESSAGES/Imap.po b/plugins/Imap/locale/es/LC_MESSAGES/Imap.po new file mode 100644 index 0000000000..6f3b044acd --- /dev/null +++ b/plugins/Imap/locale/es/LC_MESSAGES/Imap.po @@ -0,0 +1,58 @@ +# Translation of StatusNet - Imap to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# Author: Peter17 +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Imap\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:30+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: E-mail subject in case of an error. +msgid "Error" +msgstr "Error" + +#. TRANS: Exception thrown when the ImapManager is used incorrectly in the code. +msgid "" +"ImapManager should be created using its constructor, not using the static " +"\"get()\" method." +msgstr "" +"ImapManager debe crearse utilizando su constructor, no utilizando el método " +"estático \"get()\"." + +#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. +msgid "A mailbox must be specified." +msgstr "Debe especificarse un buzón." + +#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. +msgid "A user must be specified." +msgstr "Debe especificar un usuario." + +#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. +msgid "A password must be specified." +msgstr "Debe especificar una contraseña." + +#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect. +#. TRANS: poll_frequency is a setting that should not be translated. +msgid "A poll_frequency must be specified." +msgstr "Debe especificarse una poll_frequency (frecuencia de interrogación)." + +#. TRANS: Plugin description. +msgid "" +"The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for " +"incoming mail containing user posts." +msgstr "" +"El complemento (plugin) IMAP permite a StatusNet comprobar un buzón de " +"correo POP o IMAP para el correo entrante que contenga entradas (post) de " +"usuario." diff --git a/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po b/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po index 29825e0345..5a4307337a 100644 --- a/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/eu/LC_MESSAGES/Imap.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Imap to Basque (Euskara) # Exported from translatewiki.net # +# Author: An13sa # Author: Artsuaga # -- # This file is distributed under the same license as the StatusNet package. @@ -9,22 +10,21 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:30+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: E-mail subject in case of an error. msgid "Error" -msgstr "Akatsa" +msgstr "Errorea" #. TRANS: Exception thrown when the ImapManager is used incorrectly in the code. msgid "" diff --git a/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po b/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po index 8ef4f07110..3ef1b79b88 100644 --- a/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/fr/LC_MESSAGES/Imap.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:30+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po b/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po index 1a019d87db..5f6094614b 100644 --- a/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/gl/LC_MESSAGES/Imap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po b/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po index a50931a979..c78680326b 100644 --- a/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/ia/LC_MESSAGES/Imap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po b/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po index ad1ab47201..8ce31efa17 100644 --- a/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/mk/LC_MESSAGES/Imap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po b/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po index 92419aafe9..34d311e67c 100644 --- a/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/nb/LC_MESSAGES/Imap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:47:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po b/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po index 717ccb21d9..31915e3bbe 100644 --- a/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/nl/LC_MESSAGES/Imap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po b/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po index bf92d9c019..2ed15355b1 100644 --- a/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/ru/LC_MESSAGES/Imap.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po b/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po index 624bfacc33..490bcab65a 100644 --- a/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/sv/LC_MESSAGES/Imap.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po b/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po index 6e53f06ea0..2e6c6e7be5 100644 --- a/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/tl/LC_MESSAGES/Imap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po b/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po index c30218db33..bafb6f7e37 100644 --- a/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/uk/LC_MESSAGES/Imap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po b/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po index 05f73a3b65..9dd626773e 100644 --- a/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po +++ b/plugins/Imap/locale/zh_CN/LC_MESSAGES/Imap.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Imap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-imap\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/InProcessCache/locale/de/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/de/LC_MESSAGES/InProcessCache.po index d86fd3ff76..1505682026 100644 --- a/plugins/InProcessCache/locale/de/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/de/LC_MESSAGES/InProcessCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InProcessCache/locale/es/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/es/LC_MESSAGES/InProcessCache.po new file mode 100644 index 0000000000..125641afb6 --- /dev/null +++ b/plugins/InProcessCache/locale/es/LC_MESSAGES/InProcessCache.po @@ -0,0 +1,23 @@ +# Translation of StatusNet - InProcessCache to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - InProcessCache\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin dscription. +msgid "Additional in-process cache for plugins." +msgstr "Memoria caché adicional para los complementos (plugins)." diff --git a/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po index 85d7725442..6f687ba8e6 100644 --- a/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/fr/LC_MESSAGES/InProcessCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po index 53cfef97eb..e05575d693 100644 --- a/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/gl/LC_MESSAGES/InProcessCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po index 736a9f2ec8..e38babc703 100644 --- a/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/he/LC_MESSAGES/InProcessCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po index 5be00bd649..4e9af4430a 100644 --- a/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/ia/LC_MESSAGES/InProcessCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po index f6a6344852..65830b5b94 100644 --- a/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/mk/LC_MESSAGES/InProcessCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po index 9df7538b69..c16a980bfe 100644 --- a/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/nl/LC_MESSAGES/InProcessCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po index 1535e25b82..ba07a61ac4 100644 --- a/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/pt/LC_MESSAGES/InProcessCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po index cee94afb43..dd7968e0f4 100644 --- a/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/ru/LC_MESSAGES/InProcessCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po index f1ac597a0b..1433997176 100644 --- a/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/tl/LC_MESSAGES/InProcessCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po index 4177dbb9dc..9d691202f2 100644 --- a/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/uk/LC_MESSAGES/InProcessCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po b/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po index 4a9ff6dc97..4bd2567c14 100644 --- a/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po +++ b/plugins/InProcessCache/locale/zh_CN/LC_MESSAGES/InProcessCache.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InProcessCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-inprocesscache\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po index ae5c4d57ed..55065ea1df 100644 --- a/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/de/LC_MESSAGES/InfiniteScroll.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po index 8eeb98b634..ce07c1a11f 100644 --- a/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/es/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po index 3b8969c313..282dafa0ce 100644 --- a/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/eu/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po index aef8cc6a09..9c51258382 100644 --- a/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/fr/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:31+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po index ff4b595dc4..94dd3645db 100644 --- a/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/gl/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po index c7386ee0e2..c3fb71905d 100644 --- a/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/he/LC_MESSAGES/InfiniteScroll.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po index d94fe71e21..4866020a33 100644 --- a/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/ia/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po index d0d375c8f6..55b821a80d 100644 --- a/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/id/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po index 71ff0368b3..f16ad0f227 100644 --- a/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/ja/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po index 704ca223c8..81057a78a9 100644 --- a/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/mk/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po index 779ea987b6..eb9dc16e71 100644 --- a/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/nb/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:47:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po index a8e29c580b..21da550dc6 100644 --- a/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/nl/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po index b9cce0c44f..c1de9a3ad0 100644 --- a/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/pt_BR/LC_MESSAGES/InfiniteScroll.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po index b6d5de4f51..2d6695aa7a 100644 --- a/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/ru/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po index 656c1c1a17..1e2281a7de 100644 --- a/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/tl/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po index 331ebe08d5..cb4fc7a335 100644 --- a/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/uk/LC_MESSAGES/InfiniteScroll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po b/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po index f498f04451..d91fb7f8cd 100644 --- a/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po +++ b/plugins/InfiniteScroll/locale/zh_CN/LC_MESSAGES/InfiniteScroll.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - InfiniteScroll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:32+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:21+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-infinitescroll\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po b/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po index 1caccaca57..01be6d657c 100644 --- a/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/ca/LC_MESSAGES/Irc.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:22+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-irc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Irc/locale/de/LC_MESSAGES/Irc.po b/plugins/Irc/locale/de/LC_MESSAGES/Irc.po index 75dfc49ad3..ce3802691d 100644 --- a/plugins/Irc/locale/de/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/de/LC_MESSAGES/Irc.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-irc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Irc/locale/es/LC_MESSAGES/Irc.po b/plugins/Irc/locale/es/LC_MESSAGES/Irc.po new file mode 100644 index 0000000000..ffac0e7be2 --- /dev/null +++ b/plugins/Irc/locale/es/LC_MESSAGES/Irc.po @@ -0,0 +1,84 @@ +# Translation of StatusNet - Irc to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Irc\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:33+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Service name for IRC. +msgid "IRC" +msgstr "IRC" + +#. TRANS: Body text for e-mail confirmation message for IRC. +#. TRANS: %1$s is a user nickname, %2$s is the StatusNet sitename, +#. TRANS: %3$s is the plugin display name ("IRC"), %4$s is the confirm address URL. +#, php-format +msgid "" +"User \"%1$s\" on %2$s has said that your %3$s screenname belongs to them. If " +"that's true, you can confirm by clicking on this URL: %4$s . (If you cannot " +"click it, copy-and-paste it into the address bar of your browser). If that " +"user is not you, or if you did not request this confirmation, just ignore " +"this message." +msgstr "" +"El usuario \"%1$s\" de %2$s ha dicho que su pseudónimo %3$s le pertenece. " +"Si eso es cierto, puede confirmarlo haciendo clic en esta dirección URL: %4" +"$s . (Si no puede hacer clic en esa dirección, cópiela y péguela en la " +"barra de direcciones del navegador). Si el usuario no es usted, o si no " +"pidió esta confirmación, simplemente ignore este mensaje." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a host." +msgstr "Debe especificar un servidor (host)." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a username." +msgstr "Debe especificar un nombre de usuario." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a \"real name\"." +msgstr "Debe especificar un \"nombre real\"." + +#. TRANS: Exception thrown when initialising the IRC plugin fails because of an incorrect configuration. +msgid "You must specify a nickname." +msgstr "Debe especificar un alias." + +#. TRANS: Plugin description. +msgid "" +"The IRC plugin allows users to send and receive notices over an IRC network." +msgstr "" +"El complemento (plugin) IRC permite a los usuarios enviar y recibir mensajes " +"mediante una red IRC." + +#. TRANS: Exception thrown when an IRC attempts count could not be updated. +#. TRANS: %d is the object ID for which the count could not be updated. +#, php-format +msgid "Could not increment attempts count for %d." +msgstr "No se pudo incrementar el número de intentos de %d." + +#. TRANS: Message given when using an unregistered IRC nickname. +msgid "Your nickname is not registered so IRC connectivity cannot be enabled." +msgstr "" +"Su pseudónimo (nickname) no está registrado, por lo que no se puede " +"habilitar la conectividad IRC." + +#. TRANS: Server error thrown on database error when deleting IRC nickname confirmation. +msgid "Could not delete confirmation." +msgstr "No se pudo eliminar la confirmación." + +#. TRANS: Server exception thrown when an IRC waiting queue item could not be added to the database. +msgid "Database error inserting IRC waiting queue item." +msgstr "" +"Error de base de datos al insertar un elemento en la cola de espera de IRC." diff --git a/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po b/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po index bbfe2a0a3c..0edec97b42 100644 --- a/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/fr/LC_MESSAGES/Irc.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:34+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-irc\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po b/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po index 699953bc43..37eec895bd 100644 --- a/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/gl/LC_MESSAGES/Irc.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:34+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-irc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po b/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po index f00dda5727..2131b0c058 100644 --- a/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/ia/LC_MESSAGES/Irc.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:34+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-irc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po b/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po index 0404c32089..ca21ccc4aa 100644 --- a/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/mk/LC_MESSAGES/Irc.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:34+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-irc\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po b/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po index 5bf62ea06e..b0dcaae51c 100644 --- a/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/nl/LC_MESSAGES/Irc.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:34+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-irc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po b/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po index ba69737978..e42e4b4624 100644 --- a/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/sv/LC_MESSAGES/Irc.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:34+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-irc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po b/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po index fd1ea1f771..a2b34de166 100644 --- a/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/tl/LC_MESSAGES/Irc.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:34+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-irc\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Irc/locale/tr/LC_MESSAGES/Irc.po b/plugins/Irc/locale/tr/LC_MESSAGES/Irc.po index 628fd2b532..c22aed47a4 100644 --- a/plugins/Irc/locale/tr/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/tr/LC_MESSAGES/Irc.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:34+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-irc\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po b/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po index 0d99c3f580..2284f6ca3e 100644 --- a/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po +++ b/plugins/Irc/locale/uk/LC_MESSAGES/Irc.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Irc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:34+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-irc\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/LdapAuthentication/locale/de/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/de/LC_MESSAGES/LdapAuthentication.po index 9585b39725..b91e188c8e 100644 --- a/plugins/LdapAuthentication/locale/de/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/de/LC_MESSAGES/LdapAuthentication.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:34+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapAuthentication/locale/es/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/es/LC_MESSAGES/LdapAuthentication.po index 655af8dc2d..e5ea9213db 100644 --- a/plugins/LdapAuthentication/locale/es/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/es/LC_MESSAGES/LdapAuthentication.po @@ -1,6 +1,7 @@ # Translation of StatusNet - LdapAuthentication to Spanish (Español) # Exported from translatewiki.net # +# Author: Armando-Martin # Author: Translationista # -- # This file is distributed under the same license as the StatusNet package. @@ -9,31 +10,35 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-27 12:36+0000\n" -"PO-Revision-Date: 2011-04-27 12:37:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:34+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-03-24 15:25:06+0000\n" -"X-Generator: MediaWiki 1.18alpha (r87008); Translate extension (2011-04-26)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown when initialising the LDAP Auth plugin fails because of an incorrect configuration. msgid "You must specify a nickname attribute." -msgstr "" +msgstr "Debe especificar un atributo de pseudónimo (nickname)." #. TRANS: Exception thrown when initialising the LDAP Auth plugin fails because of an incorrect configuration. msgid "" "If password_changeable is set, the password attribute and password_encoding " "must also be specified." msgstr "" +"Si \"password_changeable\" está definido, debe especificar el atributo de " +"contraseña (password) y de \"password_encoding\"." #. TRANS: Instructions for LDAP authentication. msgid "Do you have an LDAP account? Use your standard username and password." msgstr "" +"¿Tiene una cuenta LDAP? Utilice su nombre de usuario estándar y su " +"contraseña." #. TRANS: Plugin description. msgid "" diff --git a/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po index ea4fc6a124..bafde5a702 100644 --- a/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/fr/LC_MESSAGES/LdapAuthentication.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:34+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po index fa220409a7..608a06c9b3 100644 --- a/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/gl/LC_MESSAGES/LdapAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po index 5c12583af4..d397e9a5e7 100644 --- a/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/ia/LC_MESSAGES/LdapAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po index 4b73971fd8..c169b8463b 100644 --- a/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/mk/LC_MESSAGES/LdapAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po index 07780cea24..0e7c408b03 100644 --- a/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/nl/LC_MESSAGES/LdapAuthentication.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po index 75a8198332..84a5212555 100644 --- a/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/tl/LC_MESSAGES/LdapAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po index 5d4378a7d8..5025601d90 100644 --- a/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/LdapAuthorization/locale/de/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/de/LC_MESSAGES/LdapAuthorization.po index 1f2bdf5c5b..01d32f9f6c 100644 --- a/plugins/LdapAuthorization/locale/de/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/de/LC_MESSAGES/LdapAuthorization.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapAuthorization/locale/es/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/es/LC_MESSAGES/LdapAuthorization.po index 1e1b29114b..7c7224b77b 100644 --- a/plugins/LdapAuthorization/locale/es/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/es/LC_MESSAGES/LdapAuthorization.po @@ -1,6 +1,7 @@ # Translation of StatusNet - LdapAuthorization to Spanish (Español) # Exported from translatewiki.net # +# Author: Armando-Martin # Author: Translationista # -- # This file is distributed under the same license as the StatusNet package. @@ -9,14 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-27 12:36+0000\n" -"PO-Revision-Date: 2011-04-27 12:37:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-03-18 20:08:11+0000\n" -"X-Generator: MediaWiki 1.18alpha (r87008); Translate extension (2011-04-26)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -26,10 +27,12 @@ msgid "" "provider_name must be set. Use the provider_name from the LDAP " "Authentication plugin." msgstr "" +"Debe definir el atributo provider_name. Utilice provider_name desde el " +"complemento (plugin) de autenticación LDAP." #. TRANS: Exception thrown when initialising the LDAP Auth plugin fails because of an incorrect configuration. msgid "uniqueMember_attribute must be set." -msgstr "" +msgstr "Debe definir el atributo uniqueMember_attribute." #. TRANS: Plugin description. msgid "" diff --git a/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po index 1d5e94a68b..0ce4c9e7d2 100644 --- a/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/fr/LC_MESSAGES/LdapAuthorization.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po index 669f9d00c3..fea1e75177 100644 --- a/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/gl/LC_MESSAGES/LdapAuthorization.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po index efdfd73e10..9e7498b2f3 100644 --- a/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/ia/LC_MESSAGES/LdapAuthorization.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po index 1a26c794ef..8950b14bff 100644 --- a/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/mk/LC_MESSAGES/LdapAuthorization.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po index ead433c2fd..d3de136900 100644 --- a/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/nl/LC_MESSAGES/LdapAuthorization.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po index 3a0f755e62..0c11cf0d64 100644 --- a/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/tl/LC_MESSAGES/LdapAuthorization.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:35+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po b/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po index dd6a2f1cd0..532bf746dd 100644 --- a/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po +++ b/plugins/LdapAuthorization/locale/uk/LC_MESSAGES/LdapAuthorization.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthorization\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:25+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-ldapauthorization\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po index 18e7fa9849..dc0980cfb5 100644 --- a/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/ca/LC_MESSAGES/LdapCommon.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po index 35d90bfc60..4102d82e59 100644 --- a/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/de/LC_MESSAGES/LdapCommon.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapCommon/locale/es/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/es/LC_MESSAGES/LdapCommon.po new file mode 100644 index 0000000000..970a345998 --- /dev/null +++ b/plugins/LdapCommon/locale/es/LC_MESSAGES/LdapCommon.po @@ -0,0 +1,43 @@ +# Translation of StatusNet - LdapCommon to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - LdapCommon\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. +msgid "A host must be specified." +msgstr "Debe especificarse un servidor (host)." + +#. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. +msgid "\"basedn\" must be specified." +msgstr "Debe especificarse \"basedn\"." + +#. TRANS: Exception thrown when initialising the LDAP Common plugin fails because of an incorrect configuration. +msgid "The username attribute must be set." +msgstr "Debe establecer el atributo de nombre de usuario (username)." + +#. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not available. +#. TRANS: %s is the error message. +#, php-format +msgid "Could not connect to LDAP server: %s" +msgstr "No se pudo conectar con el servidor LDAP: %s" + +#. TRANS: Exception thrown in the LDAP Common plugin when LDAP server is not available. +#. TRANS: %s is the error message. +#, php-format +msgid "Could not connect to LDAP server: %s." +msgstr "No se pudo conectar al servidor LDAP: %s." diff --git a/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po index fd054d2606..296d9524b8 100644 --- a/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/fr/LC_MESSAGES/LdapCommon.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po index d553499872..b070882e4d 100644 --- a/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/gl/LC_MESSAGES/LdapCommon.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po index edab7ae790..63f950a9a7 100644 --- a/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/ia/LC_MESSAGES/LdapCommon.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po index 277b70ded2..8b7ef4ff50 100644 --- a/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/mk/LC_MESSAGES/LdapCommon.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po index 170e2c96fb..4931f26883 100644 --- a/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/nl/LC_MESSAGES/LdapCommon.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po index e85f5fe60d..508fac67e8 100644 --- a/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/tl/LC_MESSAGES/LdapCommon.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po b/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po index eb0f724165..16dee542b1 100644 --- a/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po +++ b/plugins/LdapCommon/locale/uk/LC_MESSAGES/LdapCommon.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapCommon\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-ldapcommon\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po index a31955c99b..36850f245d 100644 --- a/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ca/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po index 18b2b13336..5b551e0ea5 100644 --- a/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/de/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LilUrl/locale/es/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/es/LC_MESSAGES/LilUrl.po new file mode 100644 index 0000000000..4d6b6f9cbb --- /dev/null +++ b/plugins/LilUrl/locale/es/LC_MESSAGES/LilUrl.po @@ -0,0 +1,31 @@ +# Translation of StatusNet - LilUrl to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - LilUrl\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Exception thrown when URL shortening plugin was configured incorrectly. +msgid "A serviceUrl must be specified." +msgstr "Debe especificarse un serviceUrl." + +#. TRANS: Plugin description. +#. TRANS: %1$s is the service URL. +#, php-format +msgid "Uses %1$s URL-shortener service." +msgstr "" +"Utilice el servicio de acortamiento de direcciones URL %1$s." diff --git a/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po index 130217ab77..506fb4b6e4 100644 --- a/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/eu/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po index bfbe8dbfd6..a93427f616 100644 --- a/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/fr/LC_MESSAGES/LilUrl.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:36+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po index 23280bb3bb..5908f5957e 100644 --- a/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/gl/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po index a682169081..3887e95ce1 100644 --- a/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/he/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po index 850524f867..21e55ea70b 100644 --- a/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ia/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po index 4d201b3de4..b478c5ab00 100644 --- a/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/id/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po index 96450125b7..985035a6d4 100644 --- a/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ja/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po index a544a7835c..a31f531427 100644 --- a/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/mk/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po index f7234f74a8..40976eebfb 100644 --- a/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/nb/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po index fbe34b1706..8baf5fa38e 100644 --- a/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/nl/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po index c08fdffed7..8b6e747447 100644 --- a/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/ru/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po index 266b12316b..7f8672d18d 100644 --- a/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/sv/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po index 798b53ffb3..88889c4a3f 100644 --- a/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/tl/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po index 0199543ba3..d6d064b3ea 100644 --- a/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/uk/LC_MESSAGES/LilUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po b/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po index 49c11ea2d3..dce3cf2906 100644 --- a/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po +++ b/plugins/LilUrl/locale/zh_CN/LC_MESSAGES/LilUrl.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LilUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-lilurl\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po index 8a3bebd6a8..6a3eb79828 100644 --- a/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/ca/LC_MESSAGES/LinkPreview.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po index 9e0e97bd55..4075af3a7d 100644 --- a/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/de/LC_MESSAGES/LinkPreview.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LinkPreview/locale/es/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/es/LC_MESSAGES/LinkPreview.po new file mode 100644 index 0000000000..00b9a6fa3c --- /dev/null +++ b/plugins/LinkPreview/locale/es/LC_MESSAGES/LinkPreview.po @@ -0,0 +1,39 @@ +# Translation of StatusNet - LinkPreview to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - LinkPreview\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "UI extension for previewing thumbnails from links." +msgstr "" +"Extensión de interfaz de usuario para la previsualización de miniaturas " +"desde los enlaces." + +#. TRANS: Client error displayed when the session token does not match or is not given. +msgid "There was a problem with your session token. Try again, please." +msgstr "" +"Hubo un problema con su clave (token) de sesión. Inténtelo de nuevo, por " +"favor." + +#. TRANS: Client exception thrown when requesting a different format than JSON. +msgid "Invalid format; only JSON supported." +msgstr "Formato no válido; sólo JSON es compatible." + +#. TRANS: Client exception thrown when not providing a valid URL. +msgid "Invalid URL." +msgstr "La dirección URL no es válida" diff --git a/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po index b03500d40c..32a7b7949c 100644 --- a/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/fr/LC_MESSAGES/LinkPreview.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po index cd87672a07..69e377047f 100644 --- a/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/gl/LC_MESSAGES/LinkPreview.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po index b8ea73b245..452b391728 100644 --- a/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/ia/LC_MESSAGES/LinkPreview.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po index aeead4a3d5..fadfc3756e 100644 --- a/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/mk/LC_MESSAGES/LinkPreview.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po index c4ae5fa3d2..442f111e50 100644 --- a/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/nl/LC_MESSAGES/LinkPreview.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po index 975a5150d5..c05fe4f18d 100644 --- a/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/sv/LC_MESSAGES/LinkPreview.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po index 0a5487c6be..f0feda7f93 100644 --- a/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/tl/LC_MESSAGES/LinkPreview.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po b/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po index 0fd6cb7741..116b687171 100644 --- a/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po +++ b/plugins/LinkPreview/locale/uk/LC_MESSAGES/LinkPreview.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LinkPreview\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-linkpreview\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Linkback/locale/ar/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ar/LC_MESSAGES/Linkback.po index 816edf6d6a..66518c8b24 100644 --- a/plugins/Linkback/locale/ar/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ar/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po index 4e2d423b68..4b121b3513 100644 --- a/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ca/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po index 21332eb4a5..5083b8953c 100644 --- a/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/de/LC_MESSAGES/Linkback.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po index 532ea1d963..959d9b9988 100644 --- a/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/es/LC_MESSAGES/Linkback.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Linkback to Spanish (Español) # Exported from translatewiki.net # +# Author: Armando-Martin # Author: Translationista # -- # This file is distributed under the same license as the StatusNet package. @@ -9,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:37+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -26,7 +26,7 @@ msgstr "" #. TRANS: %1$s is a profile nickname, %2$s is a timestamp. #, php-format msgid "%1$s's status on %2$s" -msgstr "" +msgstr "Estado de %1$s en %2$s" #. TRANS: Plugin description. msgid "" diff --git a/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po index 6592b66abe..4ca5c397a9 100644 --- a/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/fi/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po index f9ae0e0a7d..6f6ab2550b 100644 --- a/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/fr/LC_MESSAGES/Linkback.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po index 6edb5d8086..cf68f0e6a0 100644 --- a/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/gl/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po index 87b11fb6e6..e23e81005f 100644 --- a/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/he/LC_MESSAGES/Linkback.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po index e701e0a680..19c27f44d3 100644 --- a/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ia/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po index 310744b132..9a056d6fa8 100644 --- a/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/id/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po index 5364d774dc..aa1d7b8091 100644 --- a/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/mk/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po index c982e196d6..b8c30aa30c 100644 --- a/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/nb/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po index 64b512ead3..6a8bf63b79 100644 --- a/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/nl/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po index d64ea3a071..12f228a3e5 100644 --- a/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/pt/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po index 22127c4ab7..a9f43a0514 100644 --- a/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/ru/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po index 1ffd18be09..f6c75d9989 100644 --- a/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/tl/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po index a5cdcce801..bf043410d8 100644 --- a/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/uk/LC_MESSAGES/Linkback.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po b/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po index c9875f55e8..53d3391a48 100644 --- a/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po +++ b/plugins/Linkback/locale/zh_CN/LC_MESSAGES/Linkback.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Linkback\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:38+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-linkback\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/LogFilter/locale/de/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/de/LC_MESSAGES/LogFilter.po index 1703750e79..ee8230f214 100644 --- a/plugins/LogFilter/locale/de/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/de/LC_MESSAGES/LogFilter.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LogFilter/locale/es/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/es/LC_MESSAGES/LogFilter.po new file mode 100644 index 0000000000..2825f0581c --- /dev/null +++ b/plugins/LogFilter/locale/es/LC_MESSAGES/LogFilter.po @@ -0,0 +1,25 @@ +# Translation of StatusNet - LogFilter to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - LogFilter\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Provides server-side setting to filter log output by type or keyword." +msgstr "" +"Proporciona la configuración de servidor para filtrar el registro de salida " +"por tipo o palabra clave." diff --git a/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po index a0e22a980b..eeffdec6d4 100644 --- a/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/fi/LC_MESSAGES/LogFilter.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po index ae53a83a33..23995e9e63 100644 --- a/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/fr/LC_MESSAGES/LogFilter.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po index bd8aab51e9..c2ba1c5289 100644 --- a/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/gl/LC_MESSAGES/LogFilter.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po index 72e4614ce8..7a039ad759 100644 --- a/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/he/LC_MESSAGES/LogFilter.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:39+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po index 151e39dc96..52c9b0d131 100644 --- a/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/ia/LC_MESSAGES/LogFilter.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po index d2a7407bec..b47c6070e0 100644 --- a/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/mk/LC_MESSAGES/LogFilter.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po index 2705aefeaa..f8174a33e4 100644 --- a/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/nl/LC_MESSAGES/LogFilter.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po index a1124a173a..5c4c68d735 100644 --- a/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/pt/LC_MESSAGES/LogFilter.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po index 576a441a11..e1b2cce594 100644 --- a/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/ru/LC_MESSAGES/LogFilter.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po index 8c823cdf58..d182c8bbc8 100644 --- a/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/tl/LC_MESSAGES/LogFilter.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po index d1b0beff5c..bebc5fe58c 100644 --- a/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/uk/LC_MESSAGES/LogFilter.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po b/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po index 0de7d89176..624e654738 100644 --- a/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po +++ b/plugins/LogFilter/locale/zh_CN/LC_MESSAGES/LogFilter.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LogFilter\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:29+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-logfilter\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po index 849bbf3d19..666c9d6e1c 100644 --- a/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/br/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po index bab0006ee3..cbd07c4ba9 100644 --- a/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ca/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po index 540e6f5486..9bad422b2f 100644 --- a/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/de/LC_MESSAGES/Mapstraction.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/es/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/es/LC_MESSAGES/Mapstraction.po index 26c996a5cf..87be4cb6d8 100644 --- a/plugins/Mapstraction/locale/es/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/es/LC_MESSAGES/Mapstraction.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Mapstraction to Spanish (Español) -# Expored from translatewiki.net +# Exported from translatewiki.net # +# Author: Armando-Martin # Author: Locos epraix # Author: Peter17 # -- @@ -10,56 +11,56 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-16 15:08+0000\n" -"PO-Revision-Date: 2010-12-16 15:12:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2010-11-30 20:40:37+0000\n" -"X-Generator: MediaWiki 1.18alpha (r78478); Translate extension (2010-09-17)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: MapstractionPlugin.php:187 +#. TRANS: Header for Map widget that displays a map with geodata for notices. msgid "Map" msgstr "Mapa" #. TRANS: Clickable item to allow opening the map in full size. -#: MapstractionPlugin.php:199 msgid "Full size" -msgstr "" +msgstr "Tamaño completo" -#: MapstractionPlugin.php:211 +#. TRANS: Plugin description. msgid "" "Show maps of users' and friends' notices with Mapstraction." msgstr "" - -#: map.php:72 -msgid "No such user." -msgstr "" - -#: map.php:79 -msgid "User has no profile." -msgstr "Usuario no tiene perfil." +"Mostrar mapas de las notas de los usuarios y amigos con Mapstraction." #. TRANS: Page title. #. TRANS: %s is a user nickname. -#: allmap.php:69 #, php-format msgid "%s friends map" -msgstr "" +msgstr "Mapa de los amigos de %s" #. TRANS: Page title. #. TRANS: %1$s is a user nickname, %2$d is a page number. -#: allmap.php:75 #, php-format msgid "%1$s friends map, page %2$d" -msgstr "" +msgstr "Mapa de los amigos de %1$s, página %2$d" -#: usermap.php:68 +#. TRANS: Client error displayed when referring to a non-existing user. +msgid "No such user." +msgstr "No existe ese usuario." + +#. TRANS: Error message displayed when referring to a user without a profile. +msgid "User has no profile." +msgstr "Usuario no tiene perfil." + +#. TRANS: Title for map widget. +#. TRANS: %s is a user name. #, php-format -msgid "%s map, page %d" -msgstr "" +msgid "%s map" +msgstr "Mapa de %s" diff --git a/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po index 7a9450ce08..7278cb7d57 100644 --- a/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/fi/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po index 83a6a2c76b..522c1290af 100644 --- a/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/fr/LC_MESSAGES/Mapstraction.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po index 6e7cc73a72..e2d1f28d87 100644 --- a/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/fur/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:40+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po index 278164501e..19f3ead518 100644 --- a/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/gl/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po index 8d907df8ae..2ef793552b 100644 --- a/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/hu/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Hungarian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: hu\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po index cd7a67c21e..190110b312 100644 --- a/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ia/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po index 9dc8803a1d..d620a7e47b 100644 --- a/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/lb/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lb\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po index 900287c96a..2b1d2a552a 100644 --- a/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/mk/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po index f55299293d..38ae01908d 100644 --- a/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/nb/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po index 72fb35da1c..6bb19bddce 100644 --- a/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/nl/LC_MESSAGES/Mapstraction.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po index 8c4654dc41..a62d230c7f 100644 --- a/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ru/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po index 4739285ebc..0a0c23e30f 100644 --- a/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/sv/LC_MESSAGES/Mapstraction.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po index cd39767988..794d78c598 100644 --- a/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/ta/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Tamil \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ta\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po index b5b1dd8ed3..eafbb20129 100644 --- a/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/te/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po index 4f7affca83..2d91d7d814 100644 --- a/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/tl/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po index bc21952a7e..9552a226fc 100644 --- a/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/uk/LC_MESSAGES/Mapstraction.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po b/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po index 9ff95e6d9d..71c85fb064 100644 --- a/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po +++ b/plugins/Mapstraction/locale/zh_CN/LC_MESSAGES/Mapstraction.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mapstraction\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:30+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-mapstraction\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po index 80605b638f..2ebf7fed7a 100644 --- a/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po index b1bb741e81..0dca30b5b9 100644 --- a/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:41+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po index f1827fb433..b9e481621c 100644 --- a/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po index 9fe72451e7..873e3805e8 100644 --- a/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po index 75efb9a8ff..252cd2a51d 100644 --- a/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po index 74261a4b3b..6b090bb32a 100644 --- a/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po index b275c6e79d..462db4fdd4 100644 --- a/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po index 1a7e90c3ba..9612f72e86 100644 --- a/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po index d436157ccf..44ba0051b3 100644 --- a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po index 50c3cce19b..43c45e835e 100644 --- a/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po index 7f24696b53..36012e1d85 100644 --- a/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po index eda2f35be6..9df256c6a8 100644 --- a/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po index f086c21f03..730edb7ce6 100644 --- a/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po index 191873b721..7696f69468 100644 --- a/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po index 1d47739bb7..5daf4f9083 100644 --- a/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po index 091a0dffc2..8aa23fceb6 100644 --- a/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:42+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po index 92a33323f0..3f40db2a4b 100644 --- a/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po +++ b/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-memcache\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po index 8895792390..43608a6104 100644 --- a/plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/de/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po index feba5c57e8..b5e251577b 100644 --- a/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/es/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po index 79eb4bebb4..801127a1d1 100644 --- a/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/fi/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po index 1290bb7910..b9b68521a5 100644 --- a/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/fr/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po index 944aef16ad..bae5fbb61f 100644 --- a/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/gl/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po index 4b9af6f38c..76cb213cc0 100644 --- a/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/he/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po index b0b763ee4a..ac4ace663d 100644 --- a/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/ia/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po index 9868c13c12..ab98515333 100644 --- a/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/id/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po index 8c1c6b65c4..495a09a0f6 100644 --- a/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/ja/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po index ae9ab47696..ba2833c109 100644 --- a/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/mk/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po index ddc44911ed..e81b5c1f03 100644 --- a/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/nb/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po index 3f2d72122b..c45eab2ee3 100644 --- a/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/nl/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po index c3190c4da3..34eb38781c 100644 --- a/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/pt/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:43+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po index af4db2f099..d8d35ca8ad 100644 --- a/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/ru/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po index ab73545b64..674128ff1d 100644 --- a/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/sv/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po index eeb2bac177..36193673ed 100644 --- a/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/tl/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po index c173f3bc79..aeab81e076 100644 --- a/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/uk/LC_MESSAGES/Memcached.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po b/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po index cdba5983f9..b9875af3e9 100644 --- a/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po +++ b/plugins/Memcached/locale/zh_CN/LC_MESSAGES/Memcached.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Memcached\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:50:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-memcached\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po index 3877dd3cbe..92ebb3c86f 100644 --- a/plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/de/LC_MESSAGES/Meteor.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Meteor/locale/es/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/es/LC_MESSAGES/Meteor.po new file mode 100644 index 0000000000..c9224f3cb8 --- /dev/null +++ b/plugins/Meteor/locale/es/LC_MESSAGES/Meteor.po @@ -0,0 +1,35 @@ +# Translation of StatusNet - Meteor to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Meteor\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Exception. %1$s is the control server, %2$s is the control port. +#, php-format +msgid "Could not connect to %1$s on %2$s." +msgstr "No se pudo conectar a %1$s en %2$s ." + +#. TRANS: Exception. %s is the Meteor message that could not be added. +#, php-format +msgid "Error adding meteor message \"%s\"." +msgstr "Error al agregar un mensaje de Meteor \"%s\"." + +#. TRANS: Plugin description. +msgid "Plugin to do \"real time\" updates using Meteor." +msgstr "" +"Complemento (plugin) para hacer actualizaciones en \"tiempo real\" mediante " +"Meteor." diff --git a/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po index 34284bc8e9..4fbb82d4f4 100644 --- a/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/fr/LC_MESSAGES/Meteor.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po index 43792ad0c8..412c925504 100644 --- a/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/gl/LC_MESSAGES/Meteor.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po index 41e076fb28..bd1f752630 100644 --- a/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/ia/LC_MESSAGES/Meteor.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po index 6f0338c05f..5a8c369e3b 100644 --- a/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/mk/LC_MESSAGES/Meteor.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po index 75feb14867..8b200963be 100644 --- a/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/nb/LC_MESSAGES/Meteor.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po index 7c3879207d..327b240580 100644 --- a/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/nl/LC_MESSAGES/Meteor.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:44+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po index 150a7e442d..6e1e713936 100644 --- a/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/tl/LC_MESSAGES/Meteor.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po b/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po index 3cbcba2c4f..55f95d4388 100644 --- a/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po +++ b/plugins/Meteor/locale/uk/LC_MESSAGES/Meteor.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Meteor\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-meteor\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Minify/locale/de/LC_MESSAGES/Minify.po b/plugins/Minify/locale/de/LC_MESSAGES/Minify.po index b69ff7d690..01672997a7 100644 --- a/plugins/Minify/locale/de/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/de/LC_MESSAGES/Minify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Minify/locale/es/LC_MESSAGES/Minify.po b/plugins/Minify/locale/es/LC_MESSAGES/Minify.po new file mode 100644 index 0000000000..51d05d395a --- /dev/null +++ b/plugins/Minify/locale/es/LC_MESSAGES/Minify.po @@ -0,0 +1,39 @@ +# Translation of StatusNet - Minify to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Minify\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"The Minify plugin minifies StatusNet's CSS and JavaScript, removing " +"whitespace and comments." +msgstr "" +"El complemento (plugin) Minify minimiza los archivos CSS y JavaScript de " +"StatusNet, quitando espacios en blanco y comentarios." + +#. TRANS: Client error displayed when not providing a valid path in parameter "f". +msgid "The parameter \"f\" is not a valid path." +msgstr "El parámetro \"f\" no es una ruta válida." + +#. TRANS: Client error displayed when not providing parameter "f". +msgid "The parameter \"f\" is required but missing." +msgstr "El parámetro \"f\" es necesario, pero no existe." + +#. TRANS: Client error displayed when trying to minify an unsupported file type. +msgid "File type not supported." +msgstr "Tipo de archivo no soportado." diff --git a/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po b/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po index e5387536e7..026823da5d 100644 --- a/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/fr/LC_MESSAGES/Minify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po b/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po index b84d6849fd..2685c043ff 100644 --- a/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/gl/LC_MESSAGES/Minify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po b/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po index 3e33b7fd8c..a243ecb2e5 100644 --- a/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/ia/LC_MESSAGES/Minify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po b/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po index e47d6d74fd..e12bd90cdf 100644 --- a/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/mk/LC_MESSAGES/Minify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po b/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po index 2841da3313..5717278520 100644 --- a/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/nb/LC_MESSAGES/Minify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po b/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po index 3b4c082253..c658d730f8 100644 --- a/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/nl/LC_MESSAGES/Minify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po b/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po index 498ce6d825..53d58d0770 100644 --- a/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/ru/LC_MESSAGES/Minify.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:53+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po b/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po index 5bd07a2ab7..f4ebf5fced 100644 --- a/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/sv/LC_MESSAGES/Minify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po b/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po index a8b9bb0ca2..ee2373e75e 100644 --- a/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/tl/LC_MESSAGES/Minify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po b/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po index 70f8769b73..d3eec2f765 100644 --- a/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/uk/LC_MESSAGES/Minify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:45+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po b/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po index 960edbfdb3..e38550b6a1 100644 --- a/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po +++ b/plugins/Minify/locale/zh_CN/LC_MESSAGES/Minify.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Minify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:03+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-minify\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po index 1ec8901598..d483e32169 100644 --- a/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ca/LC_MESSAGES/MobileProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po index 3e827a202e..4502785e73 100644 --- a/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ce/LC_MESSAGES/MobileProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Chechen \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ce\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po index f734f45ebb..f093a1339d 100644 --- a/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/de/LC_MESSAGES/MobileProfile.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po index 090f1b1901..4e6872b527 100644 --- a/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/es/LC_MESSAGES/MobileProfile.po @@ -1,6 +1,7 @@ # Translation of StatusNet - MobileProfile to Spanish (Español) # Exported from translatewiki.net # +# Author: Armando-Martin # Author: Fitoschido # -- # This file is distributed under the same license as the StatusNet package. @@ -9,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -36,4 +36,4 @@ msgstr "Cambiar al formato para móviles del sitio." #. TRANS: Plugin description. msgid "XHTML MobileProfile output for supporting user agents." -msgstr "" +msgstr "Salida XHTML MobileProfile para apoyar a los agentes de usuario." diff --git a/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po index bc2726d49f..2654c4e038 100644 --- a/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/eu/LC_MESSAGES/MobileProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po index 3f56c2c285..316e6bbb4e 100644 --- a/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/fr/LC_MESSAGES/MobileProfile.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po index cf3588e6b2..c9333ec2bc 100644 --- a/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/fur/LC_MESSAGES/MobileProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po index 0299448cf9..b8c6727f6d 100644 --- a/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/gl/LC_MESSAGES/MobileProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po index 5655b382b5..da81600f20 100644 --- a/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ia/LC_MESSAGES/MobileProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po index 22761f8fe6..c74f230e42 100644 --- a/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/mk/LC_MESSAGES/MobileProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po index 958afff8c6..73c8eae60f 100644 --- a/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/nb/LC_MESSAGES/MobileProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po index 2b017ff938..000677d932 100644 --- a/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/nl/LC_MESSAGES/MobileProfile.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po index 9f5fd8d00f..a640c25552 100644 --- a/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/ru/LC_MESSAGES/MobileProfile.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:46+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po index c6eb022531..2d8efb3d6b 100644 --- a/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/sv/LC_MESSAGES/MobileProfile.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po index 6fab88ec65..ddf5ba9064 100644 --- a/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/tl/LC_MESSAGES/MobileProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po index d1d89597e7..ed09f6e6f8 100644 --- a/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/uk/LC_MESSAGES/MobileProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po b/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po index e73c32692c..9c5e87c548 100644 --- a/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po +++ b/plugins/MobileProfile/locale/zh_CN/LC_MESSAGES/MobileProfile.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - MobileProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-mobileprofile\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/ModHelper/locale/de/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/de/LC_MESSAGES/ModHelper.po index 208933e832..4337c80ed3 100644 --- a/plugins/ModHelper/locale/de/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/de/LC_MESSAGES/ModHelper.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po index ebe11d28ab..8791163ec7 100644 --- a/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/es/LC_MESSAGES/ModHelper.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po index 5d77221557..fe0e5cd243 100644 --- a/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/fr/LC_MESSAGES/ModHelper.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po index 4887d2415b..287a91d24c 100644 --- a/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/gl/LC_MESSAGES/ModHelper.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po index ce3e0fe952..7ab055a470 100644 --- a/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/he/LC_MESSAGES/ModHelper.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po index c26e55efa0..1a2610f057 100644 --- a/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/ia/LC_MESSAGES/ModHelper.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po index dd58dc3815..f55b039d0c 100644 --- a/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/mk/LC_MESSAGES/ModHelper.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po index f90b846a59..2ea5f77c18 100644 --- a/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/nl/LC_MESSAGES/ModHelper.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po index 54f54a9afe..8c4d96da68 100644 --- a/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/pt/LC_MESSAGES/ModHelper.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po index 20f8446379..c41b6c8a7e 100644 --- a/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/ru/LC_MESSAGES/ModHelper.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po index 83646fa3ff..b768546cbc 100644 --- a/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/tl/LC_MESSAGES/ModHelper.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po b/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po index 80c1546126..daf88404bd 100644 --- a/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po +++ b/plugins/ModHelper/locale/uk/LC_MESSAGES/ModHelper.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModHelper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:04:59+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:05+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-modhelper\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po index 7e5e8fffb9..492d174dac 100644 --- a/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/ca/LC_MESSAGES/ModPlus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po index 36c67c136e..511e232a5b 100644 --- a/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/de/LC_MESSAGES/ModPlus.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModPlus/locale/es/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/es/LC_MESSAGES/ModPlus.po new file mode 100644 index 0000000000..0213e0e768 --- /dev/null +++ b/plugins/ModPlus/locale/es/LC_MESSAGES/ModPlus.po @@ -0,0 +1,58 @@ +# Translation of StatusNet - ModPlus to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ModPlus\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:47+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Error message displayed when referring to a user without a profile. +msgid "User has no profile." +msgstr "El usuario no tiene ningún perfil." + +#. TRANS: Remote profile action page title. +#. TRANS: %1$s is a username, %2$s is a hostname. +#, php-format +msgid "%1$s on %2$s" +msgstr "%1$s en %2$s" + +#. TRANS: Message on remote profile page. +#. TRANS: This message contains Markdown links in the form [description](link). +#. TRANS: %1$s is a profile nickname, %2$s is a hostname, %3$s is a URL. +#, php-format +msgid "" +"This remote profile is registered on another site; see [%1$s's original " +"profile page on %2$s](%3$s)." +msgstr "" +"Este perfil remoto está registrado en otro sitio; Consulte [la página del " +"perfil original de %1$s en %2$s](%3$s)." + +#. TRANS: Message on blocked remote profile page. +msgid "" +"Site moderators have silenced this profile, which prevents delivery of new " +"messages to any users on this site." +msgstr "" +"Los moderadores del sitio han silenciado este perfil, lo que impide el envío " +"de nuevos mensajes a los usuarios de este sitio." + +#. TRANS: Plugin description. +msgid "UI extension for profile moderation actions." +msgstr "" +"Extensión de interfaz de usuario para las acciones de moderación de los " +"perfiles." + +#. TRANS: Label for access to remote profile options. +msgid "Remote profile options..." +msgstr "Opciones de perfil remoto..." diff --git a/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po index 4b704af17e..521f51d149 100644 --- a/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/fr/LC_MESSAGES/ModPlus.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po index 1f41f93606..3c8ba2a4a0 100644 --- a/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/gl/LC_MESSAGES/ModPlus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po index 4517b23bdb..b655eae246 100644 --- a/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/ia/LC_MESSAGES/ModPlus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po index 3608907c77..2213d21def 100644 --- a/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/mk/LC_MESSAGES/ModPlus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po index 76ffe94bad..7dd556595c 100644 --- a/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/nl/LC_MESSAGES/ModPlus.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po index 94e3ca02f2..56277dcf2c 100644 --- a/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/tl/LC_MESSAGES/ModPlus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po b/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po index 6bd36768ed..21bc06b76c 100644 --- a/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po +++ b/plugins/ModPlus/locale/uk/LC_MESSAGES/ModPlus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ModPlus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-modplus\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po index fb9b48651a..97eb5462cd 100644 --- a/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/ca/LC_MESSAGES/Mollom.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po index 53a02e2dde..882700009b 100644 --- a/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/de/LC_MESSAGES/Mollom.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mollom/locale/es/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/es/LC_MESSAGES/Mollom.po new file mode 100644 index 0000000000..e008b6b05b --- /dev/null +++ b/plugins/Mollom/locale/es/LC_MESSAGES/Mollom.po @@ -0,0 +1,23 @@ +# Translation of StatusNet - Mollom to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Mollom\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Client exception thrown when notice content triggers the spam filter. +msgid "Spam Detected." +msgstr "Spam detectado." diff --git a/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po index 6cf05f1c38..ac7c8f0981 100644 --- a/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/fr/LC_MESSAGES/Mollom.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po index 9441747110..72d6a3c827 100644 --- a/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/gl/LC_MESSAGES/Mollom.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po index 5770aeebbb..c265aa0f9a 100644 --- a/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/he/LC_MESSAGES/Mollom.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po index 0a0d38dd18..3e72b3f55d 100644 --- a/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/ia/LC_MESSAGES/Mollom.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po index 6afb5cc531..2373e03105 100644 --- a/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/mk/LC_MESSAGES/Mollom.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po index 142c4f7d77..8d7524db81 100644 --- a/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/nl/LC_MESSAGES/Mollom.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po index 03709f605c..4e9380f58c 100644 --- a/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/sv/LC_MESSAGES/Mollom.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po index 2f0489d765..0d191ad141 100644 --- a/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/tl/LC_MESSAGES/Mollom.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po b/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po index eff7c1b83e..c9ca7623ed 100644 --- a/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po +++ b/plugins/Mollom/locale/uk/LC_MESSAGES/Mollom.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Mollom\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:48+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:07+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-mollom\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Msn/locale/ar/LC_MESSAGES/Msn.po b/plugins/Msn/locale/ar/LC_MESSAGES/Msn.po index 8f4459dc11..75ae38ddd3 100644 --- a/plugins/Msn/locale/ar/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/ar/LC_MESSAGES/Msn.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po b/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po index 9c619d2f16..005c1383d2 100644 --- a/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/ca/LC_MESSAGES/Msn.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -32,7 +31,7 @@ msgstr "" #. TRANS: Display name of the MSN instant messaging service. msgid "MSN" -msgstr "" +msgstr "MSN" #. TRANS: Exception thrown when configuration for the MSN plugin is incomplete. msgid "Must specify a user." diff --git a/plugins/Msn/locale/de/LC_MESSAGES/Msn.po b/plugins/Msn/locale/de/LC_MESSAGES/Msn.po index 634452ecf7..0f33ed6947 100644 --- a/plugins/Msn/locale/de/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/de/LC_MESSAGES/Msn.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Msn/locale/es/LC_MESSAGES/Msn.po b/plugins/Msn/locale/es/LC_MESSAGES/Msn.po index 168ac299af..42006fa905 100644 --- a/plugins/Msn/locale/es/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/es/LC_MESSAGES/Msn.po @@ -1,6 +1,7 @@ # Translation of StatusNet - Msn to Spanish (Español) # Exported from translatewiki.net # +# Author: Armando-Martin # Author: Od1n # -- # This file is distributed under the same license as the StatusNet package. @@ -9,25 +10,25 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-27 12:36+0000\n" -"PO-Revision-Date: 2011-04-27 12:37:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-03-26 16:22:40+0000\n" -"X-Generator: MediaWiki 1.18alpha (r87008); Translate extension (2011-04-26)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: MSN bot status message. msgid "Send me a message to post a notice" -msgstr "" +msgstr "Envíeme un mensaje para publicar una nota" #. TRANS: Server exception thrown when a message to be sent through MSN cannot be added to the database queue. msgid "Database error inserting queue item." -msgstr "" +msgstr "Error en la base de datos al insertar un elemento en la cola." #. TRANS: Display name of the MSN instant messaging service. msgid "MSN" @@ -35,17 +36,19 @@ msgstr "MSN" #. TRANS: Exception thrown when configuration for the MSN plugin is incomplete. msgid "Must specify a user." -msgstr "" +msgstr "Debe especificar un usuario." #. TRANS: Exception thrown when configuration for the MSN plugin is incomplete. msgid "Must specify a password." -msgstr "" +msgstr "Debe especificar una contraseña." #. TRANS: Exception thrown when configuration for the MSN plugin is incomplete. msgid "Must specify a nickname." -msgstr "" +msgstr "Debe especificar un alias." #. TRANS: Plugin description. msgid "" "The MSN plugin allows users to send and receive notices over the MSN network." msgstr "" +"El complemento (plugin) MSN permite a los usuarios enviar y recibir mensajes " +"mediante una red MSN." diff --git a/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po b/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po index 4bcf59bb82..049e585228 100644 --- a/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/eu/LC_MESSAGES/Msn.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po b/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po index c8292581fa..e412ddf203 100644 --- a/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/fr/LC_MESSAGES/Msn.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:13:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po b/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po index 280e402e5b..7c66d10891 100644 --- a/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/gl/LC_MESSAGES/Msn.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po b/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po index 857f108cf0..9c147268ee 100644 --- a/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/ia/LC_MESSAGES/Msn.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po b/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po index 11c6368fd4..59df50d82e 100644 --- a/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/mk/LC_MESSAGES/Msn.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po b/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po index b555be981a..f6f1ed76cd 100644 --- a/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/nl/LC_MESSAGES/Msn.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po b/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po index f4eef1e1dc..59b16c336a 100644 --- a/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/sv/LC_MESSAGES/Msn.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po b/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po index 9b19890c7a..f2e2ebca5a 100644 --- a/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/tl/LC_MESSAGES/Msn.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po b/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po index 58321bff51..168133489e 100644 --- a/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po +++ b/plugins/Msn/locale/uk/LC_MESSAGES/Msn.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Msn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-msn\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/NoticeTitle/locale/ar/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ar/LC_MESSAGES/NoticeTitle.po index ea93a020c2..2e99decfe3 100644 --- a/plugins/NoticeTitle/locale/ar/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ar/LC_MESSAGES/NoticeTitle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po index 2f19f1c77d..fe389f46ad 100644 --- a/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/br/LC_MESSAGES/NoticeTitle.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po index 53075494ce..ebcdf5b098 100644 --- a/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ca/LC_MESSAGES/NoticeTitle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po index 794502c364..edf530beb8 100644 --- a/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/de/LC_MESSAGES/NoticeTitle.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/NoticeTitle/locale/es/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/es/LC_MESSAGES/NoticeTitle.po new file mode 100644 index 0000000000..3bb7e147b8 --- /dev/null +++ b/plugins/NoticeTitle/locale/es/LC_MESSAGES/NoticeTitle.po @@ -0,0 +1,38 @@ +# Translation of StatusNet - NoticeTitle to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - NoticeTitle\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Adds optional titles to notices." +msgstr "Agrega títulos opcionales a las notas." + +#. TRANS: Exception thrown when a notice title is too long. +#. TRANS: %d is the maximum number of characters allowed in a title (used for plural). +#, php-format +msgid "The notice title is too long (maximum %d character)." +msgid_plural "The notice title is too long (maximum %d characters)." +msgstr[0] "" +"El título de la nota es demasiado largo (el máximo es %d carácter). " +msgstr[1] "" +"El título del aviso es demasiado largo (el máximo son %d caracteres)." + +#. TRANS: Page title. %1$s is the title, %2$s is the site name. +#, php-format +msgid "%1$s - %2$s" +msgstr "%1$s - %2$s" diff --git a/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po index 1b85b301b1..13658f1e00 100644 --- a/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/eu/LC_MESSAGES/NoticeTitle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po index f81adfee1f..000a7c3bc2 100644 --- a/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/fr/LC_MESSAGES/NoticeTitle.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:49+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po index 7357fcdbd6..f06a8d21c0 100644 --- a/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/gl/LC_MESSAGES/NoticeTitle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po index ddba82e776..daa223fc81 100644 --- a/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/he/LC_MESSAGES/NoticeTitle.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po index 49c72d95ca..c6a3a9bb59 100644 --- a/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ia/LC_MESSAGES/NoticeTitle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po index 6d6daafb66..8b9562638a 100644 --- a/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/mk/LC_MESSAGES/NoticeTitle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po index d5a516be84..3986d8a4fa 100644 --- a/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/nb/LC_MESSAGES/NoticeTitle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po index 33d89c864f..4923121e38 100644 --- a/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ne/LC_MESSAGES/NoticeTitle.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Nepali \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ne\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po index 7827cadb53..a080a762ef 100644 --- a/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/nl/LC_MESSAGES/NoticeTitle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po index 54f870c812..0d9fcfa347 100644 --- a/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/ru/LC_MESSAGES/NoticeTitle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po index 9201cdf3f2..8bef84cd80 100644 --- a/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/sv/LC_MESSAGES/NoticeTitle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po index 8627b45f6d..920657829f 100644 --- a/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/tl/LC_MESSAGES/NoticeTitle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po b/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po index c6d6ee681c..03200f5f2e 100644 --- a/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po +++ b/plugins/NoticeTitle/locale/uk/LC_MESSAGES/NoticeTitle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - NoticeTitle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:09+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-noticetitle\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/OMB/locale/br/LC_MESSAGES/OMB.po b/plugins/OMB/locale/br/LC_MESSAGES/OMB.po index 455c04cab4..8620718800 100644 --- a/plugins/OMB/locale/br/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/br/LC_MESSAGES/OMB.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:14:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-omb\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po b/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po index f322a68180..c60a9bea6e 100644 --- a/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/ca/LC_MESSAGES/OMB.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:14:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-omb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OMB/locale/de/LC_MESSAGES/OMB.po b/plugins/OMB/locale/de/LC_MESSAGES/OMB.po index 2b46dbb627..86a30d0be6 100644 --- a/plugins/OMB/locale/de/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/de/LC_MESSAGES/OMB.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:14:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-omb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OMB/locale/es/LC_MESSAGES/OMB.po b/plugins/OMB/locale/es/LC_MESSAGES/OMB.po new file mode 100644 index 0000000000..fe12cd3db9 --- /dev/null +++ b/plugins/OMB/locale/es/LC_MESSAGES/OMB.po @@ -0,0 +1,57 @@ +# Translation of StatusNet - OMB to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - OMB\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Button text on page for remote subscribe. +#. TRANS: Link text for link that will subscribe to a remote profile. +msgctxt "BUTTON" +msgid "Subscribe" +msgstr "Suscribirse" + +#. TRANS: Button text on Authorise Subscription page. +msgctxt "BUTTON" +msgid "Accept" +msgstr "Aceptar" + +#. TRANS: Button text on Authorise Subscription page. +msgctxt "BUTTON" +msgid "Reject" +msgstr "Rechazar" + +#. TRANS: Client error displayed trying to subscribe to an OMB 0.1 remote profile. +msgid "You cannot subscribe to an OMB 0.1 remote profile with this action." +msgstr "No es posible suscribirse a un perfil remoto OMB 0.1 con esta acción." + +#. TRANS: Client error displayed when trying to add an OMB 0.1 remote profile to a list. +msgid "You cannot list an OMB 0.1 remote profile with this action." +msgstr "No puede listar un perfil remoto OMB 0.1 con esta acción." + +#. TRANS: Client error displayed when trying to (un)list an OMB 0.1 remote profile. +msgid "You cannot (un)list an OMB 0.1 remote profile with this action." +msgstr "No puede (des)listar un perfil remoto OMB 0.1 con esta acción." + +#. TRANS: Exception thrown when the OMB token for a subscription could not deleted on the server. +msgid "Could not delete subscription OMB token." +msgstr "No se pudo eliminar el token de suscripción OMB." + +#. TRANS: Plugin description. +msgid "A sample plugin to show basics of development for new hackers." +msgstr "" +"Un complemento (plugin) de ejemplo para mostrar los principios básicos de " +"desarrollo a los nuevos programadores." diff --git a/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po b/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po index 5d1b5322b3..005ed7044d 100644 --- a/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/eu/LC_MESSAGES/OMB.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:14:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:50+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-omb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po b/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po index 03ad2c92a3..7ac2d0538e 100644 --- a/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/fr/LC_MESSAGES/OMB.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:14:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-omb\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po b/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po index f928b9077f..cc29c72b75 100644 --- a/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/gl/LC_MESSAGES/OMB.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:14:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-omb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po b/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po index a5f4677534..e8b7ba48da 100644 --- a/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/ia/LC_MESSAGES/OMB.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:14:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-omb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po b/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po index 90af0638ca..b9a44de856 100644 --- a/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/mk/LC_MESSAGES/OMB.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:14:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-omb\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po b/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po index 3f198d015f..fac2602d97 100644 --- a/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po +++ b/plugins/OMB/locale/nl/LC_MESSAGES/OMB.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OMB\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:14:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:11:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-omb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po index fc24966e7e..ab8d808b1e 100644 --- a/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/ca/LC_MESSAGES/OStatus.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:55+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -180,9 +179,8 @@ msgid "%1$s removed %2$s from the list %3$s." msgstr "%1$stret %2$s de la llista %3$s ." #. TRANS: Title for unliking a remote notice. -#, fuzzy msgid "Unlike" -msgstr "A diferència de" +msgstr "Desagrada" #. TRANS: Success message for remove a favorite notice through OStatus. #. TRANS: %1$s is the unfavoring user's name, %2$s is URI to the no longer favored notice. diff --git a/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po index 0a9ac13a82..5af0a83a95 100644 --- a/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po @@ -14,15 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:14:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:55+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po index 0ee3fab843..8a465f92e2 100644 --- a/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/fr/LC_MESSAGES/OStatus.po @@ -14,15 +14,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:55+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po index a3df34b1c8..0160358c9d 100644 --- a/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/gl/LC_MESSAGES/OStatus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:53+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:55+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po index e7859d8142..dc0c4c1ff9 100644 --- a/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/ia/LC_MESSAGES/OStatus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:53+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:56+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -281,7 +280,7 @@ msgstr "Listar %s" #. TRANS: Button text to list a remote object. msgctxt "BUTTON" msgid "Go" -msgstr "Ir" +msgstr "Va" #. TRANS: Field label. msgid "User nickname" diff --git a/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po index 64c4f83858..55746d190f 100644 --- a/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:56+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ko\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po index 92e51e50a6..339869575e 100644 --- a/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/mk/LC_MESSAGES/OStatus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:56+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po index 97fcbc39a3..887e1113e4 100644 --- a/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/nl/LC_MESSAGES/OStatus.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:56+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po index aec47170bf..040cb292de 100644 --- a/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/tl/LC_MESSAGES/OStatus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po b/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po index 97c8562b79..5169621143 100644 --- a/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po +++ b/plugins/OStatus/locale/uk/LC_MESSAGES/OStatus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OStatus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:04+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-ostatus\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/OpenExternalLinkTarget/locale/ar/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ar/LC_MESSAGES/OpenExternalLinkTarget.po index 5edf23113d..9b94416c10 100644 --- a/plugins/OpenExternalLinkTarget/locale/ar/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ar/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po index 385fffe141..b465bf8d8a 100644 --- a/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ca/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po index a21e0596eb..184530cd6b 100644 --- a/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/de/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po index 17ed1d5d30..1a88ed1a59 100644 --- a/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/es/LC_MESSAGES/OpenExternalLinkTarget.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po index 3fc45e03d3..f2d5db038e 100644 --- a/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/fr/LC_MESSAGES/OpenExternalLinkTarget.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po index 89504ca820..aa223c9edc 100644 --- a/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/gl/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po index 82445a83c8..7a107d536c 100644 --- a/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/he/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po index 45c030ded9..c53fd308c2 100644 --- a/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ia/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po index 257c96c626..7b9513271d 100644 --- a/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/mk/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po index a2a6a77b62..5cd7cfcd96 100644 --- a/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/nb/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:48:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po index 9d1e5539c9..ea316d124b 100644 --- a/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/nl/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po index 3cc6581b45..0c9b4e7353 100644 --- a/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/pt/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:16+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po index 92c2c01095..da95fcd962 100644 --- a/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/ru/LC_MESSAGES/OpenExternalLinkTarget.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po index 36a248eb76..cd0a49a805 100644 --- a/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/tl/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po index cab13818ee..241c2ed1de 100644 --- a/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/uk/LC_MESSAGES/OpenExternalLinkTarget.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:51+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po b/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po index bd38df0c68..275d779d75 100644 --- a/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po +++ b/plugins/OpenExternalLinkTarget/locale/zh_CN/LC_MESSAGES/OpenExternalLinkTarget.po @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenExternalLinkTarget\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:17+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:52+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:10+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-openexternallinktarget\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/OpenID/locale/ar/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ar/LC_MESSAGES/OpenID.po index b5920b1754..ccaad42129 100644 --- a/plugins/OpenID/locale/ar/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ar/LC_MESSAGES/OpenID.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:52+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po index 869796d5ac..c9db1f4ee6 100644 --- a/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ca/LC_MESSAGES/OpenID.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:52+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po index 765fa667e4..b6ae011668 100644 --- a/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/de/LC_MESSAGES/OpenID.po @@ -17,15 +17,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:52+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po index 66c04d48c1..001f18e518 100644 --- a/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/eu/LC_MESSAGES/OpenID.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:52+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po index f069600a15..d2899f1321 100644 --- a/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/fr/LC_MESSAGES/OpenID.po @@ -13,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:52+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -411,7 +410,6 @@ msgid "Invalid team name. Maximum length is 255 characters." msgstr "Nom d’équipe invalide. La taille maximale est de 255 caractères." #. TRANS: Fieldset legend. -#, fuzzy msgctxt "LEGEND" msgid "Trusted provider" msgstr "Fournisseur de confiance" diff --git a/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po index 706a33f572..4a862ebb2d 100644 --- a/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/gl/LC_MESSAGES/OpenID.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:52+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po index 377258415b..3af394e849 100644 --- a/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ia/LC_MESSAGES/OpenID.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:52+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po index 74e4dbbe91..1b30416458 100644 --- a/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/ko/LC_MESSAGES/OpenID.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:53+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ko\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po index 25d437810b..bd3ab09afa 100644 --- a/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/mk/LC_MESSAGES/OpenID.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:53+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po index f25a887305..e76fefca6f 100644 --- a/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/nl/LC_MESSAGES/OpenID.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:53+0000\n" "Last-Translator: Siebrand Mazeland \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" @@ -19,9 +19,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-openid\n" diff --git a/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po index 22b9b95bd4..4d9f66c3b4 100644 --- a/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/sv/LC_MESSAGES/OpenID.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:53+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po index 36049593fa..8bc88eae4f 100644 --- a/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/tl/LC_MESSAGES/OpenID.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:53+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po b/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po index 5403e175d0..6f0b0e3cb6 100644 --- a/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po +++ b/plugins/OpenID/locale/uk/LC_MESSAGES/OpenID.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenID\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:53+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-10-10 14:11:22+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-openid\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po index 12d6874e7a..2c94add9e3 100644 --- a/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/br/LC_MESSAGES/OpenX.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:32+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:53+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-openx\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po index 05b40be966..c1b8b3b59a 100644 --- a/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/de/LC_MESSAGES/OpenX.po @@ -13,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-openx\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po index f3527e92fd..b2baf958f4 100644 --- a/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/fr/LC_MESSAGES/OpenX.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-openx\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po index 0c2e5f7731..8f51c86371 100644 --- a/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/gl/LC_MESSAGES/OpenX.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-openx\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po index 15d3641901..e581c7083e 100644 --- a/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/ia/LC_MESSAGES/OpenX.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-openx\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po index 896a6259f7..395b29240e 100644 --- a/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/mk/LC_MESSAGES/OpenX.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-openx\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po index e9f57539b9..3394973f77 100644 --- a/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/nl/LC_MESSAGES/OpenX.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-openx\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po index 39573f03be..63e160a728 100644 --- a/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/tl/LC_MESSAGES/OpenX.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-openx\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po b/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po index f782c8a422..b48b3dc3e2 100644 --- a/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po +++ b/plugins/OpenX/locale/uk/LC_MESSAGES/OpenX.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - OpenX\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:48:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-openx\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Orbited/locale/de/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/de/LC_MESSAGES/Orbited.po index 3d7961024b..714d6f1eda 100644 --- a/plugins/Orbited/locale/de/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/de/LC_MESSAGES/Orbited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Orbited/locale/es/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/es/LC_MESSAGES/Orbited.po new file mode 100644 index 0000000000..3c2ba7927f --- /dev/null +++ b/plugins/Orbited/locale/es/LC_MESSAGES/Orbited.po @@ -0,0 +1,28 @@ +# Translation of StatusNet - Orbited to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Orbited\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Server exception thrown when no connection can be made to a queue server. +msgid "Failed to connect to queue server." +msgstr "Error al conectar con el servidor de la cola de espera." + +#. TRANS: Plugin description. +msgid "Plugin to make updates using Orbited and STOMP." +msgstr "" +"Complemento (plugin) para hacer actualizaciones mediante Orbited y STOMP." diff --git a/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po index 477d573835..f9a907aa2d 100644 --- a/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/fr/LC_MESSAGES/Orbited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po index d0bc1c46cd..11b9a94400 100644 --- a/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/gl/LC_MESSAGES/Orbited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po index dbf10bfe84..d030e15aae 100644 --- a/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/ia/LC_MESSAGES/Orbited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po index 564aa162a7..657b941c8a 100644 --- a/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/mk/LC_MESSAGES/Orbited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po index 33abc88c76..53a7f4b8c1 100644 --- a/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/nl/LC_MESSAGES/Orbited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po index dcfb824265..72cb66c618 100644 --- a/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/tl/LC_MESSAGES/Orbited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po b/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po index 10938cc5bc..98d7fc863b 100644 --- a/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po +++ b/plugins/Orbited/locale/uk/LC_MESSAGES/Orbited.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Orbited\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:54+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:13+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-orbited\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/PiwikAnalytics/locale/de/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/de/LC_MESSAGES/PiwikAnalytics.po index a7977241fb..df22adeedc 100644 --- a/plugins/PiwikAnalytics/locale/de/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/de/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po index 324951633a..6bfedd80c4 100644 --- a/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/es/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po index 44da55f24d..c4bd2b995c 100644 --- a/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/fr/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po index a2371d61e3..d9635fe335 100644 --- a/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/gl/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po index fde903911f..df23965f98 100644 --- a/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/he/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po index 01214969f7..65d433c1dd 100644 --- a/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/ia/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po index 107318815a..00aeae3302 100644 --- a/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/id/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po index 39a580ce3c..d4b4f63449 100644 --- a/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/mk/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po index 441eeacaf6..6864b831ee 100644 --- a/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/nb/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po index 08679e9a13..c409d0370d 100644 --- a/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/nl/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po index ab01cc3783..ccc3494a5e 100644 --- a/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/pt/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po index 90598a81fc..52e568a256 100644 --- a/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/pt_BR/LC_MESSAGES/PiwikAnalytics.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po index 05785a9be6..5000af9247 100644 --- a/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/ru/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po index 794f2d1336..3b1228ff2f 100644 --- a/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/tl/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:57+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po b/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po index 8e498ea46f..531cc13e45 100644 --- a/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po +++ b/plugins/PiwikAnalytics/locale/uk/LC_MESSAGES/PiwikAnalytics.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PiwikAnalytics\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-piwikanalytics\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Poll/locale/ar/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ar/LC_MESSAGES/Poll.po index dab06f7a28..7a95d54b78 100644 --- a/plugins/Poll/locale/ar/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ar/LC_MESSAGES/Poll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:59+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po index 09ff0f41eb..3a4362b33d 100644 --- a/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ca/LC_MESSAGES/Poll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:59+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Poll/locale/de/LC_MESSAGES/Poll.po b/plugins/Poll/locale/de/LC_MESSAGES/Poll.po index 8224d25cab..84ccae9ed5 100644 --- a/plugins/Poll/locale/de/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/de/LC_MESSAGES/Poll.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:59+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po b/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po index 1d9efeec31..d544ed4c3f 100644 --- a/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/eu/LC_MESSAGES/Poll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:05:59+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po b/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po index 552cb49e54..a02e3b76fa 100644 --- a/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/fr/LC_MESSAGES/Poll.po @@ -13,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po b/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po index cbee19cbd2..894b1cfadd 100644 --- a/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/fur/LC_MESSAGES/Poll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po b/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po index 48342c7fbe..b3e0b8a840 100644 --- a/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/gl/LC_MESSAGES/Poll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po index 5beb1143f2..e92b4dbc9d 100644 --- a/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ia/LC_MESSAGES/Poll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po b/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po index 173a601b35..ae61d6e156 100644 --- a/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/ja/LC_MESSAGES/Poll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po b/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po index f6d7671c6f..6432ce4487 100644 --- a/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/mk/LC_MESSAGES/Poll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po b/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po index b46d283067..3e5e5d5c6d 100644 --- a/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/nl/LC_MESSAGES/Poll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:00+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po b/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po index 2479384cf3..6bf89cc975 100644 --- a/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/tl/LC_MESSAGES/Poll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:58+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po b/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po index a3908e37b5..dba6038562 100644 --- a/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po +++ b/plugins/Poll/locale/uk/LC_MESSAGES/Poll.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Poll\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:15+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-poll\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/PostDebug/locale/de/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/de/LC_MESSAGES/PostDebug.po index 06ceac2bbf..c809c7dbf4 100644 --- a/plugins/PostDebug/locale/de/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/de/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po index e304ad9ed6..ac4108d367 100644 --- a/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/es/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po index 86ee3fe2bf..f69d51aa50 100644 --- a/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/fi/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po index 77535c06fb..ec46b2d1e9 100644 --- a/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/fr/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po index 8e320a995a..764ea858b2 100644 --- a/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/gl/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po index 4bd1350fd8..9edbc04721 100644 --- a/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/he/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:01+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po index 345f29bbe2..20a0871d8e 100644 --- a/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/ia/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po index 534b97c177..1159cf678c 100644 --- a/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/id/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po index 7a4e145174..9b725173a8 100644 --- a/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/ja/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po index acc9e6cc01..e9680798d6 100644 --- a/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/mk/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po index c650513639..b5ae5c4cec 100644 --- a/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/nb/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po index db1f30af84..f1be5d27ca 100644 --- a/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/nl/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po index 33cf63a151..13d42df01a 100644 --- a/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/pt/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po index 661de93df3..6f6ebbe3c5 100644 --- a/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/pt_BR/LC_MESSAGES/PostDebug.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po index c86d87db6e..1620f2ae16 100644 --- a/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/ru/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po index cc124937f4..4c08ef901f 100644 --- a/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/tl/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po b/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po index c5f2996881..73ed54c2e2 100644 --- a/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po +++ b/plugins/PostDebug/locale/uk/LC_MESSAGES/PostDebug.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PostDebug\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:02+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:46:59+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:20+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-postdebug\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po index cf9fe4612a..3995608853 100644 --- a/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: af\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po index 62cb742cf4..d6a99c662c 100644 --- a/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po index 1322df476b..dba2cd1840 100644 --- a/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po index fb0924dd18..c52da33de6 100644 --- a/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po index c3e5b09b56..26737b4694 100644 --- a/plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po @@ -1,6 +1,7 @@ # Translation of StatusNet - PoweredByStatusNet to Spanish (Español) -# Expored from translatewiki.net +# Exported from translatewiki.net # +# Author: Armando-Martin # Author: Peter17 # -- # This file is distributed under the same license as the StatusNet package. @@ -9,30 +10,26 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-16 15:08+0000\n" -"PO-Revision-Date: 2010-12-16 15:12:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2010-11-30 20:43:51+0000\n" -"X-Generator: MediaWiki 1.18alpha (r78478); Translate extension (2010-09-17)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. TRANS: %s is a URL to status.net with "StatusNet" (localised) as link text. -#: PoweredByStatusNetPlugin.php:51 -#, php-format -msgid "powered by %s" -msgstr "" +#. TRANS: Text output after site name. +msgid "powered by StatusNet" +msgstr "Desarrollado por StatusNet" -#: PoweredByStatusNetPlugin.php:53 -msgid "StatusNet" -msgstr "StatusNet" - -#: PoweredByStatusNetPlugin.php:66 +#. TRANS: Plugin description. msgid "" "Outputs \"powered by StatusNet\" after " "site name." msgstr "" +"Añade la frase \"desarrollado por StatusNet\" tras el nombre del sitio." diff --git a/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po index b718f9ee49..af1a60af22 100644 --- a/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po index 5583514af9..52453c199e 100644 --- a/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po index 0eb47f8691..2b8f586e65 100644 --- a/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po index 94117ed10f..2011978abc 100644 --- a/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po index 0ecb7bc5ac..b52679422a 100644 --- a/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:03+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po index 0b1ad82de1..efc202052b 100644 --- a/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po index 914c7bbc8e..f034412d02 100644 --- a/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po index 14645d0154..0e68526683 100644 --- a/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po index 357726fe52..6467eaba22 100644 --- a/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po index 051e0bb59b..5ed77ea601 100644 --- a/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po index a8c05e8d8f..2b14a9bcd7 100644 --- a/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po index baf2b96a13..cfc8657b42 100644 --- a/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po +++ b/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PoweredByStatusNet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:26+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po index afa2a06077..986deb702e 100644 --- a/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/br/LC_MESSAGES/PtitUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:00+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po index c5db14bf4c..ae11664520 100644 --- a/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ca/LC_MESSAGES/PtitUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po index 393d6e1d1a..224837821e 100644 --- a/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/de/LC_MESSAGES/PtitUrl.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po index 586f7699d1..b6c3a5111d 100644 --- a/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/es/LC_MESSAGES/PtitUrl.po @@ -1,6 +1,7 @@ # Translation of StatusNet - PtitUrl to Spanish (Español) # Exported from translatewiki.net # +# Author: Armando-Martin # Author: Translationista # -- # This file is distributed under the same license as the StatusNet package. @@ -9,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -25,6 +25,8 @@ msgstr "" #. TRANS: Exception thrown when URL shortening plugin was configured incorrectly. msgid "You must specify a serviceUrl for ptit URL shortening." msgstr "" +"Debe especificar un \"serviceUrl\" para el servicio \"ptit\" de acortamiento " +"de direcciones URL." #. TRANS: Plugin description. %1$s is the URL shortening service base URL (for example "bit.ly"). #, php-format diff --git a/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po index 2b26b04f86..9ac759576a 100644 --- a/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/fr/LC_MESSAGES/PtitUrl.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po index c056bb54c2..8990ade121 100644 --- a/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/gl/LC_MESSAGES/PtitUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po index 5c4dbc95f7..ae29a6289c 100644 --- a/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/he/LC_MESSAGES/PtitUrl.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po index 9946bac334..674b940b28 100644 --- a/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ia/LC_MESSAGES/PtitUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po index 984c4c09ec..bbca2a2535 100644 --- a/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ja/LC_MESSAGES/PtitUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po index 1c7684dd2d..86d7f7a0d2 100644 --- a/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/mk/LC_MESSAGES/PtitUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po index 7c66677248..efe46bbd92 100644 --- a/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/nb/LC_MESSAGES/PtitUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po index 767ade2f72..89ed5eb717 100644 --- a/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/nl/LC_MESSAGES/PtitUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po index 24e07f425d..9fc7ccb71e 100644 --- a/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/pt/LC_MESSAGES/PtitUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po index 018e60c803..315bd54e3d 100644 --- a/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/pt_BR/LC_MESSAGES/PtitUrl.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po index 4884f398d6..e79dd1d8a2 100644 --- a/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/ru/LC_MESSAGES/PtitUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po index 2a9cda3ea3..94d0d4881f 100644 --- a/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/tl/LC_MESSAGES/PtitUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po b/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po index 8a4546496f..54db9a10c2 100644 --- a/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po +++ b/plugins/PtitUrl/locale/uk/LC_MESSAGES/PtitUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - PtitUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-ptiturl\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po index c4a6c250e7..f526bb13c0 100644 --- a/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ar/LC_MESSAGES/QnA.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/QnA/locale/br/LC_MESSAGES/QnA.po b/plugins/QnA/locale/br/LC_MESSAGES/QnA.po index 0431de4a3c..a38a223088 100644 --- a/plugins/QnA/locale/br/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/br/LC_MESSAGES/QnA.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po index 19ca93279f..fda418c224 100644 --- a/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ca/LC_MESSAGES/QnA.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:01+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/QnA/locale/de/LC_MESSAGES/QnA.po b/plugins/QnA/locale/de/LC_MESSAGES/QnA.po index 4c14ca13a9..c1f4fb4a3d 100644 --- a/plugins/QnA/locale/de/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/de/LC_MESSAGES/QnA.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:02+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po b/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po index 12bdc0cf0d..d05dcaa9d5 100644 --- a/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/eu/LC_MESSAGES/QnA.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:02+0000\n" "Language-Team: Basque \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eu\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po b/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po index c71502da76..2eedec43d1 100644 --- a/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/fr/LC_MESSAGES/QnA.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:02+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po index b26b651647..5eb6884e25 100644 --- a/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/gl/LC_MESSAGES/QnA.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:02+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po index 7fe7f0c774..d4e2a7c0e2 100644 --- a/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ia/LC_MESSAGES/QnA.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:02+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po b/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po index 8643c82e71..2fb9305125 100644 --- a/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/ja/LC_MESSAGES/QnA.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:02+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po b/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po index ea540515d2..fc11edce0e 100644 --- a/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/mk/LC_MESSAGES/QnA.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:02+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po index 6a21e07385..0f339fc7aa 100644 --- a/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/nl/LC_MESSAGES/QnA.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:02+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po index c5db31ec23..6adea29bef 100644 --- a/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/pl/LC_MESSAGES/QnA.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:02+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " diff --git a/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po b/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po index 1e8c4aa2d1..a344bfc592 100644 --- a/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/tl/LC_MESSAGES/QnA.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:02+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po b/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po index 1a6cc458a6..7c786f3b7b 100644 --- a/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po +++ b/plugins/QnA/locale/uk/LC_MESSAGES/QnA.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - QnA\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:02+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-qna\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/RSSCloud/locale/de/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/de/LC_MESSAGES/RSSCloud.po index 3fc7ace5a2..d84411603b 100644 --- a/plugins/RSSCloud/locale/de/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/de/LC_MESSAGES/RSSCloud.po @@ -13,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:27+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po index bfc46aec8f..2a22e88375 100644 --- a/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/fr/LC_MESSAGES/RSSCloud.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po index 346a61dcf1..4a96e7d4cd 100644 --- a/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/gl/LC_MESSAGES/RSSCloud.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po index f91efcfb84..f9c2f139d9 100644 --- a/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/ia/LC_MESSAGES/RSSCloud.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po index c405cfdc9f..133e9a9d03 100644 --- a/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/mk/LC_MESSAGES/RSSCloud.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po index b9eb8bb398..bd39ee3b46 100644 --- a/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/nl/LC_MESSAGES/RSSCloud.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po index a2ad3a738a..776b79f667 100644 --- a/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/tl/LC_MESSAGES/RSSCloud.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po b/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po index bcdd03d464..fd9217cf69 100644 --- a/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po +++ b/plugins/RSSCloud/locale/uk/LC_MESSAGES/RSSCloud.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RSSCloud\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:28+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-08-16 06:59:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-rsscloud\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po index db9826faf6..dd4e944e6a 100644 --- a/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/af/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: af\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po index a4a3e9d0c1..426c96fdcb 100644 --- a/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ar/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po index 3b9b61372b..8c3ebc4b8a 100644 --- a/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/br/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po index be423f4253..d347144b26 100644 --- a/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ca/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po index 49ac7848f3..a7284e1d08 100644 --- a/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/de/LC_MESSAGES/Realtime.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po index f37cd947d3..141050a794 100644 --- a/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/fr/LC_MESSAGES/Realtime.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po index a6d70192f5..6e9d5b1ceb 100644 --- a/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/gl/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po index 02684b1db0..cf4350fef9 100644 --- a/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ia/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po index 624a309ca6..f537eec8e6 100644 --- a/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/lv/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Latvian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lv\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n != " diff --git a/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po index 1435e4be1e..5c00a415e0 100644 --- a/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/mk/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:48+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po index 00a1c88637..059a42a2de 100644 --- a/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/ne/LC_MESSAGES/Realtime.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Nepali \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ne\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po index 59ee87d45d..fa066d060f 100644 --- a/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/nl/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po index 945a3bfa5a..1d1f04b400 100644 --- a/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/pl/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " diff --git a/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po index 49a86ea5ae..6d33244c4b 100644 --- a/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/sv/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po index 8465b25537..47a68de955 100644 --- a/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/tl/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po index 9b4237ba37..ab8d9226e5 100644 --- a/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/tr/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po b/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po index 74247d80c4..358d6b4d7b 100644 --- a/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po +++ b/plugins/Realtime/locale/uk/LC_MESSAGES/Realtime.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Realtime\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:15:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2012-01-02 10:10:45+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-realtime\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po index f72659a5b5..f3ad676b98 100644 --- a/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/ca/LC_MESSAGES/Recaptcha.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po index f87b51be85..5763bce777 100644 --- a/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/de/LC_MESSAGES/Recaptcha.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Recaptcha/locale/es/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/es/LC_MESSAGES/Recaptcha.po new file mode 100644 index 0000000000..2402a741f0 --- /dev/null +++ b/plugins/Recaptcha/locale/es/LC_MESSAGES/Recaptcha.po @@ -0,0 +1,35 @@ +# Translation of StatusNet - Recaptcha to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Recaptcha\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Field label. +msgid "Captcha" +msgstr "Verificador Captcha" + +#. TRANS: Error message displayed if a provided captcha response does not match. +msgid "Captcha does not match!" +msgstr "¡El código de verificación Captcha no coincide!" + +#. TRANS: Plugin description. +msgid "" +"Uses Recaptcha service to add a " +"captcha to the registration page." +msgstr "" +"Use el servicio Recaptcha para añadir " +"un código de verificación Captcha a la página de registro." diff --git a/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po index 00c07ebeb2..2a15096fbe 100644 --- a/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/fr/LC_MESSAGES/Recaptcha.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po index 4b83f9bda8..733169ab3f 100644 --- a/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/fur/LC_MESSAGES/Recaptcha.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:03+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po index 0b36f5f7d3..7b1ecf28aa 100644 --- a/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/gl/LC_MESSAGES/Recaptcha.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po index 1c643e8d61..d2fb58b592 100644 --- a/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/ia/LC_MESSAGES/Recaptcha.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:18+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po index b7dcd09c67..30a780f5a4 100644 --- a/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/mk/LC_MESSAGES/Recaptcha.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po index 8e8413fef4..1bbc5f2e2d 100644 --- a/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/nb/LC_MESSAGES/Recaptcha.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po index ccb0fad979..fd10c9fd08 100644 --- a/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/nl/LC_MESSAGES/Recaptcha.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po index f2c8ce7682..3914a3addd 100644 --- a/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/pl/LC_MESSAGES/Recaptcha.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " diff --git a/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po index 409a43b9be..28ca42e67f 100644 --- a/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/pt/LC_MESSAGES/Recaptcha.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po index dc789c0a2d..951bb51ac0 100644 --- a/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/ru/LC_MESSAGES/Recaptcha.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po index 59912baa44..d0a94f1ea6 100644 --- a/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/sv/LC_MESSAGES/Recaptcha.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po index d7535bdaba..6461d3b551 100644 --- a/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/tl/LC_MESSAGES/Recaptcha.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po b/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po index a52f8fa920..cff3c62fd7 100644 --- a/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po +++ b/plugins/Recaptcha/locale/uk/LC_MESSAGES/Recaptcha.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Recaptcha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:19+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:24+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-recaptcha\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po index 6e454be9ac..89b6ca5ff9 100644 --- a/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/ca/LC_MESSAGES/RegisterThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po index c9ab096879..d768ee6c05 100644 --- a/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/de/LC_MESSAGES/RegisterThrottle.po @@ -1,6 +1,7 @@ # Translation of StatusNet - RegisterThrottle to German (Deutsch) # Exported from translatewiki.net # +# Author: LWChris # Author: The Evil IP address # -- # This file is distributed under the same license as the StatusNet package. @@ -9,22 +10,21 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Server exception thrown when no IP address can be found for a registation attempt. msgid "Cannot find IP address." -msgstr "Kann IP-Addresse nicht finden." +msgstr "Kann IP-Adresse nicht finden." #. TRANS: Exception thrown when too many user have registered from one IP address within a given time frame. msgid "Too many registrations. Take a break and try again later." diff --git a/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po new file mode 100644 index 0000000000..f922329399 --- /dev/null +++ b/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po @@ -0,0 +1,35 @@ +# Translation of StatusNet - RegisterThrottle to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - RegisterThrottle\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Server exception thrown when no IP address can be found for a registation attempt. +msgid "Cannot find IP address." +msgstr "No se pudo encontrar la dirección IP" + +#. TRANS: Exception thrown when too many user have registered from one IP address within a given time frame. +msgid "Too many registrations. Take a break and try again later." +msgstr "Demasiados registros. Haga una pausa e inténtelo más tarde." + +#. TRANS: Exception thrown when attempting to register from an IP address from which silenced users have registered. +msgid "A banned user has registered from this address." +msgstr "Un usuario bloqueado se ha registrado desde esta dirección." + +#. TRANS: Plugin description. +msgid "Throttles excessive registration from a single IP address." +msgstr "Evita la excesiva creación de cuentas desde una misma dirección IP." diff --git a/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po index 77c861d79d..766c3a762c 100644 --- a/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/fr/LC_MESSAGES/RegisterThrottle.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po index df8bba95df..feb94125ec 100644 --- a/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po index bae6bcf069..dd0b680846 100644 --- a/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/ia/LC_MESSAGES/RegisterThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po index 0be19c72e7..e1b8f4d3a8 100644 --- a/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/mk/LC_MESSAGES/RegisterThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po index 7394ef512c..4d5185e360 100644 --- a/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/nl/LC_MESSAGES/RegisterThrottle.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po index 7291818c03..86d7135e6e 100644 --- a/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/tl/LC_MESSAGES/RegisterThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po index e220487604..5b5c2e38bd 100644 --- a/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/uk/LC_MESSAGES/RegisterThrottle.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RegisterThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-registerthrottle\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/RequireValidatedEmail/locale/ar/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/ar/LC_MESSAGES/RequireValidatedEmail.po index 3c6ab5ef15..8556ab3465 100644 --- a/plugins/RequireValidatedEmail/locale/ar/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/ar/LC_MESSAGES/RequireValidatedEmail.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:22+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po index 7532662f5e..cd8c728a54 100644 --- a/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/br/LC_MESSAGES/RequireValidatedEmail.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po index 5f0b0d740e..a12d8bccad 100644 --- a/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/ca/LC_MESSAGES/RequireValidatedEmail.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po index e0e5efae20..6091df294a 100644 --- a/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/de/LC_MESSAGES/RequireValidatedEmail.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po index b8e1925ad4..d682c1719a 100644 --- a/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/fr/LC_MESSAGES/RequireValidatedEmail.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po index 68bd046f1f..c80a96e704 100644 --- a/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/gl/LC_MESSAGES/RequireValidatedEmail.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po index 1a00198b97..bba354a752 100644 --- a/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/ia/LC_MESSAGES/RequireValidatedEmail.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po index 04df2d80aa..cfa5d2ba5f 100644 --- a/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/mk/LC_MESSAGES/RequireValidatedEmail.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:23+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po index 7f8770588f..aa9298230b 100644 --- a/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/nl/LC_MESSAGES/RequireValidatedEmail.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po index 962152cc43..551cae629d 100644 --- a/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/pl/LC_MESSAGES/RequireValidatedEmail.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " diff --git a/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po index e43c73b940..b61b3a1a7f 100644 --- a/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/tl/LC_MESSAGES/RequireValidatedEmail.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po b/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po index c33ccb4be1..a35a128b5b 100644 --- a/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po +++ b/plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - RequireValidatedEmail\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-18 16:19:28+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-requirevalidatedemail\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/ReverseUsernameAuthentication/locale/de/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/de/LC_MESSAGES/ReverseUsernameAuthentication.po index b794d71d61..afb73c142a 100644 --- a/plugins/ReverseUsernameAuthentication/locale/de/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/de/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/es/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/es/LC_MESSAGES/ReverseUsernameAuthentication.po new file mode 100644 index 0000000000..e3bfc04c4d --- /dev/null +++ b/plugins/ReverseUsernameAuthentication/locale/es/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -0,0 +1,29 @@ +# Translation of StatusNet - ReverseUsernameAuthentication to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "" +"The Reverse Username Authentication plugin allows for StatusNet to handle " +"authentication by checking if the provided password is the same as the " +"reverse of the username." +msgstr "" +"El complemento (plugin) Reverse Username Authentication permite a StatusNet " +"controlar la autenticación comprobando si la contraseña proporcionada es la " +"misma que el reverso del nombre de usuario." diff --git a/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po index 233ef0b94d..4fde939c39 100644 --- a/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/fr/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:24+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po index 2dc8ccf48d..befbe47b92 100644 --- a/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/gl/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po index ce4910d867..1be4f7b3ca 100644 --- a/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/he/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po index 23c5c8da54..e343b8c31f 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/ia/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po index 1e2adf7e6f..da626f47f2 100644 --- a/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/id/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po index eca2404a9a..4fba5d7481 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/ja/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po index c4bf47b630..7939be07fe 100644 --- a/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/mk/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:05+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po index da5b72f5fe..a1bd858611 100644 --- a/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/nb/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po index ca3401676e..2e6a972ce2 100644 --- a/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/nl/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:25+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po index ffcb31ebca..eae2089d5e 100644 --- a/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/ru/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po index bebde9c68e..b4968b8c78 100644 --- a/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/tl/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po b/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po index 1dc3ae09bd..5ae3fe3e69 100644 --- a/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po +++ b/plugins/ReverseUsernameAuthentication/locale/uk/LC_MESSAGES/ReverseUsernameAuthentication.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ReverseUsernameAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-reverseusernameauthentication\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/SQLProfile/locale/de/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/de/LC_MESSAGES/SQLProfile.po index d5449380cd..c23ac038de 100644 --- a/plugins/SQLProfile/locale/de/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/de/LC_MESSAGES/SQLProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po index 30c4436fe8..a4b374db74 100644 --- a/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/fr/LC_MESSAGES/SQLProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po index 93007733f5..87bae65e5c 100644 --- a/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/gl/LC_MESSAGES/SQLProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po index 3fada167fa..48a9dd9b17 100644 --- a/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/he/LC_MESSAGES/SQLProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po index 91af15ef57..c3f3fd154a 100644 --- a/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/ia/LC_MESSAGES/SQLProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po index 041a0864e3..33e0b37c09 100644 --- a/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/mk/LC_MESSAGES/SQLProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po index 426b990f59..4a6d08d4cf 100644 --- a/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/nl/LC_MESSAGES/SQLProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po index d4e40e5a3e..9f6c022898 100644 --- a/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/pt/LC_MESSAGES/SQLProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po index 7941008c27..0a95e9ccd3 100644 --- a/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/ru/LC_MESSAGES/SQLProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po index 782f9b8041..eef851bd31 100644 --- a/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/tl/LC_MESSAGES/SQLProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po b/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po index cd38633f67..0810087c3e 100644 --- a/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po +++ b/plugins/SQLProfile/locale/uk/LC_MESSAGES/SQLProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:45+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-sqlprofile\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/SQLStats/locale/de/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/de/LC_MESSAGES/SQLStats.po index f2b7508dc7..9de8daf16e 100644 --- a/plugins/SQLStats/locale/de/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/de/LC_MESSAGES/SQLStats.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:13+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po index ea36c5a11f..b8ee2788f6 100644 --- a/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/fr/LC_MESSAGES/SQLStats.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:13+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po index 5271312d26..d1f4c56cad 100644 --- a/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/gl/LC_MESSAGES/SQLStats.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:13+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po index 36e1bbfd2b..4433c18ee1 100644 --- a/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/he/LC_MESSAGES/SQLStats.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:13+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po index a7ad1602d7..3efd6599af 100644 --- a/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/ia/LC_MESSAGES/SQLStats.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:13+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po index fe706dc83d..a2cdd274d2 100644 --- a/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/ksh/LC_MESSAGES/SQLStats.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:13+0000\n" "Language-Team: Colognian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ksh\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po index e64abb5c35..deef53ba0e 100644 --- a/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/mk/LC_MESSAGES/SQLStats.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:13+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po index 11e041586f..9b22978168 100644 --- a/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/nl/LC_MESSAGES/SQLStats.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:13+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po index 0c11296e90..13b5cabab3 100644 --- a/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/tl/LC_MESSAGES/SQLStats.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:13+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po b/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po index de31d19e0e..76a336e2be 100644 --- a/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po +++ b/plugins/SQLStats/locale/uk/LC_MESSAGES/SQLStats.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SQLStats\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:46+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:13+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:39+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-sqlstats\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Sample/locale/af/LC_MESSAGES/Sample.po b/plugins/Sample/locale/af/LC_MESSAGES/Sample.po index 3d65935031..9a57c75b0c 100644 --- a/plugins/Sample/locale/af/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/af/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Afrikaans \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: af\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po index e505663db3..64d0474873 100644 --- a/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ar/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/Sample/locale/br/LC_MESSAGES/Sample.po b/plugins/Sample/locale/br/LC_MESSAGES/Sample.po index 0f5e595439..3de6123943 100644 --- a/plugins/Sample/locale/br/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/br/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po index 412ddcd1fb..5bf204779c 100644 --- a/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ca/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:29+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sample/locale/de/LC_MESSAGES/Sample.po b/plugins/Sample/locale/de/LC_MESSAGES/Sample.po index 5a0139b6e6..cfbee2dfd7 100644 --- a/plugins/Sample/locale/de/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/de/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:06+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po b/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po index 20242fbdcd..4b5de2694d 100644 --- a/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/fr/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po index ebb00d3a34..da12bbe2af 100644 --- a/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/gl/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po index 3a02fa84cf..90ab5995b6 100644 --- a/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ia/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po b/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po index e2962ba569..0ef5187bb6 100644 --- a/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/lb/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lb\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po b/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po index 83c6385361..7717f45068 100644 --- a/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/mk/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po index d13dfb5d30..47c4833276 100644 --- a/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/nl/LC_MESSAGES/Sample.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po b/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po index c30e07b177..3cbb7bfb21 100644 --- a/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/pdc/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Deitsch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pdc\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po b/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po index d085d3b459..3cf82a7d05 100644 --- a/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/ru/LC_MESSAGES/Sample.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po b/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po index ea6513cc8d..b705397f1e 100644 --- a/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/tl/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po b/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po index df63f8d248..badcce479f 100644 --- a/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/uk/LC_MESSAGES/Sample.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:30+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po b/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po index 6878dfac80..03201b9f8c 100644 --- a/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po +++ b/plugins/Sample/locale/zh_CN/LC_MESSAGES/Sample.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sample\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:31+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-sample\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po index 0af8ca696c..7a0b4c438e 100644 --- a/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/ca/LC_MESSAGES/SearchSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po index 11a900d572..531b948d35 100644 --- a/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/de/LC_MESSAGES/SearchSub.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:33+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po index 0284629708..75f92e8b88 100644 --- a/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/fr/LC_MESSAGES/SearchSub.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po index 74ab31dbc9..4a62155349 100644 --- a/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/gl/LC_MESSAGES/SearchSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po index f6fad22681..56f52c6c3a 100644 --- a/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/ia/LC_MESSAGES/SearchSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:07+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po index 041fc215ca..58044722db 100644 --- a/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/mk/LC_MESSAGES/SearchSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po index 63da10be77..4624f752d6 100644 --- a/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/nl/LC_MESSAGES/SearchSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po index ff32e1bb3e..1552908a2c 100644 --- a/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/tl/LC_MESSAGES/SearchSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po b/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po index c6fc478fa5..746594e853 100644 --- a/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po +++ b/plugins/SearchSub/locale/uk/LC_MESSAGES/SearchSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SearchSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:34+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-searchsub\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/ShareNotice/locale/ar/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/ar/LC_MESSAGES/ShareNotice.po index 6fa2a45e45..f2896dccf1 100644 --- a/plugins/ShareNotice/locale/ar/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/ar/LC_MESSAGES/ShareNotice.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po index c95662239d..6bcf5db892 100644 --- a/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/br/LC_MESSAGES/ShareNotice.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po index 31428297fd..b4e6ed0df0 100644 --- a/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/ca/LC_MESSAGES/ShareNotice.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po index 28938556a7..8ba4af8bcd 100644 --- a/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/de/LC_MESSAGES/ShareNotice.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:35+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po index 1404a270ed..9594b241c4 100644 --- a/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/fi/LC_MESSAGES/ShareNotice.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po index 3147e951ff..8acd18ef42 100644 --- a/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/fr/LC_MESSAGES/ShareNotice.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po index 679a9a8621..702b2e0b8e 100644 --- a/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/gl/LC_MESSAGES/ShareNotice.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po index d0f238088f..eb07b0d4ea 100644 --- a/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/ia/LC_MESSAGES/ShareNotice.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po index aa3de71967..5626fc5b48 100644 --- a/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/mk/LC_MESSAGES/ShareNotice.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po index c52505f68d..c77179a87f 100644 --- a/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/nl/LC_MESSAGES/ShareNotice.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po index 7e35aff498..d3bf74ef56 100644 --- a/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/pl/LC_MESSAGES/ShareNotice.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:08+0000\n" "Language-Team: Polish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pl\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " diff --git a/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po index 8b0a38d763..6864442707 100644 --- a/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/te/LC_MESSAGES/ShareNotice.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po index 8715825996..bc8c89f7b2 100644 --- a/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/tl/LC_MESSAGES/ShareNotice.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po index 223cf092fa..f84a6f294d 100644 --- a/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/tr/LC_MESSAGES/ShareNotice.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po b/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po index 76c065e959..6259e6ee1d 100644 --- a/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po +++ b/plugins/ShareNotice/locale/uk/LC_MESSAGES/ShareNotice.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - ShareNotice\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:36+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:49:02+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-sharenotice\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po index 0f0ece24d9..8cd9e9413b 100644 --- a/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/br/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po index 247d1712e7..17b381f83a 100644 --- a/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/de/LC_MESSAGES/SimpleUrl.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po index 327f5e66b7..da88483d5e 100644 --- a/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/es/LC_MESSAGES/SimpleUrl.po @@ -1,6 +1,7 @@ # Translation of StatusNet - SimpleUrl to Spanish (Español) # Exported from translatewiki.net # +# Author: Armando-Martin # Author: Translationista # -- # This file is distributed under the same license as the StatusNet package. @@ -9,22 +10,21 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. TRANS: Exception thrown when the SimpleUrl plugin has been configured incorrectly. msgid "You must specify a serviceUrl." -msgstr "" +msgstr "Debe especificar un \"serviceUrl\"." #. TRANS: Plugin description. #, php-format diff --git a/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po index c87cce1696..d797839900 100644 --- a/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/fi/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po index fc054997d1..0b23a3c7fa 100644 --- a/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/fr/LC_MESSAGES/SimpleUrl.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:37+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po index c12cec9357..6068298081 100644 --- a/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/gl/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po index 91c3c1922d..9c3693cdcc 100644 --- a/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/he/LC_MESSAGES/SimpleUrl.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po index 68dcc8d3c2..fe4dc9cd68 100644 --- a/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/ia/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po index 24a21baa69..8c77c61730 100644 --- a/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/id/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po index bcdd2dab64..2babd33971 100644 --- a/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/ja/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po index 138db05553..7c9625c2e3 100644 --- a/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/mk/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:38+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po index abce895bf4..eaf8dae71f 100644 --- a/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/nb/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po index bdf04bb3bd..d229213379 100644 --- a/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/nl/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po index 046642d55f..e77b4d9f55 100644 --- a/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/pt/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po index e73b297986..d9765342f7 100644 --- a/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/ru/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po index 0e1ad9b933..a3631041b5 100644 --- a/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/tl/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po b/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po index 8e39c776c5..1a00d4d3c0 100644 --- a/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po +++ b/plugins/SimpleUrl/locale/uk/LC_MESSAGES/SimpleUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SimpleUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:39+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:23+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-simpleurl\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po index 0011f45c32..61ec6a3f9b 100644 --- a/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/br/LC_MESSAGES/Sitemap.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:09+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po index 6f2e822ffc..e176974252 100644 --- a/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/de/LC_MESSAGES/Sitemap.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po index 93650e7147..0f9a444f2b 100644 --- a/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/fr/LC_MESSAGES/Sitemap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po index b39c25edea..9c0d334081 100644 --- a/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/gl/LC_MESSAGES/Sitemap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po index b0e409fe88..3e9e18601e 100644 --- a/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/ia/LC_MESSAGES/Sitemap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po index be4fa51d52..6fe4dd4120 100644 --- a/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/mk/LC_MESSAGES/Sitemap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po index a1a2956632..75220b8b06 100644 --- a/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/nl/LC_MESSAGES/Sitemap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po index 0ac0efdbbf..920fdfd348 100644 --- a/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/ru/LC_MESSAGES/Sitemap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:41+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po index 4727a08f95..2003367dbc 100644 --- a/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/tl/LC_MESSAGES/Sitemap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po b/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po index 505231bfc7..433327d36e 100644 --- a/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po +++ b/plugins/Sitemap/locale/uk/LC_MESSAGES/Sitemap.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Sitemap\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-sitemap\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/SlicedFavorites/locale/de/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/de/LC_MESSAGES/SlicedFavorites.po index c4ec4ad819..92ff451fb4 100644 --- a/plugins/SlicedFavorites/locale/de/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/de/LC_MESSAGES/SlicedFavorites.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SlicedFavorites/locale/es/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/es/LC_MESSAGES/SlicedFavorites.po new file mode 100644 index 0000000000..435fe19ade --- /dev/null +++ b/plugins/SlicedFavorites/locale/es/LC_MESSAGES/SlicedFavorites.po @@ -0,0 +1,28 @@ +# Translation of StatusNet - SlicedFavorites to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - SlicedFavorites\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Shows timelines of popular notices for defined subsets of users." +msgstr "" +"Muestra listas de notas populares para subconjuntos definidos de usuarios." + +#. TRANS: Client exception. +msgid "Unknown favorites slice." +msgstr "Sección de favoritos desconocida" diff --git a/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po index 2cd9f85e6b..35123168db 100644 --- a/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/fr/LC_MESSAGES/SlicedFavorites.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po index c87eba906c..f25ace971e 100644 --- a/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/gl/LC_MESSAGES/SlicedFavorites.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po index 9bd616f457..ce11d557f1 100644 --- a/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/he/LC_MESSAGES/SlicedFavorites.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po index c9c1ac5ded..4fc31609d5 100644 --- a/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/ia/LC_MESSAGES/SlicedFavorites.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po index 54e9e3daac..0b5e75c8cd 100644 --- a/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/id/LC_MESSAGES/SlicedFavorites.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:42+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po index dda2865612..56217a04ca 100644 --- a/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/mk/LC_MESSAGES/SlicedFavorites.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:10+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po index 71120249b9..f99eb7cfe0 100644 --- a/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/nl/LC_MESSAGES/SlicedFavorites.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po index c5938e2d72..9bbb7e8b7d 100644 --- a/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/ru/LC_MESSAGES/SlicedFavorites.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po index 4e2eb41ac3..c37455ca65 100644 --- a/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/tl/LC_MESSAGES/SlicedFavorites.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po b/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po index a77545daf9..e9d541c727 100644 --- a/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po +++ b/plugins/SlicedFavorites/locale/uk/LC_MESSAGES/SlicedFavorites.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SlicedFavorites\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-slicedfavorites\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/SphinxSearch/locale/de/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/de/LC_MESSAGES/SphinxSearch.po index 58d77ed669..918722183c 100644 --- a/plugins/SphinxSearch/locale/de/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/de/LC_MESSAGES/SphinxSearch.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SphinxSearch/locale/es/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/es/LC_MESSAGES/SphinxSearch.po new file mode 100644 index 0000000000..d624b959ec --- /dev/null +++ b/plugins/SphinxSearch/locale/es/LC_MESSAGES/SphinxSearch.po @@ -0,0 +1,31 @@ +# Translation of StatusNet - SphinxSearch to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - SphinxSearch\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Server exception thrown when a database name cannot be identified. +msgid "Sphinx search could not identify database name." +msgstr "La búsqueda Sphinx nn pudo identificar el nombre de la base de datos." + +#. TRANS: Server exception. +msgid "Sphinx PHP extension must be installed." +msgstr "La extensión PHP Sphinx debe ser instalada." + +#. TRANS: Plugin description. +msgid "Plugin for Sphinx search backend." +msgstr "Complemento (plugin) para el motor de búsquedas Sphinx." diff --git a/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po index e82a52e982..f9db67535f 100644 --- a/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/fr/LC_MESSAGES/SphinxSearch.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po index 2044ad154b..956acf8896 100644 --- a/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/gl/LC_MESSAGES/SphinxSearch.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po index 34dbaeda39..a3d6b6bd22 100644 --- a/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/ia/LC_MESSAGES/SphinxSearch.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:43+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po index 29accbf436..1bc765e5f5 100644 --- a/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/mk/LC_MESSAGES/SphinxSearch.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po index 190d14a050..a2180f07a0 100644 --- a/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/nl/LC_MESSAGES/SphinxSearch.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po index 73d4ed7fb3..6fa59f4770 100644 --- a/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/ru/LC_MESSAGES/SphinxSearch.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po index ee7dab2999..abccc32326 100644 --- a/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/tl/LC_MESSAGES/SphinxSearch.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po b/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po index 613e272f0d..3fc9ef7c3c 100644 --- a/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po +++ b/plugins/SphinxSearch/locale/uk/LC_MESSAGES/SphinxSearch.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SphinxSearch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:37+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-sphinxsearch\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Spotify/locale/de/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/de/LC_MESSAGES/Spotify.po index 3c35b1d360..9c7e6c42ac 100644 --- a/plugins/Spotify/locale/de/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/de/LC_MESSAGES/Spotify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Spotify/locale/es/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/es/LC_MESSAGES/Spotify.po new file mode 100644 index 0000000000..5ad3ce861b --- /dev/null +++ b/plugins/Spotify/locale/es/LC_MESSAGES/Spotify.po @@ -0,0 +1,24 @@ +# Translation of StatusNet - Spotify to Spanish (Español) +# Exported from translatewiki.net +# +# Author: Armando-Martin +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Spotify\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. TRANS: Plugin description. +msgid "Create pretty Spotify URLs." +msgstr "" +"Crear direcciones URL para Spotify." diff --git a/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po index fc23be1d9d..324cc4daa9 100644 --- a/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/gl/LC_MESSAGES/Spotify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po index 060d301f0c..12c7f6d2b6 100644 --- a/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/he/LC_MESSAGES/Spotify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po index 24769459b0..03756c0b50 100644 --- a/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/ia/LC_MESSAGES/Spotify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:11+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po index 23d2a9a501..41f31d087e 100644 --- a/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/mk/LC_MESSAGES/Spotify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po index eb54d103cd..480c110619 100644 --- a/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/nl/LC_MESSAGES/Spotify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po b/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po index 4a7556930d..05e13e9771 100644 --- a/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po +++ b/plugins/Spotify/locale/sv/LC_MESSAGES/Spotify.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Spotify\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:44+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:12+0000\n" "Language-Team: Swedish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:27+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sv\n" "X-Message-Group: #out-statusnet-plugin-spotify\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/StrictTransportSecurity/locale/de/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/de/LC_MESSAGES/StrictTransportSecurity.po index 8065a085b0..42871eb43e 100644 --- a/plugins/StrictTransportSecurity/locale/de/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/de/LC_MESSAGES/StrictTransportSecurity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:13+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po index 77e0f93c65..dee6a791b8 100644 --- a/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/fr/LC_MESSAGES/StrictTransportSecurity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:13+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po index 679b04f776..f7a579686a 100644 --- a/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/gl/LC_MESSAGES/StrictTransportSecurity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:14+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po index 0a3f575065..b85f4394e7 100644 --- a/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/he/LC_MESSAGES/StrictTransportSecurity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:14+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po index 629de46511..1b0bf6b061 100644 --- a/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/ia/LC_MESSAGES/StrictTransportSecurity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:14+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po index 0ec7f2517b..780858eeb5 100644 --- a/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/mk/LC_MESSAGES/StrictTransportSecurity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:14+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po index 8267656b17..25e1212ac0 100644 --- a/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/nl/LC_MESSAGES/StrictTransportSecurity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:14+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po index ef8e70f1d5..4589a6f5f2 100644 --- a/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/ru/LC_MESSAGES/StrictTransportSecurity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:14+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po index b102b584f6..788cf8bf20 100644 --- a/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/tl/LC_MESSAGES/StrictTransportSecurity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:14+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po b/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po index 398f412eca..d8868a5301 100644 --- a/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po +++ b/plugins/StrictTransportSecurity/locale/uk/LC_MESSAGES/StrictTransportSecurity.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - StrictTransportSecurity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:47+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:14+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-stricttransportsecurity\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po index 0c589a1458..db8ec1d111 100644 --- a/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/ca/LC_MESSAGES/SubMirror.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:14+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po index 44310e9805..8d58444e38 100644 --- a/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/de/LC_MESSAGES/SubMirror.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:49+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:14+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po index 47592bb26b..e568f12e15 100644 --- a/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/fr/LC_MESSAGES/SubMirror.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:14+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po index b43dab2907..b85da1a7c1 100644 --- a/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/gl/LC_MESSAGES/SubMirror.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:14+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po index dcb93e398f..9bb3f8db3a 100644 --- a/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/ia/LC_MESSAGES/SubMirror.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po index 947140c77d..38bf1ea68e 100644 --- a/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/mk/LC_MESSAGES/SubMirror.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po index f099c0126e..188ab542da 100644 --- a/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/nl/LC_MESSAGES/SubMirror.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po index 3146eadfdd..a87d76e493 100644 --- a/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/tl/LC_MESSAGES/SubMirror.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po b/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po index 94e365dc88..7b827ddb55 100644 --- a/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po +++ b/plugins/SubMirror/locale/uk/LC_MESSAGES/SubMirror.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubMirror\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:33+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-submirror\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po index 53073b173e..344f4ba7f5 100644 --- a/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/ca/LC_MESSAGES/SubscriptionThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:50+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po index 130e0ac145..542f6fd4f1 100644 --- a/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/de/LC_MESSAGES/SubscriptionThrottle.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po index ef747bf6cb..0ab7c3c0f8 100644 --- a/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/fr/LC_MESSAGES/SubscriptionThrottle.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po index f324136447..8e1103b624 100644 --- a/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/gl/LC_MESSAGES/SubscriptionThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po index 70c04d50e7..b4430b8cb6 100644 --- a/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/he/LC_MESSAGES/SubscriptionThrottle.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po index c8bc20f254..1e9a6c4ec3 100644 --- a/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/ia/LC_MESSAGES/SubscriptionThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po index 10b3613d5c..1a3dfde51e 100644 --- a/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/mk/LC_MESSAGES/SubscriptionThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po index 39de8157e6..70f4d14aa0 100644 --- a/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/ms/LC_MESSAGES/SubscriptionThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po index 0e4b72f901..0b67b590ac 100644 --- a/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/nl/LC_MESSAGES/SubscriptionThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po index 4b2c4aa656..ae85833e51 100644 --- a/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/tl/LC_MESSAGES/SubscriptionThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po b/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po index 317447745b..c92eff3db0 100644 --- a/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po +++ b/plugins/SubscriptionThrottle/locale/uk/LC_MESSAGES/SubscriptionThrottle.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - SubscriptionThrottle\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:15+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:35+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-subscriptionthrottle\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po index 0537cf5b17..2b9c91057f 100644 --- a/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/br/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po index f0c8f5b935..711024bd14 100644 --- a/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/de/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po index 2cb9051b35..97a5c3b648 100644 --- a/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/es/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:51+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po index ee29a6d298..9e2b9719b9 100644 --- a/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/fr/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po index 554d9e511c..610086dffc 100644 --- a/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/gl/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po index ff9992487b..4a1cdcb5c3 100644 --- a/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/he/LC_MESSAGES/TabFocus.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po index cf2f7d7c5b..57dee43788 100644 --- a/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/ia/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po index 701a6f72b1..abcf78bdb3 100644 --- a/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/id/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po index 4c0558b55a..6e135ba610 100644 --- a/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/mk/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po index eac6011cce..8fe74ff20e 100644 --- a/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nb/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po index 5f53591efd..fa67c5add9 100644 --- a/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nl/LC_MESSAGES/TabFocus.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po index 80efbf2f70..e495e7eb11 100644 --- a/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/nn/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Norwegian Nynorsk \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nn\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po index 29ef673df0..b1c500d47a 100644 --- a/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/ru/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po index 5e68c110ce..a3cc7a997f 100644 --- a/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/tl/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po b/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po index f646ab24cd..9e9183f4d1 100644 --- a/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po +++ b/plugins/TabFocus/locale/uk/LC_MESSAGES/TabFocus.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TabFocus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:52+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:27:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-tabfocus\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/TagSub/locale/ar/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/ar/LC_MESSAGES/TagSub.po index 232531b92d..543e3e2e28 100644 --- a/plugins/TagSub/locale/ar/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/ar/LC_MESSAGES/TagSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po index 5f1fbdac93..938e6564f4 100644 --- a/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/ca/LC_MESSAGES/TagSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po index 96c7933a54..6f4add74d7 100644 --- a/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/de/LC_MESSAGES/TagSub.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po index b0711f4db7..9f4a309ab4 100644 --- a/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/gl/LC_MESSAGES/TagSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:16+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po index fee1458f14..ea5bc89905 100644 --- a/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/ia/LC_MESSAGES/TagSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po index b4b2f4e8ac..e958c4c163 100644 --- a/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/mk/LC_MESSAGES/TagSub.po @@ -2,6 +2,7 @@ # Exported from translatewiki.net # # Author: Bjankuloski06 +# Author: Rancher # -- # This file is distributed under the same license as the StatusNet package. # @@ -9,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:54+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" @@ -33,7 +33,7 @@ msgstr "Откажи претплата" #. TRANS: Submit button title to unsubscribe from a tag. msgid "Unsubscribe from this tag." -msgstr "!Отпиши се од ознакава." +msgstr "Отпиши се од ознакава." #. TRANS: Plugin description. msgid "Plugin to allow following all messages with a given tag." diff --git a/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po index afec6d4787..d13aa0ee8f 100644 --- a/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/nl/LC_MESSAGES/TagSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po index 7e83087646..3f9f558271 100644 --- a/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/sr-ec/LC_MESSAGES/TagSub.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Serbian (Cyrillic script) \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: sr-ec\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -33,7 +32,6 @@ msgid "Unsubscribe" msgstr "Одјави ме" #. TRANS: Submit button title to unsubscribe from a tag. -#, fuzzy msgid "Unsubscribe from this tag." msgstr "Одјави ме с ове ознаке" @@ -64,7 +62,6 @@ msgid "Subscribe" msgstr "Пријави ме" #. TRANS: Submit button title to subscribe to a tag. -#, fuzzy msgid "Subscribe to this tag." msgstr "Пријави ме на ову ознаку" diff --git a/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po index 6ff07e2e96..3d193d8dee 100644 --- a/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/te/LC_MESSAGES/TagSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Telugu \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: te\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po index 96a8aadfd0..f20967d276 100644 --- a/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/tl/LC_MESSAGES/TagSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po b/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po index 4da8827ff2..02760c1094 100644 --- a/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po +++ b/plugins/TagSub/locale/uk/LC_MESSAGES/TagSub.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TagSub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:31+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-tagsub\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/TightUrl/locale/de/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/de/LC_MESSAGES/TightUrl.po index c941890917..057f984a31 100644 --- a/plugins/TightUrl/locale/de/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/de/LC_MESSAGES/TightUrl.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:55+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po index 47e789048f..e98d461938 100644 --- a/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/es/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po index b904663321..c8895e4ecb 100644 --- a/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/fr/LC_MESSAGES/TightUrl.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po index db382ae1c0..71c1e03210 100644 --- a/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/gl/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po index d7e4fe6ce5..23dd8aa137 100644 --- a/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/he/LC_MESSAGES/TightUrl.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po index 97c43e52e0..90916e4dab 100644 --- a/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ia/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po index ceca0b2f54..c3a84e8cb5 100644 --- a/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/id/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po index 9c53e80ee8..a66c756902 100644 --- a/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ja/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Japanese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ja\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po index b9d39b91b6..2157dad8b1 100644 --- a/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/mk/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po index 79b2dea74e..cf54dee051 100644 --- a/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ms/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:17+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po index c6b0659077..4dcd6aad68 100644 --- a/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/nb/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po index b6cbe622e4..a84d97990d 100644 --- a/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/nl/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po index bfe7e77188..f01112fb98 100644 --- a/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/pt/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po index 41f5054b7b..9b8078193a 100644 --- a/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/pt_BR/LC_MESSAGES/TightUrl.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po index 6017814c92..886e3769f0 100644 --- a/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/ru/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:56+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po index 5f9f18755e..d1aa3bebd0 100644 --- a/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/tl/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po b/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po index 1e11c5938b..e2d91e2a32 100644 --- a/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po +++ b/plugins/TightUrl/locale/uk/LC_MESSAGES/TightUrl.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TightUrl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-tighturl\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po index 1558cfa7dd..55d1a612dc 100644 --- a/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ca/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po index b4c4cd372d..eeb529edc9 100644 --- a/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/de/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po index 72427e3252..0fb099fc45 100644 --- a/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/eo/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Esperanto \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: eo\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po index 37b5ade5ae..8a588898f5 100644 --- a/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/es/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po index 4d45ea7f8a..2cce896ae2 100644 --- a/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/fr/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po index 1b5eb00a39..07131442be 100644 --- a/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/gl/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po index 2aebc49870..a461d8663d 100644 --- a/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/he/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po index 11ed1f5fb0..40dd89630d 100644 --- a/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ia/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po index f40e735686..6d01a7bca7 100644 --- a/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/id/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po index 83ea79b992..8247b1fcb9 100644 --- a/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/mk/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po index e963d79167..d6dea2af11 100644 --- a/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ms/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po index f21183c658..7cfd538fbb 100644 --- a/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/nb/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:46+0000\n" -"PO-Revision-Date: 2011-12-28 11:49:57+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po index fc01494c4e..422483c7df 100644 --- a/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/nl/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po index 777dc42050..e087a584af 100644 --- a/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/pt/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po index 3d41f901a3..6f7ebc0046 100644 --- a/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/pt_BR/LC_MESSAGES/TinyMCE.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:18+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po index 49bac70c60..0644d178c4 100644 --- a/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/ru/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:19+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po index 665bece7fe..f0abab9bdb 100644 --- a/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/tl/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:19+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po b/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po index 75e564d009..29943087f5 100644 --- a/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po +++ b/plugins/TinyMCE/locale/uk/LC_MESSAGES/TinyMCE.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TinyMCE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:06:58+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:19+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:08+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-tinymce\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/TwitterBridge/locale/ar/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ar/LC_MESSAGES/TwitterBridge.po index 3dca862ebf..9fc67b98e6 100644 --- a/plugins/TwitterBridge/locale/ar/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ar/LC_MESSAGES/TwitterBridge.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:19+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po index 3b9b2f0a02..66c291b280 100644 --- a/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ca/LC_MESSAGES/TwitterBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:04+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:19+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po index 3bac472681..d7399fdef1 100644 --- a/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/de/LC_MESSAGES/TwitterBridge.po @@ -15,15 +15,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:18:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:19+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po index 1ed97398b9..40ddc5d515 100644 --- a/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/fr/LC_MESSAGES/TwitterBridge.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-20 18:05+0000\n" -"PO-Revision-Date: 2012-01-20 18:18:26+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:19+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-" -"13)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po index ea74f7d27a..606a7f9fc6 100644 --- a/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/fur/LC_MESSAGES/TwitterBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:19+0000\n" "Language-Team: Friulian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fur\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po index 70218701ab..5f7f59d979 100644 --- a/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/gl/LC_MESSAGES/TwitterBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:19+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po index aae328f313..a693de9540 100644 --- a/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ia/LC_MESSAGES/TwitterBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:19+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po index 1c9d06fa69..e1d5ae612f 100644 --- a/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ko/LC_MESSAGES/TwitterBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:20+0000\n" "Language-Team: Korean \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ko\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po index 397435d94b..cf7b05a64d 100644 --- a/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/mk/LC_MESSAGES/TwitterBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:20+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po index ccf33538d3..55fc1a59db 100644 --- a/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/ms/LC_MESSAGES/TwitterBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:20+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po index e60686be42..1e307bd6b7 100644 --- a/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/nl/LC_MESSAGES/TwitterBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:20+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po index 7311d7c6dd..f0bda4912a 100644 --- a/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/tl/LC_MESSAGES/TwitterBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:05+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:20+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po index d9843c0e5a..46757680db 100644 --- a/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/tr/LC_MESSAGES/TwitterBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:20+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po index c8389bc2b7..786a9de8fa 100644 --- a/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/uk/LC_MESSAGES/TwitterBridge.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:20+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po b/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po index e19247a1cf..b8b1376807 100644 --- a/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po +++ b/plugins/TwitterBridge/locale/zh_CN/LC_MESSAGES/TwitterBridge.po @@ -11,16 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - TwitterBridge\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:06+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:20+0000\n" "Language-Team: Simplified Chinese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:38+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: zh-hans\n" "X-Message-Group: #out-statusnet-plugin-twitterbridge\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/UserFlag/locale/ar/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ar/LC_MESSAGES/UserFlag.po index 0f58e15fae..a60efb774b 100644 --- a/plugins/UserFlag/locale/ar/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ar/LC_MESSAGES/UserFlag.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Arabic \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ar\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ( (n == 1) ? 1 : ( (n == " diff --git a/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po index 707f131279..23b5310f80 100644 --- a/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ca/LC_MESSAGES/UserFlag.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Catalan \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ca\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po index da8abac28e..40edadc1d1 100644 --- a/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/de/LC_MESSAGES/UserFlag.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po index a9b9fa3244..03c45fd42e 100644 --- a/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/fr/LC_MESSAGES/UserFlag.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:07+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po index eb9802f83d..d0c91ec69e 100644 --- a/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/gl/LC_MESSAGES/UserFlag.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po index ab4f4ca798..796ee38c83 100644 --- a/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ia/LC_MESSAGES/UserFlag.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po index 81bd2b8e8b..57e7f56a90 100644 --- a/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/mk/LC_MESSAGES/UserFlag.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" @@ -49,7 +48,7 @@ msgstr "Означи профил за преглед." #. TRANS: Form title for action on a profile. msgid "Clear" -msgstr "Отстрани" +msgstr "Исчисти" #. TRANS: Form description for clearing flags from a profile. msgid "Clear all flags" diff --git a/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po index 029ab38d03..866eaff033 100644 --- a/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/nl/LC_MESSAGES/UserFlag.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po index 00591f9832..c11774e923 100644 --- a/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/pt/LC_MESSAGES/UserFlag.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po index 65ceb16573..fdfe1acc0c 100644 --- a/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/ru/LC_MESSAGES/UserFlag.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po index e3c77a4612..6a32d0c720 100644 --- a/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/tl/LC_MESSAGES/UserFlag.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po b/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po index a3fcfa083e..59f1690f4d 100644 --- a/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po +++ b/plugins/UserFlag/locale/uk/LC_MESSAGES/UserFlag.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserFlag\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:36+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-userflag\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po index eafd9e6775..2bc4ec6227 100644 --- a/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/br/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po index 0d9242c26f..7e851ac8ce 100644 --- a/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/de/LC_MESSAGES/UserLimit.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:08+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po index d981838aac..0e8108f087 100644 --- a/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/es/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po index 6e2388f3cc..66fd2a4ea5 100644 --- a/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/fa/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Persian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fa\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po index 1ab3eca390..c5ba05eec6 100644 --- a/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/fi/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:21+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po index 6736855072..07bf6a7b3c 100644 --- a/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/fr/LC_MESSAGES/UserLimit.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po index 74e00160c7..2c91aba2b6 100644 --- a/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/gl/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po index e34d2d04c1..10b3f1da3f 100644 --- a/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/he/LC_MESSAGES/UserLimit.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po index 3e45961e00..113873fbcc 100644 --- a/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/ia/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po index 6d75a15282..31646d37f2 100644 --- a/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/id/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po index 3810f987b1..38ce66d9be 100644 --- a/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/lb/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Luxembourgish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lb\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po index 18084669d2..930dea7f2f 100644 --- a/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/lv/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Latvian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: lv\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n != " diff --git a/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po index 0054ddcfd7..ea3b273d09 100644 --- a/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/mk/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po index d26f165608..bfe24c2aa5 100644 --- a/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/ms/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po index e8b2d8b1c2..80f757faa2 100644 --- a/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/nb/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:50:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po index 3d685df06e..125499127a 100644 --- a/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/nl/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po index 5046bbfff8..1d18856eaa 100644 --- a/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/pt/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po index 104ff3d120..ffeb94d87c 100644 --- a/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/pt_BR/LC_MESSAGES/UserLimit.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:09+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po index 66d6fa1b1a..51d9db32b6 100644 --- a/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/ru/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po index d7ee9200a7..e31de485a7 100644 --- a/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/tl/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po index 883bccd983..815ff8118a 100644 --- a/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/tr/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po b/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po index 7eaf8e682e..f734034027 100644 --- a/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po +++ b/plugins/UserLimit/locale/uk/LC_MESSAGES/UserLimit.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - UserLimit\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:51+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-userlimit\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/WikiHashtags/locale/de/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/de/LC_MESSAGES/WikiHashtags.po index 773e727f3c..5314741ab8 100644 --- a/plugins/WikiHashtags/locale/de/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/de/LC_MESSAGES/WikiHashtags.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po index afc34b1926..b35c2d22cb 100644 --- a/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/gl/LC_MESSAGES/WikiHashtags.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:10+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po index 23f7564949..8ee96d2871 100644 --- a/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/ia/LC_MESSAGES/WikiHashtags.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:22+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po index 1aed580ad6..84c86da3ce 100644 --- a/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/mk/LC_MESSAGES/WikiHashtags.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po index b05656a604..3d484447de 100644 --- a/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/ms/LC_MESSAGES/WikiHashtags.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po index d3daebcff5..48c424f807 100644 --- a/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/nl/LC_MESSAGES/WikiHashtags.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po index 59165f87b6..f96e22c804 100644 --- a/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/tl/LC_MESSAGES/WikiHashtags.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po b/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po index 470aab4874..802d1341d6 100644 --- a/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po +++ b/plugins/WikiHashtags/locale/uk/LC_MESSAGES/WikiHashtags.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHashtags\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:11+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:53+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-wikihashtags\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/WikiHowProfile/locale/de/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/de/LC_MESSAGES/WikiHowProfile.po index 5a7b4706d7..da18af362b 100644 --- a/plugins/WikiHowProfile/locale/de/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/de/LC_MESSAGES/WikiHowProfile.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po index d90407d839..45e1844bd5 100644 --- a/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/fr/LC_MESSAGES/WikiHowProfile.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po index ef1e4a0089..4cb5e991ab 100644 --- a/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/gl/LC_MESSAGES/WikiHowProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po index 0016a9ef6c..aaa470ff9c 100644 --- a/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/ia/LC_MESSAGES/WikiHowProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po index a69a2bac8b..9d960ed08f 100644 --- a/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/mk/LC_MESSAGES/WikiHowProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po index 2c09c24719..a3918c2e76 100644 --- a/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/ms/LC_MESSAGES/WikiHowProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po index d889ad9563..7fd4751287 100644 --- a/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/nl/LC_MESSAGES/WikiHowProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po index 9709f7edc8..136d735492 100644 --- a/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/ru/LC_MESSAGES/WikiHowProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po index 7ab1fa882a..93cb591d6c 100644 --- a/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/tl/LC_MESSAGES/WikiHowProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po index 9cffa733ba..987ffe28fa 100644 --- a/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/tr/LC_MESSAGES/WikiHowProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po b/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po index 52f127973a..c50623a592 100644 --- a/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po +++ b/plugins/WikiHowProfile/locale/uk/LC_MESSAGES/WikiHowProfile.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - WikiHowProfile\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:12+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:54+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-wikihowprofile\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po index 812048fbc1..2a09267277 100644 --- a/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ast/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Asturian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ast\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/XCache/locale/br/LC_MESSAGES/XCache.po b/plugins/XCache/locale/br/LC_MESSAGES/XCache.po index cf4c2091a5..f222169452 100644 --- a/plugins/XCache/locale/br/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/br/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/XCache/locale/de/LC_MESSAGES/XCache.po b/plugins/XCache/locale/de/LC_MESSAGES/XCache.po index a788b77679..bafc8d317f 100644 --- a/plugins/XCache/locale/de/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/de/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/XCache/locale/es/LC_MESSAGES/XCache.po b/plugins/XCache/locale/es/LC_MESSAGES/XCache.po index b08cd95c0c..cff0a4dbdd 100644 --- a/plugins/XCache/locale/es/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/es/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Spanish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: es\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po b/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po index 123e595807..fe7c3215eb 100644 --- a/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/fi/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:23+0000\n" "Language-Team: Finnish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fi\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po b/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po index 5d837d8ba9..a050069ee0 100644 --- a/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/fr/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po index 78d23bbaee..c6432d6f50 100644 --- a/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/gl/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/XCache/locale/he/LC_MESSAGES/XCache.po b/plugins/XCache/locale/he/LC_MESSAGES/XCache.po index b9944b8847..d3819aefd0 100644 --- a/plugins/XCache/locale/he/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/he/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Hebrew \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: he\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po index f2ac863d87..f162762294 100644 --- a/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ia/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/XCache/locale/id/LC_MESSAGES/XCache.po b/plugins/XCache/locale/id/LC_MESSAGES/XCache.po index 198f7861c9..e46b2befef 100644 --- a/plugins/XCache/locale/id/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/id/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Indonesian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: id\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po b/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po index 8f609bad59..0b7548757b 100644 --- a/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/mk/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po index c6f9c6af32..2d4bb84ad3 100644 --- a/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ms/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Malay \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ms\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po b/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po index 609ee8d1ee..f4764edc4b 100644 --- a/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/nb/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-28 11:45+0000\n" -"PO-Revision-Date: 2011-12-28 11:50:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Norwegian Bokmål \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r107479); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nb\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po index fff1595e7c..0fe2d048e2 100644 --- a/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/nl/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/XCache/locale/pl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/pl/LC_MESSAGES/XCache.po new file mode 100644 index 0000000000..ea5b74f729 --- /dev/null +++ b/plugins/XCache/locale/pl/LC_MESSAGES/XCache.po @@ -0,0 +1,28 @@ +# Translation of StatusNet - XCache to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - XCache\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Plugin description. +msgid "" +"Use the XCache variable cache to " +"cache query results." +msgstr "" +"Używa zmiennej pamięci podręcznej XCache do buforowania wyników kwerendy." diff --git a/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po b/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po index bf850a1dcb..a7e946f87f 100644 --- a/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/pt/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:13+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po b/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po index f80082e5b9..a647448328 100644 --- a/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/pt_BR/LC_MESSAGES/XCache.po @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Brazilian Portuguese \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: pt-br\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po b/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po index aa17a67624..efe146c3b8 100644 --- a/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/ru/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Russian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ru\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po b/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po index 83424ec3ca..74c008f6cb 100644 --- a/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/tl/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po b/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po index 3a906bb134..9f82f23ce3 100644 --- a/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/tr/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po b/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po index 5a18b768f1..064361fd01 100644 --- a/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po +++ b/plugins/XCache/locale/uk/LC_MESSAGES/XCache.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - XCache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:14+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-05 21:52:14+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-xcache\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " diff --git a/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po index a80f01e091..a3465900a7 100644 --- a/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/de/LC_MESSAGES/Xmpp.po @@ -12,15 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po index b3d9a10d5f..b996d01cda 100644 --- a/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/gl/LC_MESSAGES/Xmpp.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po index 44b43aad3d..8f186bd0db 100644 --- a/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/ia/LC_MESSAGES/Xmpp.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po index 834acd3252..7a12b55e9b 100644 --- a/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/mk/LC_MESSAGES/Xmpp.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:24+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po index 484cbae58d..7beac80932 100644 --- a/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po +++ b/plugins/Xmpp/locale/nl/LC_MESSAGES/Xmpp.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - Xmpp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:01+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:15+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:25+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-xmpp\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/Xmpp/locale/pl/LC_MESSAGES/Xmpp.po b/plugins/Xmpp/locale/pl/LC_MESSAGES/Xmpp.po new file mode 100644 index 0000000000..2edf2e92a4 --- /dev/null +++ b/plugins/Xmpp/locale/pl/LC_MESSAGES/Xmpp.po @@ -0,0 +1,94 @@ +# Translation of StatusNet - Xmpp to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# Author: Woytecr +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - Xmpp\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:25+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-06-19 11:23:56+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Presence announcement for XMPP. +#. TRANS: Message for XMPP reconnect. +msgid "Send me a message to post a notice" +msgstr "Wyślij do mnie wiadomość dodania ogłoszenia" + +#. TRANS: Plugin display name. +msgid "XMPP/Jabber/GTalk" +msgstr "XMPP/Jabber/GTalk" + +#. TRANS: Exception thrown when using too many @ signs in a Jabber ID. +msgid "Invalid JID: too many @s." +msgstr "Nieprawidłowy JID: zbyt wiele znaków @." + +#. TRANS: Exception thrown when using @ sign not followed by a Jabber ID. +msgid "Invalid JID: @ but no node" +msgstr "Nieprawidłowy JID: jest @ ale brak węzła" + +#. TRANS: Exception thrown when using too long a Jabber ID (>1023). +msgid "Invalid JID: node too long." +msgstr "Nieprawidłowy JID: za długi węzeł." + +#. TRANS: Exception thrown when using an invalid Jabber ID. +#. TRANS: %s is the invalid Jabber ID. +#, php-format +msgid "Invalid JID node \"%s\"." +msgstr "Nieprawidłowy węzeł \"%s\" w JID." + +#. TRANS: Exception thrown when using too long a Jabber domain (>1023). +msgid "Invalid JID: domain too long." +msgstr "Nieprawidłowy JID: za długa domena." + +#. TRANS: Exception thrown when using an invalid Jabber domain name. +#. TRANS: %s is the invalid domain name. +#, php-format +msgid "Invalid JID domain name \"%s\"." +msgstr "Nieprawidłowa nazwa domeny \"%s\" w JID." + +#. TRANS: Exception thrown when using an invalid Jabber resource. +#. TRANS: %s is the invalid resource. +#, php-format +msgid "Invalid JID resource \"%s\"." +msgstr "Nieprawidłowy zasób \"%s\" w JID." + +#. TRANS: Link description to notice in conversation. +#. TRANS: %s is a notice ID. +#, php-format +msgid "[%s]" +msgstr "[%s]" + +#. TRANS: Exception thrown when the plugin configuration is incorrect. +msgid "You must specify a server in the configuration." +msgstr "Musisz określić serwer w konfiguracji." + +#. TRANS: Exception thrown when the plugin configuration is incorrect. +msgid "You must specify a port in the configuration." +msgstr "Należy określić port w konfiguracji." + +#. TRANS: Exception thrown when the plugin configuration is incorrect. +msgid "You must specify a user in the configuration." +msgstr "Należy określić użytkownika w konfiguracji." + +#. TRANS: Exception thrown when the plugin configuration is incorrect. +msgid "You must specify a password in the configuration." +msgstr "Musisz określić hasło w konfiguracji." + +#. TRANS: Plugin description. +msgid "" +"The XMPP plugin allows users to send and receive notices over the XMPP/" +"Jabber network." +msgstr "" +"Wtyczka XMPP umożliwia użytkownikom wysyłanie i otrzymywanie powiadomień w " +"sieci XMPP/Jabber." diff --git a/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po index b1c4ce073c..16824092f3 100644 --- a/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/br/LC_MESSAGES/YammerImport.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:25+0000\n" "Language-Team: Breton \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: br\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po index ef4b7103f6..9a502996b4 100644 --- a/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/de/LC_MESSAGES/YammerImport.po @@ -13,15 +13,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:25+0000\n" "Language-Team: German \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: de\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po index d7f1139c2a..987d60594f 100644 --- a/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/fr/LC_MESSAGES/YammerImport.po @@ -11,15 +11,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:25+0000\n" "Language-Team: French \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: fr\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff --git a/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po index 6df0542678..c13661ac4b 100644 --- a/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/gl/LC_MESSAGES/YammerImport.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:25+0000\n" "Language-Team: Galician \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: gl\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po index a3f22f4fe4..3d25a05f8c 100644 --- a/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/ia/LC_MESSAGES/YammerImport.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:25+0000\n" "Language-Team: Interlingua \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: ia\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po index 5666b0f376..3e3edd9fbe 100644 --- a/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/mk/LC_MESSAGES/YammerImport.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:25+0000\n" "Language-Team: Macedonian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: mk\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" "Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n" diff --git a/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po index ed1ff05249..e58452163e 100644 --- a/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/nl/LC_MESSAGES/YammerImport.po @@ -10,15 +10,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:20+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:25+0000\n" "Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/YammerImport/locale/pl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/pl/LC_MESSAGES/YammerImport.po new file mode 100644 index 0000000000..10ccd50bca --- /dev/null +++ b/plugins/YammerImport/locale/pl/LC_MESSAGES/YammerImport.po @@ -0,0 +1,348 @@ +# Translation of StatusNet - YammerImport to Polish (Polski) +# Exported from translatewiki.net +# +# Author: BeginaFelicysym +# Author: Woytecr +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - YammerImport\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:25+0000\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" +"X-Translation-Project: translatewiki.net \n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && " +"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#. TRANS: Page title for Yammer administration panel. +#. TRANS: Form legend. +#. TRANS: Field label for a Yammer import connect step. +#. TRANS: Form legend. +msgid "Connect to Yammer" +msgstr "Połączenie z Yammer" + +#. TRANS: Page title for Yammer import administration panel. +msgid "Yammer Import" +msgstr "Import Yammer" + +#. TRANS: Instructions for Yammer import administration panel. +msgid "" +"This Yammer import tool is still undergoing testing, and is incomplete in " +"some areas. Currently user subscriptions and group memberships are not " +"transferred; in the future this may be supported for imports done by " +"verified administrators on the Yammer side." +msgstr "" +"To narzędzie importu Yammer nadal przechodzi badania i w niektórych " +"dziedzinach jest niekompletne. Obecnie są nie przenoszone subskrypcje " +"użytkownika i członkostwa w grupach; w przyszłości może to być obsługiwane w " +"importach wykonywanych przez administratorów zweryfikowanych po stronie " +"Yammer." + +#. TRANS: Error message about an import job being paused from the admin panel. +msgid "Paused from admin panel." +msgstr "Wstrzymane z panelu administratora." + +#. TRANS: Client exception thrown when encountering an unhandled sub action. +msgid "Invalid POST" +msgstr "Nieprawidłowy POST" + +#. TRANS: Page title for Yammer import administration panel. +msgid "Yammer import" +msgstr "Import Yammer" + +#. TRANS: Menu item for Yammer import. +msgctxt "MENU" +msgid "Yammer" +msgstr "Yammer" + +#. TRANS: Menu item title for Yammer import. +msgid "Yammer import module." +msgstr "Moduł importu Yammer." + +#. TRANS: Exception thrown when a non-user item type is used, but expected. +msgid "Wrong item type sent to Yammer user import processing." +msgstr "" +"Niewłaściwy typ elementu wysłany do importu przetwarzanego użytkownika " +"Yammer." + +#. TRANS: Used as a prefix for the Yammer expertise field contents. +msgid "Expertise:" +msgstr "Ekspertyza:" + +#. TRANS: Exception thrown when a non-group item type is used, but expected. +msgid "Wrong item type sent to Yammer group import processing." +msgstr "" +"Niewłaściwy typ elementu wysłany do importu przetwarzanej grupy Yammer." + +#. TRANS: Exception thrown when a non-message item type is used, but expected. +msgid "Wrong item type sent to Yammer message import processing." +msgstr "" +"Niewłaściwy typ elementu wysłany do importu przetwarzanej wiadomości Yammer." + +#. TRANS: Server exception thrown when an avatar URL is invalid. +#. TRANS: %s is the invalid avatar URL. +#, php-format +msgid "Invalid avatar URL %s." +msgstr "Nieprawidłowy adres URL awataru %s ." + +#. TRANS: Server exception thrown when an avatar could not be fetched. +#. TRANS: %s is the failed avatar URL. +#, php-format +msgid "Unable to fetch avatar from %s." +msgstr "Nie udało się pobrać awatara z %s ." + +#. TRANS: Button text for starting Yammer authentication. +msgctxt "BUTTON" +msgid "Start authentication" +msgstr "Początek uwierzytelnienia" + +#. TRANS: Button title for starting Yammer authentication. +msgid "Request authorization to connect to a Yammer account." +msgstr "Żądanie autoryzacji wejścia na konto Yammer." + +#. TRANS: Button text for starting changing a Yammer API key. +msgctxt "BUTTON" +msgid "Change API key" +msgstr "Zmiana klucza API" + +#. TRANS: Server exception thrown if a Yammer authentication request is already present. +msgid "Cannot request Yammer auth; already there!" +msgstr "" + +#. TRANS: Server exception thrown when requesting a Yammer authentication URL while in an incorrect state. +msgid "Cannot get Yammer auth URL when not in requesting-auth state!" +msgstr "" + +#. TRANS: Exeption thrown when an external Yammer system gives an error. +#. TRANS: %1$s is an HTTP error code, %2$s is the error message body. +#, php-format +msgid "Yammer API returned HTTP code %1$s: %2$s" +msgstr "" + +#. TRANS: Exeption thrown when an external Yammer system an invalid JSON response. +msgid "Invalid JSON response from Yammer API." +msgstr "" + +#. TRANS: Exeption thrown when a trust relationship has already been established. +msgid "Requesting a token, but already set up with a token." +msgstr "" + +#. TRANS: Field label for a Yammer import initialise step. +msgid "Initialize" +msgstr "Inicjowanie" + +#. TRANS: "In progress" description. +msgid "No import running" +msgstr "" + +#. TRANS: "Complete" description for initialize state. +msgid "Initiated Yammer server connection..." +msgstr "Zanicjowano połączenie z serwerem Yammer..." + +#. TRANS: "In progress" description. +msgid "Awaiting authorization..." +msgstr "Oczekiwanie na autoryzacjię..." + +#. TRANS: "Complete" description for connect state. +msgid "Connected." +msgstr "Połączono." + +#. TRANS: Field label for a Yammer user import users step. +msgid "Import user accounts" +msgstr "Importuj konta użytkowników" + +#. TRANS: "In progress" description. +#. TRANS: %d is the number of users to be imported. +#, php-format +msgid "Importing %d user..." +msgid_plural "Importing %d users..." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. TRANS: "Complete" description for step. +#. TRANS: %d is the number of users imported. +#, php-format +msgid "Imported %d user." +msgid_plural "Imported %d users." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. TRANS: Field label for a Yammer group import step. +msgid "Import user groups" +msgstr "Importuj grupy użytkowników" + +#. TRANS: "In progress" description. +#. TRANS: %d is the number of groups to be imported. +#, php-format +msgid "Importing %d group..." +msgid_plural "Importing %d groups..." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. TRANS: "Complete" description for step. +#. TRANS: %d is the number of groups imported. +#, php-format +msgid "Imported %d group." +msgid_plural "Imported %d groups." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. TRANS: Field label for a Yammer import prepare notices step. +msgid "Prepare public notices for import" +msgstr "" + +#. TRANS: "In progress" description. +#. TRANS: %d is the number of notices to be prepared for import. +#, php-format +msgid "Preparing %d notice..." +msgid_plural "Preparing %d notices..." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. TRANS: "Complete" description for step. +#. TRANS: %d is the number of notices prepared for import. +#, php-format +msgid "Prepared %d notice." +msgid_plural "Prepared %d notices." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. TRANS: Field label for a Yammer import notices step. +msgid "Import public notices" +msgstr "" + +#. TRANS: "In progress" description. +#. TRANS: %d is the number of notices to be imported. +#, php-format +msgid "Importing %d notice..." +msgid_plural "Importing %d notices..." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. TRANS: "Complete" description for step. +#. TRANS: %d is the number of notices imported. +#, php-format +msgid "Imported %d notice." +msgid_plural "Imported %d notices." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#. TRANS: Field label for a Yammer import done step. +msgid "Done" +msgstr "Gotowe" + +#. TRANS: "In progress" description for done step. +#. TRANS: "Complete" description for done step. +msgid "Import is complete!" +msgstr "Import zakończony!" + +#. TRANS: Fieldset legend. +msgid "Import status" +msgstr "Stan importu" + +#. TRANS: Progress bar status. +msgid "Waiting..." +msgstr "Oczekiwanie..." + +#. TRANS: Button text for resetting the import state. +msgid "Reset import state" +msgstr "Zresetuj stan importu" + +#. TRANS: Button text for pausing an import. +msgid "Pause import" +msgstr "Wstrzymaj import" + +#. TRANS: Error message. %s are the error details. +#, php-format +msgid "Encountered error \"%s\"." +msgstr "Wystąpił błąd \"%s\"." + +#. TRANS: Fieldset legend for a paused import. +msgid "Paused" +msgstr "Wstrzymano" + +#. TRANS: Button text for continuing a paused import. +msgid "Continue" +msgstr "Kontynuuj" + +#. TRANS: Button text for aborting a paused import. +msgid "Abort import" +msgstr "Przerwij import" + +#. TRANS: Form instructions. +msgid "" +"Follow this link to confirm authorization at Yammer; you will be prompted to " +"log in if necessary:" +msgstr "" + +#. TRANS: Link description for a link in an external Yammer system. +msgid "Open Yammer authentication window" +msgstr "" + +#. TRANS: Form instructions. +msgid "Copy the verification code you are given below:" +msgstr "" + +#. TRANS: Field label. +msgid "Verification code:" +msgstr "Kod weryfikacyjny:" + +#. TRANS: Button text for saving Yammer authorisation data and starting Yammer import. +msgctxt "BUTTON" +msgid "Continue" +msgstr "Kontynuuj" + +#. TRANS: Button title for saving Yammer authorisation data and starting Yammer import. +msgid "Save the verification code and begin import." +msgstr "Zapisz kod weryfikacji i rozpocznij import." + +#. TRANS: Form legend for adding details to connect to a remote Yammer API. +msgid "Yammer API registration" +msgstr "API rejestracji Yammer" + +#. TRANS: Explanation of what needs to be done to connect to a Yammer network. +msgid "" +"Before we can connect to your Yammer network, you will need to register the " +"importer as an application authorized to pull data on your behalf. This " +"registration will work only for your own network. Follow this link to " +"register the app at Yammer; you will be prompted to log in if necessary:" +msgstr "" + +#. TRANS: Link description to a Yammer application registration form. +msgid "Open Yammer application registration form" +msgstr "Otwórz formularz rejestracji aplikacji Yammer" + +#. TRANS: Instructions. +msgid "Copy the consumer key and secret you are given into the form below:" +msgstr "" + +#. TRANS: Field label for a Yammer consumer key. +msgid "Consumer key:" +msgstr "" + +#. TRANS: Field label for a Yammer consumer secret. +msgid "Consumer secret:" +msgstr "" + +#. TRANS: Button text for saving a Yammer API registration. +msgctxt "BUTTON" +msgid "Save" +msgstr "Zapisz" + +#. TRANS: Button title for saving a Yammer API registration. +msgid "Save the entered consumer key and consumer secret." +msgstr "" diff --git a/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po index 32419dd00d..a11470fd52 100644 --- a/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/tl/LC_MESSAGES/YammerImport.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:25+0000\n" "Language-Team: Tagalog \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tl\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po index ec487df39d..c913d6e812 100644 --- a/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/tr/LC_MESSAGES/YammerImport.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:25+0000\n" "Language-Team: Turkish \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: tr\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" "Plural-Forms: nplurals=1; plural=0;\n" diff --git a/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po b/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po index 005260eed3..127fed2707 100644 --- a/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po +++ b/plugins/YammerImport/locale/uk/LC_MESSAGES/YammerImport.po @@ -9,15 +9,14 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - YammerImport\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-19 00:00+0000\n" -"PO-Revision-Date: 2011-12-19 00:07:21+0000\n" +"POT-Creation-Date: 2012-03-01 15:45+0000\n" +"PO-Revision-Date: 2012-03-01 15:47:26+0000\n" "Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POT-Import-Date: 2011-12-03 13:51:41+0000\n" -"X-Generator: MediaWiki 1.19alpha (r106599); Translate extension (2011-10-" -"30)\n" -"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" +"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-yammerimport\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " From de7ad991f96e39a0565409dedfc168ccc4ee9098 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 5 Mar 2012 00:38:39 +0100 Subject: [PATCH 41/71] Consistency update. --- actions/profilesettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/profilesettings.php b/actions/profilesettings.php index 667fea2cf4..38424ab7af 100644 --- a/actions/profilesettings.php +++ b/actions/profilesettings.php @@ -185,7 +185,7 @@ class ProfilesettingsAction extends SettingsAction $this->checkbox('autosubscribe', // TRANS: Checkbox label in form for profile settings. _('Automatically subscribe to whoever '. - 'subscribes to me (best for non-humans).'), + 'subscribes to me (best for non-humans)'), ($this->arg('autosubscribe')) ? $this->boolean('autosubscribe') : $user->autosubscribe); $this->elementEnd('li'); From 376a19f3c110de328365d4a0c124a504d1458c7b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 7 Mar 2012 15:04:49 -0600 Subject: [PATCH 42/71] Plugin::path() checks local/plugins/ first --- lib/plugin.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/plugin.php b/lib/plugin.php index 0e8c0a742d..a5424e06ca 100644 --- a/lib/plugin.php +++ b/lib/plugin.php @@ -159,7 +159,12 @@ class Plugin } if (empty($path)) { - $path = common_config('site', 'path') . '/plugins/'; + // XXX: extra stat(). + if (@file_exists(INSTALLDIR.'/local/plugins/'.$plugin.'/'.$relative)) { + $path = common_config('site', 'path') . '/local/plugins/'; + } else { + $path = common_config('site', 'path') . '/plugins/'; + } } if ($path[strlen($path)-1] != '/') { From 6e01db2c92cea0bf1fa1520c5a5e1d94cb4b42ce Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 7 Mar 2012 16:06:33 -0600 Subject: [PATCH 43/71] accessor for Widget's HTMLOutputter --- lib/widget.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/widget.php b/lib/widget.php index f9b7152559..d068dea0f0 100644 --- a/lib/widget.php +++ b/lib/widget.php @@ -80,6 +80,19 @@ class Widget { } + /** + * Get HTMLOutputter + * + * Return the HTMLOutputter for the widget. + * + * @return HTMLOutputter the output helper + */ + + function getOut() + { + return $this->out; + } + /** * Delegate output methods to the outputter attribute. * From 12921d6b71377fcfada0bf6ccd3d81112dd17fa4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 7 Mar 2012 16:06:50 -0600 Subject: [PATCH 44/71] accessor for NoticeListItem's Notice --- lib/noticelistitem.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/noticelistitem.php b/lib/noticelistitem.php index a8506aa46e..ef7fc0d1e6 100644 --- a/lib/noticelistitem.php +++ b/lib/noticelistitem.php @@ -720,4 +720,17 @@ class NoticeListItem extends Widget Event::handle('EndCloseNoticeListItemElement', array($this)); } } + + /** + * Get the notice in question + * + * For hooks, etc., this may be useful + * + * @return Notice The notice we're showing + */ + + function getNotice() + { + return $this->notice; + } } From dd862de6fbfddf0e585fbe9e3993a79fd939da22 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 8 Mar 2012 06:14:03 -0600 Subject: [PATCH 45/71] mismatched \n in locale/es --- locale/es/LC_MESSAGES/statusnet.po | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/locale/es/LC_MESSAGES/statusnet.po b/locale/es/LC_MESSAGES/statusnet.po index 921f10d19f..cf776ce25e 100644 --- a/locale/es/LC_MESSAGES/statusnet.po +++ b/locale/es/LC_MESSAGES/statusnet.po @@ -255,9 +255,7 @@ msgstr "Línea de tiempo principal" #. TRANS: %s is the other user's name. #, php-format msgid "%s's home timeline" -msgstr "" -"\n" -"Línea temporal de %s" +msgstr "Línea temporal de %s" #. TRANS: %s is user nickname. #. TRANS: Feed title. From a4bf33d6b5f40e1e6f7a16c698c840301d085ddf Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 8 Mar 2012 06:15:27 -0600 Subject: [PATCH 46/71] mismatched \n --- locale/ja/LC_MESSAGES/statusnet.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/ja/LC_MESSAGES/statusnet.po b/locale/ja/LC_MESSAGES/statusnet.po index 94c46a7dac..11d6625464 100644 --- a/locale/ja/LC_MESSAGES/statusnet.po +++ b/locale/ja/LC_MESSAGES/statusnet.po @@ -7984,7 +7984,7 @@ msgstr "" "もしそうでなければ、このメッセージを無視してください。\n" "\n" "あなたの時間をありがとうございます。\n" -"%2$s" +"%2$s\n" #. TRANS: Subject of new-subscriber notification e-mail. #. TRANS: %1$s is the subscribing user's nickname, %2$s is the StatusNet sitename. From e7d187eb055dbb28f4f531d8ea659175052aaf22 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 8 Mar 2012 06:58:45 -0600 Subject: [PATCH 47/71] new event for notice option items --- EVENTS.txt | 5 +++++ lib/noticelistitem.php | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/EVENTS.txt b/EVENTS.txt index 8358bed0b7..5fb775c765 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -1425,3 +1425,8 @@ EndUpgrade: when ending a site upgrade; good place to do your own upgrades HaveIMPlugin: is there an IM plugin loaded? - &$haveIMPlugin: set me to true if you're loaded! +StartShowNoticeOptionItems: Before showing first controls in a notice list item; inside the div +- $nli: NoticeListItem being shown + +EndShowNoticeOptionItems: After showing last controls in a notice list item; inside the div +- $nli: NoticeListItem being shown diff --git a/lib/noticelistitem.php b/lib/noticelistitem.php index ef7fc0d1e6..d045f00342 100644 --- a/lib/noticelistitem.php +++ b/lib/noticelistitem.php @@ -144,10 +144,13 @@ class NoticeListItem extends Widget $user = common_current_user(); if ($user) { $this->out->elementStart('div', 'notice-options'); - $this->showFaveForm(); - $this->showReplyLink(); - $this->showRepeatForm(); - $this->showDeleteLink(); + if (Event::handle('StartShowNoticeOptionItems', array($this))) { + $this->showFaveForm(); + $this->showReplyLink(); + $this->showRepeatForm(); + $this->showDeleteLink(); + Event::handle('EndShowNoticeOptionItems', array($this)); + } $this->out->elementEnd('div'); } Event::handle('EndShowNoticeOptions', array($this)); From 3619f9faaa7e7cd801fd654883630b7136774c05 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 Mar 2012 16:38:56 -0400 Subject: [PATCH 48/71] New events for overriding scope checks --- EVENTS.txt | 12 ++++++++++++ classes/Notice.php | 6 +++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/EVENTS.txt b/EVENTS.txt index 5fb775c765..eb3edb9b13 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -1430,3 +1430,15 @@ StartShowNoticeOptionItems: Before showing first controls in a notice list item; EndShowNoticeOptionItems: After showing last controls in a notice list item; inside the div - $nli: NoticeListItem being shown + +StartNoticeInScope: Before checking if a notice should be visible to a user +- $notice: The notice to check +- $profile: The profile to check for scope +- &$bResult: The boolean result; fill this in if you want to skip + +EndNoticeInScope: After checking if a notice should be visible to a user +- $notice: The notice to check +- $profile: The profile to check for scope +- &$bResult: The boolean result; overwrite this if you so desire + + diff --git a/classes/Notice.php b/classes/Notice.php index 9ee5696e3f..9e4dbec9e3 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -2365,7 +2365,11 @@ class Notice extends Managed_DataObject $result = self::cacheGet($keypart); if ($result === false) { - $bResult = $this->_inScope($profile); + $bResult = false; + if (Event::handle('StartNoticeInScope', array($notice, $profile, &$bResult))) { + $bResult = $this->_inScope($profile); + Event::handle('EndNoticeInScope', array($notice, $profile, &$bResult)); + } $result = ($bResult) ? 1 : 0; self::cacheSet($keypart, $result, 0, 300); } From e7a38f799b212885bac53e8f00146cda32430ce6 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 Mar 2012 21:13:12 -0400 Subject: [PATCH 49/71] Use this for scope check --- classes/Notice.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/Notice.php b/classes/Notice.php index 9e4dbec9e3..68351477f0 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -2366,9 +2366,9 @@ class Notice extends Managed_DataObject if ($result === false) { $bResult = false; - if (Event::handle('StartNoticeInScope', array($notice, $profile, &$bResult))) { + if (Event::handle('StartNoticeInScope', array($this, $profile, &$bResult))) { $bResult = $this->_inScope($profile); - Event::handle('EndNoticeInScope', array($notice, $profile, &$bResult)); + Event::handle('EndNoticeInScope', array($this, $profile, &$bResult)); } $result = ($bResult) ? 1 : 0; self::cacheSet($keypart, $result, 0, 300); From 4c4cd9ec775cb0ff7140e641aa928816804bbc3a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 09:26:35 -0400 Subject: [PATCH 50/71] New events for pre-filling a NoticeList The NoticeList has some code to pre-fill some auxiliary data for notices. These new events let plugins hook that event and do their own pre-filling. --- EVENTS.txt | 8 ++++++++ lib/noticelist.php | 47 +++++++++++++++++++++++++--------------------- 2 files changed, 34 insertions(+), 21 deletions(-) diff --git a/EVENTS.txt b/EVENTS.txt index eb3edb9b13..0c08a46478 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -1441,4 +1441,12 @@ EndNoticeInScope: After checking if a notice should be visible to a user - $profile: The profile to check for scope - &$bResult: The boolean result; overwrite this if you so desire +StartNoticeListPrefill: Before pre-filling a list of notices with extra data +- &$notices: Notices to be pre-filled +- $avatarSize: The avatar size for the list + +EndNoticeListPrefill: After pre-filling a list of notices with extra data +- &$notices: Notices that were pre-filled +- &$profiles: Profiles that were pre-filled +- $avatarSize: The avatar size for the list diff --git a/lib/noticelist.php b/lib/noticelist.php index 91acbb8d58..7f38cf005b 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -124,29 +124,34 @@ class NoticeList extends Widget static function prefill(&$notices, $avatarSize=AVATAR_STREAM_SIZE) { - // Prefill attachments - Notice::fillAttachments($notices); - // Prefill attachments - Notice::fillFaves($notices); - // Prefill repeat data - Notice::fillRepeats($notices); - // Prefill the profiles - $profiles = Notice::fillProfiles($notices); - // Prefill the avatars - Profile::fillAvatars($profiles, $avatarSize); - - $p = Profile::current(); - - if (!empty($p)) { + if (Event::handle('StartNoticeListPrefill', array(&$notices, $avatarSize))) { - $ids = array(); + // Prefill attachments + Notice::fillAttachments($notices); + // Prefill attachments + Notice::fillFaves($notices); + // Prefill repeat data + Notice::fillRepeats($notices); + // Prefill the profiles + $profiles = Notice::fillProfiles($notices); + // Prefill the avatars + Profile::fillAvatars($profiles, $avatarSize); - foreach ($notices as $notice) { - $ids[] = $notice->id; + $p = Profile::current(); + + if (!empty($p)) { + + $ids = array(); + + foreach ($notices as $notice) { + $ids[] = $notice->id; + } + + Memcached_DataObject::pivotGet('Fave', 'notice_id', $ids, array('user_id' => $p->id)); + Memcached_DataObject::pivotGet('Notice', 'repeat_of', $ids, array('profile_id' => $p->id)); } - - Memcached_DataObject::pivotGet('Fave', 'notice_id', $ids, array('user_id' => $p->id)); - Memcached_DataObject::pivotGet('Notice', 'repeat_of', $ids, array('profile_id' => $p->id)); - } + + Event::handle('EndNoticeListPrefill', array(&$notices, &$profiles, $avatarSize)); + } } } From 3fb3ddb3a6472db243254c432ab930216de3b705 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 10:17:11 -0400 Subject: [PATCH 51/71] Optionally hide spam from timelines For sites with a lot of spam, this will hide that spam from timelines for everyone but moderators. --- classes/Notice.php | 120 +++++++++++++++++++++++++++------------------ lib/default.php | 3 +- lib/noticelist.php | 14 ++++++ 3 files changed, 89 insertions(+), 48 deletions(-) diff --git a/classes/Notice.php b/classes/Notice.php index 68351477f0..a944830e51 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -2387,75 +2387,101 @@ class Notice extends Managed_DataObject // If there's no scope, anyone (even anon) is in scope. - if ($scope == 0) { - return true; - } + if ($scope == 0) { // Not private - // If there's scope, anon cannot be in scope + return !$this->isHiddenSpam(); - if (empty($profile)) { - return false; - } + } else { // Private, somehow - // Author is always in scope + // If there's scope, anon cannot be in scope - if ($this->profile_id == $profile->id) { - return true; - } - - // Only for users on this site - - if ($scope & Notice::SITE_SCOPE) { - $user = $profile->getUser(); - if (empty($user)) { + if (empty($profile)) { return false; } - } - // Only for users mentioned in the notice + // Author is always in scope - if ($scope & Notice::ADDRESSEE_SCOPE) { - - $repl = Reply::pkeyGet(array('notice_id' => $this->id, - 'profile_id' => $profile->id)); - - if (empty($repl)) { - return false; + if ($this->profile_id == $profile->id) { + return true; } - } - // Only for members of the given group + // Only for users on this site - if ($scope & Notice::GROUP_SCOPE) { - - // XXX: just query for the single membership - - $groups = $this->getGroups(); - - $foundOne = false; - - foreach ($groups as $group) { - if ($profile->isMember($group)) { - $foundOne = true; - break; + if ($scope & Notice::SITE_SCOPE) { + $user = $profile->getUser(); + if (empty($user)) { + return false; } } - if (!$foundOne) { - return false; + // Only for users mentioned in the notice + + if ($scope & Notice::ADDRESSEE_SCOPE) { + + $repl = Reply::pkeyGet(array('notice_id' => $this->id, + 'profile_id' => $profile->id)); + + if (empty($repl)) { + return false; + } } + + // Only for members of the given group + + if ($scope & Notice::GROUP_SCOPE) { + + // XXX: just query for the single membership + + $groups = $this->getGroups(); + + $foundOne = false; + + foreach ($groups as $group) { + if ($profile->isMember($group)) { + $foundOne = true; + break; + } + } + + if (!$foundOne) { + return false; + } + } + + // Only for followers of the author + + $author = null; + + if ($scope & Notice::FOLLOWER_SCOPE) { + + $author = $this->getProfile(); + + if (!Subscription::exists($profile, $author)) { + return false; + } + } + + return !$this->isHiddenSpam(); } + } - // Only for followers of the author + function isHiddenSpam() { + + + // Hide posts by silenced users from everyone but moderators. + + if (common_config('notice', 'hidespam')) { - if ($scope & Notice::FOLLOWER_SCOPE) { $author = $this->getProfile(); - if (!Subscription::exists($profile, $author)) { - return false; + + if ($author->hasRole(Profile_role::SILENCED)) { + if (!$profile->hasRole(Profile_role::MODERATOR)) { + return true; + } } } - return true; + return false; } static function groupsFromText($text, $profile) diff --git a/lib/default.php b/lib/default.php index b20af476d6..82ffe80a5d 100644 --- a/lib/default.php +++ b/lib/default.php @@ -288,7 +288,8 @@ $default = 'gc_limit' => 1000), // max sessions to expire at a time 'notice' => array('contentlimit' => null, - 'defaultscope' => null), // null means 1 if site/private, 0 otherwise + 'defaultscope' => null, // null means 1 if site/private, 0 otherwise + 'hidespam' => false), // Whether to hide silenced users from timelines 'message' => array('contentlimit' => null), 'location' => diff --git a/lib/noticelist.php b/lib/noticelist.php index 7f38cf005b..5df123fb5f 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -151,6 +151,20 @@ class NoticeList extends Widget Memcached_DataObject::pivotGet('Notice', 'repeat_of', $ids, array('profile_id' => $p->id)); } + if (common_config('notice', 'hidespam')) { + + $pids = array(); + + foreach ($profiles as $profile) { + $pids[] = $profile->id; + } + + Memcached_DataObject::pivotGet('Profile_role', + 'profile_id', + $pids, + array('role' => Profile_role::SILENCED)); + } + Event::handle('EndNoticeListPrefill', array(&$notices, &$profiles, $avatarSize)); } } From dcbcd4731c7ac14cfab2fa96ba7523c8dc7bbe56 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 12:01:27 -0400 Subject: [PATCH 52/71] adaptive filtering requests --- lib/filteringnoticestream.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/filteringnoticestream.php b/lib/filteringnoticestream.php index 0b0fab481e..9f3b8ac858 100644 --- a/lib/filteringnoticestream.php +++ b/lib/filteringnoticestream.php @@ -72,6 +72,7 @@ abstract class FilteringNoticeStream extends NoticeStream $results = null; do { + common_debug(get_class($this) . ": ($offset, $limit) fetching $askFor notices starting at $startAt"); $raw = $this->upstream->getNotices($startAt, $askFor, $sinceId, $maxId); @@ -100,7 +101,14 @@ abstract class FilteringNoticeStream extends NoticeStream // XXX: make these smarter; factor hit rate into $askFor $startAt += $askFor; - $askFor = max($total - count($filtered), NOTICES_PER_PAGE); + + $hits = count($filtered); + + if ($hits === 0) { + $askFor = max(min(2 * $askFor, NOTICES_PER_PAGE * 50), NOTICES_PER_PAGE); + } else { + $askFor = max(min((($total - $hits)*$startAt)/$hits, NOTICES_PER_PAGE * 50), NOTICES_PER_PAGE); + } } while (count($filtered) < $total && $results !== 0); From 0238aa9d196b4b7c12e0319807c83ce20cd5cf93 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 12:10:54 -0400 Subject: [PATCH 53/71] Prefill done by notice stream --- lib/filteringnoticestream.php | 18 ++++++++++-------- lib/scopingnoticestream.php | 8 ++++++++ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/lib/filteringnoticestream.php b/lib/filteringnoticestream.php index 9f3b8ac858..119f71e404 100644 --- a/lib/filteringnoticestream.php +++ b/lib/filteringnoticestream.php @@ -82,14 +82,11 @@ abstract class FilteringNoticeStream extends NoticeStream break; } - $notices = $raw->fetchAll(); - - // XXX: this should probably only be in the scoping one. - - Notice::fillGroups($notices); - Notice::fillReplies($notices); - - foreach ($notices as $notice) { + $notices = $raw->fetchAll(); + + $this->prefill($notices); + + foreach ($notices as $notice) { if ($this->filter($notice)) { $filtered[] = $notice; if (count($filtered) >= $total) { @@ -127,4 +124,9 @@ abstract class FilteringNoticeStream extends NoticeStream return $ids; } + + function prefill($notices) + { + return; + } } diff --git a/lib/scopingnoticestream.php b/lib/scopingnoticestream.php index 30b80f10e5..30a7b708d2 100644 --- a/lib/scopingnoticestream.php +++ b/lib/scopingnoticestream.php @@ -73,4 +73,12 @@ class ScopingNoticeStream extends FilteringNoticeStream { return $notice->inScope($this->profile); } + + function prefill($notices) + { + // XXX: this should probably only be in the scoping one. + + Notice::fillGroups($notices); + Notice::fillReplies($notices); + } } From 9b0279c2d5299379275f805203b1bd0f79900e9d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 12:21:36 -0400 Subject: [PATCH 54/71] Don't fetch more than needed if exhausted --- lib/filteringnoticestream.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/filteringnoticestream.php b/lib/filteringnoticestream.php index 119f71e404..eb51076b7c 100644 --- a/lib/filteringnoticestream.php +++ b/lib/filteringnoticestream.php @@ -70,9 +70,11 @@ abstract class FilteringNoticeStream extends NoticeStream // or we get nothing from upstream. $results = null; + $round = 0; do { - common_debug(get_class($this) . ": ($offset, $limit) fetching $askFor notices starting at $startAt"); + + common_debug(get_class($this) . ": ($offset, $limit) Round $round: fetching $askFor notices starting at $startAt"); $raw = $this->upstream->getNotices($startAt, $askFor, $sinceId, $maxId); @@ -101,13 +103,17 @@ abstract class FilteringNoticeStream extends NoticeStream $hits = count($filtered); + $lastAsk = $askFor; + if ($hits === 0) { $askFor = max(min(2 * $askFor, NOTICES_PER_PAGE * 50), NOTICES_PER_PAGE); } else { $askFor = max(min((($total - $hits)*$startAt)/$hits, NOTICES_PER_PAGE * 50), NOTICES_PER_PAGE); } - } while (count($filtered) < $total && $results !== 0); + common_debug(get_class($this) . ": ($offset, $limit) Round $round hits is $hits, results = $results."); + + } while (count($filtered) < $total && $results >= $lastAsk); return new ArrayWrapper(array_slice($filtered, $offset, $limit)); } From d03ca746f2ade65e275bed3b3ad4f3d25442c6ed Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 12:23:59 -0400 Subject: [PATCH 55/71] Increment rounds --- lib/filteringnoticestream.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/filteringnoticestream.php b/lib/filteringnoticestream.php index eb51076b7c..b5def44da7 100644 --- a/lib/filteringnoticestream.php +++ b/lib/filteringnoticestream.php @@ -113,6 +113,8 @@ abstract class FilteringNoticeStream extends NoticeStream common_debug(get_class($this) . ": ($offset, $limit) Round $round hits is $hits, results = $results."); + $round++; + } while (count($filtered) < $total && $results >= $lastAsk); return new ArrayWrapper(array_slice($filtered, $offset, $limit)); From b95de954632a7a89d0e6a04a4fc837361c732714 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 13:02:33 -0400 Subject: [PATCH 56/71] Pass profile down to spam-hiding function --- classes/Notice.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/classes/Notice.php b/classes/Notice.php index a944830e51..58ae75fa68 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -2389,7 +2389,7 @@ class Notice extends Managed_DataObject if ($scope == 0) { // Not private - return !$this->isHiddenSpam(); + return !$this->isHiddenSpam($profile); } else { // Private, somehow @@ -2461,12 +2461,11 @@ class Notice extends Managed_DataObject } } - return !$this->isHiddenSpam(); + return !$this->isHiddenSpam($profile); } } - function isHiddenSpam() { - + function isHiddenSpam($profile) { // Hide posts by silenced users from everyone but moderators. From b1555fe3732b876c3ae2a23fea738970a6487a00 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 13:05:02 -0400 Subject: [PATCH 57/71] double-check profile --- classes/Notice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Notice.php b/classes/Notice.php index 58ae75fa68..a7c678e1cf 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -2474,7 +2474,7 @@ class Notice extends Managed_DataObject $author = $this->getProfile(); if ($author->hasRole(Profile_role::SILENCED)) { - if (!$profile->hasRole(Profile_role::MODERATOR)) { + if (empty($profile) || !$profile->hasRole(Profile_role::MODERATOR)) { return true; } } From 4ea9a0a7e862b50c56616e6c88160dfe152f3a3c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 13:51:17 -0400 Subject: [PATCH 58/71] Prefill profile roles when checking scope --- lib/noticelist.php | 14 -------------- lib/scopingnoticestream.php | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/lib/noticelist.php b/lib/noticelist.php index 5df123fb5f..7f38cf005b 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -151,20 +151,6 @@ class NoticeList extends Widget Memcached_DataObject::pivotGet('Notice', 'repeat_of', $ids, array('profile_id' => $p->id)); } - if (common_config('notice', 'hidespam')) { - - $pids = array(); - - foreach ($profiles as $profile) { - $pids[] = $profile->id; - } - - Memcached_DataObject::pivotGet('Profile_role', - 'profile_id', - $pids, - array('role' => Profile_role::SILENCED)); - } - Event::handle('EndNoticeListPrefill', array(&$notices, &$profiles, $avatarSize)); } } diff --git a/lib/scopingnoticestream.php b/lib/scopingnoticestream.php index 30a7b708d2..9a101fa3ac 100644 --- a/lib/scopingnoticestream.php +++ b/lib/scopingnoticestream.php @@ -80,5 +80,19 @@ class ScopingNoticeStream extends FilteringNoticeStream Notice::fillGroups($notices); Notice::fillReplies($notices); + + if (common_config('notice', 'hidespam')) { + + $profiles = Notice::getProfiles($notices); + + foreach ($profiles as $profile) { + $pids[] = $profile->id; + } + + Memcached_DataObject::pivotGet('Profile_role', + 'profile_id', + $pids, + array('role' => Profile_role::SILENCED)); + } } } From e21b0948ed2e4e327b852d4275ae690c850cd9b6 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 14:22:45 -0400 Subject: [PATCH 59/71] Sanity check on profile streams --- lib/profilenoticestream.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/lib/profilenoticestream.php b/lib/profilenoticestream.php index 64cd31abc4..d2948e60c8 100644 --- a/lib/profilenoticestream.php +++ b/lib/profilenoticestream.php @@ -47,15 +47,44 @@ if (!defined('STATUSNET')) { class ProfileNoticeStream extends ScopingNoticeStream { + var $streamProfile; + function __construct($profile, $userProfile = -1) { if (is_int($userProfile) && $userProfile == -1) { $userProfile = Profile::current(); } + $this->streamProfile = $profile; parent::__construct(new CachingNoticeStream(new RawProfileNoticeStream($profile), 'profile:notice_ids:' . $profile->id), $userProfile); } + + function getNoticeIds($offset, $limit, $since_id, $max_id) + { + // Sanity check + if (common_config('notice', 'hidespam')) { + if ($this->streamProfile->hasRole(Profile_role::SILENCED) && + (empty($this->profile) || !$this->profile->hasRole(Profile_role::MODERATOR))) { + throw new ClientException(_("This account silenced by moderators."), 403); + } + } + + return parent::getNoticeIds($offset, $limit, $since_id, $max_id); + } + + function getNotices($offset, $limit, $sinceId = null, $maxId = null) + { + // Sanity check + if (common_config('notice', 'hidespam')) { + if ($this->streamProfile->hasRole(Profile_role::SILENCED) && + (empty($this->profile) || !$this->profile->hasRole(Profile_role::MODERATOR))) { + throw new ClientException(_("This account silenced by moderators."), 403); + } + } + + return parent::getNotices($offset, $limit, $sinceId, $maxId); + } } /** From 710eb8e86e03bdb62a3518abad753e6c9b4abce8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 16:18:27 -0400 Subject: [PATCH 60/71] Don't try to find profilenoticestream if impossible --- lib/profilenoticestream.php | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/lib/profilenoticestream.php b/lib/profilenoticestream.php index d2948e60c8..ba3387cf5c 100644 --- a/lib/profilenoticestream.php +++ b/lib/profilenoticestream.php @@ -62,28 +62,43 @@ class ProfileNoticeStream extends ScopingNoticeStream function getNoticeIds($offset, $limit, $since_id, $max_id) { - // Sanity check - if (common_config('notice', 'hidespam')) { - if ($this->streamProfile->hasRole(Profile_role::SILENCED) && - (empty($this->profile) || !$this->profile->hasRole(Profile_role::MODERATOR))) { - throw new ClientException(_("This account silenced by moderators."), 403); - } + if ($this->impossibleStream()) { + return array(); + } else { + return parent::getNoticeIds($offset, $limit, $since_id, $max_id); } - - return parent::getNoticeIds($offset, $limit, $since_id, $max_id); } function getNotices($offset, $limit, $sinceId = null, $maxId = null) { - // Sanity check + if ($this->impossibleStream()) { + return array(); + } else { + return parent::getNotices($offset, $limit, $sinceId, $maxId); + } + } + + function impossibleStream() + { + $user = User::staticGet('id', $this->streamProfile->id); + + // If it's a private stream, and no user or not a subscriber + + if (!empty($user) && $user->private_stream && + empty($this->profile) || !$this->profile->isSubscribed($this->streamProfile)) { + return true; + } + + // If it's a spammy stream, and no user or not a moderator + if (common_config('notice', 'hidespam')) { if ($this->streamProfile->hasRole(Profile_role::SILENCED) && (empty($this->profile) || !$this->profile->hasRole(Profile_role::MODERATOR))) { - throw new ClientException(_("This account silenced by moderators."), 403); + return true; } } - return parent::getNotices($offset, $limit, $sinceId, $maxId); + return false; } } From 38343f387724698f734834684af3fac8c7abcdd8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 16:18:38 -0400 Subject: [PATCH 61/71] Don't try to find groupnoticestream if impossible --- lib/groupnoticestream.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/lib/groupnoticestream.php b/lib/groupnoticestream.php index 26784458e0..849dfeaaf5 100644 --- a/lib/groupnoticestream.php +++ b/lib/groupnoticestream.php @@ -46,15 +46,47 @@ if (!defined('STATUSNET')) { */ class GroupNoticeStream extends ScopingNoticeStream { + var $group; + function __construct($group, $profile = -1) { if (is_int($profile) && $profile == -1) { $profile = Profile::current(); } + $this->group = $group; + parent::__construct(new CachingNoticeStream(new RawGroupNoticeStream($group), 'user_group:notice_ids:' . $group->id), $profile); } + + function getNoticeIds($offset, $limit, $since_id, $max_id) + { + if ($this->impossibleStream()) { + return array(); + } else { + return parent::getNoticeIds($offset, $limit, $since_id, $max_id); + } + } + + function getNotices($offset, $limit, $sinceId = null, $maxId = null) + { + if ($this->impossibleStream()) { + return array(); + } else { + return parent::getNotices($offset, $limit, $sinceId, $maxId); + } + } + + function impossibleStream() + { + if ($this->group->force_scope && + (empty($this->profile) || !$this->profile->isMember($group))) { + return true; + } + + return false; + } } /** From 51229ca662ce3cb91338ce348882f91da5cfb11f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 16:23:52 -0400 Subject: [PATCH 62/71] store our own userprofile for checking impossibility --- lib/groupnoticestream.php | 4 +++- lib/profilenoticestream.php | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/groupnoticestream.php b/lib/groupnoticestream.php index 849dfeaaf5..c75d621419 100644 --- a/lib/groupnoticestream.php +++ b/lib/groupnoticestream.php @@ -47,6 +47,7 @@ if (!defined('STATUSNET')) { class GroupNoticeStream extends ScopingNoticeStream { var $group; + var $userProfile; function __construct($group, $profile = -1) { @@ -54,6 +55,7 @@ class GroupNoticeStream extends ScopingNoticeStream $profile = Profile::current(); } $this->group = $group; + $this->userProfile = $profile; parent::__construct(new CachingNoticeStream(new RawGroupNoticeStream($group), 'user_group:notice_ids:' . $group->id), @@ -81,7 +83,7 @@ class GroupNoticeStream extends ScopingNoticeStream function impossibleStream() { if ($this->group->force_scope && - (empty($this->profile) || !$this->profile->isMember($group))) { + (empty($this->userProfile) || !$this->userProfile->isMember($group))) { return true; } diff --git a/lib/profilenoticestream.php b/lib/profilenoticestream.php index ba3387cf5c..af59b0cc99 100644 --- a/lib/profilenoticestream.php +++ b/lib/profilenoticestream.php @@ -48,6 +48,7 @@ if (!defined('STATUSNET')) { class ProfileNoticeStream extends ScopingNoticeStream { var $streamProfile; + var $userProfile; function __construct($profile, $userProfile = -1) { @@ -55,6 +56,7 @@ class ProfileNoticeStream extends ScopingNoticeStream $userProfile = Profile::current(); } $this->streamProfile = $profile; + $this->userProfile = $userProfile; parent::__construct(new CachingNoticeStream(new RawProfileNoticeStream($profile), 'profile:notice_ids:' . $profile->id), $userProfile); @@ -85,7 +87,7 @@ class ProfileNoticeStream extends ScopingNoticeStream // If it's a private stream, and no user or not a subscriber if (!empty($user) && $user->private_stream && - empty($this->profile) || !$this->profile->isSubscribed($this->streamProfile)) { + empty($this->userProfile) || !$this->userProfile->isSubscribed($this->streamProfile)) { return true; } @@ -93,7 +95,7 @@ class ProfileNoticeStream extends ScopingNoticeStream if (common_config('notice', 'hidespam')) { if ($this->streamProfile->hasRole(Profile_role::SILENCED) && - (empty($this->profile) || !$this->profile->hasRole(Profile_role::MODERATOR))) { + (empty($this->userProfile) || !$this->userProfile->hasRole(Profile_role::MODERATOR))) { return true; } } From e76b191c4b31018194cb1bb0c9af70989a182737 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 16:26:33 -0400 Subject: [PATCH 63/71] bad boolean logic for impossible stream --- lib/profilenoticestream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/profilenoticestream.php b/lib/profilenoticestream.php index af59b0cc99..cd89769ec2 100644 --- a/lib/profilenoticestream.php +++ b/lib/profilenoticestream.php @@ -87,7 +87,7 @@ class ProfileNoticeStream extends ScopingNoticeStream // If it's a private stream, and no user or not a subscriber if (!empty($user) && $user->private_stream && - empty($this->userProfile) || !$this->userProfile->isSubscribed($this->streamProfile)) { + (empty($this->userProfile) || !$this->userProfile->isSubscribed($this->streamProfile))) { return true; } From 2d3c19c2547911fcaba253bb6329b4bdfafef21d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 16:28:40 -0400 Subject: [PATCH 64/71] empty array wrappers --- lib/groupnoticestream.php | 2 +- lib/profilenoticestream.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/groupnoticestream.php b/lib/groupnoticestream.php index c75d621419..65db308df5 100644 --- a/lib/groupnoticestream.php +++ b/lib/groupnoticestream.php @@ -74,7 +74,7 @@ class GroupNoticeStream extends ScopingNoticeStream function getNotices($offset, $limit, $sinceId = null, $maxId = null) { if ($this->impossibleStream()) { - return array(); + return new ArrayWrapper(array()); } else { return parent::getNotices($offset, $limit, $sinceId, $maxId); } diff --git a/lib/profilenoticestream.php b/lib/profilenoticestream.php index cd89769ec2..1fde1c6025 100644 --- a/lib/profilenoticestream.php +++ b/lib/profilenoticestream.php @@ -74,7 +74,7 @@ class ProfileNoticeStream extends ScopingNoticeStream function getNotices($offset, $limit, $sinceId = null, $maxId = null) { if ($this->impossibleStream()) { - return array(); + return new ArrayWrapper(array()); } else { return parent::getNotices($offset, $limit, $sinceId, $maxId); } From 8981a420c19106686e253111464e62c99bc82334 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 16:33:10 -0400 Subject: [PATCH 65/71] private group fix --- lib/groupnoticestream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/groupnoticestream.php b/lib/groupnoticestream.php index 65db308df5..723f064cb3 100644 --- a/lib/groupnoticestream.php +++ b/lib/groupnoticestream.php @@ -83,7 +83,7 @@ class GroupNoticeStream extends ScopingNoticeStream function impossibleStream() { if ($this->group->force_scope && - (empty($this->userProfile) || !$this->userProfile->isMember($group))) { + (empty($this->userProfile) || !$this->userProfile->isMember($this->group))) { return true; } From 7e76d116d86d652d5c9f81a516a85edade4d7614 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Mar 2012 22:53:02 -0400 Subject: [PATCH 66/71] make sure we have an integer value for askFor --- lib/filteringnoticestream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/filteringnoticestream.php b/lib/filteringnoticestream.php index b5def44da7..9996578233 100644 --- a/lib/filteringnoticestream.php +++ b/lib/filteringnoticestream.php @@ -108,7 +108,7 @@ abstract class FilteringNoticeStream extends NoticeStream if ($hits === 0) { $askFor = max(min(2 * $askFor, NOTICES_PER_PAGE * 50), NOTICES_PER_PAGE); } else { - $askFor = max(min((($total - $hits)*$startAt)/$hits, NOTICES_PER_PAGE * 50), NOTICES_PER_PAGE); + $askFor = max(min(intval(ceil(($total - $hits)*$startAt/$hits)), NOTICES_PER_PAGE * 50), NOTICES_PER_PAGE); } common_debug(get_class($this) . ": ($offset, $limit) Round $round hits is $hits, results = $results."); From 88f3e690c3c34e7c033afbd7bc7734bbec316b2f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 22 Mar 2012 11:37:45 -0400 Subject: [PATCH 67/71] flush anonymous scope when a profile is silenced --- classes/Profile.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/classes/Profile.php b/classes/Profile.php index 3b3e43025b..e07d37139b 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -1139,11 +1139,27 @@ class Profile extends Managed_DataObject function silence() { $this->grantRole(Profile_role::SILENCED); + if (common_config('notice', 'hidespam')) { + $this->flushVisibility(); + } } function unsilence() { $this->revokeRole(Profile_role::SILENCED); + if (common_config('notice', 'hidespam')) { + $this->flushVisibility(); + } + } + + function flushVisibility() + { + // Get all notices + $stream = new ProfileNoticeStream($this, $this); + $ids = $stream->getNoticeIds(0, CachingNoticeStream::CACHE_WINDOW); + foreach ($ids as $id) { + self::blow('notice:in-scope-for:%d:null', $id); + } } /** From 76e6bee6aa5c40b2ce9f2610877fc3c76a6525d7 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 23 Mar 2012 12:55:39 -0400 Subject: [PATCH 68/71] Make blocks work for non-subscription deliveries --- classes/Notice.php | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/classes/Notice.php b/classes/Notice.php index a7c678e1cf..4ea0d8a7ef 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -1008,10 +1008,7 @@ class Notice extends Managed_DataObject $users = $ptag->getUserSubscribers(); foreach ($users as $id) { if (!array_key_exists($id, $ni)) { - $user = User::staticGet('id', $id); - if (!$user->hasBlocked($profile)) { - $ni[$id] = NOTICE_INBOX_SOURCE_PROFILE_TAG; - } + $ni[$id] = NOTICE_INBOX_SOURCE_PROFILE_TAG; } } } @@ -1020,23 +1017,24 @@ class Notice extends Managed_DataObject if (!array_key_exists($recipient, $ni)) { $ni[$recipient] = NOTICE_INBOX_SOURCE_REPLY; } + } - // Exclude any deleted, non-local, or blocking recipients. - $profile = $this->getProfile(); - $originalProfile = null; - if ($this->repeat_of) { - // Check blocks against the original notice's poster as well. - $original = Notice::staticGet('id', $this->repeat_of); - if ($original) { - $originalProfile = $original->getProfile(); - } + // Exclude any deleted, non-local, or blocking recipients. + $profile = $this->getProfile(); + $originalProfile = null; + if ($this->repeat_of) { + // Check blocks against the original notice's poster as well. + $original = Notice::staticGet('id', $this->repeat_of); + if ($original) { + $originalProfile = $original->getProfile(); } - foreach ($ni as $id => $source) { - $user = User::staticGet('id', $id); - if (empty($user) || $user->hasBlocked($profile) || - ($originalProfile && $user->hasBlocked($originalProfile))) { - unset($ni[$id]); - } + } + + foreach ($ni as $id => $source) { + $user = User::staticGet('id', $id); + if (empty($user) || $user->hasBlocked($profile) || + ($originalProfile && $user->hasBlocked($originalProfile))) { + unset($ni[$id]); } } From 0d487a1ea000b327cfaa5a2632e9a2a9fa61f23c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 25 Mar 2012 13:16:23 -0400 Subject: [PATCH 69/71] Add spam-training, spam-reviewing rights Replaced the check for a moderator role in certain spam-training and -reviewing points. Make sure modhelpers can check, too. --- classes/Notice.php | 2 +- classes/Profile.php | 2 ++ lib/profilenoticestream.php | 2 +- lib/right.php | 2 ++ plugins/ModHelper/ModHelperPlugin.php | 4 +++- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/classes/Notice.php b/classes/Notice.php index 4ea0d8a7ef..fc1a941679 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -2472,7 +2472,7 @@ class Notice extends Managed_DataObject $author = $this->getProfile(); if ($author->hasRole(Profile_role::SILENCED)) { - if (empty($profile) || !$profile->hasRole(Profile_role::MODERATOR)) { + if (empty($profile) || !$profile->hasRight(Right::REVIEWSPAM)) { return true; } } diff --git a/classes/Profile.php b/classes/Profile.php index e07d37139b..cefcaf90b5 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -1190,6 +1190,8 @@ class Profile extends Managed_DataObject case Right::SILENCEUSER: case Right::DELETEUSER: case Right::DELETEGROUP: + case Right::TRAINSPAM: + case Right::REVIEWSPAM: $result = $this->hasRole(Profile_role::MODERATOR); break; case Right::CONFIGURESITE: diff --git a/lib/profilenoticestream.php b/lib/profilenoticestream.php index 1fde1c6025..5b02bc7b3f 100644 --- a/lib/profilenoticestream.php +++ b/lib/profilenoticestream.php @@ -95,7 +95,7 @@ class ProfileNoticeStream extends ScopingNoticeStream if (common_config('notice', 'hidespam')) { if ($this->streamProfile->hasRole(Profile_role::SILENCED) && - (empty($this->userProfile) || !$this->userProfile->hasRole(Profile_role::MODERATOR))) { + (empty($this->userProfile) || !$this->userProfile->hasRight(Right::REVIEWSPAM))) { return true; } } diff --git a/lib/right.php b/lib/right.php index baa18d3c13..f00f590278 100644 --- a/lib/right.php +++ b/lib/right.php @@ -68,5 +68,7 @@ class Right const CREATEGROUP = 'creategroup'; const WEBLOGIN = 'weblogin'; const API = 'api'; + const REVIEWSPAM = 'reviewspam'; + const TRAINSPAM = 'trainspam'; } diff --git a/plugins/ModHelper/ModHelperPlugin.php b/plugins/ModHelper/ModHelperPlugin.php index c2757bbeae..bed0d8d49e 100644 --- a/plugins/ModHelper/ModHelperPlugin.php +++ b/plugins/ModHelper/ModHelperPlugin.php @@ -27,6 +27,8 @@ if (!defined('STATUSNET')) { */ class ModHelperPlugin extends Plugin { + static $rights = array(Right::SILENCEUSER, Right::TRAINSPAM, Right::REVIEWSPAM); + function onPluginVersion(&$versions) { $versions[] = array('name' => 'ModHelper', @@ -42,7 +44,7 @@ class ModHelperPlugin extends Plugin function onUserRightsCheck($profile, $right, &$result) { - if ($right == Right::SILENCEUSER) { + if (in_array($right, self::$rights)) { // Hrm.... really we should confirm that the *other* user isn't privleged. :) if ($profile->hasRole('modhelper')) { $result = true; From 97cc277040f32edcfc57270f6a5ab27e99d4dc3b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 25 Mar 2012 14:21:11 -0400 Subject: [PATCH 70/71] Take out unnecessary HideNoticeStream --- lib/popularnoticestream.php | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/lib/popularnoticestream.php b/lib/popularnoticestream.php index 794fd87557..eeba541238 100644 --- a/lib/popularnoticestream.php +++ b/lib/popularnoticestream.php @@ -49,30 +49,13 @@ class PopularNoticeStream extends ScopingNoticeStream { function __construct($profile=null) { - parent::__construct(new HideSilencedStream(new CachingNoticeStream(new RawPopularNoticeStream(), - 'popular', - false)), + parent::__construct(new CachingNoticeStream(new RawPopularNoticeStream(), + 'popular', + false), $profile); } } -class HideSilencedStream extends FilteringNoticeStream -{ - /** - * Only return notices where the profile is in scope - * - * @param Notice $notice The notice to check - * - * @return boolean whether to include the notice - */ - - function filter($notice) - { - $author = $notice->getProfile(); - return !$author->isSilenced(); - } -} - class RawPopularNoticeStream extends NoticeStream { function getNoticeIds($offset, $limit, $since_id, $max_id) From 4e3fb638556eef2e1bb7a7147d86729c962d89b9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 2 Apr 2012 21:29:57 -0400 Subject: [PATCH 71/71] Remove filtering notice stream debug comments --- lib/filteringnoticestream.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/filteringnoticestream.php b/lib/filteringnoticestream.php index 9996578233..221e9cd705 100644 --- a/lib/filteringnoticestream.php +++ b/lib/filteringnoticestream.php @@ -74,8 +74,6 @@ abstract class FilteringNoticeStream extends NoticeStream do { - common_debug(get_class($this) . ": ($offset, $limit) Round $round: fetching $askFor notices starting at $startAt"); - $raw = $this->upstream->getNotices($startAt, $askFor, $sinceId, $maxId); $results = $raw->N; @@ -111,8 +109,6 @@ abstract class FilteringNoticeStream extends NoticeStream $askFor = max(min(intval(ceil(($total - $hits)*$startAt/$hits)), NOTICES_PER_PAGE * 50), NOTICES_PER_PAGE); } - common_debug(get_class($this) . ": ($offset, $limit) Round $round hits is $hits, results = $results."); - $round++; } while (count($filtered) < $total && $results >= $lastAsk);